Uses of Class
javapoint.components.model.Line

Packages that use Line
javapoint.components   
javapoint.undo   
javapoint.xml   
 

Uses of Line in javapoint.components
 

Methods in javapoint.components that return Line
 Line LineGraphicObject.getLine()
           
 

Methods in javapoint.components with parameters of type Line
 void LineGraphicObject.setLine(Line line)
           
 

Constructors in javapoint.components with parameters of type Line
ArrowGraphicObject(Line line, Slide slide)
           
LineGraphicObject(Line line, Slide slide)
           
 

Uses of Line in javapoint.undo
 

Constructors in javapoint.undo with parameters of type Line
UndoableGraphicObjectAfterResize(GraphicObject element, java.awt.Rectangle oldBounds, java.awt.Polygon oldPolygon, Line oldLine)
           
 

Uses of Line in javapoint.xml
 

Methods in javapoint.xml that return Line
static Line GraphicObjectXMLUtilities.readLineModel(org.w3c.dom.Node context)
           
 

Methods in javapoint.xml with parameters of type Line
static void GraphicObjectXMLUtilities.writeLine(Line line, org.w3c.dom.Node context)