Uses of Class
net.sf.latexdraw.instruments.Border

Packages that use Border
net.sf.latexdraw.glib.ui   
net.sf.latexdraw.instruments   
net.sf.latexdraw.mapping   
 

Uses of Border in net.sf.latexdraw.glib.ui
 

Fields in net.sf.latexdraw.glib.ui declared as Border
protected  Border LCanvas.borderIns
          The instrument that manages selected views.
 

Methods in net.sf.latexdraw.glib.ui that return Border
 Border ICanvas.getBorderInstrument()
           
 Border LCanvas.getBorderInstrument()
           
 

Uses of Border in net.sf.latexdraw.instruments
 

Fields in net.sf.latexdraw.instruments declared as Border
protected  Border EditingSelector.border
          The instrument that manages selected shapes.
 

Constructors in net.sf.latexdraw.instruments with parameters of type Border
Border.DnD2MoveCtrlPoint(Border ins)
           
Border.DnD2MovePoint(Border ins)
           
Border.DnD2Rotate(Border ins)
           
Border.DnD2Scale(Border ins)
           
EditingSelector(UIComposer<?> composer, Pencil pencil, Hand hand, MetaShapeCustomiser metaShapeCustomiser, Border border, ShapeDeleter deleter)
          Creates the instruments selector.
 

Uses of Border in net.sf.latexdraw.mapping
 

Fields in net.sf.latexdraw.mapping declared as Border
protected  Border Selection2BorderMapping.border
          The border to update in function of the selection.
 

Methods in net.sf.latexdraw.mapping that return Border
 Border Selection2BorderMapping.getTarget()
           
 

Constructors in net.sf.latexdraw.mapping with parameters of type Border
Selection2BorderMapping(java.util.List<IShape> selection, Border border)
          Creates the mapping.
Shape2BorderMapping(IShape source, Border target)
          Object2ObjectMapping.Object2ObjectMapping(Object, Object)