Uses of Class
net.sf.latexdraw.glib.models.interfaces.IDot.DotStyle

Packages that use IDot.DotStyle
net.sf.latexdraw.glib.models.impl   
net.sf.latexdraw.glib.models.interfaces   
 

Uses of IDot.DotStyle in net.sf.latexdraw.glib.models.impl
 

Fields in net.sf.latexdraw.glib.models.impl declared as IDot.DotStyle
protected  IDot.DotStyle LDot.style
          The current style of the dot.
 

Methods in net.sf.latexdraw.glib.models.impl that return IDot.DotStyle
 IDot.DotStyle LDot.getDotStyle()
           
 IDot.DotStyle LGroup.getDotStyle()
           
 

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

Methods in net.sf.latexdraw.glib.models.impl with parameters of type IDot.DotStyle
 void LDot.setDotStyle(IDot.DotStyle style)
           
 void LGroup.setDotStyle(IDot.DotStyle style)
           
 

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

Uses of IDot.DotStyle in net.sf.latexdraw.glib.models.interfaces
 

Methods in net.sf.latexdraw.glib.models.interfaces that return IDot.DotStyle
 IDot.DotStyle Dottable.getDotStyle()
           
static IDot.DotStyle IDot.DotStyle.getStyle(java.lang.String styleName)
           
static IDot.DotStyle IDot.DotStyle.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static IDot.DotStyle[] IDot.DotStyle.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 IDot.DotStyle
 java.util.List<IDot.DotStyle> IGroup.getDotStyleList()
           
 

Methods in net.sf.latexdraw.glib.models.interfaces with parameters of type IDot.DotStyle
 void Dottable.setDotStyle(IDot.DotStyle style)
          Defines the style of the dot.
 

Method parameters in net.sf.latexdraw.glib.models.interfaces with type arguments of type IDot.DotStyle
 void IGroup.setDotStyleList(java.util.List<IDot.DotStyle> values)
          Sets the dot style of the dottable shapes of the group.