Uses of Class
net.sf.latexdraw.glib.models.interfaces.IShape.FillingStyle

Packages that use IShape.FillingStyle
net.sf.latexdraw.glib.models.impl   
net.sf.latexdraw.glib.models.interfaces   
 

Uses of IShape.FillingStyle in net.sf.latexdraw.glib.models.impl
 

Fields in net.sf.latexdraw.glib.models.impl declared as IShape.FillingStyle
protected  IShape.FillingStyle LShape.fillingStyle
          The style of the interior of the shape.
 

Methods in net.sf.latexdraw.glib.models.impl that return IShape.FillingStyle
 IShape.FillingStyle LGroup.getFillingStyle()
           
 IShape.FillingStyle LShape.getFillingStyle()
           
 

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

Methods in net.sf.latexdraw.glib.models.impl with parameters of type IShape.FillingStyle
 void LGroup.setFillingStyle(IShape.FillingStyle style)
           
 void LShape.setFillingStyle(IShape.FillingStyle fillingStyle)
           
 

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

Uses of IShape.FillingStyle in net.sf.latexdraw.glib.models.interfaces
 

Methods in net.sf.latexdraw.glib.models.interfaces that return IShape.FillingStyle
 IShape.FillingStyle IShape.getFillingStyle()
           
static IShape.FillingStyle IShape.FillingStyle.getStyle(java.lang.String style)
           
static IShape.FillingStyle IShape.FillingStyle.getStyleFromLatex(java.lang.String token)
           
static IShape.FillingStyle IShape.FillingStyle.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static IShape.FillingStyle[] IShape.FillingStyle.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 IShape.FillingStyle
 java.util.List<IShape.FillingStyle> IGroup.getFillingStyleList()
           
 

Methods in net.sf.latexdraw.glib.models.interfaces with parameters of type IShape.FillingStyle
 void IShape.setFillingStyle(IShape.FillingStyle fillingStyle)
           
 

Method parameters in net.sf.latexdraw.glib.models.interfaces with type arguments of type IShape.FillingStyle
 void IGroup.setFillingStyleList(java.util.List<IShape.FillingStyle> values)
          Sets the style of the filling of the shapes of the group.