Uses of Class
net.sf.latexdraw.glib.models.interfaces.IFreehand.FreeHandType

Packages that use IFreehand.FreeHandType
net.sf.latexdraw.glib.models.impl   
net.sf.latexdraw.glib.models.interfaces   
 

Uses of IFreehand.FreeHandType in net.sf.latexdraw.glib.models.impl
 

Fields in net.sf.latexdraw.glib.models.impl declared as IFreehand.FreeHandType
protected  IFreehand.FreeHandType LFreehand.type
          The type of the curves of the shape.
 

Methods in net.sf.latexdraw.glib.models.impl that return IFreehand.FreeHandType
 IFreehand.FreeHandType LFreehand.getType()
           
 

Methods in net.sf.latexdraw.glib.models.impl with parameters of type IFreehand.FreeHandType
 void LFreehand.setType(IFreehand.FreeHandType type)
           
 

Uses of IFreehand.FreeHandType in net.sf.latexdraw.glib.models.interfaces
 

Methods in net.sf.latexdraw.glib.models.interfaces that return IFreehand.FreeHandType
 IFreehand.FreeHandType IFreehand.getType()
           
static IFreehand.FreeHandType IFreehand.FreeHandType.getType(java.lang.String type)
           
static IFreehand.FreeHandType IFreehand.FreeHandType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static IFreehand.FreeHandType[] IFreehand.FreeHandType.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 IFreehand.FreeHandType
 void IFreehand.setType(IFreehand.FreeHandType type)