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

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

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

Fields in net.sf.latexdraw.glib.models.impl declared as IShape.BorderPos
protected  IShape.BorderPos LShape.bordersPosition
          The position of the border of the shape.
 

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

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

Methods in net.sf.latexdraw.glib.models.impl with parameters of type IShape.BorderPos
 void LGroup.setBordersPosition(IShape.BorderPos position)
           
 void LShape.setBordersPosition(IShape.BorderPos position)
           
 

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

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

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

Methods in net.sf.latexdraw.glib.models.interfaces with parameters of type IShape.BorderPos
 void IShape.setBordersPosition(IShape.BorderPos position)
          Sets the position of the borders.
 

Method parameters in net.sf.latexdraw.glib.models.interfaces with type arguments of type IShape.BorderPos
 void IGroup.setBordersPositionList(java.util.List<IShape.BorderPos> list)
          Sets the border position of the shapes of the group.