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

Packages that use IShape.Position
net.sf.latexdraw.actions   
net.sf.latexdraw.glib.handlers   
net.sf.latexdraw.glib.models.impl   
net.sf.latexdraw.glib.models.interfaces   
net.sf.latexdraw.instruments   
 

Uses of IShape.Position in net.sf.latexdraw.actions
 

Fields in net.sf.latexdraw.actions declared as IShape.Position
protected  IShape.Position ScaleShapes.refPosition
          The direction of the scaling.
 

Methods in net.sf.latexdraw.actions that return IShape.Position
 IShape.Position ScaleShapes.getRefPosition()
           
 

Methods in net.sf.latexdraw.actions with parameters of type IShape.Position
 void ScaleShapes.setRefPosition(IShape.Position refPosition)
           
 

Uses of IShape.Position in net.sf.latexdraw.glib.handlers
 

Fields in net.sf.latexdraw.glib.handlers declared as IShape.Position
protected  IShape.Position ScaleHandler.position
          The position of the possible scalings.
 

Methods in net.sf.latexdraw.glib.handlers that return IShape.Position
 IShape.Position ScaleHandler.getPosition()
           
 

Constructors in net.sf.latexdraw.glib.handlers with parameters of type IShape.Position
ScaleHandler(IShape.Position position)
          The constructor by default.
 

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

Methods in net.sf.latexdraw.glib.models.impl with parameters of type IShape.Position
 void LAbstractCtrlPointShape.scale(double x, double y, IShape.Position pos, java.awt.geom.Rectangle2D bound)
           
 void LCircle.scale(double sx, double sy, IShape.Position pos, java.awt.geom.Rectangle2D bound)
           
 void LCircleArc.scale(double sx, double sy, IShape.Position pos, java.awt.geom.Rectangle2D bound)
           
 void LDot.scale(double x, double y, IShape.Position pos, java.awt.geom.Rectangle2D bound)
           
 void LGrid.scale(double x, double y, IShape.Position pos, java.awt.geom.Rectangle2D bound)
           
 void LGroup.scale(double x, double y, IShape.Position pos, java.awt.geom.Rectangle2D bound)
           
 void LShape.scale(double x, double y, IShape.Position pos, java.awt.geom.Rectangle2D bound)
           
 void LSquare.scale(double sx, double sy, IShape.Position pos, java.awt.geom.Rectangle2D bound)
           
protected  void LShape.scaleSetPoints(java.util.List<IPoint> pts, double x, double y, IShape.Position pos, java.awt.geom.Rectangle2D bound)
           
 

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

Methods in net.sf.latexdraw.glib.models.interfaces that return IShape.Position
abstract  IShape.Position IShape.Position.getOpposite()
           
static IShape.Position IShape.Position.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static IShape.Position[] IShape.Position.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 IShape.Position
 void IShape.scale(double sx, double sy, IShape.Position pos, java.awt.geom.Rectangle2D bound)
          Scales the shape where the move reference point is the bottom right point, and the fixation point the top left point.
 

Uses of IShape.Position in net.sf.latexdraw.instruments
 

Methods in net.sf.latexdraw.instruments with parameters of type IShape.Position
private  void Border.DnD2Scale.setXGap(IShape.Position refPosition, IPoint tl, IPoint br)
           
private  void Border.DnD2Scale.setYGap(IShape.Position refPosition, IPoint tl, IPoint br)