Uses of Class
javapoint.components.GraphicObject.LineStyle

Packages that use GraphicObject.LineStyle
javapoint.components   
javapoint.undo   
 

Uses of GraphicObject.LineStyle in javapoint.components
 

Methods in javapoint.components that return GraphicObject.LineStyle
 GraphicObject.LineStyle GraphicObject.getLineStyle()
           
static GraphicObject.LineStyle GraphicObject.LineStyle.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static GraphicObject.LineStyle[] GraphicObject.LineStyle.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in javapoint.components with parameters of type GraphicObject.LineStyle
 void GraphicObject.setLineStyle(GraphicObject.LineStyle lineStyle)
           
 

Uses of GraphicObject.LineStyle in javapoint.undo
 

Constructors in javapoint.undo with parameters of type GraphicObject.LineStyle
UndoableGraphicObjectAfterChangeProperties(GraphicObject element, java.awt.Color oldFillColor, int oldFillAlpha, java.awt.Color oldLineColor, int oldLineWidth, GraphicObject.LineStyle oldLineStyle)