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

Packages that use Pencil
net.sf.latexdraw.actions   
net.sf.latexdraw.instruments   
net.sf.latexdraw.ui   
 

Uses of Pencil in net.sf.latexdraw.actions
 

Fields in net.sf.latexdraw.actions declared as Pencil
protected  Pencil ModifyPencilParameter.pencil
          The pencil to modify.
protected  Pencil ModifyPencilStyle.pencil
          The pencil to set.
 

Methods in net.sf.latexdraw.actions that return Pencil
 Pencil ModifyPencilStyle.getPencil()
           
 

Methods in net.sf.latexdraw.actions with parameters of type Pencil
 void ModifyPencilParameter.setPencil(Pencil pencil)
          Defines the pencil to modify.
 void ModifyPencilStyle.setPencil(Pencil pencil)
          Sets the pencil to parameterise.
 

Uses of Pencil in net.sf.latexdraw.instruments
 

Fields in net.sf.latexdraw.instruments declared as Pencil
protected  Pencil EditingSelector.pencil
          The instrument Pencil.
protected  Pencil ShapePropertyCustomiser.pencil
          The Pencil instrument.
protected  Pencil TextSetter.pencil
          The pencil used to create shapes.
 

Methods in net.sf.latexdraw.instruments that return Pencil
 Pencil EditingSelector.getPencil()
           
 Pencil ShapePropertyCustomiser.getPencil()
           
 

Methods in net.sf.latexdraw.instruments with parameters of type Pencil
 void TextSetter.setPencil(Pencil pencil)
           
 

Constructors in net.sf.latexdraw.instruments with parameters of type Pencil
DnD2AddShape(Pencil ins, boolean exec)
          The constructor by default.
EditingSelector(UIComposer<?> composer, Pencil pencil, Hand hand, MetaShapeCustomiser metaShapeCustomiser, Border border, ShapeDeleter deleter)
          Creates the instruments selector.
MetaShapeCustomiser(UIComposer<?> composer, Hand hand, Pencil pencil)
          Creates the instrument.
MultiClic2AddShape(Pencil ins, boolean exec)
          The constructor by default.
PencilLink(Pencil ins, boolean exec, java.lang.Class<I> clazzInteraction)
          The constructor by default.
Press2AddShape(Pencil ins)
           
Press2AddText(Pencil ins, boolean exec)
          Creates the link.
Press2InitTextSetter(Pencil ins)
           
Press2InsertPicture(Pencil ins, boolean exec)
           
ShapeArcCustomiser(UIComposer<?> composer, Hand hand, Pencil pencil)
          Creates the instrument.
ShapeArrowCustomiser(UIComposer<?> composer, Hand hand, Pencil pencil)
          Creates the instrument.
ShapeAxesCustomiser(UIComposer<?> composer, Hand hand, Pencil pencil)
          Creates the instrument.
ShapeBorderCustomiser(UIComposer<?> composer, Hand hand, Pencil pencil)
          Creates the instrument.
ShapeCoordDimCustomiser(UIComposer<?> composer, Hand hand, Pencil pencil)
          Creates the instrument.
ShapeDotCustomiser(UIComposer<?> composer, Hand hand, Pencil pencil)
          Creates the instrument.
ShapeDoubleBorderCustomiser(UIComposer<?> composer, Hand hand, Pencil pencil)
          Creates the instrument.
ShapeFillingCustomiser(UIComposer<?> composer, Hand hand, Pencil pencil)
          Creates the instrument.
ShapeGridCustomiser(UIComposer<?> composer, Hand hand, Pencil pencil)
          Creates the instrument.
ShapeGrouper(UIComposer<?> composer, Hand hand, Pencil pencil)
          Creates the instrument.
ShapePropertyCustomiser(UIComposer<?> composer, Hand hand, Pencil pencil)
          Creates the instrument.
ShapeRotationCustomiser(UIComposer<?> composer, Hand hand, Pencil pencil)
          Creates the instrument.
ShapeShadowCustomiser(UIComposer<?> composer, Hand hand, Pencil pencil)
          Creates the instrument.
TextCustomiser(UIComposer<?> composer, Hand hand, Pencil pencil)
          Creates the instrument.
 

Uses of Pencil in net.sf.latexdraw.ui
 

Fields in net.sf.latexdraw.ui declared as Pencil
protected  Pencil LFrame.pencil
          The instrument used to draw shapes.
 

Methods in net.sf.latexdraw.ui that return Pencil
 Pencil LFrame.getPencil()