Uses of Class
net.sf.latexdraw.glib.models.interfaces.IArrow.ArrowStyle

Packages that use IArrow.ArrowStyle
net.sf.latexdraw.glib.models.impl   
net.sf.latexdraw.glib.models.interfaces   
 

Uses of IArrow.ArrowStyle in net.sf.latexdraw.glib.models.impl
 

Fields in net.sf.latexdraw.glib.models.impl declared as IArrow.ArrowStyle
protected  IArrow.ArrowStyle LArrow.style
          The style of the arrow.
 

Methods in net.sf.latexdraw.glib.models.impl that return IArrow.ArrowStyle
 IArrow.ArrowStyle LArrow.getArrowStyle()
           
 IArrow.ArrowStyle LGroup.getArrowStyle(int position)
           
 IArrow.ArrowStyle LShape.getArrowStyle(int position)
           
 

Methods in net.sf.latexdraw.glib.models.impl that return types with arguments of type IArrow.ArrowStyle
 java.util.List<IArrow.ArrowStyle> LGroup.getArrowStyleList(int i)
           
 

Methods in net.sf.latexdraw.glib.models.impl with parameters of type IArrow.ArrowStyle
 void LArrow.setArrowStyle(IArrow.ArrowStyle arrowStyle)
           
 void LAxes.setArrowStyle(IArrow.ArrowStyle style, int position)
           
 void LGroup.setArrowStyle(IArrow.ArrowStyle style, int position)
           
 void LShape.setArrowStyle(IArrow.ArrowStyle style, int position)
           
 

Method parameters in net.sf.latexdraw.glib.models.impl with type arguments of type IArrow.ArrowStyle
 void LGroup.setArrowStyleList(java.util.List<IArrow.ArrowStyle> values, int i)
           
 

Uses of IArrow.ArrowStyle in net.sf.latexdraw.glib.models.interfaces
 

Methods in net.sf.latexdraw.glib.models.interfaces that return IArrow.ArrowStyle
 IArrow.ArrowStyle IArrow.getArrowStyle()
           
 IArrow.ArrowStyle IShape.getArrowStyle(int position)
           
static IArrow.ArrowStyle IArrow.ArrowStyle.getArrowStyle(java.lang.String token)
           
abstract  IArrow.ArrowStyle IArrow.ArrowStyle.getOppositeArrowStyle()
           
static IArrow.ArrowStyle IArrow.ArrowStyle.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static IArrow.ArrowStyle[] IArrow.ArrowStyle.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 IArrow.ArrowStyle
 java.util.List<IArrow.ArrowStyle> IGroup.getArrowStyleList(int i)
           
 

Methods in net.sf.latexdraw.glib.models.interfaces with parameters of type IArrow.ArrowStyle
 boolean IArrow.ArrowStyle.isSameKind(IArrow.ArrowStyle style)
           
 void IArrow.setArrowStyle(IArrow.ArrowStyle arrowStyle)
          Defines the style of the arrow.
 void IShape.setArrowStyle(IArrow.ArrowStyle style, int position)
          Sets the style of the arrow at the given position.
 

Method parameters in net.sf.latexdraw.glib.models.interfaces with type arguments of type IArrow.ArrowStyle
 void IGroup.setArrowStyleList(java.util.List<IArrow.ArrowStyle> values, int i)
          Sets the arrow style of the arrowable shapes of the group.