Uses of Class
net.sf.latexdraw.glib.models.interfaces.ICurve.CurveStyle

Packages that use ICurve.CurveStyle
net.sf.latexdraw.glib.models.interfaces   
 

Uses of ICurve.CurveStyle in net.sf.latexdraw.glib.models.interfaces
 

Methods in net.sf.latexdraw.glib.models.interfaces that return ICurve.CurveStyle
 ICurve.CurveStyle ICurve.getStyle()
           
static ICurve.CurveStyle ICurve.CurveStyle.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static ICurve.CurveStyle[] ICurve.CurveStyle.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in net.sf.latexdraw.glib.models.interfaces with parameters of type ICurve.CurveStyle
 void ICurve.setStyle(ICurve.CurveStyle style)