Uses of Class
net.sf.latexdraw.glib.models.interfaces.Arcable.ArcStyle

Packages that use Arcable.ArcStyle
net.sf.latexdraw.glib.models.impl   
net.sf.latexdraw.glib.models.interfaces   
 

Uses of Arcable.ArcStyle in net.sf.latexdraw.glib.models.impl
 

Fields in net.sf.latexdraw.glib.models.impl declared as Arcable.ArcStyle
protected  Arcable.ArcStyle LArc.style
          The style of the arc.
 

Methods in net.sf.latexdraw.glib.models.impl that return Arcable.ArcStyle
 Arcable.ArcStyle LArc.getArcStyle()
           
 Arcable.ArcStyle LGroup.getArcStyle()
           
 

Methods in net.sf.latexdraw.glib.models.impl that return types with arguments of type Arcable.ArcStyle
 java.util.List<Arcable.ArcStyle> LGroup.getArcStyleList()
           
 

Methods in net.sf.latexdraw.glib.models.impl with parameters of type Arcable.ArcStyle
 void LArc.setArcStyle(Arcable.ArcStyle type)
           
 void LGroup.setArcStyle(Arcable.ArcStyle type)
           
 

Method parameters in net.sf.latexdraw.glib.models.impl with type arguments of type Arcable.ArcStyle
 void LGroup.setArcStyleList(java.util.List<Arcable.ArcStyle> values)
           
 

Uses of Arcable.ArcStyle in net.sf.latexdraw.glib.models.interfaces
 

Methods in net.sf.latexdraw.glib.models.interfaces that return Arcable.ArcStyle
 Arcable.ArcStyle Arcable.getArcStyle()
           
static Arcable.ArcStyle Arcable.ArcStyle.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static Arcable.ArcStyle[] Arcable.ArcStyle.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 that return types with arguments of type Arcable.ArcStyle
 java.util.List<Arcable.ArcStyle> IGroup.getArcStyleList()
           
 

Methods in net.sf.latexdraw.glib.models.interfaces with parameters of type Arcable.ArcStyle
 void Arcable.setArcStyle(Arcable.ArcStyle style)
           
 

Method parameters in net.sf.latexdraw.glib.models.interfaces with type arguments of type Arcable.ArcStyle
 void IGroup.setArcStyleList(java.util.List<Arcable.ArcStyle> values)
          Sets the arc style of the arcable shapes of the group.