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

Packages that use EditionChoice
net.sf.latexdraw.actions   
net.sf.latexdraw.instruments   
 

Uses of EditionChoice in net.sf.latexdraw.actions
 

Fields in net.sf.latexdraw.actions declared as EditionChoice
protected  EditionChoice ModifyPencilStyle.editingChoice
          The new editing choice to set.
 

Methods in net.sf.latexdraw.actions that return EditionChoice
 EditionChoice ModifyPencilStyle.getEditingChoice()
           
 

Methods in net.sf.latexdraw.actions with parameters of type EditionChoice
 void ModifyPencilStyle.setEditingChoice(EditionChoice editingChoice)
          Sets the new editing choice of the pencil.
 

Uses of EditionChoice in net.sf.latexdraw.instruments
 

Fields in net.sf.latexdraw.instruments declared as EditionChoice
protected  EditionChoice Pencil.currentChoice
          The current editing choice (rectangle, ellipse, etc.) of the instrument.
 

Fields in net.sf.latexdraw.instruments with type parameters of type EditionChoice
protected  java.util.Map<MToggleButton,EditionChoice> EditingSelector.button2EditingChoiceMap
           
 

Methods in net.sf.latexdraw.instruments that return EditionChoice
 EditionChoice Pencil.getCurrentChoice()
           
static EditionChoice EditionChoice.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static EditionChoice[] EditionChoice.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in net.sf.latexdraw.instruments with parameters of type EditionChoice
 void Pencil.setCurrentChoice(EditionChoice currentChoice)
          Sets the current editing choice.