A B C D E F G H I J K L M N O P Q R S T U V W X Y Z

A

a - Variable in class net.sf.latexdraw.glib.models.impl.LLine
The director coefficient of the line (y=ax+b).
a - Variable in class net.sf.latexdraw.parsers.svg.SVGMatrix
[a, c, e, b, d, f, 0, 0, 1] An element of the matrix.
abort() - Method in class org.malai.action.Action
Aborts the action.
AbortableDnD - Class in org.malai.interaction.library
This interaction defines a drag-and-drop which can be aborted.
AbortableDnD() - Constructor for class org.malai.interaction.library.AbortableDnD
Creates the interaction.
abortAction(Action) - Method in class org.malai.action.ActionsRegistry
Aborts the given action, i.e. the action is aborted then remove from the register.
AbortingState - Class in org.malai.interaction
This state defines a aborting state that aborts the interaction.
AbortingState(String) - Constructor for class org.malai.interaction.AbortingState
 
ABOUT_ICON - Static variable in class net.sf.latexdraw.util.LResources
 
AboutDialogueBox - Class in net.sf.latexdraw.ui.dialog
Define the dialogue box describing the latexdraw information.
AboutDialogueBox() - Constructor for class net.sf.latexdraw.ui.dialog.AboutDialogueBox
Creates the dialogue box.
aboutFrame - Variable in class net.sf.latexdraw.instruments.Helper
The dialogue box that gives information on latexdraw.
aboutItem - Variable in class net.sf.latexdraw.instruments.Helper
This menu item shows the "About latexdraw" panel.
absolutePoint - Variable in class net.sf.latexdraw.actions.InitTextSetter
The position that does not taks account of the zoom (for the text field).
AbstractCodeView<S extends IShape> - Class in net.sf.latexdraw.glib.views
Defines an abstract view for code-view.
AbstractCodeView(S) - Constructor for class net.sf.latexdraw.glib.views.AbstractCodeView
Creates and initialises an abstract code view.
AbstractCSSParser - Class in net.sf.latexdraw.parsers.css
Defines an abstract CSS parser that contains functions to help the CSS parsing.
AbstractCSSParser(String) - Constructor for class net.sf.latexdraw.parsers.css.AbstractCSSParser
Creates and initialises the CSS parser.
AbstractPointsElement - Class in net.sf.latexdraw.parsers.svg
Defines a model for shapes that have the points SVG attribute.
AbstractPointsElement(Node, SVGElement) - Constructor for class net.sf.latexdraw.parsers.svg.AbstractPointsElement
Creates an SVG element that can contains points.
AbstractPointsElement(SVGDocument) - Constructor for class net.sf.latexdraw.parsers.svg.AbstractPointsElement
SVGElement.SVGElement(SVGDocument)
AbstractPresentation - Interface in org.malai.presentation
The abstract presentation defines the manipulated data model.
abstractPresentation - Variable in class org.malai.presentation.Presentation
The abstract presentation, i.e. the manipulated data model.
AbstractSVGParser - Class in net.sf.latexdraw.parsers.svg.parsers
Defines a model for the SVG parsers.
AbstractSVGParser(String) - Constructor for class net.sf.latexdraw.parsers.svg.parsers.AbstractSVGParser
The constructor.
AbstractView<S extends IShape> - Class in net.sf.latexdraw.glib.views
Defines an abstract view.
AbstractView(S) - Constructor for class net.sf.latexdraw.glib.views.AbstractView
Creates an abstract view.
accept(File) - Method in class net.sf.latexdraw.filters.BMPFilter
 
accept(File) - Method in class net.sf.latexdraw.filters.EPSFilter
 
accept(File) - Method in class net.sf.latexdraw.filters.GIFFilter
 
accept(File) - Method in class net.sf.latexdraw.filters.JPGFilter
 
accept(File) - Method in class net.sf.latexdraw.filters.PDFFilter
 
accept(File) - Method in class net.sf.latexdraw.filters.PictureFilter
 
accept(File) - Method in class net.sf.latexdraw.filters.PNGFilter
 
accept(File) - Method in class net.sf.latexdraw.filters.PSFilter
 
accept(File) - Method in class net.sf.latexdraw.filters.SVGFilter
 
accept(File) - Method in class net.sf.latexdraw.filters.TeXFilter
 
Action - Class in org.malai.action
An action is based on the command design pattern: it is an object that encapsulates information to execute a task and to undo/redo it if necessary.
Action() - Constructor for class org.malai.action.Action
The default constructor.
action - Variable in class org.malai.instrument.Link
The target action.
action() - Method in class org.malai.interaction.library.DnD.Move4DnD
 
action() - Method in class org.malai.interaction.library.KeyInteraction.KeyInteractionKeyPressedTransition
 
action() - Method in class org.malai.interaction.library.KeysPressure.KeysPressureKeyPressedTransition
 
action() - Method in class org.malai.interaction.library.PointInteraction.PointPressureTransition
 
action() - Method in class org.malai.interaction.library.Scrolling.ScrollingScrollTransition
 
action() - Method in class org.malai.interaction.library.SpinnerModified.SpinnerModifiedSpinnerTransition
 
action() - Method in class org.malai.interaction.Transition
 
action() - Method in interface org.malai.stateMachine.ITransition
Performs the actions to do when the transition is executed.
Action.ActionStatus - Enum in org.malai.action
Defines the different state of the action.
Action.ActionStatus() - Constructor for enum org.malai.action.Action.ActionStatus
 
ACTION_NOT_IMPLEMENTED - Static variable in class net.sf.latexdraw.parsers.svg.SVGDocument
 
ActionHandler - Interface in org.malai.action
This interface allows to create a bridge between an action and an object that want to be aware about events on actions (such as creation or deletion of an action).
actionPerformed(ActionEvent) - Method in class net.sf.latexdraw.ui.WidgetMiniToolbar
 
actionPerformed(ActionEvent) - Method in class org.malai.interaction.SwingEventManager
 
actions - Variable in class org.malai.action.ActionsRegistry
The saved actions.
ActionsRegistry - Class in org.malai.action
A register of actions.
ActionsRegistry() - Constructor for class org.malai.action.ActionsRegistry
Creates and initialises a register.
activate() - Method in class org.malai.action.library.ActivateInactivateInstruments
 
activated - Variable in class org.malai.instrument.Instrument
Defines if the instrument is activated or not.
activated - Variable in class org.malai.interaction.Interaction
Defines if the interaction is activated or not.
activateFirst - Variable in class org.malai.action.library.ActivateInactivateInstruments
Defines the activations must be performed before the inactivations.
ActivateInactivateInstruments - Class in org.malai.action.library
This instrument activates and inactivates instruments.
ActivateInactivateInstruments() - Constructor for class org.malai.action.library.ActivateInactivateInstruments
Creates and initialises the instrument.
ActivateInstrument - Class in org.malai.action.library
This action activates an instrument.
ActivateInstrument() - Constructor for class org.malai.action.library.ActivateInstrument
InstrumentAction.InstrumentAction()
ActiveArrayList<E> - Class in org.malai.mapping
Defines an active list that when an element is added/removed, then mapping registry is then notified.
ActiveArrayList() - Constructor for class org.malai.mapping.ActiveArrayList
ArrayList.ArrayList()
ActiveArrayList(int) - Constructor for class org.malai.mapping.ActiveArrayList
ArrayList.ArrayList(int)
ActiveArrayList(Collection<E>) - Constructor for class org.malai.mapping.ActiveArrayList
ArrayList.ArrayList(Collection)
ActiveUnary<T> - Class in org.malai.mapping
An active unary relation is an object that may contain a value (cardinalities 0..1).
ActiveUnary() - Constructor for class org.malai.mapping.ActiveUnary
Creates an empty singleton.
ActiveUnary(T) - Constructor for class org.malai.mapping.ActiveUnary
Creates a singleton with a given value.
add(Throwable) - Method in class net.sf.latexdraw.badaboom.BadaboomCollector
 
add(int, Throwable) - Method in class net.sf.latexdraw.badaboom.BadaboomCollector
 
add(IViewShape) - Method in class net.sf.latexdraw.instruments.Border
Adds the given shape to the selection.
add(Component) - Method in class net.sf.latexdraw.ui.WidgetMiniToolbar
 
add(E) - Method in class org.malai.mapping.ActiveArrayList
 
add(int, E) - Method in class org.malai.mapping.ActiveArrayList
 
add(Undoable, UndoHandler) - Method in class org.malai.undo.UndoCollector
Adds an undoable object to the collector.
add(Component, int) - Method in class org.malai.widget.MLayeredPane
 
add(Component, Object, int) - Method in class org.malai.widget.MLayeredPane
 
add(Component, Object) - Method in class org.malai.widget.MLayeredPane
 
add(Component) - Method in class org.malai.widget.MLayeredPane
 
add(String, Component) - Method in class org.malai.widget.MLayeredPane
 
add(JMenuItem) - Method in class org.malai.widget.MMenu
 
add(Component, int) - Method in class org.malai.widget.MPanel
 
add(Component, Object, int) - Method in class org.malai.widget.MPanel
 
add(Component, Object) - Method in class org.malai.widget.MPanel
 
add(Component) - Method in class org.malai.widget.MPanel
 
add(String, Component) - Method in class org.malai.widget.MPanel
 
add(JMenuItem) - Method in class org.malai.widget.MPopupMenu
 
add(Component, int) - Method in class org.malai.widget.MToolBar
 
add(Component, Object, int) - Method in class org.malai.widget.MToolBar
 
add(Component, Object) - Method in class org.malai.widget.MToolBar
 
add(Component) - Method in class org.malai.widget.MToolBar
 
add(String, Component) - Method in class org.malai.widget.MToolBar
 
addAction(Action, ActionHandler) - Method in class org.malai.action.ActionsRegistry
Adds an action to the register.
addAll(Collection<? extends E>) - Method in class org.malai.mapping.ActiveArrayList
 
addAll(int, Collection<? extends E>) - Method in class org.malai.mapping.ActiveArrayList
 
addCode(StringBuilder, StringBuilder) - Method in class net.sf.latexdraw.glib.views.pst.PSTClassicalView
 
addColour(String) - Method in class net.sf.latexdraw.glib.views.pst.PSTShapeView
Saves a colour coming from the generated code.
addComponent(Component) - Method in class net.sf.latexdraw.ui.WidgetMiniToolbar
Adds a button to the toolbar of the listJToggleButton.
addComponentsToResize(JComponent) - Method in class org.malai.widget.MLayeredPane
Components of the pane may have to be automatically resized when the pane is resized.
addCSSStyle(String, String) - Method in class net.sf.latexdraw.parsers.svg.CSSStyleList
Adds a CSS style to the list.
addedGroup - Variable in class net.sf.latexdraw.actions.JoinShapes
The added group of shapes.
addEvent(Event) - Method in class org.malai.interaction.Interaction
Adds the given event to the events 'still in process' list.
addEventable(Eventable) - Method in class net.sf.latexdraw.instruments.MetaShapeCustomiser
 
addEventable(Eventable) - Method in class org.malai.instrument.Instrument
Binds the interaction of the links of the instrument to a Eventable object that produces events used by the interactions.
addEventable(Eventable) - Method in class org.malai.instrument.Link
Binds the interaction of the link to a Eventable object that produces events used by the interaction.
addHandler(BadaboomHandler) - Method in class net.sf.latexdraw.badaboom.BadaboomCollector
Adds a handler to the manager.
addHandler(ActionHandler) - Method in class org.malai.action.ActionsRegistry
Adds an action handler.
addHandler(InteractionHandler) - Method in class org.malai.interaction.Interaction
Adds an interaction handler.
addHandler(UndoHandler) - Method in class org.malai.undo.UndoCollector
Adds a handler to the collector.
addHandlers(EventHandler) - Method in class org.malai.interaction.SwingEventManager
Adds a handler to the event manager.
addInstrumentToActivate(Instrument) - Method in class org.malai.action.library.ActivateInactivateInstruments
Adds an instrument to activate.
addInstrumentToInactivate(Instrument) - Method in class org.malai.action.library.ActivateInactivateInstruments
Adds an instrument to inactivate.
addLink(Link<?, ?, ?>) - Method in class org.malai.instrument.Instrument
Adds the given link to the list of links of the instrument.
addMapping(IMapping) - Method in interface org.malai.mapping.IMappingRegistry
Adds a mapping to the registry.
addMapping(IMapping) - Method in class org.malai.mapping.MappingRegistry
 
addMappings(IMapping, Object, Map<Object, IMapping>, Map<Object, List<IMapping>>) - Static method in class org.malai.mapping.MappingRegistry
Is used by method addMapping(mapping).
addPoint(IPoint, int) - Method in class net.sf.latexdraw.glib.models.impl.LAbstractCtrlPointShape
 
addPoint(IPoint) - Method in class net.sf.latexdraw.glib.models.impl.LModifiablePointsShape
 
addPoint(IPoint, int) - Method in class net.sf.latexdraw.glib.models.impl.LModifiablePointsShape
 
addPoint(IPoint) - Method in interface net.sf.latexdraw.glib.models.interfaces.IModifiablePointsShape
Adds a point to the shape model.
addPoint(IPoint, int) - Method in interface net.sf.latexdraw.glib.models.interfaces.IModifiablePointsShape
Adds the given point to the points list at the given position.
addRecentFile(String) - Method in class net.sf.latexdraw.instruments.PreferencesSetter
Adds a recent file.
addRenderingHints(Map<?, ?>) - Method in class net.sf.latexdraw.parsers.svg.parsers.Graphics2D2SVG
 
addSeparator() - Method in class net.sf.latexdraw.ui.WidgetMiniToolbar
Adds a separator to the toolbar.
AddShape - Class in net.sf.latexdraw.actions
This action adds a shape to a drawing.
AddShape() - Constructor for class net.sf.latexdraw.actions.AddShape
Creates the action.
addShape(IShape) - Method in class net.sf.latexdraw.actions.MultiShapesAction
Add a shape to the list of shapes to handle.
addShape(IShape) - Method in class net.sf.latexdraw.glib.models.impl.LGroup
 
addShape(IShape, int) - Method in class net.sf.latexdraw.glib.models.impl.LGroup
 
addShape(IShape) - Method in interface net.sf.latexdraw.glib.models.interfaces.ISetShapes
Adds a shape to the drawing.
addShape(IShape, int) - Method in interface net.sf.latexdraw.glib.models.interfaces.ISetShapes
Adds a shape to the drawing at at given position.
addSpinner(Container, MSpinner, boolean, int) - Method in class net.sf.latexdraw.ui.PropertiesToolbarBuilder
 
addState(IState) - Method in class org.malai.interaction.Interaction
 
addState(IState) - Method in interface org.malai.stateMachine.IStateMachine
Adds a state to the state machine.
addToProgressBar(int) - Method in class org.malai.widget.MProgressBar
Adds the increment to the progress bar (if the new value is contained in the min-max bounds of the progress bar).
addToRotationAngle(IPoint, double) - Method in class net.sf.latexdraw.glib.models.impl.LGroup
 
addToRotationAngle(IPoint, double) - Method in class net.sf.latexdraw.glib.models.impl.LShape
 
addToRotationAngle(IPoint, double) - Method in interface net.sf.latexdraw.glib.models.interfaces.IShape
Adds the given angle to the current rotation angle.
addToSelection(IShape) - Method in class net.sf.latexdraw.glib.models.impl.LDrawing
 
addToSelection(List<IShape>) - Method in class net.sf.latexdraw.glib.models.impl.LDrawing
 
addToSelection(IShape) - Method in interface net.sf.latexdraw.glib.models.interfaces.IDrawing
Adds the given shape to the selection.
addToSelection(List<IShape>) - Method in interface net.sf.latexdraw.glib.models.interfaces.IDrawing
Adds the given shapes to the selection.
addTransformation(SVGTransform) - Method in class net.sf.latexdraw.parsers.svg.parsers.Graphics2D2SVG
 
addTransformations(String) - Method in class net.sf.latexdraw.parsers.svg.SVGTransformList
Add some transformations using a string containing the transformations.
addTransition(ITransition) - Method in class org.malai.interaction.State
 
addTransition(ITransition) - Method in interface org.malai.stateMachine.IState
Adds a transition to the state.
addUserColor(Color, String) - Method in class net.sf.latexdraw.parsers.svg.CSSColors
Adds a colour defined by the user.
addUserColour(Color) - Method in class net.sf.latexdraw.glib.views.latex.DviPsColors
Allows to add a colour defined by the user.
adoptNode(Node) - Method in class net.sf.latexdraw.parsers.svg.SVGDocument
 
ALIGN_BOTTOM_ICON - Static variable in class net.sf.latexdraw.util.LResources
 
ALIGN_LEFT_ICON - Static variable in class net.sf.latexdraw.util.LResources
 
ALIGN_MID_HORIZ_ICON - Static variable in class net.sf.latexdraw.util.LResources
 
ALIGN_MID_VERT_ICON - Static variable in class net.sf.latexdraw.util.LResources
 
ALIGN_RIGHT_ICON - Static variable in class net.sf.latexdraw.util.LResources
 
ALIGN_TOP_ICON - Static variable in class net.sf.latexdraw.util.LResources
 
alpaInterCheckBox - Variable in class net.sf.latexdraw.instruments.PreferencesSetter
This check-box allows to set if alpha-interpolation must be used.
alphaInterpolValue - Variable in class net.sf.latexdraw.glib.ui.LCanvas
The value of the alpha-interpolation ( cf.
amount - Variable in class org.malai.interaction.ScrollTransition
The number of units to scroll by scroll.
angle - Variable in class net.sf.latexdraw.parsers.svg.path.SVGPathSegArc
The x-axis rotation angle.
angle - Variable in class net.sf.latexdraw.parsers.svg.SVGTransform
The angle of a possible rotation or skew.
antialiasingCheckBox - Variable in class net.sf.latexdraw.instruments.PreferencesSetter
This check-box allows to set if antialiasing must be used.
antiAliasingValue - Variable in class net.sf.latexdraw.glib.ui.LCanvas
The value of the antialiasing (cf.
appendChild(Node) - Method in class net.sf.latexdraw.parsers.svg.SVGAttr
 
appendChild(Node) - Method in class net.sf.latexdraw.parsers.svg.SVGDocument
 
appendChild(Node) - Method in class net.sf.latexdraw.parsers.svg.SVGElement
 
appendData(String) - Method in class net.sf.latexdraw.parsers.svg.SVGText
 
applyTransformation(SVGTransform) - Method in class net.sf.latexdraw.generators.svg.LShapeSVGGenerator
Applies an SVG transformation on the shape.
applyTransformations(SVGElement) - Method in class net.sf.latexdraw.generators.svg.LShapeSVGGenerator
Applies the set of transformations that concerned the given SVG element to the shape.
applyValue(Object) - Method in class net.sf.latexdraw.actions.ModifyLatexProperties
 
applyValue(Object) - Method in class net.sf.latexdraw.actions.ModifyMagneticGrid
 
applyValue(Object) - Method in class net.sf.latexdraw.actions.ModifyPencilParameter
 
applyValue(Object) - Method in class net.sf.latexdraw.actions.ModifyShapeProperty
 
applyValue(Object) - Method in class org.malai.action.library.ModifyValue
This method executes the job of methods undo, redo, and do
applyValues() - Method in class net.sf.latexdraw.instruments.PreferencesSetter
Applies the values of the preferences setter to the concerned elements.
APRICOT - Static variable in class net.sf.latexdraw.glib.views.latex.DviPsColors
 
AQUAMARINE - Static variable in class net.sf.latexdraw.glib.views.latex.DviPsColors
 
arc - Variable in class net.sf.latexdraw.glib.handlers.RotationHandler
 
ARC_ICON - Static variable in class net.sf.latexdraw.util.LResources
 
Arcable - Interface in net.sf.latexdraw.glib.models.interfaces
Defines a generic interface for shapes that support arc attributes.
Arcable.ArcStyle - Enum in net.sf.latexdraw.glib.models.interfaces
The different styles of arc.
Arcable.ArcStyle() - Constructor for enum net.sf.latexdraw.glib.models.interfaces.Arcable.ArcStyle
 
ArcAngleHandler - Class in net.sf.latexdraw.glib.handlers
Defines a handler that changes the start/end angle of an arc.
ArcAngleHandler(boolean) - Constructor for class net.sf.latexdraw.glib.handlers.ArcAngleHandler
Creates and initialises an arc angle handler.
arcB - Variable in class net.sf.latexdraw.instruments.EditingSelector
The button that allows to select the instrument Pencil to add arcs.
arcB - Variable in class net.sf.latexdraw.instruments.ShapeArcCustomiser
The toggle button that selects the arc style.
arcCustomiser - Variable in class net.sf.latexdraw.instruments.MetaShapeCustomiser
This instrument customises the arc parameters.
arcHandlerEnd - Variable in class net.sf.latexdraw.instruments.Border
The handler that sets the end angle of an arc.
arcHandlerStart - Variable in class net.sf.latexdraw.instruments.Border
The handler that sets the start angle of an arc.
arrow - Variable in class net.sf.latexdraw.generators.svg.LArrowSVGGenerator
The arrowhead generated or used to generate the SVG-arrow.
ARROW_ICON - Static variable in class net.sf.latexdraw.util.LResources
 
ARROW_STYLE_ARC_L_ICON - Static variable in class net.sf.latexdraw.util.LResources
 
ARROW_STYLE_ARC_LR_ICON - Static variable in class net.sf.latexdraw.util.LResources
 
ARROW_STYLE_ARC_R_ICON - Static variable in class net.sf.latexdraw.util.LResources
 
ARROW_STYLE_ARC_RR_ICON - Static variable in class net.sf.latexdraw.util.LResources
 
ARROW_STYLE_ARROW_L_ICON - Static variable in class net.sf.latexdraw.util.LResources
 
ARROW_STYLE_ARROW_R_ICON - Static variable in class net.sf.latexdraw.util.LResources
 
ARROW_STYLE_BAR_END_L_ICON - Static variable in class net.sf.latexdraw.util.LResources
 
ARROW_STYLE_BAR_END_R_ICON - Static variable in class net.sf.latexdraw.util.LResources
 
ARROW_STYLE_BAR_IN_L_ICON - Static variable in class net.sf.latexdraw.util.LResources
 
ARROW_STYLE_BAR_IN_R_ICON - Static variable in class net.sf.latexdraw.util.LResources
 
ARROW_STYLE_BRACK_L_ICON - Static variable in class net.sf.latexdraw.util.LResources
 
ARROW_STYLE_BRACK_LR_ICON - Static variable in class net.sf.latexdraw.util.LResources
 
ARROW_STYLE_BRACK_R_ICON - Static variable in class net.sf.latexdraw.util.LResources
 
ARROW_STYLE_BRACK_RR_ICON - Static variable in class net.sf.latexdraw.util.LResources
 
ARROW_STYLE_CIRCLE_END_L_ICON - Static variable in class net.sf.latexdraw.util.LResources
 
ARROW_STYLE_CIRCLE_END_R_ICON - Static variable in class net.sf.latexdraw.util.LResources
 
ARROW_STYLE_CIRCLE_IN_L_ICON - Static variable in class net.sf.latexdraw.util.LResources
 
ARROW_STYLE_CIRCLE_IN_R_ICON - Static variable in class net.sf.latexdraw.util.LResources
 
ARROW_STYLE_DBLE_ARROW_L_ICON - Static variable in class net.sf.latexdraw.util.LResources
 
ARROW_STYLE_DBLE_ARROW_R_ICON - Static variable in class net.sf.latexdraw.util.LResources
 
ARROW_STYLE_DISK_END_L_ICON - Static variable in class net.sf.latexdraw.util.LResources
 
ARROW_STYLE_DISK_END_R_ICON - Static variable in class net.sf.latexdraw.util.LResources
 
ARROW_STYLE_DISK_IN_L_ICON - Static variable in class net.sf.latexdraw.util.LResources
 
ARROW_STYLE_DISK_IN_R_ICON - Static variable in class net.sf.latexdraw.util.LResources
 
ARROW_STYLE_NONE_L_ICON - Static variable in class net.sf.latexdraw.util.LResources
 
ARROW_STYLE_NONE_R_ICON - Static variable in class net.sf.latexdraw.util.LResources
 
ARROW_STYLE_R_ARROW_L_ICON - Static variable in class net.sf.latexdraw.util.LResources
 
ARROW_STYLE_R_ARROW_R_ICON - Static variable in class net.sf.latexdraw.util.LResources
 
ARROW_STYLE_R_DBLE_ARROW_L_ICON - Static variable in class net.sf.latexdraw.util.LResources
 
ARROW_STYLE_R_DBLE_ARROW_R_ICON - Static variable in class net.sf.latexdraw.util.LResources
 
ARROW_STYLE_ROUND_IN_L_ICON - Static variable in class net.sf.latexdraw.util.LResources
 
ARROW_STYLE_ROUND_IN_R_ICON - Static variable in class net.sf.latexdraw.util.LResources
 
arrowCustomiser - Variable in class net.sf.latexdraw.instruments.MetaShapeCustomiser
This instrument customises the arrows.
arrowInset - Variable in class net.sf.latexdraw.glib.models.impl.LArrow
The inset of the arrow.
arrowInset - Variable in class net.sf.latexdraw.instruments.ShapeArrowCustomiser
The field to set the arrow inset parameter of arrows.
arrowLeftCB - Variable in class net.sf.latexdraw.instruments.ShapeArrowCustomiser
Allows to change the style of the left-end of the shape.
arrowLength - Variable in class net.sf.latexdraw.glib.models.impl.LArrow
The length of the arrow.
arrowLength - Variable in class net.sf.latexdraw.instruments.ShapeArrowCustomiser
The field to set the arrow length parameter of arrows.
arrowRightCB - Variable in class net.sf.latexdraw.instruments.ShapeArrowCustomiser
Allows to change the style of the right-end of the shape.
arrows - Variable in class net.sf.latexdraw.glib.models.impl.LShape
The arrow of the shape, may be null.
arrows - Variable in class net.sf.latexdraw.glib.views.Java2D.impl.LShapeView
The view of the arrows of the shape.
arrowSizeDim - Variable in class net.sf.latexdraw.glib.models.impl.LArrow
The latex parameter arrowSize num.
arrowSizeDim - Variable in class net.sf.latexdraw.instruments.ShapeArrowCustomiser
The field to set the arrows size dim parameter of arrows.
arrowSizeNum - Variable in class net.sf.latexdraw.glib.models.impl.LArrow
The latex parameter arrowSize num.
arrowSizeNum - Variable in class net.sf.latexdraw.instruments.ShapeArrowCustomiser
The field to set the arrow size num parameter of arrows.
ASTERISK_STYLE - Static variable in class net.sf.latexdraw.glib.views.pst.PSTricksConstants
The style which draw an asterisk
attachAddedComponent(Component) - Method in class net.sf.latexdraw.ui.WidgetMiniToolbar
Attaches the given component to the event manager of the panel if it exists.
attachAddedComponent(SwingEventManager, Component) - Method in class org.malai.widget.WidgetUtilities
Attaches the given component to the event manager of the panel if it exists.
attachTo(Component) - Method in class org.malai.interaction.SwingEventManager
Attaches the SwingEventManager to the Java component to listen.
attributes - Variable in class net.sf.latexdraw.parsers.svg.SVGElement
The attributes of the element.
AUTO_BORDERS_ICON - Static variable in class net.sf.latexdraw.util.LResources
 
AXES_ICON - Static variable in class net.sf.latexdraw.util.LResources
 
axesB - Variable in class net.sf.latexdraw.instruments.EditingSelector
The button that allows to select the instrument Pencil to add axes.
axesStyle - Variable in class net.sf.latexdraw.glib.models.impl.LAxes
The style of the axes.

B

b - Variable in class net.sf.latexdraw.glib.models.impl.LLine
y=ax+b.
b - Variable in class net.sf.latexdraw.parsers.svg.SVGMatrix
[a, c, e, b, d, f, 0, 0, 1] An element of the matrix.
BACKGROUND_ICON - Static variable in class net.sf.latexdraw.util.LResources
 
BadaboomCollector - Class in net.sf.latexdraw.badaboom
Defines an error collector.
BadaboomCollector() - Constructor for class net.sf.latexdraw.badaboom.BadaboomCollector
Creates an empty collector.
BadaboomHandler - Interface in net.sf.latexdraw.badaboom
Defines a 'Bordel !'
BadaboomListener - Class in net.sf.latexdraw.badaboom
Defines a listener for the 'Bordel !'
BadaboomListener(BadaboomManager) - Constructor for class net.sf.latexdraw.badaboom.BadaboomListener
Creates a Border manager listener.
BadaboomManager - Class in net.sf.latexdraw.badaboom
Defines a frame that shows exceptions.
BadaboomManager() - Constructor for class net.sf.latexdraw.badaboom.BadaboomManager
Creates an initialises an exception manager.
BadaboomTableModel - Class in net.sf.latexdraw.badaboom
Defines a table model for the 'Bordel !'
BadaboomTableModel(BadaboomCollector) - Constructor for class net.sf.latexdraw.badaboom.BadaboomTableModel
Creates and initialises a table model for the 'Bordel !'
balance() - Method in class net.sf.latexdraw.glib.models.impl.LAbstractCtrlPointShape
 
balance() - Method in interface net.sf.latexdraw.glib.models.interfaces.IControlPointShape
Balances all the control points in order the create a rounded shape.
balanceGap - Variable in class net.sf.latexdraw.glib.models.impl.LAbstractCtrlPointShape
Define the gap between a control point and its point in pixel when using LAbstractCtrlPointShape.balance() method.
BAR_STYLE - Static variable in class net.sf.latexdraw.glib.views.pst.PSTricksConstants
The style which draw a vertical bar
BAREND_STYLE - Static variable in class net.sf.latexdraw.glib.views.pst.PSTricksConstants
 
BARIN_STYLE - Static variable in class net.sf.latexdraw.glib.views.pst.PSTricksConstants
 
bButton - Variable in class net.sf.latexdraw.instruments.TextCustomiser
The button that selects the bottom text position.
beginRotation(Graphics2D) - Method in class net.sf.latexdraw.glib.views.Java2D.impl.LShapeView
Begins the rotation by modifying the Graphics2D using the rotation angle.
BEHIND_SEL_ICON - Static variable in class net.sf.latexdraw.util.LResources
 
BEZIER_CURVE_ICON - Static variable in class net.sf.latexdraw.util.LResources
 
bezierB - Variable in class net.sf.latexdraw.instruments.EditingSelector
The button that allows to select the instrument Pencil to add bezier curves.
bezierClosedB - Variable in class net.sf.latexdraw.instruments.EditingSelector
The button that allows to select the instrument Pencil to add closed bezier curves.
bezierListB - Variable in class net.sf.latexdraw.ui.ToolbarBuilder
The toolbar that contains the widgets to create curve-like shapes.
BITTERSWEET - Static variable in class net.sf.latexdraw.glib.views.latex.DviPsColors
 
BLACK - Static variable in class net.sf.latexdraw.glib.views.latex.DviPsColors
 
blButton - Variable in class net.sf.latexdraw.instruments.TextCustomiser
The button that selects the bottom-left text position.
BLUE - Static variable in class net.sf.latexdraw.glib.views.latex.DviPsColors
 
BLUEGREEN - Static variable in class net.sf.latexdraw.glib.views.latex.DviPsColors
 
BLUEVIOLET - Static variable in class net.sf.latexdraw.glib.views.latex.DviPsColors
 
BMP_EXTENSION - Static variable in class net.sf.latexdraw.filters.BMPFilter
The name of the extension of bmp file
BMPFilter - Class in net.sf.latexdraw.filters
This class defines a filter for bmp files (*.bmp)

This file is part of LaTeXDraw
Copyright (c) 2005-2012 Arnaud BLOUIN

LaTeXDraw is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.
BMPFilter() - Constructor for class net.sf.latexdraw.filters.BMPFilter
 
border - Variable in class net.sf.latexdraw.glib.ui.LCanvas
The border of the drawing.
border - Variable in class net.sf.latexdraw.glib.views.Java2D.impl.LShapeView
The border of the shape.
Border - Class in net.sf.latexdraw.instruments
This instrument manages the selected views.
Border(ICanvas) - Constructor for class net.sf.latexdraw.instruments.Border
Creates and initialises the border.
border - Variable in class net.sf.latexdraw.instruments.Border
The rectangle uses to show the selection.
border - Variable in class net.sf.latexdraw.instruments.EditingSelector
The instrument that manages selected shapes.
border - Variable in class net.sf.latexdraw.mapping.Selection2BorderMapping
The border to update in function of the selection.
Border.DnD2MoveCtrlPoint - Class in net.sf.latexdraw.instruments
This link maps a DnD interaction on a move control point handler to an action that moves the selected control point.
Border.DnD2MoveCtrlPoint(Border) - Constructor for class net.sf.latexdraw.instruments.Border.DnD2MoveCtrlPoint
 
Border.DnD2MovePoint - Class in net.sf.latexdraw.instruments
This link maps a DnD interaction on a move point handler to an action that moves the selected point.
Border.DnD2MovePoint(Border) - Constructor for class net.sf.latexdraw.instruments.Border.DnD2MovePoint
 
Border.DnD2Rotate - Class in net.sf.latexdraw.instruments
This link maps a DnD interaction on a rotation handler to an action that rotates the selected shapes.
Border.DnD2Rotate(Border) - Constructor for class net.sf.latexdraw.instruments.Border.DnD2Rotate
 
Border.DnD2Scale - Class in net.sf.latexdraw.instruments
This link maps a DnD interaction on a scale handler to an action that scales the selection.
Border.DnD2Scale(Border) - Constructor for class net.sf.latexdraw.instruments.Border.DnD2Scale
 
BORDER_ICON - Static variable in class net.sf.latexdraw.util.LResources
 
borderCustomiser - Variable in class net.sf.latexdraw.instruments.MetaShapeCustomiser
This instrument customises the line properties of shapes and the pencil.
borderIns - Variable in class net.sf.latexdraw.glib.ui.LCanvas
The instrument that manages selected views.
BORDERS_ICON - Static variable in class net.sf.latexdraw.util.LResources
 
BORDERS_INSIDE - Static variable in class net.sf.latexdraw.glib.views.pst.PSTricksConstants
The dimensions of the figure are with reference to the inner boundary.
BORDERS_MIDDLE - Static variable in class net.sf.latexdraw.glib.views.pst.PSTricksConstants
The dimensions of the figure are with reference to the middle boundary.
BORDERS_OUTSIDE - Static variable in class net.sf.latexdraw.glib.views.pst.PSTricksConstants
The dimensions of the figure are with reference to the outter boundary.
bordersPosCB - Variable in class net.sf.latexdraw.instruments.ShapeBorderCustomiser
Allows to select the position of the borders of the shape.
bordersPosition - Variable in class net.sf.latexdraw.glib.models.impl.LShape
The position of the border of the shape.
bound - Variable in class net.sf.latexdraw.actions.ScaleShapes
The bound of the selected shapes used to perform the scaling.
bracketNum - Variable in class net.sf.latexdraw.glib.models.impl.LArrow
The latex parameter bracket num.
bracketNum - Variable in class net.sf.latexdraw.instruments.ShapeArrowCustomiser
The field to set the bracket num parameter of arrows.
brButton - Variable in class net.sf.latexdraw.instruments.TextCustomiser
The button that selects the bottom-right text position.
BRICKRED - Static variable in class net.sf.latexdraw.glib.views.latex.DviPsColors
 
BROWN - Static variable in class net.sf.latexdraw.glib.views.latex.DviPsColors
 
browsed - Variable in class org.malai.action.library.OpenWebPage
 
buildFrame(MProgressBar) - Method in class net.sf.latexdraw.ui.LFrame
The builder of the frame.
BURNT_ORANGE - Static variable in class net.sf.latexdraw.glib.views.latex.DviPsColors
 
button - Variable in class org.malai.interaction.ButtonPressedTransition
The pressed button.
button - Variable in class org.malai.interaction.library.ButtonPressed
The pressed button.
button - Variable in class org.malai.interaction.library.DnD
The button of the device used to performed the dnd (-1 if no button).
button - Variable in class org.malai.interaction.library.PointInteraction
The button used for the pressure.
button - Variable in class org.malai.interaction.MousePressEvent
The button used to perform the pressure.
button - Variable in class org.malai.interaction.PointingDeviceTransition
The button used.
Button2ArcStyle<T extends ShapePropertyAction> - Class in net.sf.latexdraw.instruments
 
Button2ArcStyle(ShapeArcCustomiser, Class<T>) - Constructor for class net.sf.latexdraw.instruments.Button2ArcStyle
 
button2EditingChoiceMap - Variable in class net.sf.latexdraw.instruments.EditingSelector
 
Button2LoadLink - Class in net.sf.latexdraw.instruments
This link maps a button to a load action.
Button2LoadLink(FileLoaderSaver) - Constructor for class net.sf.latexdraw.instruments.Button2LoadLink
The constructor by default.
Button2NewLink - Class in net.sf.latexdraw.instruments
 
Button2NewLink(FileLoaderSaver) - Constructor for class net.sf.latexdraw.instruments.Button2NewLink
 
Button2PencilArcStyle - Class in net.sf.latexdraw.instruments
 
Button2PencilArcStyle(ShapeArcCustomiser) - Constructor for class net.sf.latexdraw.instruments.Button2PencilArcStyle
 
Button2SaveLink - Class in net.sf.latexdraw.instruments
This link maps a button to a save action.
Button2SaveLink(FileLoaderSaver) - Constructor for class net.sf.latexdraw.instruments.Button2SaveLink
The constructor by default.
Button2SelectionArcStyle - Class in net.sf.latexdraw.instruments
 
Button2SelectionArcStyle(ShapeArcCustomiser) - Constructor for class net.sf.latexdraw.instruments.Button2SelectionArcStyle
 
Button2Zoom - Class in net.sf.latexdraw.instruments
This link maps a button that changes the zoom to a button-pressed interaction.
Button2Zoom(Zoomer) - Constructor for class net.sf.latexdraw.instruments.Button2Zoom
Initialises the link.
BUTTON_CLOSE_IN_ICON - Static variable in class net.sf.latexdraw.util.LResources
 
BUTTON_CLOSE_OUT_ICON - Static variable in class net.sf.latexdraw.util.LResources
 
ButtonClose2SaveLink - Class in net.sf.latexdraw.instruments
This link maps the close button of the main frame to an action that saves the drawing.
ButtonClose2SaveLink(FileLoaderSaver) - Constructor for class net.sf.latexdraw.instruments.ButtonClose2SaveLink
The constructor by default.
ButtonPress2RotateShape - Class in net.sf.latexdraw.instruments
This link maps a button to an action that rotates the selected shapes.
ButtonPress2RotateShape(ShapeRotationCustomiser) - Constructor for class net.sf.latexdraw.instruments.ButtonPress2RotateShape
Creates the link.
ButtonPress2ShowExceptionFrame - Class in net.sf.latexdraw.instruments
Links a button pressed interaction to an action that show the exceptions frame.
ButtonPress2ShowExceptionFrame(ExceptionsManager) - Constructor for class net.sf.latexdraw.instruments.ButtonPress2ShowExceptionFrame
Creates the link.
ButtonPressed - Class in org.malai.interaction.library
A ButtonPressed interaction occurs when a button is pressed.
ButtonPressed() - Constructor for class org.malai.interaction.library.ButtonPressed
Creates the interaction.
ButtonPressed2ActivateIns - Class in net.sf.latexdraw.instruments
This link maps a ButtonPressed interaction to an action that activates/desactivates instruments.
ButtonPressed2ActivateIns(EditingSelector) - Constructor for class net.sf.latexdraw.instruments.ButtonPressed2ActivateIns
 
ButtonPressed2AddText - Class in net.sf.latexdraw.instruments
When the user types a text using the text field (instrument text setter) and then he selects another kind of editing, the typed text must be added to the canvas.
ButtonPressed2AddText(EditingSelector, boolean) - Constructor for class net.sf.latexdraw.instruments.ButtonPressed2AddText
 
ButtonPressed2ChangePencil - Class in net.sf.latexdraw.instruments
Links a button interaction to an action that modifies the pencil.
ButtonPressed2ChangePencil(TextCustomiser) - Constructor for class net.sf.latexdraw.instruments.ButtonPressed2ChangePencil
Creates the link.
ButtonPressed2ChangeTextPosition - Class in net.sf.latexdraw.instruments
Links a button interaction to an action that modifies the selected shapes.
ButtonPressed2ChangeTextPosition(TextCustomiser) - Constructor for class net.sf.latexdraw.instruments.ButtonPressed2ChangeTextPosition
Creates the link.
ButtonPressed2DefineStylePencil - Class in net.sf.latexdraw.instruments
This link allows the modify the link of shape the pencil will create using a ButtonPressed interaction.
ButtonPressed2DefineStylePencil(EditingSelector) - Constructor for class net.sf.latexdraw.instruments.ButtonPressed2DefineStylePencil
 
ButtonPressed2DeleteShapes - Class in net.sf.latexdraw.instruments
This link maps an button pressure interaction to an action that delete shapes.
ButtonPressed2DeleteShapes(ShapeDeleter) - Constructor for class net.sf.latexdraw.instruments.ButtonPressed2DeleteShapes
Creates the link.
ButtonPressed2Export - Class in net.sf.latexdraw.instruments
This link maps buttons to an export action.
ButtonPressed2Export(Exporter) - Constructor for class net.sf.latexdraw.instruments.ButtonPressed2Export
Initialises the link.
ButtonPressed2Redo - Class in org.malai.instrument.library
This link maps a button to a redo action.
ButtonPressed2Redo(UndoRedoManager) - Constructor for class org.malai.instrument.library.ButtonPressed2Redo
Creates the link.
ButtonPressed2Undo - Class in org.malai.instrument.library
This link maps a button to an undo action.
ButtonPressed2Undo(UndoRedoManager) - Constructor for class org.malai.instrument.library.ButtonPressed2Undo
Creates the link.
ButtonPressedForCustomiser<A extends ShapePropertyAction,N extends ShapePropertyCustomiser> - Class in net.sf.latexdraw.instruments
This link maps a button to an object.
ButtonPressedForCustomiser(N, Class<A>) - Constructor for class net.sf.latexdraw.instruments.ButtonPressedForCustomiser
Creates the link.
ButtonPressedTransition - Class in org.malai.interaction
This transition must be used to use a button pressed event within an interaction.
ButtonPressedTransition(SourceableState, TargetableState) - Constructor for class org.malai.interaction.ButtonPressedTransition
Transition.Transition(SourceableState, TargetableState)
buttonsFrame - Variable in class net.sf.latexdraw.ui.WidgetMiniToolbar
The frame which displays the toolbar

C

c - Variable in class net.sf.latexdraw.parsers.svg.SVGMatrix
[a, c, e, b, d, f, 0, 0, 1] An element of the matrix.
cache - Variable in class net.sf.latexdraw.glib.views.AbstractCodeView
The cache of the code.
cache - Variable in class net.sf.latexdraw.glib.views.pst.PSTCodeGenerator
The code cache.
CACHE_DIR - Static variable in class net.sf.latexdraw.util.LPath
The name of the cache directory
CACHE_SHARED_DIR - Static variable in class net.sf.latexdraw.util.LPath
The name of the cache directory for shared templates
CADETBLUE - Static variable in class net.sf.latexdraw.glib.views.latex.DviPsColors
 
cancelActions(Action) - Method in class org.malai.action.ActionsRegistry
Removes and flushes actions from the register using a given action.
cancelledBy(Action) - Method in class net.sf.latexdraw.actions.CopyShapes
 
cancelledBy(Action) - Method in class net.sf.latexdraw.actions.SelectShapes
 
cancelledBy(Action) - Method in class org.malai.action.Action
Defines if the given action can cancel the calling action.
cancels(SVGTransform) - Method in class net.sf.latexdraw.parsers.svg.SVGTransform
Tests if the given transformation cancels the calling one.
cancelsRotation(SVGTransform) - Method in class net.sf.latexdraw.parsers.svg.SVGTransform
 
cancelsScale(SVGTransform) - Method in class net.sf.latexdraw.parsers.svg.SVGTransform
 
cancelsTranslation(SVGTransform) - Method in class net.sf.latexdraw.parsers.svg.SVGTransform
 
cancelsXSkew(SVGTransform) - Method in class net.sf.latexdraw.parsers.svg.SVGTransform
 
cancelsYSkew(SVGTransform) - Method in class net.sf.latexdraw.parsers.svg.SVGTransform
 
canDo() - Method in class net.sf.latexdraw.actions.CopyShapes
 
canDo() - Method in class net.sf.latexdraw.actions.DeleteShapes
 
canDo() - Method in class net.sf.latexdraw.actions.DrawingAction
 
canDo() - Method in class net.sf.latexdraw.actions.Export
 
canDo() - Method in class net.sf.latexdraw.actions.InitTextSetter
 
canDo() - Method in class net.sf.latexdraw.actions.InsertPicture
 
canDo() - Method in class net.sf.latexdraw.actions.LoadDrawing
 
canDo() - Method in class net.sf.latexdraw.actions.ModifyLatexProperties
 
canDo() - Method in class net.sf.latexdraw.actions.ModifyMagneticGrid
 
canDo() - Method in class net.sf.latexdraw.actions.ModifyPencilParameter
 
canDo() - Method in class net.sf.latexdraw.actions.ModifyPencilStyle
 
canDo() - Method in class net.sf.latexdraw.actions.ModifyShapeProperty
 
canDo() - Method in class net.sf.latexdraw.actions.MoveCtrlPoint
 
canDo() - Method in class net.sf.latexdraw.actions.MovePoint
 
canDo() - Method in class net.sf.latexdraw.actions.MovePointShape
 
canDo() - Method in class net.sf.latexdraw.actions.NewDrawing
 
canDo() - Method in class net.sf.latexdraw.actions.PasteShapes
 
canDo() - Method in class net.sf.latexdraw.actions.RotateShapes
 
canDo() - Method in class net.sf.latexdraw.actions.SaveDrawing
 
canDo() - Method in class net.sf.latexdraw.actions.ScaleShapes
 
canDo() - Method in class net.sf.latexdraw.actions.SeparateShapes
 
canDo() - Method in class net.sf.latexdraw.actions.SetUnit
 
canDo() - Method in class net.sf.latexdraw.actions.ShapeAction
 
canDo() - Method in class net.sf.latexdraw.actions.ShowHideScaleRuler
 
canDo() - Method in class net.sf.latexdraw.actions.TranslateShapes
 
canDo() - Method in class net.sf.latexdraw.actions.WritePreferences
 
canDo() - Method in class org.malai.action.Action
 
canDo() - Method in class org.malai.action.library.ActivateInactivateInstruments
 
canDo() - Method in class org.malai.action.library.InstrumentAction
 
canDo() - Method in class org.malai.action.library.IOAction
 
canDo() - Method in class org.malai.action.library.ModifyValue
 
canDo() - Method in class org.malai.action.library.OpenWebPage
 
canDo() - Method in class org.malai.action.library.PositionAction
 
canDo() - Method in class org.malai.action.library.Redo
 
canDo() - Method in class org.malai.action.library.Scroll
 
canDo() - Method in class org.malai.action.library.SetWidgetPosition
 
canDo() - Method in class org.malai.action.library.ShowPopupMenu
 
canDo() - Method in class org.malai.action.library.ShowWidget
 
canDo() - Method in class org.malai.action.library.Undo
 
canDo() - Method in class org.malai.action.library.WidgetAction
 
canDo() - Method in class org.malai.action.library.Zoom
 
canvas - Variable in class net.sf.latexdraw.actions.Export
The canvas that contains views.
canvas - Variable in class net.sf.latexdraw.glib.ui.LMagneticGrid
The canvas that paints the grid.
canvas - Variable in class net.sf.latexdraw.instruments.Border
The canvas that contains the border.
canvas - Variable in class net.sf.latexdraw.instruments.Exporter
The canvas that contains the shapes to export.
canvas - Variable in class net.sf.latexdraw.instruments.Hand
The canvas that contains the shapes to handle.
canvas - Variable in class net.sf.latexdraw.ui.ScaleRuler
The canvas that the ruler manages.
canvas - Variable in class net.sf.latexdraw.ui.SplashScreen
The canvas that contains the image to display.
caption - Variable in class net.sf.latexdraw.glib.views.latex.LaTeXGenerator
The caption of the drawing.
CARNATIONPINK - Static variable in class net.sf.latexdraw.glib.views.latex.DviPsColors
 
centralSymmetry(IPoint) - Method in class net.sf.latexdraw.glib.models.impl.LPoint
 
centralSymmetry(IPoint) - Method in interface net.sf.latexdraw.glib.models.interfaces.IPoint
Gets a point by central symmetry.
CERULEAN - Static variable in class net.sf.latexdraw.glib.views.latex.DviPsColors
 
checkAttributes() - Method in class net.sf.latexdraw.parsers.svg.AbstractPointsElement
 
checkAttributes() - Method in class net.sf.latexdraw.parsers.svg.OtherNSElement
 
checkAttributes() - Method in class net.sf.latexdraw.parsers.svg.SVGCircleElement
 
checkAttributes() - Method in class net.sf.latexdraw.parsers.svg.SVGDefsElement
 
checkAttributes() - Method in class net.sf.latexdraw.parsers.svg.SVGElement
Check if the SVG element is valid according to the SVG specification.
checkAttributes() - Method in class net.sf.latexdraw.parsers.svg.SVGEllipseElement
 
checkAttributes() - Method in class net.sf.latexdraw.parsers.svg.SVGGElement
 
checkAttributes() - Method in class net.sf.latexdraw.parsers.svg.SVGImageElement
 
checkAttributes() - Method in class net.sf.latexdraw.parsers.svg.SVGLinearGradientElement
 
checkAttributes() - Method in class net.sf.latexdraw.parsers.svg.SVGLineElement
 
checkAttributes() - Method in class net.sf.latexdraw.parsers.svg.SVGMarkerElement
 
checkAttributes() - Method in class net.sf.latexdraw.parsers.svg.SVGMetadataElement
 
checkAttributes() - Method in class net.sf.latexdraw.parsers.svg.SVGPathElement
 
checkAttributes() - Method in class net.sf.latexdraw.parsers.svg.SVGPatternElement
 
checkAttributes() - Method in class net.sf.latexdraw.parsers.svg.SVGRectElement
 
checkAttributes() - Method in class net.sf.latexdraw.parsers.svg.SVGStopElement
 
checkAttributes() - Method in class net.sf.latexdraw.parsers.svg.SVGSVGElement
 
checkAttributes() - Method in class net.sf.latexdraw.parsers.svg.SVGText
 
checkAttributes() - Method in class net.sf.latexdraw.parsers.svg.SVGTextElement
 
checkBox - Variable in class org.malai.interaction.CheckBoxTransition
The modified checkbox.
checkBox - Variable in class org.malai.interaction.library.CheckBoxModified
The modified checkbox.
CheckBox2MagneticGrid - Class in net.sf.latexdraw.instruments
Links a check-box widget to an action that sets if the grid is magnetic.
CheckBox2MagneticGrid(MagneticGridCustomiser) - Constructor for class net.sf.latexdraw.instruments.CheckBox2MagneticGrid
Initialises the link.
CheckBox2PencilDoubleBorder - Class in net.sf.latexdraw.instruments
This link uses a checkbox to modify the pencil.
CheckBox2PencilDoubleBorder(ShapeDoubleBorderCustomiser) - Constructor for class net.sf.latexdraw.instruments.CheckBox2PencilDoubleBorder
Creates the link.
CheckBox2PencilShadow - Class in net.sf.latexdraw.instruments
This link uses a checkbox to modify the pencil.
CheckBox2PencilShadow(ShapeShadowCustomiser) - Constructor for class net.sf.latexdraw.instruments.CheckBox2PencilShadow
Creates the link.
CheckBox2SelectionDoubleBorder - Class in net.sf.latexdraw.instruments
This link uses a checkbox to modify shapes.
CheckBox2SelectionDoubleBorder(ShapeDoubleBorderCustomiser) - Constructor for class net.sf.latexdraw.instruments.CheckBox2SelectionDoubleBorder
Creates the link.
CheckBox2SelectionShadow - Class in net.sf.latexdraw.instruments
This link uses a checkbox to modify shapes.
CheckBox2SelectionShadow(ShapeShadowCustomiser) - Constructor for class net.sf.latexdraw.instruments.CheckBox2SelectionShadow
Creates the link.
CheckBoxForCustomiser<A extends ShapePropertyAction,N extends ShapePropertyCustomiser> - Class in net.sf.latexdraw.instruments
This link maps a checkbox to an object.
CheckBoxForCustomiser(N, Class<A>) - Constructor for class net.sf.latexdraw.instruments.CheckBoxForCustomiser
Creates the link.
CheckBoxModified - Class in org.malai.interaction.library
This interaction is based on a checkbox that has been selected or unselected.
CheckBoxModified() - Constructor for class org.malai.interaction.library.CheckBoxModified
Creates the interaction.
CheckBoxTransition - Class in org.malai.interaction
This transition is mapped to a checkbox that has been modified.
CheckBoxTransition(SourceableState, TargetableState) - Constructor for class org.malai.interaction.CheckBoxTransition
Transition.Transition(SourceableState, TargetableState)
checkDirectories() - Method in class net.sf.latexdraw.util.LPath
Creates the necessary directories for the execution of LaTeXDraw.
checkInstallDirectories() - Method in class net.sf.latexdraw.util.LPath
Creates the necessary directories for the installation of LaTeXDraw.
checkNewVersion - Variable in class net.sf.latexdraw.instruments.PreferencesSetter
Allows the set if the program must check new version on start up.
checkNewVersion() - Method in class net.sf.latexdraw.util.VersionChecker
Checks if a new version of latexdraw is out.
checkTimeoutTransition() - Method in class org.malai.interaction.Interaction
Checks if the current state has a timeout transition.
checkTransition(ITransition) - Method in class org.malai.interaction.Interaction
Checks if the transition can be executed and executes it if possible.
children - Variable in class net.sf.latexdraw.parsers.svg.SVGElement
The children of this element.
CHORD_ICON - Static variable in class net.sf.latexdraw.util.LResources
 
chordB - Variable in class net.sf.latexdraw.instruments.ShapeArcCustomiser
The toggle button that selects the chord style.
CIRCLE_ICON - Static variable in class net.sf.latexdraw.util.LResources
 
circleB - Variable in class net.sf.latexdraw.instruments.EditingSelector
The button that allows to select the instrument Pencil to add circles.
CIRCLEEND_STYLE - Static variable in class net.sf.latexdraw.glib.views.pst.PSTricksConstants
 
CIRCLEIN_STYLE - Static variable in class net.sf.latexdraw.glib.views.pst.PSTricksConstants
 
classicGridRB - Variable in class net.sf.latexdraw.instruments.PreferencesSetter
The widget used to display the standard grid.
clazz - Variable in class net.sf.latexdraw.glib.views.CreateViewCmd
The type of the model supported by the command.
clazz - Variable in exception org.malai.instrument.MustBeUndoableActionException
The class of the action that want to be undone/redone.
clazzAction - Variable in class org.malai.instrument.Link
 
clean() - Method in class net.sf.latexdraw.glib.views.synchroniser.ViewsSynchroniser
Removes the useless PSTricks views still in the synchroniser but removed from the drawing.
clear() - Method in class net.sf.latexdraw.glib.models.impl.LDrawing
 
clear() - Method in class net.sf.latexdraw.glib.models.impl.LGroup
 
clear() - Method in interface net.sf.latexdraw.glib.models.interfaces.ISetShapes
Empties the drawing.
clear() - Method in class net.sf.latexdraw.instruments.Border
Removes all the selected views.
clear() - Method in class net.sf.latexdraw.mapping.Selection2BorderMapping
 
clear() - Method in class net.sf.latexdraw.mapping.Selection2DeleterMapping
 
clear() - Method in class net.sf.latexdraw.mapping.Selection2MetaCustumiserMapping
 
clear() - Method in class net.sf.latexdraw.mapping.SelectionMapping
 
clear() - Method in class net.sf.latexdraw.mapping.ShapeList2ExporterMapping
 
clear() - Method in class org.malai.mapping.ActiveArrayList
 
clear() - Method in interface org.malai.mapping.IMapping
Removes the references of the mapped objects of the mapping to avoid memory leaks.
clear() - Method in class org.malai.mapping.List2ObjectMapping
 
clear() - Method in class org.malai.mapping.Object2ObjectMapping
 
clear() - Method in class org.malai.mapping.Unary2UnaryMapping
 
clear() - Method in class org.malai.undo.UndoCollector
Removes all the undoable objects of the collector.
clearEvents() - Method in class net.sf.latexdraw.instruments.MetaShapeCustomiser
 
clearEvents() - Method in class org.malai.instrument.Instrument
Stops the interactions of the instrument and clears all its events waiting for a process.
clearEvents() - Method in class org.malai.instrument.Link
Stops the interaction and clears all its events waiting for a process.
clearEventsStillInProcess() - Method in class org.malai.interaction.Interaction
Clears the events of the interaction still in process.
clearLastPath() - Method in class net.sf.latexdraw.parsers.svg.parsers.Graphics2D2SVG
 
clearRect(int, int, int, int) - Method in class net.sf.latexdraw.parsers.svg.parsers.Graphics2D2SVG
 
clearUIEvents(UI) - Method in class org.malai.ui.UIManager
Clears the events in process of the instruments of the given UI.
clip(Shape) - Method in class net.sf.latexdraw.parsers.svg.parsers.Graphics2D2SVG
 
clipRect(int, int, int, int) - Method in class net.sf.latexdraw.parsers.svg.parsers.Graphics2D2SVG
 
clone() - Method in class net.sf.latexdraw.parsers.svg.SVGNamedNodeMap
 
cloneNode(boolean) - Method in class net.sf.latexdraw.parsers.svg.SVGAttr
No deep allow.
cloneNode(boolean) - Method in class net.sf.latexdraw.parsers.svg.SVGDocument
 
cloneNode(boolean) - Method in class net.sf.latexdraw.parsers.svg.SVGElement
 
CLOSE_CURVE_ICON - Static variable in class net.sf.latexdraw.util.LResources
 
CLOSE_LINE_ICON - Static variable in class net.sf.latexdraw.util.LResources
 
CloseButton - Class in net.sf.latexdraw.ui
This class defines a button which allows the user to close a window

This file is part of LaTeXDraw
Copyright (c) 2005-2012 Arnaud BLOUIN

LaTeXDraw is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.
CloseButton() - Constructor for class net.sf.latexdraw.ui.CloseButton
The constructor by default.
CLOSED_BEZIER_ICON - Static variable in class net.sf.latexdraw.util.LResources
 
CloseFrame2SavePreferences - Class in net.sf.latexdraw.instruments
This link maps a pressure on the close button of the preferences frame to an action saving the preferences.
CloseFrame2SavePreferences(PreferencesSetter) - Constructor for class net.sf.latexdraw.instruments.CloseFrame2SavePreferences
Creates the link.
CM_VAL_PT - Static variable in class net.sf.latexdraw.glib.views.pst.PSTricksConstants
A point is INCH_VAL_PT/INCH_VAL_CM postscript points
CMD_ABS - Static variable in class net.sf.latexdraw.parsers.ps.PSFunctionParser
 
CMD_ADD - Static variable in class net.sf.latexdraw.parsers.ps.PSFunctionParser
 
CMD_CEILING - Static variable in class net.sf.latexdraw.parsers.ps.PSFunctionParser
 
CMD_CLEAR - Static variable in class net.sf.latexdraw.parsers.ps.PSFunctionParser
 
CMD_COS - Static variable in class net.sf.latexdraw.parsers.ps.PSFunctionParser
 
CMD_COUNT - Static variable in class net.sf.latexdraw.parsers.ps.PSFunctionParser
 
CMD_DIV - Static variable in class net.sf.latexdraw.parsers.ps.PSFunctionParser
 
CMD_DUP - Static variable in class net.sf.latexdraw.parsers.ps.PSFunctionParser
 
CMD_EXCH - Static variable in class net.sf.latexdraw.parsers.ps.PSFunctionParser
 
CMD_EXP - Static variable in class net.sf.latexdraw.parsers.ps.PSFunctionParser
 
CMD_FLOOR - Static variable in class net.sf.latexdraw.parsers.ps.PSFunctionParser
 
CMD_IDIV - Static variable in class net.sf.latexdraw.parsers.ps.PSFunctionParser
 
CMD_MOD - Static variable in class net.sf.latexdraw.parsers.ps.PSFunctionParser
 
CMD_MUL - Static variable in class net.sf.latexdraw.parsers.ps.PSFunctionParser
 
CMD_NEG - Static variable in class net.sf.latexdraw.parsers.ps.PSFunctionParser
 
CMD_POP - Static variable in class net.sf.latexdraw.parsers.ps.PSFunctionParser
 
CMD_ROLL - Static variable in class net.sf.latexdraw.parsers.ps.PSFunctionParser
 
CMD_SIN - Static variable in class net.sf.latexdraw.parsers.ps.PSFunctionParser
 
CMD_SQRT - Static variable in class net.sf.latexdraw.parsers.ps.PSFunctionParser
 
CMD_SUB - Static variable in class net.sf.latexdraw.parsers.ps.PSFunctionParser
 
CMD_X - Static variable in class net.sf.latexdraw.parsers.ps.PSFunctionParser
 
cmyk2Rgb(double, double, double, double) - Method in class net.sf.latexdraw.glib.views.latex.DviPsColors
Converts a CMYK colour to a RGB one.
code - Variable in class net.sf.latexdraw.parsers.CodeParser.Code
The code to parser.
codeCore - Variable in class net.sf.latexdraw.parsers.CodeParser
The core level of the parser that contains the code to parse,...
CodeParser - Class in net.sf.latexdraw.parsers
Defines an abstract parser that parses code.
CodeParser(String) - Constructor for class net.sf.latexdraw.parsers.CodeParser
Creates and initialises the code parser.
CodeParser.Code - Class in net.sf.latexdraw.parsers
Defines a core level of the code parser that can be share with others code parser.
CodeParser.Code(String) - Constructor for class net.sf.latexdraw.parsers.CodeParser.Code
Creates and initialises a core code.
collector - Variable in class net.sf.latexdraw.badaboom.BadaboomTableModel
The table data.
color - Variable in class org.malai.widget.MButtonIcon
The colour of the icon
colorRenderCheckBox - Variable in class net.sf.latexdraw.instruments.PreferencesSetter
This check-box allows to set if colour rendering quality must be used.
colorRenderingValue - Variable in class net.sf.latexdraw.glib.ui.LCanvas
The value of the colour rendering (cf.
colour - Variable in class net.sf.latexdraw.glib.handlers.Handler
The colour of the handler.
ColourButton2PencilBorder - Class in net.sf.latexdraw.instruments
This link maps a colour button to the pencil.
ColourButton2PencilBorder(ShapeBorderCustomiser) - Constructor for class net.sf.latexdraw.instruments.ColourButton2PencilBorder
Creates the link.
ColourButton2PencilDoubleBorder - Class in net.sf.latexdraw.instruments
This link maps a colour button to the pencil.
ColourButton2PencilDoubleBorder(ShapeDoubleBorderCustomiser) - Constructor for class net.sf.latexdraw.instruments.ColourButton2PencilDoubleBorder
Creates the link.
ColourButton2PencilFilling - Class in net.sf.latexdraw.instruments
This link maps a colour button to the pencil.
ColourButton2PencilFilling(ShapeFillingCustomiser) - Constructor for class net.sf.latexdraw.instruments.ColourButton2PencilFilling
Creates the link.
ColourButton2PencilShadow - Class in net.sf.latexdraw.instruments
This link maps a colour button to the pencil.
ColourButton2PencilShadow(ShapeShadowCustomiser) - Constructor for class net.sf.latexdraw.instruments.ColourButton2PencilShadow
Creates the link.
ColourButton2SelectionBorder - Class in net.sf.latexdraw.instruments
This link maps a colour button to the selected shapes.
ColourButton2SelectionBorder(ShapeBorderCustomiser) - Constructor for class net.sf.latexdraw.instruments.ColourButton2SelectionBorder
Creates the link.
ColourButton2SelectionDoubleBorder - Class in net.sf.latexdraw.instruments
This link maps a colour button to the selected shapes.
ColourButton2SelectionDoubleBorder(ShapeDoubleBorderCustomiser) - Constructor for class net.sf.latexdraw.instruments.ColourButton2SelectionDoubleBorder
Creates the link.
ColourButton2SelectionFilling - Class in net.sf.latexdraw.instruments
This link maps a colour button to the pencil.
ColourButton2SelectionFilling(ShapeFillingCustomiser) - Constructor for class net.sf.latexdraw.instruments.ColourButton2SelectionFilling
Creates the link.
ColourButton2SelectionShadow - Class in net.sf.latexdraw.instruments
This link maps a colour button to the selected shapes.
ColourButton2SelectionShadow(ShapeShadowCustomiser) - Constructor for class net.sf.latexdraw.instruments.ColourButton2SelectionShadow
Creates the link.
ColourButtonForCustomiser<A extends ShapePropertyAction,N extends ShapePropertyCustomiser> - Class in net.sf.latexdraw.instruments
This link maps a colour button to an object.
ColourButtonForCustomiser(N, Class<A>) - Constructor for class net.sf.latexdraw.instruments.ColourButtonForCustomiser
Creates the link.
colourHashtable - Variable in class net.sf.latexdraw.parsers.svg.CSSColors
 
colourHT - Variable in class net.sf.latexdraw.glib.views.latex.DviPsColors
 
coloursName - Variable in class net.sf.latexdraw.glib.views.pst.PSTShapeView
The list of name of the colours added to the generated code.
commands - Variable in class net.sf.latexdraw.parsers.ps.PSFunctionParser
 
comment - Variable in class net.sf.latexdraw.glib.views.latex.LaTeXGenerator
The comment of the drawing.
COMMENT_ICON - Static variable in class net.sf.latexdraw.util.LResources
 
compareDocumentPosition(Node) - Method in class net.sf.latexdraw.parsers.svg.SVGAttr
 
compareDocumentPosition(Node) - Method in class net.sf.latexdraw.parsers.svg.SVGDocument
 
compareDocumentPosition(Node) - Method in class net.sf.latexdraw.parsers.svg.SVGElement
 
component - Variable in class org.malai.action.library.SetWidgetPosition
The component to move.
component - Variable in class org.malai.action.library.WidgetAction
The component concerned by the action.
component - Variable in class org.malai.instrument.library.MenuItem2ShowComponentLink
The component to show.
componentFocusOnClose - Variable in class net.sf.latexdraw.ui.WidgetMiniToolbar
The component to give the focus when the toolbar is closed.
componentsToResize - Variable in class org.malai.widget.MLayeredPane
The components that must be resized when the layered pane dimensions change.
compose(MProgressBar) - Method in class net.sf.latexdraw.ui.MenubarBuilder
 
compose(MProgressBar) - Method in class net.sf.latexdraw.ui.PropertiesToolbarBuilder
 
compose(MProgressBar) - Method in class net.sf.latexdraw.ui.ToolbarBuilder
 
compose(MProgressBar) - Method in class net.sf.latexdraw.ui.UIBuilder
 
compose(MProgressBar) - Method in class org.malai.ui.UIComposer
This method composes the user interface using instruments, presentations and widgets of the interactive system.
composeArcPropertiesWidgets(ShapeArcCustomiser, LCanvas) - Method in class net.sf.latexdraw.ui.PropertiesToolbarBuilder
 
composeArrowToolbar(ShapeArrowCustomiser, LCanvas) - Method in class net.sf.latexdraw.ui.PropertiesToolbarBuilder
 
composeAxesPropertiesToolbar(ShapeAxesCustomiser, LCanvas) - Method in class net.sf.latexdraw.ui.PropertiesToolbarBuilder
Creates the toolbar containing the widgets that customises axes.
composeBorderPropertiesPanel(ShapeBorderCustomiser, LCanvas) - Method in class net.sf.latexdraw.ui.PropertiesToolbarBuilder
Creates the widget that contains the widgets dedicated to the modification of shapes border properties.
composeCurveLikeToolbar(LCanvas) - Method in class net.sf.latexdraw.ui.ToolbarBuilder
Adds a widgets to create bezier curve shapes.
composeDimPosPropertiesToolbar(ShapeCoordDimCustomiser, LCanvas) - Method in class net.sf.latexdraw.ui.PropertiesToolbarBuilder
 
composeDisplayMenu() - Method in class net.sf.latexdraw.ui.MenubarBuilder
Initialises the menu "Display"
composeDotToolbar(ShapeDotCustomiser, LCanvas) - Method in class net.sf.latexdraw.ui.PropertiesToolbarBuilder
 
composeDoubleBorderPropertiesPanel(ShapeDoubleBorderCustomiser, LCanvas) - Method in class net.sf.latexdraw.ui.PropertiesToolbarBuilder
Creates the widget that contains the widgets dedicated to the modification of shapes double border properties.
composeDrawingMenu() - Method in class net.sf.latexdraw.ui.MenubarBuilder
 
composeDrawingPropertiesToolbar(LCanvas) - Method in class net.sf.latexdraw.ui.ToolbarBuilder
 
composeEditMenu() - Method in class net.sf.latexdraw.ui.MenubarBuilder
 
composeEllipseLikeToolbar(LCanvas) - Method in class net.sf.latexdraw.ui.ToolbarBuilder
Adds a widgets to create ellipse/circle shapes.
composeFillingPanel(ShapeFillingCustomiser, LCanvas) - Method in class net.sf.latexdraw.ui.PropertiesToolbarBuilder
Creates the widget that contains the widgets dedicated to the modification of shapes filling properties.
composeGridLabelsPropertiesToolbar(ShapeAxesCustomiser, ShapeGridCustomiser, LCanvas) - Method in class net.sf.latexdraw.ui.PropertiesToolbarBuilder
Creates the toolbar containing the widgets that customises grids' labels.
composeGridLikeToolbar(LCanvas) - Method in class net.sf.latexdraw.ui.ToolbarBuilder
Adds a widgets to create grid/axes shapes.
composeGridPropertiesToolbar(ShapeGridCustomiser, LCanvas) - Method in class net.sf.latexdraw.ui.PropertiesToolbarBuilder
 
composeHelpMenu() - Method in class net.sf.latexdraw.ui.MenubarBuilder
 
composeJoinShapesWidgets(ShapeGrouper) - Method in class net.sf.latexdraw.ui.PropertiesToolbarBuilder
 
composeMagneticGridToolbar(LCanvas) - Method in class net.sf.latexdraw.ui.ToolbarBuilder
 
composePolygonLikeToolbar(LCanvas) - Method in class net.sf.latexdraw.ui.ToolbarBuilder
Adds a widgets to create polygon/rhombus/triangle shapes.
composer - Variable in class org.malai.instrument.WidgetInstrument
The composer that manages the widgets of the instrument.
composer - Variable in class org.malai.ui.UI
The composer that composes the UI.
composeRectangleLikeToolbar(LCanvas) - Method in class net.sf.latexdraw.ui.ToolbarBuilder
Adds widgets to select the type of shape to create.
composeRotationToolbar(ShapeRotationCustomiser, LCanvas) - Method in class net.sf.latexdraw.ui.PropertiesToolbarBuilder
 
composeShadowPropertiesPanel(ShapeShadowCustomiser, LCanvas) - Method in class net.sf.latexdraw.ui.PropertiesToolbarBuilder
Creates the widget that contains the widgets dedicated to the modification of shapes double border properties.
composeTextPositionToolbar(TextCustomiser, LCanvas) - Method in class net.sf.latexdraw.ui.PropertiesToolbarBuilder
 
composeTextPropertiesToolbar(TextCustomiser, LCanvas) - Method in class net.sf.latexdraw.ui.PropertiesToolbarBuilder
 
compressionSlide - Variable in class net.sf.latexdraw.ui.dialog.ExportDialog
The slide that allows to change the compression rate.
computeAngle(IPoint) - Method in class net.sf.latexdraw.glib.models.impl.LPoint
 
computeAngle(IPoint) - Method in interface net.sf.latexdraw.glib.models.interfaces.IPoint
Computes the angle of the given point where the calling point is used as the gravity centre.
computeRotationAngle(IPoint, IPoint) - Method in class net.sf.latexdraw.glib.models.impl.LPoint
 
computeRotationAngle(IPoint, IPoint) - Method in interface net.sf.latexdraw.glib.models.interfaces.IPoint
Computes the angle of rotation between two points where the calling point is used as the gravity centre.
ConcretePresentation - Interface in org.malai.presentation
The concrete presentation is the representation of the abstract presentation.
concretePresentation - Variable in class org.malai.presentation.Presentation
The concrete presentation, i.e. the representation of the abstract presentation.
contains(double, double) - Method in class net.sf.latexdraw.glib.handlers.Handler
 
contains(double, double) - Method in class net.sf.latexdraw.glib.handlers.RotationHandler
 
contains(IShape) - Method in class net.sf.latexdraw.glib.models.impl.LGroup
 
contains(IShape) - Method in interface net.sf.latexdraw.glib.models.interfaces.ISetShapes
Allows to know if a shape is in the drawing.
contains(double, double) - Method in class net.sf.latexdraw.glib.ui.LCanvas
 
contains(IPoint) - Method in class net.sf.latexdraw.glib.views.Java2D.impl.LGroupView
 
contains(double, double) - Method in class net.sf.latexdraw.glib.views.Java2D.impl.LPictureView
 
contains(double, double) - Method in class net.sf.latexdraw.glib.views.Java2D.impl.LShapeView
 
contains(IPoint) - Method in class net.sf.latexdraw.glib.views.Java2D.impl.LShapeView
 
contains(IPoint) - Method in class net.sf.latexdraw.glib.views.Java2D.impl.LStandardGridView
 
contains(double, double) - Method in class net.sf.latexdraw.glib.views.Java2D.impl.LTextView
 
contains(IPoint) - Method in interface net.sf.latexdraw.glib.views.Java2D.interfaces.IViewShape
Allows to know if the point pt is in (or not) the shape.
contains(double, double) - Method in interface net.sf.latexdraw.glib.views.Java2D.interfaces.IViewShape
 
contains(Object) - Method in class net.sf.latexdraw.instruments.Border
 
contains(double, double) - Method in class net.sf.latexdraw.ui.ScaleRuler
 
contains(Object) - Method in class net.sf.latexdraw.ui.WidgetMiniToolbar
 
contains(double, double) - Method in interface org.malai.picking.Pickable
Tests if the given point is into the pickable object.
contains(Object) - Method in interface org.malai.picking.Picker
Tests if the given object is contained by the calling picker.
contains(double, double) - Method in class org.malai.widget.MButton
 
contains(double, double) - Method in class org.malai.widget.MCheckBox
 
contains(double, double) - Method in class org.malai.widget.MCheckBoxMenuItem
 
contains(double, double) - Method in class org.malai.widget.MComboBox
 
contains(Object) - Method in class org.malai.widget.MLayeredPane
 
contains(double, double) - Method in class org.malai.widget.MMenu
 
contains(Object) - Method in class org.malai.widget.MMenu
 
contains(Object) - Method in class org.malai.widget.MMenuBar
 
contains(double, double) - Method in class org.malai.widget.MMenuItem
 
contains(Object) - Method in class org.malai.widget.MPanel
 
contains(Object) - Method in class org.malai.widget.MPopupMenu
 
contains(double, double) - Method in class org.malai.widget.MRadioButton
 
contains(Object) - Method in class org.malai.widget.MScrollPane
 
contains(double, double) - Method in class org.malai.widget.MSlider
 
contains(double, double) - Method in class org.malai.widget.MSpinner
 
contains(double, double) - Method in class org.malai.widget.MTextArea
 
contains(double, double) - Method in class org.malai.widget.MTextField
 
contains(double, double) - Method in class org.malai.widget.MToggleButton
 
contains(Object) - Method in class org.malai.widget.MToolBar
 
contains(Component[], Object) - Method in class org.malai.widget.WidgetUtilities
Tests if the given object is contained into the given components.
contains(Component, double, double) - Method in class org.malai.widget.WidgetUtilities
Tests if the given point is into the pickable object.
containsAxes() - Method in class net.sf.latexdraw.glib.models.impl.LGroup
 
containsAxes() - Method in interface net.sf.latexdraw.glib.models.interfaces.IGroup
 
containsRoundables() - Method in class net.sf.latexdraw.glib.models.impl.LGroup
 
containsRoundables() - Method in interface net.sf.latexdraw.glib.models.interfaces.IGroup
 
containsStandardGrids() - Method in class net.sf.latexdraw.glib.models.impl.LGroup
 
containsStandardGrids() - Method in interface net.sf.latexdraw.glib.models.interfaces.IGroup
 
containsTexts() - Method in class net.sf.latexdraw.glib.models.impl.LGroup
 
containsTexts() - Method in interface net.sf.latexdraw.glib.models.interfaces.IGroup
 
copiedShapes - Variable in class net.sf.latexdraw.actions.CopyShapes
The copied shapes from the selection.
CopierCutterPaster - Class in net.sf.latexdraw.instruments
This instrument permits to copy, cut and paste the selected shapes.
CopierCutterPaster(UIComposer<?>, IDrawing) - Constructor for class net.sf.latexdraw.instruments.CopierCutterPaster
Creates the instrument.
copy - Variable in class net.sf.latexdraw.actions.PasteShapes
The cut or copy action.
copy(IShape) - Method in class net.sf.latexdraw.glib.models.impl.LAbstractCtrlPointShape
 
copy(IShape) - Method in class net.sf.latexdraw.glib.models.impl.LAbstractGrid
 
copy(IShape) - Method in class net.sf.latexdraw.glib.models.impl.LArc
 
copy(IArrow) - Method in class net.sf.latexdraw.glib.models.impl.LArrow
 
copy(IShape) - Method in class net.sf.latexdraw.glib.models.impl.LAxes
 
copy(IShape) - Method in class net.sf.latexdraw.glib.models.impl.LBezierCurve
 
copy(IShape) - Method in class net.sf.latexdraw.glib.models.impl.LDot
 
copy(IShape) - Method in class net.sf.latexdraw.glib.models.impl.LFreehand
 
copy(IShape) - Method in class net.sf.latexdraw.glib.models.impl.LGrid
 
copy(IShape) - Method in class net.sf.latexdraw.glib.models.impl.LPicture
 
copy(IShape) - Method in class net.sf.latexdraw.glib.models.impl.LRectangle
 
copy(IShape) - Method in class net.sf.latexdraw.glib.models.impl.LShape
 
copy(IShape) - Method in class net.sf.latexdraw.glib.models.impl.LText
 
copy(IArrow) - Method in interface net.sf.latexdraw.glib.models.interfaces.IArrow
Copies the parameters of the given arrow to the current arrow.
copy(IShape) - Method in interface net.sf.latexdraw.glib.models.interfaces.IShape
Copies a shape using another.
copy(File, File) - Method in class net.sf.latexdraw.util.LFileUtils
Copies a file.
COPY_ICON - Static variable in class net.sf.latexdraw.util.LResources
 
COPY_SEL_ICON - Static variable in class net.sf.latexdraw.util.LResources
 
copyArea(int, int, int, int, int, int) - Method in class net.sf.latexdraw.parsers.svg.parsers.Graphics2D2SVG
 
copyArrows(IShape) - Method in class net.sf.latexdraw.glib.models.impl.LShape
 
copyMenu - Variable in class net.sf.latexdraw.instruments.CopierCutterPaster
The menu item to copy the shapes.
copyPoints(IShape) - Method in class net.sf.latexdraw.glib.models.impl.LAbstractCtrlPointShape
 
copyPoints(IShape) - Method in class net.sf.latexdraw.glib.models.impl.LShape
 
CopyShapes - Class in net.sf.latexdraw.actions
This action copies the selected shapes.
CopyShapes() - Constructor for class net.sf.latexdraw.actions.CopyShapes
Creates the action.
CORNFLOWERBLUE - Static variable in class net.sf.latexdraw.glib.views.latex.DviPsColors
 
create(IShape) - Method in class net.sf.latexdraw.generators.svg.SVGShapesFactory.CreateViewSVGCmd
 
create(IShape, SVGDocument) - Method in class net.sf.latexdraw.generators.svg.SVGShapesFactory.CreateViewSVGCmd
Creates an instance of the view corresponding to the given shape.
create(M) - Method in class net.sf.latexdraw.glib.views.CreateViewCmd
Creates an instance of the view corresponding to the given shape.
create() - Method in class net.sf.latexdraw.parsers.svg.parsers.Graphics2D2SVG
 
createAction() - Method in class org.malai.instrument.Link
Initialises the action of the link.
createArc(IPoint, IPoint, boolean) - Method in class net.sf.latexdraw.glib.models.impl.LShapeFactory
 
createArc(boolean) - Method in class net.sf.latexdraw.glib.models.impl.LShapeFactory
 
createArc(IPoint, IPoint, boolean) - Method in interface net.sf.latexdraw.glib.models.interfaces.IShapeFactory
Creates an arc.
createArc(boolean) - Method in interface net.sf.latexdraw.glib.models.interfaces.IShapeFactory
Creates a circled arc with a 1 radius.
createArrow(IArrow, IShape) - Method in class net.sf.latexdraw.glib.models.impl.LShapeFactory
 
createArrow(IShape) - Method in class net.sf.latexdraw.glib.models.impl.LShapeFactory
 
createArrow(IArrow, IShape) - Method in interface net.sf.latexdraw.glib.models.interfaces.IShapeFactory
Creates an arrow from an other arrow.
createArrow(IShape) - Method in interface net.sf.latexdraw.glib.models.interfaces.IShapeFactory
Creates an arrow.
createArrows(SVGElement, SVGDocument) - Method in class net.sf.latexdraw.generators.svg.LAxeSVGGenerator
 
createAttribute(String) - Method in class net.sf.latexdraw.parsers.svg.SVGDocument
 
createAttributeNS(String, String) - Method in class net.sf.latexdraw.parsers.svg.SVGDocument
 
createAxes(boolean, IPoint) - Method in class net.sf.latexdraw.glib.models.impl.LShapeFactory
 
createAxes(boolean, IPoint) - Method in interface net.sf.latexdraw.glib.models.interfaces.IShapeFactory
Creates axes with default values.
createBezierCurve(boolean) - Method in class net.sf.latexdraw.glib.models.impl.LShapeFactory
 
createBezierCurve(IPoint, IPoint, boolean) - Method in class net.sf.latexdraw.glib.models.impl.LShapeFactory
 
createBezierCurve(boolean) - Method in interface net.sf.latexdraw.glib.models.interfaces.IShapeFactory
Creates a model with no point.
createBezierCurve(IPoint, IPoint, boolean) - Method in interface net.sf.latexdraw.glib.models.interfaces.IShapeFactory
Creates a bezier curve with two points.
createBordersPositionChoice() - Static method in class net.sf.latexdraw.instruments.ShapeBorderCustomiser
Creates a list of the different positions of the borders.
createCDATASection(String) - Method in class net.sf.latexdraw.parsers.svg.SVGDocument
 
createCircle(IPoint, double, boolean) - Method in class net.sf.latexdraw.glib.models.impl.LShapeFactory
 
createCircle(boolean) - Method in class net.sf.latexdraw.glib.models.impl.LShapeFactory
 
createCircle(IPoint, double, boolean) - Method in interface net.sf.latexdraw.glib.models.interfaces.IShapeFactory
Creates a circle.
createCircle(boolean) - Method in interface net.sf.latexdraw.glib.models.interfaces.IShapeFactory
 
createCircleArc(IPoint, IPoint, boolean) - Method in class net.sf.latexdraw.glib.models.impl.LShapeFactory
 
createCircleArc(boolean) - Method in class net.sf.latexdraw.glib.models.impl.LShapeFactory
 
createCircleArc(IPoint, IPoint, boolean) - Method in interface net.sf.latexdraw.glib.models.interfaces.IShapeFactory
Creates a circled arc.
createCircleArc(boolean) - Method in interface net.sf.latexdraw.glib.models.interfaces.IShapeFactory
Creates a circled arc with a 1 radius.
createCmd - Variable in class net.sf.latexdraw.generators.svg.SVGShapesFactory
The chain of responsibility used to reduce the complexity of the factory.
createCmd - Variable in class net.sf.latexdraw.glib.views.Java2D.impl.LViewsFactory
The chain of responsibility used to reduce the complexity of the factory.
createCmd - Variable in class net.sf.latexdraw.glib.views.pst.PSTViewsFactory
The chain of responsibility used to reduce the complexity of the factory.
createColourHashTable() - Method in class net.sf.latexdraw.glib.views.latex.DviPsColors
Creates the hashTable DviPsColors.nameColourHT.
createColourHashTable() - Method in class net.sf.latexdraw.parsers.svg.CSSColors
 
createComment(String) - Method in class net.sf.latexdraw.parsers.svg.SVGDocument
 
createDisplayPanel() - Method in class net.sf.latexdraw.ui.dialog.PreferencesFrame
Creates the panel which allows the user to set the preferences about displayable elements.
createDocumentFragment() - Method in class net.sf.latexdraw.parsers.svg.SVGDocument
 
createDot(IPoint, boolean) - Method in class net.sf.latexdraw.glib.models.impl.LShapeFactory
 
createDot(IPoint, boolean) - Method in interface net.sf.latexdraw.glib.models.interfaces.IShapeFactory
 
createDotStyleChoice() - Static method in class net.sf.latexdraw.instruments.ShapeDotCustomiser
Creates a list of the different styles of the dot.
createDrawing() - Method in class net.sf.latexdraw.glib.models.impl.LShapeFactory
 
createDrawing() - Method in interface net.sf.latexdraw.glib.models.interfaces.IShapeFactory
 
createElement(String) - Method in class net.sf.latexdraw.parsers.svg.SVGDocument
 
createElementNS(String, String) - Method in class net.sf.latexdraw.parsers.svg.SVGDocument
 
createEllipse(IPoint, IPoint, boolean) - Method in class net.sf.latexdraw.glib.models.impl.LShapeFactory
 
createEllipse(boolean) - Method in class net.sf.latexdraw.glib.models.impl.LShapeFactory
 
createEllipse(IPoint, IPoint, boolean) - Method in interface net.sf.latexdraw.glib.models.interfaces.IShapeFactory
Creates an ellipse.
createEllipse(boolean) - Method in interface net.sf.latexdraw.glib.models.interfaces.IShapeFactory
 
createEntityReference(String) - Method in class net.sf.latexdraw.parsers.svg.SVGDocument
 
createEPSImage() - Method in class net.sf.latexdraw.glib.models.impl.LPicture
Creates an EPS image from the source one.
createFillingChoice() - Static method in class net.sf.latexdraw.instruments.ShapeFillingCustomiser
Creates a list that contains all kinds of hatchings.
createFoldersPanel() - Method in class net.sf.latexdraw.ui.dialog.PreferencesFrame
Creates the panel which allows the user to set preferences about paths.
createFrame(SVGElement, SVGDocument) - Method in class net.sf.latexdraw.generators.svg.LAxeSVGGenerator
 
createFreeHand(IPoint, boolean) - Method in class net.sf.latexdraw.glib.models.impl.LShapeFactory
 
createFreeHand(IPoint, boolean) - Method in interface net.sf.latexdraw.glib.models.interfaces.IShapeFactory
Creates and initialises a freehand model.
createGeneralPanel() - Method in class net.sf.latexdraw.ui.dialog.PreferencesFrame
Creates the panel which allows the user to set the general preferences of latexdraw.
createGrid(boolean, IPoint) - Method in class net.sf.latexdraw.glib.models.impl.LShapeFactory
 
createGrid(boolean, IPoint) - Method in interface net.sf.latexdraw.glib.models.interfaces.IShapeFactory
Creates a grid with a predefined point.
createGridPanel() - Method in class net.sf.latexdraw.ui.dialog.PreferencesFrame
Creates a JPanel containing elements allowing the set of the grid parameters.
createGroup(boolean) - Method in class net.sf.latexdraw.glib.models.impl.LShapeFactory
 
createGroup(boolean) - Method in interface net.sf.latexdraw.glib.models.interfaces.IShapeFactory
 
createImage() - Method in class net.sf.latexdraw.glib.views.Java2D.impl.LTextView
 
createLatexFile(IDrawing, String, ViewsSynchroniserHandler) - Static method in class net.sf.latexdraw.glib.views.latex.LaTeXGenerator
Creates a latex file that contains the pstricks code of the given canvas.
createLatexPanel() - Method in class net.sf.latexdraw.ui.dialog.PreferencesFrame
 
createLeftArrowStyleList() - Static method in class net.sf.latexdraw.instruments.ShapeArrowCustomiser
Creates a list of the different styles of arrowhead (left).
createLicensePanel(JTabbedPane) - Method in class net.sf.latexdraw.ui.dialog.AboutDialogueBox
 
createLine(double, double, double, double) - Method in class net.sf.latexdraw.glib.models.impl.LShapeFactory
 
createLine(double, IPoint) - Method in class net.sf.latexdraw.glib.models.impl.LShapeFactory
 
createLine(IPoint, IPoint) - Method in class net.sf.latexdraw.glib.models.impl.LShapeFactory
 
createLine(double, double, double, double) - Method in interface net.sf.latexdraw.glib.models.interfaces.IShapeFactory
Constructs a line from the specified coordinates.
createLine(double, IPoint) - Method in interface net.sf.latexdraw.glib.models.interfaces.IShapeFactory
Creates a line by creating a second point with:
createLine(IPoint, IPoint) - Method in interface net.sf.latexdraw.glib.models.interfaces.IShapeFactory
Constructs a line from the specified Point2D objects.
createMainPanel(JTabbedPane) - Method in class net.sf.latexdraw.ui.dialog.AboutDialogueBox
 
createNameColourHashTable() - Method in class net.sf.latexdraw.glib.views.latex.DviPsColors
Creates the hashTable DviPsColors.colourHT.
createNameColourHashTable() - Method in class net.sf.latexdraw.parsers.svg.CSSColors
 
createPDFFile(IDrawing, String, ViewsSynchroniserHandler, boolean) - Static method in class net.sf.latexdraw.glib.views.latex.LaTeXGenerator
Create a .pdf file that corresponds to the compiled latex document containing the pstricks drawing.
createPicture(boolean, IPoint) - Method in class net.sf.latexdraw.glib.models.impl.LShapeFactory
 
createPicture(boolean, IPoint) - Method in interface net.sf.latexdraw.glib.models.interfaces.IShapeFactory
Creates a picture and the corresponding EPS picture.
createPoint() - Method in class net.sf.latexdraw.glib.models.impl.LShapeFactory
 
createPoint(double, double) - Method in class net.sf.latexdraw.glib.models.impl.LShapeFactory
 
createPoint(IPoint) - Method in class net.sf.latexdraw.glib.models.impl.LShapeFactory
 
createPoint(Point) - Method in class net.sf.latexdraw.glib.models.impl.LShapeFactory
 
createPoint() - Method in interface net.sf.latexdraw.glib.models.interfaces.IShapeFactory
 
createPoint(double, double) - Method in interface net.sf.latexdraw.glib.models.interfaces.IShapeFactory
Creates a Point2D with the specified coordinates.
createPoint(Point) - Method in interface net.sf.latexdraw.glib.models.interfaces.IShapeFactory
Creates a point from the java Point.
createPoint(IPoint) - Method in interface net.sf.latexdraw.glib.models.interfaces.IShapeFactory
Creates a Point2D with the specified coordinates.
createPolygon(boolean) - Method in class net.sf.latexdraw.glib.models.impl.LShapeFactory
 
createPolygon(IPoint, IPoint, boolean) - Method in class net.sf.latexdraw.glib.models.impl.LShapeFactory
 
createPolygon(boolean) - Method in interface net.sf.latexdraw.glib.models.interfaces.IShapeFactory
 
createPolygon(IPoint, IPoint, boolean) - Method in interface net.sf.latexdraw.glib.models.interfaces.IShapeFactory
Creates a polygon with two points.
createPolyline(boolean) - Method in class net.sf.latexdraw.glib.models.impl.LShapeFactory
 
createPolyline(IPoint, IPoint, boolean) - Method in class net.sf.latexdraw.glib.models.impl.LShapeFactory
 
createPolyline(boolean) - Method in interface net.sf.latexdraw.glib.models.interfaces.IShapeFactory
 
createPolyline(IPoint, IPoint, boolean) - Method in interface net.sf.latexdraw.glib.models.interfaces.IShapeFactory
Creates a model with two points.
createProcessingInstruction(String, String) - Method in class net.sf.latexdraw.parsers.svg.SVGDocument
 
createPSFile(IDrawing, String, ViewsSynchroniserHandler) - Static method in class net.sf.latexdraw.glib.views.latex.LaTeXGenerator
Create a .ps file that corresponds to the compiled latex document containing the pstricks drawing.
createPSFile(IDrawing, String, ViewsSynchroniserHandler, File) - Static method in class net.sf.latexdraw.glib.views.latex.LaTeXGenerator
Create a .ps file that corresponds to the compiled latex document containing the pstricks drawing.
createQualityPanel() - Method in class net.sf.latexdraw.ui.dialog.PreferencesFrame
Creates the panel which allows the user to set preferences about the rendering.
createRectangle(boolean) - Method in class net.sf.latexdraw.glib.models.impl.LShapeFactory
 
createRectangle(IPoint, double, double, boolean) - Method in class net.sf.latexdraw.glib.models.impl.LShapeFactory
 
createRectangle(IPoint, IPoint, boolean) - Method in class net.sf.latexdraw.glib.models.impl.LShapeFactory
 
createRectangle(boolean) - Method in interface net.sf.latexdraw.glib.models.interfaces.IShapeFactory
 
createRectangle(IPoint, double, double, boolean) - Method in interface net.sf.latexdraw.glib.models.interfaces.IShapeFactory
Creates a rectangle.
createRectangle(IPoint, IPoint, boolean) - Method in interface net.sf.latexdraw.glib.models.interfaces.IShapeFactory
Creates a rectangle.
createReleaseNotePanel(JTabbedPane) - Method in class net.sf.latexdraw.ui.dialog.AboutDialogueBox
 
createRenderedImage() - Method in class net.sf.latexdraw.actions.Export
 
createRhombus(IPoint, double, double, boolean) - Method in class net.sf.latexdraw.glib.models.impl.LShapeFactory
 
createRhombus(boolean) - Method in class net.sf.latexdraw.glib.models.impl.LShapeFactory
 
createRhombus(IPoint, double, double, boolean) - Method in interface net.sf.latexdraw.glib.models.interfaces.IShapeFactory
Creates a rhombus.
createRhombus(boolean) - Method in interface net.sf.latexdraw.glib.models.interfaces.IShapeFactory
 
createRightArrowStyleList() - Static method in class net.sf.latexdraw.instruments.ShapeArrowCustomiser
Creates a list of the different styles of arrowhead (right).
createRotation(double, double, double) - Static method in class net.sf.latexdraw.parsers.svg.SVGTransform
Creates a rotation.
createShape(SVGElement) - Method in class net.sf.latexdraw.generators.svg.IShapeSVGFactory
Creates a IShape instance using the given SVGElement.
createShape(SVGElement, boolean) - Method in class net.sf.latexdraw.generators.svg.IShapeSVGFactory
Creates a IShape instance using the given SVGElement.
createShapeInstance() - Method in enum net.sf.latexdraw.instruments.EditionChoice
 
createShapeInstance() - Method in class net.sf.latexdraw.instruments.Pencil
 
createSquare(boolean) - Method in class net.sf.latexdraw.glib.models.impl.LShapeFactory
 
createSquare(IPoint, double, boolean) - Method in class net.sf.latexdraw.glib.models.impl.LShapeFactory
 
createSquare(boolean) - Method in interface net.sf.latexdraw.glib.models.interfaces.IShapeFactory
Creates a square at position (0,0) which width equals 10.
createSquare(IPoint, double, boolean) - Method in interface net.sf.latexdraw.glib.models.interfaces.IShapeFactory
Creates a square.
createStyleLineChoice() - Static method in class net.sf.latexdraw.instruments.ShapeBorderCustomiser
Creates a list of the different styles of line.
createStyleList() - Static method in class net.sf.latexdraw.instruments.MagneticGridCustomiser
 
createSVGAxe(SVGElement, SVGDocument) - Method in class net.sf.latexdraw.generators.svg.LAxeSVGGenerator
 
createSVGElement(IShape, SVGDocument) - Method in class net.sf.latexdraw.generators.svg.SVGShapesFactory
Creates an SVG Element corresponding to the given shape.
createSVGElement(Node, SVGElement) - Method in class net.sf.latexdraw.parsers.svg.SVGElementsFactory
This factory can be used in order to create an SVG element according to the given SVG node (tag).
createSVGGrid(SVGElement, SVGDocument) - Method in class net.sf.latexdraw.generators.svg.LGridSVGGenerator
Creates the SVG element corresponding to the grid.
createSVGGridDiv(SVGDocument, SVGElement, String, double, double, double, double, double, double, double, double, double, double, double, double, double, Color) - Method in class net.sf.latexdraw.generators.svg.LGridSVGGenerator
Creates the SVG element corresponding to the main not-dotted part of the grid.
createSVGGridDots(SVGDocument, SVGElement, String, double, double, double, double, double, double, double, double, double, double, double, double, double, double, double, Color) - Method in class net.sf.latexdraw.generators.svg.LGridSVGGenerator
Creates the SVG element corresponding to the main dotted part of the grid.
createSVGGridLabels(SVGDocument, SVGElement, String, double, double, double, double, double, double, double, double, double, double) - Method in class net.sf.latexdraw.generators.svg.LGridSVGGenerator
Creates the SVG element corresponding to the labels of the grid.
createSVGSubGridDiv(SVGDocument, SVGElement, String, double, double, double, double, double, double, double, int, double, double, double, double, double, Color, double, double, double, double) - Method in class net.sf.latexdraw.generators.svg.LGridSVGGenerator
Creates the SVG element corresponding to the sub not-dotted part of the grid.
createSVGSubGridDots(SVGDocument, SVGElement, String, double, double, double, double, double, double, double, double, int, double, double, double, double, double, Color) - Method in class net.sf.latexdraw.generators.svg.LGridSVGGenerator
Creates the SVG element corresponding to the sub dotted part of the grid.
createSystemPanel(JTabbedPane) - Method in class net.sf.latexdraw.ui.dialog.AboutDialogueBox
 
createTargetObject(Object) - Method in class net.sf.latexdraw.mapping.ShapeList2ViewListMapping
 
createTargetObject(Object) - Method in class org.malai.mapping.SymmetricList2ListMapping
Creates an instance of the target type using the given source object.
createTempDir() - Method in class net.sf.latexdraw.util.LFileUtils
Creates a temporary directory that will be used to contains temporary latex files.
createText(boolean) - Method in class net.sf.latexdraw.glib.models.impl.LShapeFactory
 
createText(boolean, IPoint, String) - Method in class net.sf.latexdraw.glib.models.impl.LShapeFactory
 
createText(boolean) - Method in interface net.sf.latexdraw.glib.models.interfaces.IShapeFactory
Create a text at position (0,0) which text is "text".
createText(boolean, IPoint, String) - Method in interface net.sf.latexdraw.glib.models.interfaces.IShapeFactory
Creates a text.
createTextNode(String) - Method in class net.sf.latexdraw.parsers.svg.SVGDocument
 
createTranslation(double, double) - Static method in class net.sf.latexdraw.parsers.svg.SVGTransform
Creates a translation.
createTranslatorsPanel(JTabbedPane) - Method in class net.sf.latexdraw.ui.dialog.AboutDialogueBox
 
createTriangle(IPoint, double, double, boolean) - Method in class net.sf.latexdraw.glib.models.impl.LShapeFactory
 
createTriangle(boolean) - Method in class net.sf.latexdraw.glib.models.impl.LShapeFactory
 
createTriangle(IPoint, double, double, boolean) - Method in interface net.sf.latexdraw.glib.models.interfaces.IShapeFactory
Creates a triangle.
createTriangle(boolean) - Method in interface net.sf.latexdraw.glib.models.interfaces.IShapeFactory
 
createTriangleIcon() - Method in class net.sf.latexdraw.ui.WidgetMiniToolbar
 
createView(IShape) - Method in class net.sf.latexdraw.glib.views.Java2D.impl.LViewsFactory
 
createView(IShape) - Method in interface net.sf.latexdraw.glib.views.Java2D.interfaces.IViewsFactory
Creates a view from a shape.
createView(IShape) - Method in class net.sf.latexdraw.glib.views.pst.PSTViewsFactory
Creates a view from a shape.
CreateViewCmd<M,V,F extends CreateViewCmd<M,V,F>> - Class in net.sf.latexdraw.glib.views
Defines a generic command mixed with a chain of responsibility.
CreateViewCmd(F, Class<? extends M>) - Constructor for class net.sf.latexdraw.glib.views.CreateViewCmd
Creates the command.
cropImage(BufferedImage) - Method in class net.sf.latexdraw.util.ImageCropper
Removes the white margins of the given image.
CSS_ALICEBLUE_NAME - Static variable in class net.sf.latexdraw.parsers.svg.CSSColors
 
CSS_ALICEBLUE_RGB_VALUE - Static variable in class net.sf.latexdraw.parsers.svg.CSSColors
 
CSS_ANTIQUEWHITE_NAME - Static variable in class net.sf.latexdraw.parsers.svg.CSSColors
 
CSS_ANTIQUEWHITE_RGB_VALUE - Static variable in class net.sf.latexdraw.parsers.svg.CSSColors
 
CSS_AQUA_NAME - Static variable in class net.sf.latexdraw.parsers.svg.CSSColors
 
CSS_AQUA_RGB_VALUE - Static variable in class net.sf.latexdraw.parsers.svg.CSSColors
 
CSS_AQUAMARINE_NAME - Static variable in class net.sf.latexdraw.parsers.svg.CSSColors
 
CSS_AQUAMARINE_RGB_VALUE - Static variable in class net.sf.latexdraw.parsers.svg.CSSColors
 
CSS_AZURE_NAME - Static variable in class net.sf.latexdraw.parsers.svg.CSSColors
 
CSS_AZURE_RGB_VALUE - Static variable in class net.sf.latexdraw.parsers.svg.CSSColors
 
CSS_BEIGE_NAME - Static variable in class net.sf.latexdraw.parsers.svg.CSSColors
 
CSS_BEIGE_RGB_VALUE - Static variable in class net.sf.latexdraw.parsers.svg.CSSColors
 
CSS_BISQUE_NAME - Static variable in class net.sf.latexdraw.parsers.svg.CSSColors
 
CSS_BISQUE_RGB_VALUE - Static variable in class net.sf.latexdraw.parsers.svg.CSSColors
 
CSS_BLACK_NAME - Static variable in class net.sf.latexdraw.parsers.svg.CSSColors
 
CSS_BLACK_RGB_VALUE - Static variable in class net.sf.latexdraw.parsers.svg.CSSColors
 
CSS_BLANCHEDALMOND_NAME - Static variable in class net.sf.latexdraw.parsers.svg.CSSColors
 
CSS_BLANCHEDALMOND_RGB_VALUE - Static variable in class net.sf.latexdraw.parsers.svg.CSSColors
 
CSS_BLUE_NAME - Static variable in class net.sf.latexdraw.parsers.svg.CSSColors
 
CSS_BLUE_RGB_VALUE - Static variable in class net.sf.latexdraw.parsers.svg.CSSColors
 
CSS_BLUEVIOLET_NAME - Static variable in class net.sf.latexdraw.parsers.svg.CSSColors
 
CSS_BLUEVIOLET_RGB_VALUE - Static variable in class net.sf.latexdraw.parsers.svg.CSSColors
 
CSS_BROWN_NAME - Static variable in class net.sf.latexdraw.parsers.svg.CSSColors
 
CSS_BROWN_RGB_VALUE - Static variable in class net.sf.latexdraw.parsers.svg.CSSColors
 
CSS_BURLYWOOD_NAME - Static variable in class net.sf.latexdraw.parsers.svg.CSSColors
 
CSS_BURLYWOOD_RGB_VALUE - Static variable in class net.sf.latexdraw.parsers.svg.CSSColors
 
CSS_CADETBLUE_NAME - Static variable in class net.sf.latexdraw.parsers.svg.CSSColors
 
CSS_CADETBLUE_RGB_VALUE - Static variable in class net.sf.latexdraw.parsers.svg.CSSColors
 
CSS_CHARTREUSE_NAME - Static variable in class net.sf.latexdraw.parsers.svg.CSSColors
 
CSS_CHARTREUSE_RGB_VALUE - Static variable in class net.sf.latexdraw.parsers.svg.CSSColors
 
CSS_CHOCOLATE_NAME - Static variable in class net.sf.latexdraw.parsers.svg.CSSColors
 
CSS_CHOCOLATE_RGB_VALUE - Static variable in class net.sf.latexdraw.parsers.svg.CSSColors
 
CSS_CORAL_NAME - Static variable in class net.sf.latexdraw.parsers.svg.CSSColors
 
CSS_CORAL_RGB_VALUE - Static variable in class net.sf.latexdraw.parsers.svg.CSSColors
 
CSS_CORNFLOWERBLUE_NAME - Static variable in class net.sf.latexdraw.parsers.svg.CSSColors
 
CSS_CORNFLOWERBLUE_RGB_VALUE - Static variable in class net.sf.latexdraw.parsers.svg.CSSColors
 
CSS_CORNSILK_NAME - Static variable in class net.sf.latexdraw.parsers.svg.CSSColors
 
CSS_CORNSILK_RGB_VALUE - Static variable in class net.sf.latexdraw.parsers.svg.CSSColors
 
CSS_CRIMSON_NAME - Static variable in class net.sf.latexdraw.parsers.svg.CSSColors
 
CSS_CRIMSON_RGB_VALUE - Static variable in class net.sf.latexdraw.parsers.svg.CSSColors
 
CSS_CYAN_NAME - Static variable in class net.sf.latexdraw.parsers.svg.CSSColors
 
CSS_CYAN_RGB_VALUE - Static variable in class net.sf.latexdraw.parsers.svg.CSSColors
 
CSS_DARKBLUE_NAME - Static variable in class net.sf.latexdraw.parsers.svg.CSSColors
 
CSS_DARKBLUE_RGB_VALUE - Static variable in class net.sf.latexdraw.parsers.svg.CSSColors
 
CSS_DARKCYAN_NAME - Static variable in class net.sf.latexdraw.parsers.svg.CSSColors
 
CSS_DARKCYAN_RGB_VALUE - Static variable in class net.sf.latexdraw.parsers.svg.CSSColors
 
CSS_DARKGOLDENROD_NAME - Static variable in class net.sf.latexdraw.parsers.svg.CSSColors
 
CSS_DARKGOLDENROD_RGB_VALUE - Static variable in class net.sf.latexdraw.parsers.svg.CSSColors
 
CSS_DARKGRAY_NAME - Static variable in class net.sf.latexdraw.parsers.svg.CSSColors
 
CSS_DARKGRAY_RGB_VALUE - Static variable in class net.sf.latexdraw.parsers.svg.CSSColors
 
CSS_DARKGREEN_NAME - Static variable in class net.sf.latexdraw.parsers.svg.CSSColors
 
CSS_DARKGREEN_RGB_VALUE - Static variable in class net.sf.latexdraw.parsers.svg.CSSColors
 
CSS_DARKGREY_NAME - Static variable in class net.sf.latexdraw.parsers.svg.CSSColors
 
CSS_DARKGREY_RGB_VALUE - Static variable in class net.sf.latexdraw.parsers.svg.CSSColors
 
CSS_DARKKHAKI_NAME - Static variable in class net.sf.latexdraw.parsers.svg.CSSColors
 
CSS_DARKKHAKI_RGB_VALUE - Static variable in class net.sf.latexdraw.parsers.svg.CSSColors
 
CSS_DARKMAGENTA_NAME - Static variable in class net.sf.latexdraw.parsers.svg.CSSColors
 
CSS_DARKMAGENTA_RGB_VALUE - Static variable in class net.sf.latexdraw.parsers.svg.CSSColors
 
CSS_DARKOLIVEGREEN_NAME - Static variable in class net.sf.latexdraw.parsers.svg.CSSColors
 
CSS_DARKOLIVEGREEN_RGB_VALUE - Static variable in class net.sf.latexdraw.parsers.svg.CSSColors
 
CSS_DARKORANGE_NAME - Static variable in class net.sf.latexdraw.parsers.svg.CSSColors
 
CSS_DARKORANGE_RGB_VALUE - Static variable in class net.sf.latexdraw.parsers.svg.CSSColors
 
CSS_DARKORCHID_NAME - Static variable in class net.sf.latexdraw.parsers.svg.CSSColors
 
CSS_DARKORCHID_RGB_VALUE - Static variable in class net.sf.latexdraw.parsers.svg.CSSColors
 
CSS_DARKRED_NAME - Static variable in class net.sf.latexdraw.parsers.svg.CSSColors
 
CSS_DARKRED_RGB_VALUE - Static variable in class net.sf.latexdraw.parsers.svg.CSSColors
 
CSS_DARKSALMON_NAME - Static variable in class net.sf.latexdraw.parsers.svg.CSSColors
 
CSS_DARKSALMON_RGB_VALUE - Static variable in class net.sf.latexdraw.parsers.svg.CSSColors
 
CSS_DARKSEAGREEN_NAME - Static variable in class net.sf.latexdraw.parsers.svg.CSSColors
 
CSS_DARKSEAGREEN_RGB_VALUE - Static variable in class net.sf.latexdraw.parsers.svg.CSSColors
 
CSS_DARKSLATEBLUE_NAME - Static variable in class net.sf.latexdraw.parsers.svg.CSSColors
 
CSS_DARKSLATEBLUE_RGB_VALUE - Static variable in class net.sf.latexdraw.parsers.svg.CSSColors
 
CSS_DARKSLATEGRAY_NAME - Static variable in class net.sf.latexdraw.parsers.svg.CSSColors
 
CSS_DARKSLATEGRAY_RGB_VALUE - Static variable in class net.sf.latexdraw.parsers.svg.CSSColors
 
CSS_DARKSLATEGREY_NAME - Static variable in class net.sf.latexdraw.parsers.svg.CSSColors
 
CSS_DARKSLATEGREY_RGB_VALUE - Static variable in class net.sf.latexdraw.parsers.svg.CSSColors
 
CSS_DARKTURQUOISE_NAME - Static variable in class net.sf.latexdraw.parsers.svg.CSSColors
 
CSS_DARKTURQUOISE_RGB_VALUE - Static variable in class net.sf.latexdraw.parsers.svg.CSSColors
 
CSS_DARKVIOLET_NAME - Static variable in class net.sf.latexdraw.parsers.svg.CSSColors
 
CSS_DARKVIOLET_RGB_VALUE - Static variable in class net.sf.latexdraw.parsers.svg.CSSColors
 
CSS_DEEPPINK_NAME - Static variable in class net.sf.latexdraw.parsers.svg.CSSColors
 
CSS_DEEPPINK_RGB_VALUE - Static variable in class net.sf.latexdraw.parsers.svg.CSSColors
 
CSS_DEEPSKYBLUE_NAME - Static variable in class net.sf.latexdraw.parsers.svg.CSSColors
 
CSS_DEEPSKYBLUE_RGB_VALUE - Static variable in class net.sf.latexdraw.parsers.svg.CSSColors
 
CSS_DIMGRAY_NAME - Static variable in class net.sf.latexdraw.parsers.svg.CSSColors
 
CSS_DIMGRAY_RGB_VALUE - Static variable in class net.sf.latexdraw.parsers.svg.CSSColors
 
CSS_DIMGREY_NAME - Static variable in class net.sf.latexdraw.parsers.svg.CSSColors
 
CSS_DIMGREY_RGB_VALUE - Static variable in class net.sf.latexdraw.parsers.svg.CSSColors
 
CSS_DODGERBLUE_NAME - Static variable in class net.sf.latexdraw.parsers.svg.CSSColors
 
CSS_DODGERBLUE_RGB_VALUE - Static variable in class net.sf.latexdraw.parsers.svg.CSSColors
 
CSS_FIREBRICK_NAME - Static variable in class net.sf.latexdraw.parsers.svg.CSSColors
 
CSS_FIREBRICK_RGB_VALUE - Static variable in class net.sf.latexdraw.parsers.svg.CSSColors
 
CSS_FLORALWHITE_NAME - Static variable in class net.sf.latexdraw.parsers.svg.CSSColors
 
CSS_FLORALWHITE_RGB_VALUE - Static variable in class net.sf.latexdraw.parsers.svg.CSSColors
 
CSS_FORESTGREEN_NAME - Static variable in class net.sf.latexdraw.parsers.svg.CSSColors
 
CSS_FORESTGREEN_RGB_VALUE - Static variable in class net.sf.latexdraw.parsers.svg.CSSColors
 
CSS_FUCHSIA_NAME - Static variable in class net.sf.latexdraw.parsers.svg.CSSColors
 
CSS_FUCHSIA_RGB_VALUE - Static variable in class net.sf.latexdraw.parsers.svg.CSSColors
 
CSS_GAINSBORO_NAME - Static variable in class net.sf.latexdraw.parsers.svg.CSSColors
 
CSS_GAINSBORO_RGB_VALUE - Static variable in class net.sf.latexdraw.parsers.svg.CSSColors
 
CSS_GHOSTWHITE_NAME - Static variable in class net.sf.latexdraw.parsers.svg.CSSColors
 
CSS_GHOSTWHITE_RGB_VALUE - Static variable in class net.sf.latexdraw.parsers.svg.CSSColors
 
CSS_GOLD_NAME - Static variable in class net.sf.latexdraw.parsers.svg.CSSColors
 
CSS_GOLD_RGB_VALUE - Static variable in class net.sf.latexdraw.parsers.svg.CSSColors
 
CSS_GOLDENROD_NAME - Static variable in class net.sf.latexdraw.parsers.svg.CSSColors
 
CSS_GOLDENROD_RGB_VALUE - Static variable in class net.sf.latexdraw.parsers.svg.CSSColors
 
CSS_GRAY_NAME - Static variable in class net.sf.latexdraw.parsers.svg.CSSColors
 
CSS_GRAY_RGB_VALUE - Static variable in class net.sf.latexdraw.parsers.svg.CSSColors
 
CSS_GREEN_NAME - Static variable in class net.sf.latexdraw.parsers.svg.CSSColors
 
CSS_GREEN_RGB_VALUE - Static variable in class net.sf.latexdraw.parsers.svg.CSSColors
 
CSS_GREENYELLOW_NAME - Static variable in class net.sf.latexdraw.parsers.svg.CSSColors
 
CSS_GREENYELLOW_RGB_VALUE - Static variable in class net.sf.latexdraw.parsers.svg.CSSColors
 
CSS_GREY_NAME - Static variable in class net.sf.latexdraw.parsers.svg.CSSColors
 
CSS_GREY_RGB_VALUE - Static variable in class net.sf.latexdraw.parsers.svg.CSSColors
 
CSS_HONEYDEW_NAME - Static variable in class net.sf.latexdraw.parsers.svg.CSSColors
 
CSS_HONEYDEW_RGB_VALUE - Static variable in class net.sf.latexdraw.parsers.svg.CSSColors
 
CSS_HOTPINK_NAME - Static variable in class net.sf.latexdraw.parsers.svg.CSSColors
 
CSS_HOTPINK_RGB_VALUE - Static variable in class net.sf.latexdraw.parsers.svg.CSSColors
 
CSS_INDIANRED_NAME - Static variable in class net.sf.latexdraw.parsers.svg.CSSColors
 
CSS_INDIANRED_RGB_VALUE - Static variable in class net.sf.latexdraw.parsers.svg.CSSColors
 
CSS_INDIGO_NAME - Static variable in class net.sf.latexdraw.parsers.svg.CSSColors
 
CSS_INDIGO_RGB_VALUE - Static variable in class net.sf.latexdraw.parsers.svg.CSSColors
 
CSS_IVORY_NAME - Static variable in class net.sf.latexdraw.parsers.svg.CSSColors
 
CSS_IVORY_RGB_VALUE - Static variable in class net.sf.latexdraw.parsers.svg.CSSColors
 
CSS_KHAKI_NAME - Static variable in class net.sf.latexdraw.parsers.svg.CSSColors
 
CSS_KHAKI_RGB_VALUE - Static variable in class net.sf.latexdraw.parsers.svg.CSSColors
 
CSS_LAVENDER_NAME - Static variable in class net.sf.latexdraw.parsers.svg.CSSColors
 
CSS_LAVENDER_RGB_VALUE - Static variable in class net.sf.latexdraw.parsers.svg.CSSColors
 
CSS_LAVENDERBLUSH_NAME - Static variable in class net.sf.latexdraw.parsers.svg.CSSColors
 
CSS_LAVENDERBLUSH_RGB_VALUE - Static variable in class net.sf.latexdraw.parsers.svg.CSSColors
 
CSS_LAWNGREEN_NAME - Static variable in class net.sf.latexdraw.parsers.svg.CSSColors
 
CSS_LAWNGREEN_RGB_VALUE - Static variable in class net.sf.latexdraw.parsers.svg.CSSColors
 
CSS_LEMONCHIFFON_NAME - Static variable in class net.sf.latexdraw.parsers.svg.CSSColors
 
CSS_LEMONCHIFFON_RGB_VALUE - Static variable in class net.sf.latexdraw.parsers.svg.CSSColors
 
CSS_LIGHTBLUE_NAME - Static variable in class net.sf.latexdraw.parsers.svg.CSSColors
 
CSS_LIGHTBLUE_RGB_VALUE - Static variable in class net.sf.latexdraw.parsers.svg.CSSColors
 
CSS_LIGHTCORAL_NAME - Static variable in class net.sf.latexdraw.parsers.svg.CSSColors
 
CSS_LIGHTCORAL_RGB_VALUE - Static variable in class net.sf.latexdraw.parsers.svg.CSSColors
 
CSS_LIGHTCYAN_NAME - Static variable in class net.sf.latexdraw.parsers.svg.CSSColors
 
CSS_LIGHTCYAN_RGB_VALUE - Static variable in class net.sf.latexdraw.parsers.svg.CSSColors
 
CSS_LIGHTGOLDENRODYELLOW_NAME - Static variable in class net.sf.latexdraw.parsers.svg.CSSColors
 
CSS_LIGHTGOLDENRODYELLOW_RGB_VALUE - Static variable in class net.sf.latexdraw.parsers.svg.CSSColors
 
CSS_LIGHTGRAY_NAME - Static variable in class net.sf.latexdraw.parsers.svg.CSSColors
 
CSS_LIGHTGRAY_RGB_VALUE - Static variable in class net.sf.latexdraw.parsers.svg.CSSColors
 
CSS_LIGHTGREEN_NAME - Static variable in class net.sf.latexdraw.parsers.svg.CSSColors
 
CSS_LIGHTGREEN_RGB_VALUE - Static variable in class net.sf.latexdraw.parsers.svg.CSSColors
 
CSS_LIGHTGREY_NAME - Static variable in class net.sf.latexdraw.parsers.svg.CSSColors
 
CSS_LIGHTGREY_RGB_VALUE - Static variable in class net.sf.latexdraw.parsers.svg.CSSColors
 
CSS_LIGHTPINK_NAME - Static variable in class net.sf.latexdraw.parsers.svg.CSSColors
 
CSS_LIGHTPINK_RGB_VALUE - Static variable in class net.sf.latexdraw.parsers.svg.CSSColors
 
CSS_LIGHTSALMON_NAME - Static variable in class net.sf.latexdraw.parsers.svg.CSSColors
 
CSS_LIGHTSALMON_RGB_VALUE - Static variable in class net.sf.latexdraw.parsers.svg.CSSColors
 
CSS_LIGHTSEAGREEN_NAME - Static variable in class net.sf.latexdraw.parsers.svg.CSSColors
 
CSS_LIGHTSEAGREEN_RGB_VALUE - Static variable in class net.sf.latexdraw.parsers.svg.CSSColors
 
CSS_LIGHTSKYBLUE_NAME - Static variable in class net.sf.latexdraw.parsers.svg.CSSColors
 
CSS_LIGHTSKYBLUE_RGB_VALUE - Static variable in class net.sf.latexdraw.parsers.svg.CSSColors
 
CSS_LIGHTSLATEGRAY_NAME - Static variable in class net.sf.latexdraw.parsers.svg.CSSColors
 
CSS_LIGHTSLATEGRAY_RGB_VALUE - Static variable in class net.sf.latexdraw.parsers.svg.CSSColors
 
CSS_LIGHTSLATEGREY_NAME - Static variable in class net.sf.latexdraw.parsers.svg.CSSColors
 
CSS_LIGHTSLATEGREY_RGB_VALUE - Static variable in class net.sf.latexdraw.parsers.svg.CSSColors
 
CSS_LIGHTSTEELBLUE_NAME - Static variable in class net.sf.latexdraw.parsers.svg.CSSColors
 
CSS_LIGHTSTEELBLUE_RGB_VALUE - Static variable in class net.sf.latexdraw.parsers.svg.CSSColors
 
CSS_LIGHTYELLOW_NAME - Static variable in class net.sf.latexdraw.parsers.svg.CSSColors
 
CSS_LIGHTYELLOW_RGB_VALUE - Static variable in class net.sf.latexdraw.parsers.svg.CSSColors
 
CSS_LIME_NAME - Static variable in class net.sf.latexdraw.parsers.svg.CSSColors
 
CSS_LIME_RGB_VALUE - Static variable in class net.sf.latexdraw.parsers.svg.CSSColors
 
CSS_LIMEGREEN_NAME - Static variable in class net.sf.latexdraw.parsers.svg.CSSColors
 
CSS_LIMEGREEN_RGB_VALUE - Static variable in class net.sf.latexdraw.parsers.svg.CSSColors
 
CSS_LINEN_RGB_VALUE - Static variable in class net.sf.latexdraw.parsers.svg.CSSColors
 
CSS_MAGENTA_NAME - Static variable in class net.sf.latexdraw.parsers.svg.CSSColors
 
CSS_MAGENTA_RGB_VALUE - Static variable in class net.sf.latexdraw.parsers.svg.CSSColors
 
CSS_MAROON_NAME - Static variable in class net.sf.latexdraw.parsers.svg.CSSColors
 
CSS_MAROON_RGB_VALUE - Static variable in class net.sf.latexdraw.parsers.svg.CSSColors
 
CSS_MEDIUMAQUAMARINE_NAME - Static variable in class net.sf.latexdraw.parsers.svg.CSSColors
 
CSS_MEDIUMAQUAMARINE_RGB_VALUE - Static variable in class net.sf.latexdraw.parsers.svg.CSSColors
 
CSS_MEDIUMBLUE_NAME - Static variable in class net.sf.latexdraw.parsers.svg.CSSColors
 
CSS_MEDIUMBLUE_RGB_VALUE - Static variable in class net.sf.latexdraw.parsers.svg.CSSColors
 
CSS_MEDIUMORCHID_NAME - Static variable in class net.sf.latexdraw.parsers.svg.CSSColors
 
CSS_MEDIUMORCHID_RGB_VALUE - Static variable in class net.sf.latexdraw.parsers.svg.CSSColors
 
CSS_MEDIUMPURPLE_NAME - Static variable in class net.sf.latexdraw.parsers.svg.CSSColors
 
CSS_MEDIUMPURPLE_RGB_VALUE - Static variable in class net.sf.latexdraw.parsers.svg.CSSColors
 
CSS_MEDIUMSEAGREEN_NAME - Static variable in class net.sf.latexdraw.parsers.svg.CSSColors
 
CSS_MEDIUMSEAGREEN_RGB_VALUE - Static variable in class net.sf.latexdraw.parsers.svg.CSSColors
 
CSS_MEDIUMSLATEBLUE_NAME - Static variable in class net.sf.latexdraw.parsers.svg.CSSColors
 
CSS_MEDIUMSLATEBLUE_RGB_VALUE - Static variable in class net.sf.latexdraw.parsers.svg.CSSColors
 
CSS_MEDIUMSPRINGGREEN_NAME - Static variable in class net.sf.latexdraw.parsers.svg.CSSColors
 
CSS_MEDIUMSPRINGGREEN_RGB_VALUE - Static variable in class net.sf.latexdraw.parsers.svg.CSSColors
 
CSS_MEDIUMTURQUOISE_NAME - Static variable in class net.sf.latexdraw.parsers.svg.CSSColors
 
CSS_MEDIUMTURQUOISE_RGB_VALUE - Static variable in class net.sf.latexdraw.parsers.svg.CSSColors
 
CSS_MEDIUMVIOLETRED_NAME - Static variable in class net.sf.latexdraw.parsers.svg.CSSColors
 
CSS_MEDIUMVIOLETRED_RGB_VALUE - Static variable in class net.sf.latexdraw.parsers.svg.CSSColors
 
CSS_MIDNIGHTBLUE_NAME - Static variable in class net.sf.latexdraw.parsers.svg.CSSColors
 
CSS_MIDNIGHTBLUE_RGB_VALUE - Static variable in class net.sf.latexdraw.parsers.svg.CSSColors
 
CSS_MINTCREAM_NAME - Static variable in class net.sf.latexdraw.parsers.svg.CSSColors
 
CSS_MINTCREAM_RGB_VALUE - Static variable in class net.sf.latexdraw.parsers.svg.CSSColors
 
CSS_MISTYROSE_NAME - Static variable in class net.sf.latexdraw.parsers.svg.CSSColors
 
CSS_MISTYROSE_RGB_VALUE - Static variable in class net.sf.latexdraw.parsers.svg.CSSColors
 
CSS_MOCCASIN_NAME - Static variable in class net.sf.latexdraw.parsers.svg.CSSColors
 
CSS_MOCCASIN_RGB_VALUE - Static variable in class net.sf.latexdraw.parsers.svg.CSSColors
 
CSS_NAVAJOWHITE_NAME - Static variable in class net.sf.latexdraw.parsers.svg.CSSColors
 
CSS_NAVAJOWHITE_RGB_VALUE - Static variable in class net.sf.latexdraw.parsers.svg.CSSColors
 
CSS_NAVY_NAME - Static variable in class net.sf.latexdraw.parsers.svg.CSSColors
 
CSS_NAVY_RGB_VALUE - Static variable in class net.sf.latexdraw.parsers.svg.CSSColors
 
CSS_OLDLACE_NAME - Static variable in class net.sf.latexdraw.parsers.svg.CSSColors
 
CSS_OLDLACE_RGB_VALUE - Static variable in class net.sf.latexdraw.parsers.svg.CSSColors
 
CSS_OLIVE_NAME - Static variable in class net.sf.latexdraw.parsers.svg.CSSColors
 
CSS_OLIVE_RGB_VALUE - Static variable in class net.sf.latexdraw.parsers.svg.CSSColors
 
CSS_OLIVEDRAB_NAME - Static variable in class net.sf.latexdraw.parsers.svg.CSSColors
 
CSS_OLIVEDRAB_RGB_VALUE - Static variable in class net.sf.latexdraw.parsers.svg.CSSColors
 
CSS_ORANGE_NAME - Static variable in class net.sf.latexdraw.parsers.svg.CSSColors
 
CSS_ORANGE_RGB_VALUE - Static variable in class net.sf.latexdraw.parsers.svg.CSSColors
 
CSS_ORANGERED_NAME - Static variable in class net.sf.latexdraw.parsers.svg.CSSColors
 
CSS_ORANGERED_RGB_VALUE - Static variable in class net.sf.latexdraw.parsers.svg.CSSColors
 
CSS_ORCHID_NAME - Static variable in class net.sf.latexdraw.parsers.svg.CSSColors
 
CSS_ORCHID_RGB_VALUE - Static variable in class net.sf.latexdraw.parsers.svg.CSSColors
 
CSS_PALEGOLDENROD_NAME - Static variable in class net.sf.latexdraw.parsers.svg.CSSColors
 
CSS_PALEGOLDENROD_RGB_VALUE - Static variable in class net.sf.latexdraw.parsers.svg.CSSColors
 
CSS_PALEGREEN_NAME - Static variable in class net.sf.latexdraw.parsers.svg.CSSColors
 
CSS_PALEGREEN_RGB_VALUE - Static variable in class net.sf.latexdraw.parsers.svg.CSSColors
 
CSS_PALETURQUOISE_NAME - Static variable in class net.sf.latexdraw.parsers.svg.CSSColors
 
CSS_PALETURQUOISE_RGB_VALUE - Static variable in class net.sf.latexdraw.parsers.svg.CSSColors
 
CSS_PALEVIOLETRED_NAME - Static variable in class net.sf.latexdraw.parsers.svg.CSSColors
 
CSS_PALEVIOLETRED_RGB_VALUE - Static variable in class net.sf.latexdraw.parsers.svg.CSSColors
 
CSS_PAPAYAWHIP_NAME - Static variable in class net.sf.latexdraw.parsers.svg.CSSColors
 
CSS_PAPAYAWHIP_RGB_VALUE - Static variable in class net.sf.latexdraw.parsers.svg.CSSColors
 
CSS_PEACHPUFF_NAME - Static variable in class net.sf.latexdraw.parsers.svg.CSSColors
 
CSS_PEACHPUFF_RGB_VALUE - Static variable in class net.sf.latexdraw.parsers.svg.CSSColors
 
CSS_PERU_NAME - Static variable in class net.sf.latexdraw.parsers.svg.CSSColors
 
CSS_PERU_RGB_VALUE - Static variable in class net.sf.latexdraw.parsers.svg.CSSColors
 
CSS_PINK_NAME - Static variable in class net.sf.latexdraw.parsers.svg.CSSColors
 
CSS_PINK_RGB_VALUE - Static variable in class net.sf.latexdraw.parsers.svg.CSSColors
 
CSS_PLUM_NAME - Static variable in class net.sf.latexdraw.parsers.svg.CSSColors
 
CSS_PLUM_RGB_VALUE - Static variable in class net.sf.latexdraw.parsers.svg.CSSColors
 
CSS_POWDERBLUE_NAME - Static variable in class net.sf.latexdraw.parsers.svg.CSSColors
 
CSS_POWDERBLUE_RGB_VALUE - Static variable in class net.sf.latexdraw.parsers.svg.CSSColors
 
CSS_PURPLE_NAME - Static variable in class net.sf.latexdraw.parsers.svg.CSSColors
 
CSS_PURPLE_RGB_VALUE - Static variable in class net.sf.latexdraw.parsers.svg.CSSColors
 
CSS_RED_NAME - Static variable in class net.sf.latexdraw.parsers.svg.CSSColors
 
CSS_RED_RGB_VALUE - Static variable in class net.sf.latexdraw.parsers.svg.CSSColors
 
CSS_ROSYBROWN_NAME - Static variable in class net.sf.latexdraw.parsers.svg.CSSColors
 
CSS_ROSYBROWN_RGB_VALUE - Static variable in class net.sf.latexdraw.parsers.svg.CSSColors
 
CSS_ROYALBLUE_NAME - Static variable in class net.sf.latexdraw.parsers.svg.CSSColors
 
CSS_ROYALBLUE_RGB_VALUE - Static variable in class net.sf.latexdraw.parsers.svg.CSSColors
 
CSS_SADDLEBROWN_NAME - Static variable in class net.sf.latexdraw.parsers.svg.CSSColors
 
CSS_SADDLEBROWN_RGB_VALUE - Static variable in class net.sf.latexdraw.parsers.svg.CSSColors
 
CSS_SALMON_NAME - Static variable in class net.sf.latexdraw.parsers.svg.CSSColors
 
CSS_SALMON_RGB_VALUE - Static variable in class net.sf.latexdraw.parsers.svg.CSSColors
 
CSS_SANDYBROWN_NAME - Static variable in class net.sf.latexdraw.parsers.svg.CSSColors
 
CSS_SANDYBROWN_RGB_VALUE - Static variable in class net.sf.latexdraw.parsers.svg.CSSColors
 
CSS_SEAGREEN_NAME - Static variable in class net.sf.latexdraw.parsers.svg.CSSColors
 
CSS_SEAGREEN_RGB_VALUE - Static variable in class net.sf.latexdraw.parsers.svg.CSSColors
 
CSS_SEASHELL_NAME - Static variable in class net.sf.latexdraw.parsers.svg.CSSColors
 
CSS_SEASHELL_RGB_VALUE - Static variable in class net.sf.latexdraw.parsers.svg.CSSColors
 
CSS_SIENNA_NAME - Static variable in class net.sf.latexdraw.parsers.svg.CSSColors
 
CSS_SIENNA_RGB_VALUE - Static variable in class net.sf.latexdraw.parsers.svg.CSSColors
 
CSS_SILVER_NAME - Static variable in class net.sf.latexdraw.parsers.svg.CSSColors
 
CSS_SILVER_RGB_VALUE - Static variable in class net.sf.latexdraw.parsers.svg.CSSColors
 
CSS_SKYBLUE_NAME - Static variable in class net.sf.latexdraw.parsers.svg.CSSColors
 
CSS_SKYBLUE_RGB_VALUE - Static variable in class net.sf.latexdraw.parsers.svg.CSSColors
 
CSS_SLATEBLUE_NAME - Static variable in class net.sf.latexdraw.parsers.svg.CSSColors
 
CSS_SLATEBLUE_RGB_VALUE - Static variable in class net.sf.latexdraw.parsers.svg.CSSColors
 
CSS_SLATEGRAY_NAME - Static variable in class net.sf.latexdraw.parsers.svg.CSSColors
 
CSS_SLATEGRAY_RGB_VALUE - Static variable in class net.sf.latexdraw.parsers.svg.CSSColors
 
CSS_SLATEGREY_NAME - Static variable in class net.sf.latexdraw.parsers.svg.CSSColors
 
CSS_SLATEGREY_RGB_VALUE - Static variable in class net.sf.latexdraw.parsers.svg.CSSColors
 
CSS_SNOW_NAME - Static variable in class net.sf.latexdraw.parsers.svg.CSSColors
 
CSS_SNOW_RGB_VALUE - Static variable in class net.sf.latexdraw.parsers.svg.CSSColors
 
CSS_SPRINGGREEN_NAME - Static variable in class net.sf.latexdraw.parsers.svg.CSSColors
 
CSS_SPRINGGREEN_RGB_VALUE - Static variable in class net.sf.latexdraw.parsers.svg.CSSColors
 
CSS_STEELBLUE_NAME - Static variable in class net.sf.latexdraw.parsers.svg.CSSColors
 
CSS_STEELBLUE_RGB_VALUE - Static variable in class net.sf.latexdraw.parsers.svg.CSSColors
 
CSS_TAN_NAME - Static variable in class net.sf.latexdraw.parsers.svg.CSSColors
 
CSS_TAN_RGB_VALUE - Static variable in class net.sf.latexdraw.parsers.svg.CSSColors
 
CSS_TEAL_NAME - Static variable in class net.sf.latexdraw.parsers.svg.CSSColors
 
CSS_TEAL_RGB_VALUE - Static variable in class net.sf.latexdraw.parsers.svg.CSSColors
 
CSS_THISTLE_NAME - Static variable in class net.sf.latexdraw.parsers.svg.CSSColors
 
CSS_THISTLE_RGB_VALUE - Static variable in class net.sf.latexdraw.parsers.svg.CSSColors
 
CSS_TOMATO_NAME - Static variable in class net.sf.latexdraw.parsers.svg.CSSColors
 
CSS_TOMATO_RGB_VALUE - Static variable in class net.sf.latexdraw.parsers.svg.CSSColors
 
CSS_TURQUOISE_NAME - Static variable in class net.sf.latexdraw.parsers.svg.CSSColors
 
CSS_TURQUOISE_RGB_VALUE - Static variable in class net.sf.latexdraw.parsers.svg.CSSColors
 
CSS_VIOLET_NAME - Static variable in class net.sf.latexdraw.parsers.svg.CSSColors
 
CSS_VIOLET_RGB_VALUE - Static variable in class net.sf.latexdraw.parsers.svg.CSSColors
 
CSS_WHEAT_NAME - Static variable in class net.sf.latexdraw.parsers.svg.CSSColors
 
CSS_WHEAT_RGB_VALUE - Static variable in class net.sf.latexdraw.parsers.svg.CSSColors
 
CSS_WHITE_NAME - Static variable in class net.sf.latexdraw.parsers.svg.CSSColors
 
CSS_WHITE_RGB_VALUE - Static variable in class net.sf.latexdraw.parsers.svg.CSSColors
 
CSS_WHITESMOKE_NAME - Static variable in class net.sf.latexdraw.parsers.svg.CSSColors
 
CSS_WHITESMOKE_RGB_VALUE - Static variable in class net.sf.latexdraw.parsers.svg.CSSColors
 
CSS_YELLOW_NAME - Static variable in class net.sf.latexdraw.parsers.svg.CSSColors
 
CSS_YELLOW_RGB_VALUE - Static variable in class net.sf.latexdraw.parsers.svg.CSSColors
 
CSS_YELLOWGREEN_NAME - Static variable in class net.sf.latexdraw.parsers.svg.CSSColors
 
CSS_YELLOWGREEN_RGB_VALUE - Static variable in class net.sf.latexdraw.parsers.svg.CSSColors
 
CSSColors - Class in net.sf.latexdraw.parsers.svg
Defines colours used in CSS2.
CSSColors() - Constructor for class net.sf.latexdraw.parsers.svg.CSSColors
 
CSSStyleHandler - Interface in net.sf.latexdraw.parsers.svg.parsers
Defines the model of a CSS style handler.
CSSStyleList - Class in net.sf.latexdraw.parsers.svg
Defines a list of CSS styles.
CSSStyleList() - Constructor for class net.sf.latexdraw.parsers.svg.CSSStyleList
 
CSSStyleParser - Class in net.sf.latexdraw.parsers.svg.parsers
Defines a parser that parses a SVG CSS style attribute.
CSSStyleParser(String, CSSStyleHandler) - Constructor for class net.sf.latexdraw.parsers.svg.parsers.CSSStyleParser
The constructor.
CSSStylesGenerator - Class in net.sf.latexdraw.generators.svg
Defines method to get/set CSS style from/to a LaTeXDraw shape.
CSSStylesGenerator() - Constructor for class net.sf.latexdraw.generators.svg.CSSStylesGenerator
 
ctColours - Variable in class net.sf.latexdraw.glib.views.latex.DviPsColors
The counter is used to name the user defined colours.
CtrlPointHandler - Class in net.sf.latexdraw.glib.handlers
Defines a handler that moves a control point (for Bézier curves).
CtrlPointHandler(int) - Constructor for class net.sf.latexdraw.glib.handlers.CtrlPointHandler
Creates the handler.
ctrlPt1Handlers - Variable in class net.sf.latexdraw.instruments.Border
The handlers that move first control points.
ctrlPt2Handlers - Variable in class net.sf.latexdraw.instruments.Border
The handlers that move second control points.
currentChoice - Variable in class net.sf.latexdraw.instruments.Pencil
The current editing choice (rectangle, ellipse, etc.) of the instrument.
currentColour - Variable in class net.sf.latexdraw.parsers.svg.parsers.Graphics2D2SVG
The current colour.
currentFile - Variable in class net.sf.latexdraw.instruments.FileLoaderSaver
The current file loaded or saved.
currentPosition - Variable in class org.malai.interaction.library.MultiClick
The current position of the pointing device.
currentState - Variable in class org.malai.interaction.Interaction
The current state of the state machine when the state machine is executed.
currentStroke - Variable in class net.sf.latexdraw.parsers.svg.parsers.Graphics2D2SVG
The current stroke.
currentTimeout - Variable in class org.malai.interaction.Interaction
The current timeout in progress.
currentTransforms - Variable in class net.sf.latexdraw.parsers.svg.parsers.Graphics2D2SVG
The list of the current transformations.
CURSOR_ROTATE - Static variable in class net.sf.latexdraw.util.LCursor
The cursor that should be used during rotation.
curveQuarter(double, double, double, double, Path2D, double[]) - Static method in class net.sf.latexdraw.glib.views.Java2D.impl.LEllipseView
Adds a "curveTo" segment to the given path.
CURVES_FREEHAND_ICON - Static variable in class net.sf.latexdraw.util.LResources
 
CUT_ICON - Static variable in class net.sf.latexdraw.util.LResources
 
cutMenu - Variable in class net.sf.latexdraw.instruments.CopierCutterPaster
The menu item to cut the shapes.
CutShapes - Class in net.sf.latexdraw.actions
This action cuts the selected shapes.
CutShapes() - Constructor for class net.sf.latexdraw.actions.CutShapes
 
cx - Variable in class net.sf.latexdraw.parsers.svg.SVGTransform
The possible rotation X-position.
cy - Variable in class net.sf.latexdraw.parsers.svg.SVGTransform
The possible rotation Y-position.
CYAN - Static variable in class net.sf.latexdraw.glib.views.latex.DviPsColors
 

D

d - Variable in class net.sf.latexdraw.parsers.svg.SVGMatrix
[a, c, e, b, d, f, 0, 0, 1] An element of the matrix.
DANDELION - Static variable in class net.sf.latexdraw.glib.views.latex.DviPsColors
 
DARKORCHID - Static variable in class net.sf.latexdraw.glib.views.latex.DviPsColors
 
dashSepBlack - Variable in class net.sf.latexdraw.glib.models.impl.LShape
The black dash separator for dashed lines in pixel.
dashSepWhite - Variable in class net.sf.latexdraw.glib.models.impl.LShape
The white dash separator for dashed lines in pixel.
data - Variable in class net.sf.latexdraw.parsers.svg.SVGText
The content of the text node.
dbleBordCol - Variable in class net.sf.latexdraw.glib.models.impl.LShape
The colour of the double borders.
dbleBordSep - Variable in class net.sf.latexdraw.glib.models.impl.LShape
The separation size of the double borders in pixel.
dbleBoundCB - Variable in class net.sf.latexdraw.instruments.ShapeDoubleBorderCustomiser
Sets if the shape has double borders or not.
dbleBoundColB - Variable in class net.sf.latexdraw.instruments.ShapeDoubleBorderCustomiser
Allows to change the colour of the space between the double boundaries.
dbleSepField - Variable in class net.sf.latexdraw.instruments.ShapeDoubleBorderCustomiser
This field modifies the double separation of the double line.
deactivate() - Method in class org.malai.action.library.ActivateInactivateInstruments
 
DEFAULT_ARC_SEP - Static variable in class net.sf.latexdraw.glib.views.pst.PSTricksConstants
 
DEFAULT_ARC_SEP_A - Static variable in class net.sf.latexdraw.glib.views.pst.PSTricksConstants
The value of arcsepA by default (in pt)
DEFAULT_ARC_SEP_B - Static variable in class net.sf.latexdraw.glib.views.pst.PSTricksConstants
The value of arcsepB by default (in pt)
DEFAULT_ARROW_BRACKET_LGTH - Static variable in class net.sf.latexdraw.glib.views.pst.PSTricksConstants
The height of a square bracket
DEFAULT_ARROW_DOTSIZE_DIM - Static variable in class net.sf.latexdraw.glib.views.pst.PSTricksConstants
The diameter of a circle in cm
DEFAULT_ARROW_DOTSIZE_NUM - Static variable in class net.sf.latexdraw.glib.views.pst.PSTricksConstants
The diameter of a circle
DEFAULT_ARROW_INSET - Static variable in class net.sf.latexdraw.glib.views.pst.PSTricksConstants
The inset of the arrowhead by default
DEFAULT_ARROW_LENGTH - Static variable in class net.sf.latexdraw.glib.views.pst.PSTricksConstants
The length of the arrowhead by default
DEFAULT_ARROW_RBRACKET_LGTH - Static variable in class net.sf.latexdraw.glib.views.pst.PSTricksConstants
The height of a round bracket
DEFAULT_ARROW_SCALE1 - Static variable in class net.sf.latexdraw.glib.views.pst.PSTricksConstants
The scale of the arrowhead
DEFAULT_ARROW_SCALE2 - Static variable in class net.sf.latexdraw.glib.views.pst.PSTricksConstants
The scale of the arrowhead
DEFAULT_ARROW_SIZE_DIM - Static variable in class net.sf.latexdraw.glib.views.pst.PSTricksConstants
Width of arrowheads, in cm
DEFAULT_ARROW_SIZE_NUM - Static variable in class net.sf.latexdraw.glib.views.pst.PSTricksConstants
Width of arrowheads
DEFAULT_ARROW_TBARSIZE_DIM - Static variable in class net.sf.latexdraw.glib.views.pst.PSTricksConstants
The width of a t-bar,in cm
DEFAULT_ARROW_TBARSIZE_NUM - Static variable in class net.sf.latexdraw.glib.views.pst.PSTricksConstants
The width of a t-bar
DEFAULT_AXES_STYLE - Static variable in class net.sf.latexdraw.glib.views.pst.PSTricksConstants
 
DEFAULT_BALANCE_GAP - Static variable in interface net.sf.latexdraw.glib.models.interfaces.IControlPointShape
The default balance gap used to balance all the points of the bézier curve.
DEFAULT_BORDER - Static variable in class net.sf.latexdraw.glib.views.pst.PSTricksConstants
A positive value draws a border of width DEFAULT_BORDER.
DEFAULT_BORDER_COLOR - Static variable in class net.sf.latexdraw.glib.views.pst.PSTricksConstants
The colour by default of the border
DEFAULT_BORDERS_POS - Static variable in class net.sf.latexdraw.glib.views.pst.PSTricksConstants
The position of the borders by default
DEFAULT_BOX_SEP - Static variable in class net.sf.latexdraw.glib.views.pst.PSTricksConstants
When true, the box that is produced is the size of the frame or whatever that is drawn around the object.
DEFAULT_CORNER_SIZE_RELATIVE - Static variable in class net.sf.latexdraw.glib.views.pst.PSTricksConstants
Is the corner size relative by default (if not, it's absolute)
If cornersize is relative, then the framearc parameter determines the radius of the rounded corners for \psframe.
DEFAULT_CRUVATURE_NUM2 - Static variable in class net.sf.latexdraw.glib.views.pst.PSTricksConstants
The curvature parameters control the curvature of a parabola
DEFAULT_CRUVATURE_NUM3 - Static variable in class net.sf.latexdraw.glib.views.pst.PSTricksConstants
The curvature parameters control the curvature of a parabola
DEFAULT_CURVATURE_NUM1 - Static variable in class net.sf.latexdraw.glib.views.pst.PSTricksConstants
The curvature parameters control the curvature of a parabola
DEFAULT_DASH_BLACK - Static variable in class net.sf.latexdraw.glib.views.pst.PSTricksConstants
The black-white dash pattern for the dashed line style (in cm)
DEFAULT_DASH_WHITE - Static variable in class net.sf.latexdraw.glib.views.pst.PSTricksConstants
The black-white dash pattern for the dashed line style (in cm)
DEFAULT_DEGREES - Static variable in class net.sf.latexdraw.glib.views.pst.PSTricksConstants
The angle in degrees by default
DEFAULT_DIST_X_LABEL - Static variable in class net.sf.latexdraw.glib.views.pst.PSTricksConstants
The distance between each X label in cm (Dx).
DEFAULT_DIST_Y_LABEL - Static variable in class net.sf.latexdraw.glib.views.pst.PSTricksConstants
The distance between each Y label in cm (Dy).
DEFAULT_DOT_ANGLE - Static variable in class net.sf.latexdraw.glib.views.pst.PSTricksConstants
The angle of the dot by default
DEFAULT_DOT_SCALE1 - Static variable in class net.sf.latexdraw.glib.views.pst.PSTricksConstants
The scale of the dot by default
DEFAULT_DOT_SCALE2 - Static variable in class net.sf.latexdraw.glib.views.pst.PSTricksConstants
The scale of the dot by default
DEFAULT_DOT_STEP - Static variable in class net.sf.latexdraw.glib.views.pst.PSTricksConstants
The distance between dots in the dotted line style (in cm)
DEFAULT_DOT_STYLE - Static variable in class net.sf.latexdraw.glib.views.pst.PSTricksConstants
The type of the dot by default
DEFAULT_DOUBLE_COLOR - Static variable in class net.sf.latexdraw.glib.views.pst.PSTricksConstants
The colour of the double boundary of the figure by default
DEFAULT_DOUBLE_LINE - Static variable in class net.sf.latexdraw.glib.views.pst.PSTricksConstants
Is a double line by default
DEFAULT_DOUBLE_SEP - Static variable in class net.sf.latexdraw.glib.views.pst.PSTricksConstants
The width of the separation between the double lines
DEFAULT_DX - Static variable in class net.sf.latexdraw.glib.views.pst.PSTricksConstants
For psaxes, the dx value by default.
DEFAULT_DY - Static variable in class net.sf.latexdraw.glib.views.pst.PSTricksConstants
For psaxes, the dy value by default.
DEFAULT_FILL_COLOR - Static variable in class net.sf.latexdraw.glib.views.pst.PSTricksConstants
The colour of the filling
DEFAULT_FILL_STYLE - Static variable in class net.sf.latexdraw.glib.views.pst.PSTricksConstants
The type of the fill by default
DEFAULT_FRAME_ARC - Static variable in class net.sf.latexdraw.glib.views.pst.PSTricksConstants
The radius of rounded corners by default (between 0 and 1)
The radius is compute with :
radius = min(width, height)*1.5*frameArc
DEFAULT_FRAME_SEP - Static variable in class net.sf.latexdraw.glib.views.pst.PSTricksConstants
Distance between each side of a frame and the enclosed box (in cm).
DEFAULT_GANGLE - Static variable in class net.sf.latexdraw.glib.views.pst.PSTricksConstants
gangle is the angle of rotation of a diamond and a triangle around their centre.
DEFAULT_GRADIENT_ANGLE - Static variable in class net.sf.latexdraw.glib.views.pst.PSTricksConstants
The angle of the gradient in degree.
DEFAULT_GRADIENT_END_COLOR - Static variable in class net.sf.latexdraw.glib.views.pst.PSTricksConstants
The second color of a gradient by default.
DEFAULT_GRADIENT_LINES - Static variable in class net.sf.latexdraw.glib.views.pst.PSTricksConstants
The number of lines.
DEFAULT_GRADIENT_MID_POINT - Static variable in class net.sf.latexdraw.glib.views.pst.PSTricksConstants
The position of the midpoint, as a fraction of the distance from top to bottom.
DEFAULT_GRADIENT_START_COLOR - Static variable in class net.sf.latexdraw.glib.views.pst.PSTricksConstants
The first colour of a gradient by default.
DEFAULT_GRID_LABEL - Static variable in class net.sf.latexdraw.glib.views.pst.PSTricksConstants
The size of the labels of a grid by default
DEFAULT_GRID_WIDTH - Static variable in class net.sf.latexdraw.glib.views.pst.PSTricksConstants
The width of the main lines of the grid by default in cm
DEFAULT_GRIDCOLOR - Static variable in class net.sf.latexdraw.glib.views.pst.PSTricksConstants
The colour of the grid by default
DEFAULT_GRIDDOTS - Static variable in class net.sf.latexdraw.glib.views.pst.PSTricksConstants
The number of dots in a line of the grid by default
DEFAULT_HATCH_ANGLE - Static variable in class net.sf.latexdraw.glib.views.pst.PSTricksConstants
The angle of the hatching by default
DEFAULT_HATCH_SEP - Static variable in class net.sf.latexdraw.glib.views.pst.PSTricksConstants
The separation between the lines of the hatching in cm
DEFAULT_HATCH_WIDTH - Static variable in class net.sf.latexdraw.glib.views.pst.PSTricksConstants
The width of the hatching in cm
DEFAULT_HATCHING_COLOR - Static variable in class net.sf.latexdraw.glib.views.pst.PSTricksConstants
The colour of the hatching of the figure by default
DEFAULT_INTERIOR_COLOR - Static variable in class net.sf.latexdraw.glib.views.pst.PSTricksConstants
The colour of the interior of the figure by default
DEFAULT_LABEL_SEP - Static variable in class net.sf.latexdraw.glib.views.pst.PSTricksConstants
The value by default of labelsep of the command uput (in cm)
DEFAULT_LABELGRIDCOLOR - Static variable in class net.sf.latexdraw.glib.views.pst.PSTricksConstants
The colour of the labels by default
DEFAULT_LABELS_DISPLAYED - Static variable in class net.sf.latexdraw.glib.views.pst.PSTricksConstants
 
DEFAULT_LINE_ARC - Static variable in class net.sf.latexdraw.glib.views.pst.PSTricksConstants
The radius of arcs drawn at the corner of lines by default (in pt)
DEFAULT_LINE_COLOR - Static variable in class net.sf.latexdraw.glib.views.pst.PSTricksConstants
The colour of the borders of the figure by default
DEFAULT_LINE_STYLE - Static variable in class net.sf.latexdraw.glib.views.pst.PSTricksConstants
The style of the lines by default
DEFAULT_LINE_WIDTH - Static variable in class net.sf.latexdraw.glib.views.pst.PSTricksConstants
The width of the line by default (in cm)
DEFAULT_ON_RADIANS - Static variable in class net.sf.latexdraw.glib.views.pst.PSTricksConstants
Is the unit of length is rad by default
DEFAULT_ORIGIN - Static variable in class net.sf.latexdraw.glib.views.pst.PSTricksConstants
The origin of the coordinate system by default
DEFAULT_OX - Static variable in class net.sf.latexdraw.glib.views.pst.PSTricksConstants
For psaxes, the Ox value by default.
DEFAULT_OY - Static variable in class net.sf.latexdraw.glib.views.pst.PSTricksConstants
For psaxes, the Oy value by default.
DEFAULT_PLOT_POINTS - Static variable in class net.sf.latexdraw.glib.views.pst.PSTricksConstants
 
DEFAULT_POSITION_CTRL - Static variable in interface net.sf.latexdraw.glib.models.interfaces.IControlPointShape
The default position gap of control points against their reference point.
DEFAULT_SHADOW - Static variable in class net.sf.latexdraw.glib.views.pst.PSTricksConstants
Is there shadow by default
DEFAULT_SHADOW_ANGLE - Static variable in class net.sf.latexdraw.glib.views.pst.PSTricksConstants
The angle of the shadow by default in degrees
DEFAULT_SHADOW_COLOR - Static variable in class net.sf.latexdraw.glib.views.pst.PSTricksConstants
The colour of the shadow by default
DEFAULT_SHADOW_SIZE - Static variable in class net.sf.latexdraw.glib.views.pst.PSTricksConstants
The size of the shadow by default in cm
DEFAULT_SHOW_ORIGIN - Static variable in class net.sf.latexdraw.glib.views.pst.PSTricksConstants
For psaxes, the showorigin value by default.
DEFAULT_SHOW_POINTS - Static variable in class net.sf.latexdraw.glib.views.pst.PSTricksConstants
Is points are displayed by default
DEFAULT_SIZE - Static variable in interface net.sf.latexdraw.glib.handlers.IHandler
The default size of a handler.
DEFAULT_SPECIAL_COOR - Static variable in class net.sf.latexdraw.glib.views.pst.PSTricksConstants
Is the special coor activated by default
DEFAULT_SUB_GRID_COLOR - Static variable in class net.sf.latexdraw.glib.views.pst.PSTricksConstants
The colour of the sub grid by default
DEFAULT_SUB_GRID_WIDTH - Static variable in class net.sf.latexdraw.glib.views.pst.PSTricksConstants
The size of the sub-grid lines of a grid by default in cm
DEFAULT_SUBGRIDDIV - Static variable in class net.sf.latexdraw.glib.views.pst.PSTricksConstants
The number of division in a sub-grid by default
DEFAULT_SUBGRIDDOTS - Static variable in class net.sf.latexdraw.glib.views.pst.PSTricksConstants
The number of dots in a line of the sub-grid by default
DEFAULT_SWAP_AXES - Static variable in class net.sf.latexdraw.glib.views.pst.PSTricksConstants
Is the axes swept by default
DEFAULT_TICKS_DISPLAYED - Static variable in class net.sf.latexdraw.glib.views.pst.PSTricksConstants
 
DEFAULT_TICKS_SIZE - Static variable in class net.sf.latexdraw.glib.views.pst.PSTricksConstants
The default size of the ticks in cm.
DEFAULT_TICKS_STYLE - Static variable in class net.sf.latexdraw.glib.views.pst.PSTricksConstants
 
DEFAULT_UNIT - Static variable in class net.sf.latexdraw.glib.views.pst.PSTricksConstants
The unit by default in cm
DEFAULT_UPUT_DOWN_ANGLE - Static variable in class net.sf.latexdraw.glib.views.pst.PSTricksConstants
 
DEFAULT_UPUT_DOWN_LEFT_ANGLE - Static variable in class net.sf.latexdraw.glib.views.pst.PSTricksConstants
 
DEFAULT_UPUT_DOWN_RIGHT_ANGLE - Static variable in class net.sf.latexdraw.glib.views.pst.PSTricksConstants
 
DEFAULT_UPUT_LEFT_ANGLE - Static variable in class net.sf.latexdraw.glib.views.pst.PSTricksConstants
 
DEFAULT_UPUT_RIGHT_ANGLE - Static variable in class net.sf.latexdraw.glib.views.pst.PSTricksConstants
 
DEFAULT_UPUT_UP_ANGLE - Static variable in class net.sf.latexdraw.glib.views.pst.PSTricksConstants
 
DEFAULT_UPUT_UP_LEFT_ANGLE - Static variable in class net.sf.latexdraw.glib.views.pst.PSTricksConstants
 
DEFAULT_UPUT_UP_RIGHT_ANGLE - Static variable in class net.sf.latexdraw.glib.views.pst.PSTricksConstants
 
DEFAULT_VALUE_MISSING_COORDINATE - Static variable in class net.sf.latexdraw.glib.views.pst.PSTricksConstants
The value by default of a missing coordinate : (5,)
defaultPackages - Variable in class net.sf.latexdraw.instruments.Exporter
The latex packages that the interactive system saves by default.
defineToolbarLocation() - Method in class net.sf.latexdraw.ui.WidgetMiniToolbar
Defines the position of the mini-toolbar.
DEL_ICON - Static variable in class net.sf.latexdraw.util.LResources
 
deleteB - Variable in class net.sf.latexdraw.instruments.ShapeDeleter
The button used to remove the selected shapes.
deleteData(int, int) - Method in class net.sf.latexdraw.parsers.svg.SVGText
 
deleter - Variable in class net.sf.latexdraw.instruments.EditingSelector
The instrument used to delete shapes.
deleter - Variable in class net.sf.latexdraw.mapping.Selection2DeleterMapping
The instrument that removes shapes.
deleter - Variable in class net.sf.latexdraw.ui.LFrame
The instrument that removes shapes.
deleteShapes() - Method in class net.sf.latexdraw.actions.CutShapes
Delete the shapes from the drawing.
DeleteShapes - Class in net.sf.latexdraw.actions
This action deletes shapes.
DeleteShapes() - Constructor for class net.sf.latexdraw.actions.DeleteShapes
Creates the action.
deleteShapes() - Method in class net.sf.latexdraw.actions.DeleteShapes
Delete the shapes from the drawing.
DeleteShapesLink<I extends Interaction> - Class in net.sf.latexdraw.instruments
This abstract link maps an interaction to an action that delete shapes.
DeleteShapesLink(ShapeDeleter, Class<I>) - Constructor for class net.sf.latexdraw.instruments.DeleteShapesLink
Creates the link.
DELIMITOR_ICON - Static variable in class net.sf.latexdraw.util.LResources
 
description - Variable in class net.sf.latexdraw.badaboom.BadaboomManager
Contains the description of the selected exception.
detachForm(Component) - Method in class org.malai.interaction.SwingEventManager
Detaches the SwingEventManager to the Java listened component.
dialogueBox - Variable in class net.sf.latexdraw.actions.Export
The dialogue chooser used to select the targeted file.
DIAMOND_STYLE - Static variable in class net.sf.latexdraw.glib.views.pst.PSTricksConstants
The style which draw a diamond
DIM_POS_ICON - Static variable in class net.sf.latexdraw.util.LResources
 
dimPosCustomiser - Variable in class net.sf.latexdraw.instruments.MetaShapeCustomiser
This instrument customises the dimensions and the position.
direction - Variable in class org.malai.interaction.ScrollTransition
Defines if the scrolling is up (positive value) or down (negative value).
DISKEND_STYLE - Static variable in class net.sf.latexdraw.glib.views.pst.PSTricksConstants
 
DISKIN_STYLE - Static variable in class net.sf.latexdraw.glib.views.pst.PSTricksConstants
 
DISPLAY_GRID_ICON - Static variable in class net.sf.latexdraw.util.LResources
 
displayBordersCB - Variable in class net.sf.latexdraw.instruments.PreferencesSetter
This check-box allows to set if the user wants to the borders of the drawing.
DisplayCanvas - Class in net.sf.latexdraw.ui
Allows to display a given image in a panel(canvas).
DisplayCanvas(Image) - Constructor for class net.sf.latexdraw.ui.DisplayCanvas
The constructor by default
displayGridCB - Variable in class net.sf.latexdraw.instruments.PreferencesSetter
This check-box allows to set if the user wants to display the grid.
displayHelp() - Method in class net.sf.latexdraw.util.LCommandLine
Displays the different options of the command line of latexdraw.
displayMenu - Variable in class net.sf.latexdraw.ui.MenubarBuilder
This menu contains the menu items related to the visibility of components.
displayXScaleCB - Variable in class net.sf.latexdraw.instruments.PreferencesSetter
This check-box allows to set if the user wants to display the X-scale.
displayYScaleCB - Variable in class net.sf.latexdraw.instruments.PreferencesSetter
This check-box allows to set if the user wants to display the Y-scale.
dispose() - Method in class net.sf.latexdraw.parsers.svg.parsers.Graphics2D2SVG
 
DIST_HORIZ_EQUAL_ICON - Static variable in class net.sf.latexdraw.util.LResources
 
DIST_HORIZ_LEFT_ICON - Static variable in class net.sf.latexdraw.util.LResources
 
DIST_HORIZ_MID_ICON - Static variable in class net.sf.latexdraw.util.LResources
 
DIST_HORIZ_RIGHT_ICON - Static variable in class net.sf.latexdraw.util.LResources
 
DIST_VERT_BOTTOM_ICON - Static variable in class net.sf.latexdraw.util.LResources
 
DIST_VERT_EQUAL_ICON - Static variable in class net.sf.latexdraw.util.LResources
 
DIST_VERT_MID_ICON - Static variable in class net.sf.latexdraw.util.LResources
 
DIST_VERT_TOP_ICON - Static variable in class net.sf.latexdraw.util.LResources
 
distance(IPoint) - Method in class net.sf.latexdraw.glib.models.impl.LPoint
 
distance(IPoint) - Method in interface net.sf.latexdraw.glib.models.interfaces.IPoint
 
distance(double, double) - Method in interface net.sf.latexdraw.glib.models.interfaces.IPoint
 
distLabelsX - Variable in class net.sf.latexdraw.glib.models.impl.LAxes
The distance between each label of the X axe; if 0, the default value will be used (in cm).
distLabelsX - Variable in class net.sf.latexdraw.instruments.ShapeAxesCustomiser
The distance between the X-labels.
distLabelsY - Variable in class net.sf.latexdraw.glib.models.impl.LAxes
The distance between each label of the Y axe; if 0, the default value will be used (in cm).
distLabelsY - Variable in class net.sf.latexdraw.instruments.ShapeAxesCustomiser
The distance between the Y-labels.
DLARROW_STYLE - Static variable in class net.sf.latexdraw.glib.views.pst.PSTricksConstants
 
DnD - Class in org.malai.interaction.library
A DnD interaction is a Drag-And-Drop: press-drag-release.
DnD() - Constructor for class org.malai.interaction.library.DnD
Creates the interaction.
DnD.Move4DnD - Class in org.malai.interaction.library
 
DnD.Move4DnD(SourceableState, TargetableState) - Constructor for class org.malai.interaction.library.DnD.Move4DnD
 
DnD.Release4DnD - Class in org.malai.interaction.library
 
DnD.Release4DnD(SourceableState, TargetableState) - Constructor for class org.malai.interaction.library.DnD.Release4DnD
 
DnD2AddShape - Class in net.sf.latexdraw.instruments
This link allows to create shapes using a drag-and-drop interaction.
DnD2AddShape(Pencil, boolean) - Constructor for class net.sf.latexdraw.instruments.DnD2AddShape
The constructor by default.
DnD2Select - Class in net.sf.latexdraw.instruments
This link allows to select several shapes.
DnD2Select(Hand, boolean) - Constructor for class net.sf.latexdraw.instruments.DnD2Select
Initialises the link.
DnD2Translate - Class in net.sf.latexdraw.instruments
This link allows to translate the selected shapes.
DnD2Translate(Hand, boolean) - Constructor for class net.sf.latexdraw.instruments.DnD2Translate
Initialises the link.
doActionBody() - Method in class net.sf.latexdraw.actions.AddShape
 
doActionBody() - Method in class net.sf.latexdraw.actions.CopyShapes
 
doActionBody() - Method in class net.sf.latexdraw.actions.CutShapes
 
doActionBody() - Method in class net.sf.latexdraw.actions.DeleteShapes
 
doActionBody() - Method in class net.sf.latexdraw.actions.Export
 
doActionBody() - Method in class net.sf.latexdraw.actions.InitTextSetter
 
doActionBody() - Method in class net.sf.latexdraw.actions.InsertPicture
 
doActionBody() - Method in class net.sf.latexdraw.actions.JoinShapes
 
doActionBody() - Method in class net.sf.latexdraw.actions.LoadDrawing
 
doActionBody() - Method in class net.sf.latexdraw.actions.ModifyLatexProperties
 
doActionBody() - Method in class net.sf.latexdraw.actions.ModifyMagneticGrid
 
doActionBody() - Method in class net.sf.latexdraw.actions.ModifyPencilParameter
 
doActionBody() - Method in class net.sf.latexdraw.actions.ModifyPencilStyle
 
doActionBody() - Method in class net.sf.latexdraw.actions.ModifyShapeProperty
 
doActionBody() - Method in class net.sf.latexdraw.actions.MoveCtrlPoint
 
doActionBody() - Method in class net.sf.latexdraw.actions.MovePointShape
 
doActionBody() - Method in class net.sf.latexdraw.actions.NewDrawing
 
doActionBody() - Method in class net.sf.latexdraw.actions.PasteShapes
 
doActionBody() - Method in class net.sf.latexdraw.actions.RotateShapes
 
doActionBody() - Method in class net.sf.latexdraw.actions.SaveDrawing
 
doActionBody() - Method in class net.sf.latexdraw.actions.ScaleShapes
 
doActionBody() - Method in class net.sf.latexdraw.actions.SelectShapes
 
doActionBody() - Method in class net.sf.latexdraw.actions.SeparateShapes
 
doActionBody() - Method in class net.sf.latexdraw.actions.SetUnit
 
doActionBody() - Method in class net.sf.latexdraw.actions.ShowHideScaleRuler
 
doActionBody() - Method in class net.sf.latexdraw.actions.TranslateShapes
 
doActionBody() - Method in class net.sf.latexdraw.actions.WritePreferences
 
doActionBody() - Method in class org.malai.action.Action
This method contains the core code to execute when the action is executed.
doActionBody() - Method in class org.malai.action.library.ActivateInactivateInstruments
 
doActionBody() - Method in class org.malai.action.library.ActivateInstrument
 
doActionBody() - Method in class org.malai.action.library.Load
 
doActionBody() - Method in class org.malai.action.library.OpenWebPage
 
doActionBody() - Method in class org.malai.action.library.Redo
 
doActionBody() - Method in class org.malai.action.library.Save
 
doActionBody() - Method in class org.malai.action.library.Scroll
 
doActionBody() - Method in class org.malai.action.library.SetWidgetPosition
 
doActionBody() - Method in class org.malai.action.library.ShowPopupMenu
 
doActionBody() - Method in class org.malai.action.library.ShowWidget
 
doActionBody() - Method in class org.malai.action.library.Undo
 
doActionBody() - Method in class org.malai.action.library.Zoom
 
document - Variable in class net.sf.latexdraw.parsers.svg.parsers.Graphics2D2SVG
The SVG document used to created SVG elements.
document - Variable in class net.sf.latexdraw.parsers.svg.parsers.Shape2D2SVG
The SVG document that will be used to create SVG elements.
documentURI - Variable in class net.sf.latexdraw.parsers.svg.SVGDocument
The document URI.
doInBackground() - Method in class net.sf.latexdraw.generators.svg.SVGDocumentGenerator.IOWorker
 
doInBackground() - Method in class net.sf.latexdraw.generators.svg.SVGDocumentGenerator.LoadWorker
 
doInBackground() - Method in class net.sf.latexdraw.generators.svg.SVGDocumentGenerator.SaveWorker
 
doIt() - Method in class org.malai.action.Action
Executes the action.
donateItem - Variable in class net.sf.latexdraw.instruments.Helper
This menu opens the web page used to donate to the latexdraw project.
done() - Method in class net.sf.latexdraw.generators.svg.SVGDocumentGenerator.IOWorker
 
done() - Method in class net.sf.latexdraw.generators.svg.SVGDocumentGenerator.SaveWorker
 
done() - Method in class org.malai.action.Action
Sets the action to "done".
DOT_ICON - Static variable in class net.sf.latexdraw.util.LResources
 
DOT_STYLE - Static variable in class net.sf.latexdraw.glib.views.pst.PSTricksConstants
The style which draw a dot
DOT_STYLE_ASTERISK_ICON - Static variable in class net.sf.latexdraw.util.LResources
 
DOT_STYLE_BAR_ICON - Static variable in class net.sf.latexdraw.util.LResources
 
DOT_STYLE_CROSS_ICON - Static variable in class net.sf.latexdraw.util.LResources
 
DOT_STYLE_DIAMOND_F_ICON - Static variable in class net.sf.latexdraw.util.LResources
 
DOT_STYLE_DIAMOND_ICON - Static variable in class net.sf.latexdraw.util.LResources
 
DOT_STYLE_NONE_ICON - Static variable in class net.sf.latexdraw.util.LResources
 
DOT_STYLE_O_CROSS_ICON - Static variable in class net.sf.latexdraw.util.LResources
 
DOT_STYLE_O_ICON - Static variable in class net.sf.latexdraw.util.LResources
 
DOT_STYLE_O_PLUS_ICON - Static variable in class net.sf.latexdraw.util.LResources
 
DOT_STYLE_PENTAGON_F_ICON - Static variable in class net.sf.latexdraw.util.LResources
 
DOT_STYLE_PENTAGON_ICON - Static variable in class net.sf.latexdraw.util.LResources
 
DOT_STYLE_PLUS_ICON - Static variable in class net.sf.latexdraw.util.LResources
 
DOT_STYLE_SQUARE_F_ICON - Static variable in class net.sf.latexdraw.util.LResources
 
DOT_STYLE_SQUARE_ICON - Static variable in class net.sf.latexdraw.util.LResources
 
DOT_STYLE_TRIANGLE_F_ICON - Static variable in class net.sf.latexdraw.util.LResources
 
DOT_STYLE_TRIANGLE_ICON - Static variable in class net.sf.latexdraw.util.LResources
 
dotB - Variable in class net.sf.latexdraw.instruments.EditingSelector
The button that allows to select the instrument Pencil to draw dots.
dotCB - Variable in class net.sf.latexdraw.instruments.ShapeDotCustomiser
Allows the selection of a dot shape.
dotCustomiser - Variable in class net.sf.latexdraw.instruments.MetaShapeCustomiser
This instrument customises the dot parameters.
dotSep - Variable in class net.sf.latexdraw.glib.models.impl.LShape
The dot separator for dotted lines.
dotSizeDim - Variable in class net.sf.latexdraw.glib.models.impl.LArrow
The latex parameter dotsize dim.
dotSizeDim - Variable in class net.sf.latexdraw.instruments.ShapeArrowCustomiser
The field to set the dot size dim parameter of arrows.
dotSizeField - Variable in class net.sf.latexdraw.instruments.ShapeDotCustomiser
Allows to define the size of a dot.
dotSizeNum - Variable in class net.sf.latexdraw.glib.models.impl.LArrow
The latex parameter dotsize num.
dotSizeNum - Variable in class net.sf.latexdraw.instruments.ShapeArrowCustomiser
The field to set the dot size num parameter of arrows.
Dottable - Interface in net.sf.latexdraw.glib.models.interfaces
Defines an interface for shapes that support dot styles and dot radius.
DOUBLE_BORDER_ICON - Static variable in class net.sf.latexdraw.util.LResources
 
doubleBorderCustomiser - Variable in class net.sf.latexdraw.instruments.MetaShapeCustomiser
This instrument customises the double line properties of shapes and the pencil.
DoubleClick - Class in org.malai.interaction.library
This interaction defines a double click.
DoubleClick() - Constructor for class org.malai.interaction.library.DoubleClick
Creates the interaction.
DoubleClick.ReleaseTransition4DoubleClick - Class in org.malai.interaction.library
 
DoubleClick.ReleaseTransition4DoubleClick(SourceableState, TargetableState) - Constructor for class org.malai.interaction.library.DoubleClick.ReleaseTransition4DoubleClick
 
DoubleClick2InitTextSetter - Class in net.sf.latexdraw.instruments
 
DoubleClick2InitTextSetter(Hand) - Constructor for class net.sf.latexdraw.instruments.DoubleClick2InitTextSetter
 
dragged - Variable in class org.malai.interaction.library.DnD
 
DRARROW_STYLE - Static variable in class net.sf.latexdraw.glib.views.pst.PSTricksConstants
 
draw(Shape) - Method in class net.sf.latexdraw.parsers.svg.parsers.Graphics2D2SVG
 
drawArc(int, int, int, int, int, int) - Method in class net.sf.latexdraw.parsers.svg.parsers.Graphics2D2SVG
 
drawGlyphVector(GlyphVector, float, float) - Method in class net.sf.latexdraw.parsers.svg.parsers.Graphics2D2SVG
 
drawImage(Image, AffineTransform, ImageObserver) - Method in class net.sf.latexdraw.parsers.svg.parsers.Graphics2D2SVG
 
drawImage(BufferedImage, BufferedImageOp, int, int) - Method in class net.sf.latexdraw.parsers.svg.parsers.Graphics2D2SVG
 
drawImage(Image, int, int, ImageObserver) - Method in class net.sf.latexdraw.parsers.svg.parsers.Graphics2D2SVG
 
drawImage(Image, int, int, int, int, ImageObserver) - Method in class net.sf.latexdraw.parsers.svg.parsers.Graphics2D2SVG
 
drawImage(Image, int, int, Color, ImageObserver) - Method in class net.sf.latexdraw.parsers.svg.parsers.Graphics2D2SVG
 
drawImage(Image, int, int, int, int, Color, ImageObserver) - Method in class net.sf.latexdraw.parsers.svg.parsers.Graphics2D2SVG
 
drawImage(Image, int, int, int, int, int, int, int, int, ImageObserver) - Method in class net.sf.latexdraw.parsers.svg.parsers.Graphics2D2SVG
 
drawImage(Image, int, int, int, int, int, int, int, int, Color, ImageObserver) - Method in class net.sf.latexdraw.parsers.svg.parsers.Graphics2D2SVG
 
drawing - Variable in class net.sf.latexdraw.actions.CutShapes
The drawing where the shapes are removed.
drawing - Variable in class net.sf.latexdraw.actions.DrawingAction
The drawing that will be handled by the action.
drawing - Variable in class net.sf.latexdraw.glib.ui.LCanvas
The model of the view.
drawing - Variable in class net.sf.latexdraw.glib.views.synchroniser.ViewsSynchroniser
The shapes to synchronise.
drawing - Variable in class net.sf.latexdraw.instruments.CopierCutterPaster
The drawing that contains the shapes.
drawing - Variable in class net.sf.latexdraw.instruments.Exporter
The drawing that contains the shapes to export.
drawing - Variable in class net.sf.latexdraw.instruments.Pencil
The drawing that contains the shapes.
Drawing2CanvasMapping - Class in net.sf.latexdraw.mapping
Defines a mapping that link an IDrawing to a ICanvas.
Drawing2CanvasMapping(IDrawing, ICanvas) - Constructor for class net.sf.latexdraw.mapping.Drawing2CanvasMapping
Object2ObjectMapping.Object2ObjectMapping(Object, Object)
DRAWING_PROP_ICON - Static variable in class net.sf.latexdraw.util.LResources
 
DrawingAction - Class in net.sf.latexdraw.actions
This abstract action uses a drawing.
DrawingAction() - Constructor for class net.sf.latexdraw.actions.DrawingAction
Creates the action.
drawingB - Variable in class net.sf.latexdraw.ui.ToolbarBuilder
The toolbar that contains the widgets to customise the drawing's properties.
drawingMenu - Variable in class net.sf.latexdraw.ui.MenubarBuilder
This menu contains menu items related with drawings.
drawingPropCustomiser - Variable in class net.sf.latexdraw.ui.LFrame
The instrument that customises the properties of the drawing.
DrawingPropertiesCustomiser - Class in net.sf.latexdraw.instruments
This instrument modifies the properties of the drawing.
DrawingPropertiesCustomiser(UIComposer<?>, LaTeXGenerator) - Constructor for class net.sf.latexdraw.instruments.DrawingPropertiesCustomiser
Creates the instrument.
DrawingPropertiesCustomiser.CheckBox2CustDrawing - Class in net.sf.latexdraw.instruments
The link that maps a check box to action that modifies the drawing's properties.
DrawingPropertiesCustomiser.CheckBox2CustDrawing(DrawingPropertiesCustomiser) - Constructor for class net.sf.latexdraw.instruments.DrawingPropertiesCustomiser.CheckBox2CustDrawing
 
DrawingPropertiesCustomiser.ComboBox2CustDrawing - Class in net.sf.latexdraw.instruments
The link that maps a combo box to action that modifies the drawing's properties.
DrawingPropertiesCustomiser.ComboBox2CustDrawing(DrawingPropertiesCustomiser) - Constructor for class net.sf.latexdraw.instruments.DrawingPropertiesCustomiser.ComboBox2CustDrawing
 
DrawingPropertiesCustomiser.TextField2CustDrawing - Class in net.sf.latexdraw.instruments
The link that maps text fields to action that modifies the drawing's properties.
DrawingPropertiesCustomiser.TextField2CustDrawing(DrawingPropertiesCustomiser) - Constructor for class net.sf.latexdraw.instruments.DrawingPropertiesCustomiser.TextField2CustDrawing
 
DrawingTK - Class in net.sf.latexdraw.glib.models.interfaces
This class contains the factory that must be used to create shape instances.
DrawingTK() - Constructor for class net.sf.latexdraw.glib.models.interfaces.DrawingTK
 
drawLine(int, int, int, int) - Method in class net.sf.latexdraw.parsers.svg.parsers.Graphics2D2SVG
 
drawLine(Graphics2D, double, double, double) - Method in class net.sf.latexdraw.ui.ScaleRuler
Draws a line of the ruler.
drawLine(Graphics2D, double, double, double) - Method in class net.sf.latexdraw.ui.XScaleRuler
 
drawLine(Graphics2D, double, double, double) - Method in class net.sf.latexdraw.ui.YScaleRuler
 
drawOval(int, int, int, int) - Method in class net.sf.latexdraw.parsers.svg.parsers.Graphics2D2SVG
 
drawPolygon(int[], int[], int) - Method in class net.sf.latexdraw.parsers.svg.parsers.Graphics2D2SVG
 
drawPolyline(int[], int[], int) - Method in class net.sf.latexdraw.parsers.svg.parsers.Graphics2D2SVG
 
drawRenderableImage(RenderableImage, AffineTransform) - Method in class net.sf.latexdraw.parsers.svg.parsers.Graphics2D2SVG
 
drawRenderedImage(RenderedImage, AffineTransform) - Method in class net.sf.latexdraw.parsers.svg.parsers.Graphics2D2SVG
 
drawRoundRect(int, int, int, int, int, int) - Method in class net.sf.latexdraw.parsers.svg.parsers.Graphics2D2SVG
 
drawString(String, int, int) - Method in class net.sf.latexdraw.parsers.svg.parsers.Graphics2D2SVG
 
drawString(String, float, float) - Method in class net.sf.latexdraw.parsers.svg.parsers.Graphics2D2SVG
 
drawString(AttributedCharacterIterator, int, int) - Method in class net.sf.latexdraw.parsers.svg.parsers.Graphics2D2SVG
 
drawString(AttributedCharacterIterator, float, float) - Method in class net.sf.latexdraw.parsers.svg.parsers.Graphics2D2SVG
 
duplicate() - Method in class net.sf.latexdraw.glib.models.impl.LArc
 
duplicate() - Method in class net.sf.latexdraw.glib.models.impl.LAxes
 
duplicate() - Method in class net.sf.latexdraw.glib.models.impl.LBezierCurve
 
duplicate() - Method in class net.sf.latexdraw.glib.models.impl.LCircle
 
duplicate() - Method in class net.sf.latexdraw.glib.models.impl.LCircleArc
 
duplicate() - Method in class net.sf.latexdraw.glib.models.impl.LDot
 
duplicate() - Method in class net.sf.latexdraw.glib.models.impl.LEllipse
 
duplicate() - Method in class net.sf.latexdraw.glib.models.impl.LFreehand
 
duplicate() - Method in class net.sf.latexdraw.glib.models.impl.LGrid
 
duplicate() - Method in class net.sf.latexdraw.glib.models.impl.LGroup
Duplicates the group.
duplicate(boolean) - Method in class net.sf.latexdraw.glib.models.impl.LGroup
 
duplicate() - Method in class net.sf.latexdraw.glib.models.impl.LPicture
 
duplicate() - Method in class net.sf.latexdraw.glib.models.impl.LPolygon
 
duplicate() - Method in class net.sf.latexdraw.glib.models.impl.LPolyline
 
duplicate() - Method in class net.sf.latexdraw.glib.models.impl.LRectangle
 
duplicate() - Method in class net.sf.latexdraw.glib.models.impl.LRhombus
 
duplicate() - Method in class net.sf.latexdraw.glib.models.impl.LShape
 
duplicate(IShape) - Method in class net.sf.latexdraw.glib.models.impl.LShapeFactory
 
duplicate() - Method in class net.sf.latexdraw.glib.models.impl.LSquare
 
duplicate() - Method in class net.sf.latexdraw.glib.models.impl.LText
 
duplicate() - Method in class net.sf.latexdraw.glib.models.impl.LTriangle
 
duplicate() - Method in interface net.sf.latexdraw.glib.models.interfaces.IArc
 
duplicate() - Method in interface net.sf.latexdraw.glib.models.interfaces.IAxes
 
duplicate() - Method in interface net.sf.latexdraw.glib.models.interfaces.IBezierCurve
 
duplicate() - Method in interface net.sf.latexdraw.glib.models.interfaces.ICircle
 
duplicate() - Method in interface net.sf.latexdraw.glib.models.interfaces.ICircleArc
 
duplicate() - Method in interface net.sf.latexdraw.glib.models.interfaces.IDot
 
duplicate() - Method in interface net.sf.latexdraw.glib.models.interfaces.IEllipse
 
duplicate() - Method in interface net.sf.latexdraw.glib.models.interfaces.IFreehand
 
duplicate() - Method in interface net.sf.latexdraw.glib.models.interfaces.IGrid
 
duplicate(boolean) - Method in interface net.sf.latexdraw.glib.models.interfaces.IGroup
Duplicates the group of shapes.
duplicate() - Method in interface net.sf.latexdraw.glib.models.interfaces.IGroup
 
duplicate() - Method in interface net.sf.latexdraw.glib.models.interfaces.IPicture
 
duplicate() - Method in interface net.sf.latexdraw.glib.models.interfaces.IPlot
 
duplicate() - Method in interface net.sf.latexdraw.glib.models.interfaces.IPolygon
 
duplicate() - Method in interface net.sf.latexdraw.glib.models.interfaces.IPolyline
 
duplicate() - Method in interface net.sf.latexdraw.glib.models.interfaces.IRectangle
 
duplicate() - Method in interface net.sf.latexdraw.glib.models.interfaces.IRhombus
 
duplicate() - Method in interface net.sf.latexdraw.glib.models.interfaces.IShape
Creates a duplicate of the shape (however id are not the same).
duplicate(IShape) - Method in interface net.sf.latexdraw.glib.models.interfaces.IShapeFactory
Duplicates the given shape.
duplicate() - Method in interface net.sf.latexdraw.glib.models.interfaces.ISquare
 
duplicate() - Method in interface net.sf.latexdraw.glib.models.interfaces.IText
 
duplicate() - Method in interface net.sf.latexdraw.glib.models.interfaces.ITriangle
 
DviPsColors - Class in net.sf.latexdraw.glib.views.latex
This class Defines colours used by pstricks.
DviPsColors() - Constructor for class net.sf.latexdraw.glib.views.latex.DviPsColors
 

E

e - Variable in class net.sf.latexdraw.parsers.svg.SVGMatrix
[a, c, e, b, d, f, 0, 0, 1] An element of the matrix.
EDGE - Static variable in class org.malai.widget.MButtonIcon
The colour of the borders of the icon
editingChoice - Variable in class net.sf.latexdraw.actions.ModifyPencilStyle
The new editing choice to set.
EditingSelector - Class in net.sf.latexdraw.instruments
This instrument selects the pencil or the hand.
EditingSelector(UIComposer<?>, Pencil, Hand, MetaShapeCustomiser, Border, ShapeDeleter) - Constructor for class net.sf.latexdraw.instruments.EditingSelector
Creates the instruments selector.
editingSelector - Variable in class net.sf.latexdraw.ui.LFrame
The instrument used to select/activate the hand, the pencil, or any of the editing instruments.
EditionChoice - Enum in net.sf.latexdraw.instruments
Defines the choices of edition of the canvas.
EditionChoice() - Constructor for enum net.sf.latexdraw.instruments.EditionChoice
 
editMenu - Variable in class net.sf.latexdraw.ui.MenubarBuilder
This menu contains menu items related with the editing of shapes.
editorPane - Variable in class net.sf.latexdraw.ui.LCodePanel
The editor that contains the code.
element - Variable in class net.sf.latexdraw.parsers.svg.parsers.Graphics2D2SVG
The generated SVG G element.
element - Variable in class net.sf.latexdraw.parsers.svg.parsers.Shape2D2SVG
The generated SVG element.
ELLIPSE_ICON - Static variable in class net.sf.latexdraw.util.LResources
 
ellipseB - Variable in class net.sf.latexdraw.instruments.EditingSelector
The button that allows to select the instrument Pencil to add ellipses.
ellipseListB - Variable in class net.sf.latexdraw.ui.ToolbarBuilder
The toolbar that contains the widgets to create ellipse-like shapes.
EMERALD - Static variable in class net.sf.latexdraw.glib.views.latex.DviPsColors
 
EMPTY_ICON - Static variable in class net.sf.latexdraw.util.LResources
 
EMPTY_REDO - Static variable in class org.malai.undo.UndoCollector
The label display when there is no redo possible
EMPTY_UNDO - Static variable in class org.malai.undo.UndoCollector
The label display when there is no undo possible
emptyCache() - Method in class net.sf.latexdraw.glib.views.AbstractCodeView
Empties the cache.
emptyCache() - Method in class net.sf.latexdraw.glib.views.pst.PSTCodeGenerator
Empties the cache.
enableRendering() - Method in class net.sf.latexdraw.parsers.svg.OtherNSElement
 
enableRendering() - Method in class net.sf.latexdraw.parsers.svg.SVGCircleElement
 
enableRendering() - Method in class net.sf.latexdraw.parsers.svg.SVGDefsElement
 
enableRendering() - Method in class net.sf.latexdraw.parsers.svg.SVGElement
According to the SVG specification, some attributes may lead to disables rendering of the element (e.g. width=0, height=0,...).
enableRendering() - Method in class net.sf.latexdraw.parsers.svg.SVGEllipseElement
 
enableRendering() - Method in class net.sf.latexdraw.parsers.svg.SVGGElement
 
enableRendering() - Method in class net.sf.latexdraw.parsers.svg.SVGImageElement
 
enableRendering() - Method in class net.sf.latexdraw.parsers.svg.SVGLinearGradientElement
 
enableRendering() - Method in class net.sf.latexdraw.parsers.svg.SVGLineElement
 
enableRendering() - Method in class net.sf.latexdraw.parsers.svg.SVGMarkerElement
 
enableRendering() - Method in class net.sf.latexdraw.parsers.svg.SVGMetadataElement
 
enableRendering() - Method in class net.sf.latexdraw.parsers.svg.SVGPathElement
 
enableRendering() - Method in class net.sf.latexdraw.parsers.svg.SVGPatternElement
 
enableRendering() - Method in class net.sf.latexdraw.parsers.svg.SVGPolygonElement
 
enableRendering() - Method in class net.sf.latexdraw.parsers.svg.SVGPolyLineElement
 
enableRendering() - Method in class net.sf.latexdraw.parsers.svg.SVGRectElement
 
enableRendering() - Method in class net.sf.latexdraw.parsers.svg.SVGStopElement
 
enableRendering() - Method in class net.sf.latexdraw.parsers.svg.SVGSVGElement
 
enableRendering() - Method in class net.sf.latexdraw.parsers.svg.SVGText
 
enableRendering() - Method in class net.sf.latexdraw.parsers.svg.SVGTextElement
 
endAngle - Variable in class net.sf.latexdraw.glib.models.impl.LArc
The end angle of the arc.
endAngleS - Variable in class net.sf.latexdraw.instruments.ShapeArcCustomiser
The spinner that sets the end angle.
endObject - Variable in class org.malai.interaction.library.DnD
The object picked at the end of the dnd.
endPt - Variable in class org.malai.interaction.library.DnD
The ending point of the dnd.
endRotation(Graphics2D, IPoint) - Method in class net.sf.latexdraw.glib.views.Java2D.impl.LShapeView
Ends the rotation of the view by modifying the Graphics2D using the rotation angle of the model of the view, and the given translation vector.
Enter2AddText - Class in net.sf.latexdraw.instruments
This links maps a key press interaction to an action that adds a text to the drawing.
Enter2AddText(TextSetter) - Constructor for class net.sf.latexdraw.instruments.Enter2AddText
Creates the link.
Enter2SetText - Class in net.sf.latexdraw.instruments
 
Enter2SetText(TextSetter) - Constructor for class net.sf.latexdraw.instruments.Enter2SetText
 
EOC - Static variable in class net.sf.latexdraw.parsers.CodeParser
The token for the end of the code.
EOL - Static variable in class net.sf.latexdraw.util.LResources
The line separator of the current system.
EPS_EXTENSION - Static variable in class net.sf.latexdraw.filters.EPSFilter
 
EPSFilter - Class in net.sf.latexdraw.filters
This class defines a filter for eps documents (*.eps)

This file is part of LaTeXDraw
Copyright (c) 2005-2012 Arnaud BLOUIN

LaTeXDraw is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.
EPSFilter() - Constructor for class net.sf.latexdraw.filters.EPSFilter
 
equals(IPoint, double) - Method in class net.sf.latexdraw.glib.models.impl.LPoint
 
equals(IPoint, double) - Method in interface net.sf.latexdraw.glib.models.interfaces.IPoint
Allows to know if the point p is equal to the current point considering a gap.
equals(Object) - Method in class net.sf.latexdraw.parsers.svg.SVGNamedNodeMap
 
equals(double, double, double) - Method in class net.sf.latexdraw.util.LNumber
Compares two double values to know if they are approximately equal.
equals(double, double) - Method in class net.sf.latexdraw.util.LNumber
Compares two double values to know if they are approximatively equal.
ERR_ICON - Static variable in class net.sf.latexdraw.util.LResources
 
ErrorCatcher - Class in org.malai.error
The singleton ErrorCatcher permits to Malai code to send errors to a gatherer.
ErrorCatcher() - Constructor for class org.malai.error.ErrorCatcher
Creates the error catcher.
ErrorNotifier - Interface in org.malai.error
This interface must be used by error gatherer of third-part applications that want to gather Malai's exceptions.
EscapeKeyPressureTransition - Class in org.malai.interaction.library
This transition should be used to cancel an interaction using key ESCAPE.
EscapeKeyPressureTransition(SourceableState, TargetableState) - Constructor for class org.malai.interaction.library.EscapeKeyPressureTransition
Creates the transition.
Event - Class in org.malai.interaction
Defines the concept of event.
Event(int) - Constructor for class org.malai.interaction.Event
Creates the event.
Eventable - Interface in org.malai.interaction
This interface corresponds to objects that may have an event manager.
eventables - Variable in class org.malai.instrument.Instrument
The eventable objects that the instrument uses.
eventDispatched(AWTEvent) - Method in class net.sf.latexdraw.ui.WidgetMiniToolbar.ListToggleButtonAWTEventListener
 
EventHandler - Interface in org.malai.interaction
This interface can be used for object that want to gather events (mouse pressed, etc.) produced by HIDs.
eventManager - Variable in class net.sf.latexdraw.ui.ScaleRuler
The event manager that listens events produced by the panel.
eventManager - Variable in class net.sf.latexdraw.ui.WidgetMiniToolbar
The event manager that listens events produced by the list of toogle buttons.
eventManager - Variable in class org.malai.widget.MEditorPane
The event manager that listens events produced by the panel.
eventManager - Variable in class org.malai.widget.MFrame
The event manager that listens events produced by the panel.
eventManager - Variable in class org.malai.widget.MLayeredPane
The event manager that listens events produced by the panel.
eventManager - Variable in class org.malai.widget.MMenu
The event manager that listens events produced by the panel.
eventManager - Variable in class org.malai.widget.MPanel
The event manager that listens events produced by the panel.
eventManager - Variable in class org.malai.widget.MPopupMenu
The event manager that listens events produced by the panel.
eventManager - Variable in class org.malai.widget.MTabbedPane
The event manager that listens events produced by the panel.
eventManager - Variable in class org.malai.widget.MTextArea
The event manager that listens events produced by the text area.
eventManager - Variable in class org.malai.widget.MToolBar
The event manager that listens events produced by the toolbar.
exceptionB - Variable in class net.sf.latexdraw.instruments.ExceptionsManager
The button used to shows the panel of exceptions.
ExceptionsManager - Class in net.sf.latexdraw.instruments
This instrument allows to see exceptions launched during the execution of the program.
ExceptionsManager() - Constructor for class net.sf.latexdraw.instruments.ExceptionsManager
Creates the instrument.
exceptionsManager - Variable in class net.sf.latexdraw.ui.LFrame
The instrument allows to see exceptions.
execute(IShape, SVGDocument) - Method in class net.sf.latexdraw.generators.svg.SVGShapesFactory.CreateViewSVGCmd
Launches the creation process.
execute(M) - Method in class net.sf.latexdraw.glib.views.CreateViewCmd
Launches the creation process.
execute(String[]) - Method in class net.sf.latexdraw.glib.views.Java2D.impl.LTextView
Executes a given command and returns the log.
execute(String[], File) - Static method in class net.sf.latexdraw.glib.views.latex.LaTeXGenerator
 
execute(Deque<String>, double) - Method in class net.sf.latexdraw.parsers.ps.PSAbsCommand
 
execute(Deque<String>, double) - Method in class net.sf.latexdraw.parsers.ps.PSAddCommand
 
execute(Deque<String>, double) - Method in class net.sf.latexdraw.parsers.ps.PSArithemticCommand
Creates n abstract postscript arithmetical command.
execute(Deque<String>, double) - Method in class net.sf.latexdraw.parsers.ps.PSCeilingCommand
 
execute(Deque<String>, double) - Method in class net.sf.latexdraw.parsers.ps.PSClearCommand
 
execute(Deque<String>, double) - Method in class net.sf.latexdraw.parsers.ps.PSCosCommand
 
execute(Deque<String>, double) - Method in class net.sf.latexdraw.parsers.ps.PSCountCommand
 
execute(Deque<String>, double) - Method in class net.sf.latexdraw.parsers.ps.PSDivCommand
 
execute(Deque<String>, double) - Method in class net.sf.latexdraw.parsers.ps.PSDupCommand
 
execute(Deque<String>, double) - Method in class net.sf.latexdraw.parsers.ps.PSExchCommand
 
execute(Deque<String>, double) - Method in class net.sf.latexdraw.parsers.ps.PSExpCommand
 
execute(Deque<String>, double) - Method in class net.sf.latexdraw.parsers.ps.PSFloorCommand
 
execute(Deque<String>, double) - Method in class net.sf.latexdraw.parsers.ps.PSIDivCommand
 
execute(Deque<String>, double) - Method in class net.sf.latexdraw.parsers.ps.PSModCommand
 
execute(Deque<String>, double) - Method in class net.sf.latexdraw.parsers.ps.PSMulCommand
 
execute(Deque<String>, double) - Method in class net.sf.latexdraw.parsers.ps.PSNegCommand
 
execute(Deque<String>, double) - Method in class net.sf.latexdraw.parsers.ps.PSPlotXVariable
 
execute(Deque<String>, double) - Method in class net.sf.latexdraw.parsers.ps.PSPopCommand
 
execute(Deque<String>, double) - Method in class net.sf.latexdraw.parsers.ps.PSSinCommand
 
execute(Deque<String>, double) - Method in class net.sf.latexdraw.parsers.ps.PSSubCommand
 
execute(Deque<String>, double) - Method in class net.sf.latexdraw.parsers.ps.PSValue
 
execute - Variable in class org.malai.instrument.Link
Specifies if the action must be execute or update on each evolution of the interaction.
executeTransition(ITransition) - Method in class org.malai.interaction.Interaction
Executes the given transition.
Export - Class in net.sf.latexdraw.actions
This action allows to export a drawing in different formats.
Export() - Constructor for class net.sf.latexdraw.actions.Export
Creates the action.
export(File) - Method in class net.sf.latexdraw.actions.Export
 
Export.ExportFormat - Enum in net.sf.latexdraw.actions
The enumeration defines the different formats managed to export drawing.
Export.ExportFormat() - Constructor for enum net.sf.latexdraw.actions.Export.ExportFormat
 
EXPORT_ICON - Static variable in class net.sf.latexdraw.util.LResources
 
exportAsBMP(File) - Method in class net.sf.latexdraw.actions.Export
Exports the drawing as a BMP picture.
exportAsJPG(File) - Method in class net.sf.latexdraw.actions.Export
Exports the drawing as a JPG picture.
exportAsPDF(File) - Method in class net.sf.latexdraw.actions.Export
Creates a pdf document of the given views (compiled using latex).
exportAsPNG(File) - Method in class net.sf.latexdraw.actions.Export
Exports the drawing as a PNG picture.
exportAsPS(File) - Method in class net.sf.latexdraw.actions.Export
Creates a ps document of the given views (compiled using latex).
exportAsPST(File) - Method in class net.sf.latexdraw.actions.Export
Exports the drawing as a PST document.
ExportDialog - Class in net.sf.latexdraw.ui.dialog
Define a JFileChooser that exports the drawing in a graphical format.
ExportDialog(String) - Constructor for class net.sf.latexdraw.ui.dialog.ExportDialog
Creates the dialogue box used to export drawings.
exported - Variable in class net.sf.latexdraw.actions.Export
Defines if the shapes have been successfully exported.
Exporter - Class in net.sf.latexdraw.instruments
This instrument exports a drawing in different formats.
Exporter(UIComposer<?>, ICanvas, IDrawing, JLabel) - Constructor for class net.sf.latexdraw.instruments.Exporter
Creates the instrument.
exporter - Variable in class net.sf.latexdraw.mapping.ShapeList2ExporterMapping
The instrument exporter to update.
exporter - Variable in class net.sf.latexdraw.ui.LFrame
The instrument that exports drawings as picture or code.
exportMenu - Variable in class net.sf.latexdraw.instruments.Exporter
The export menu that contains all the export menu item.

F

f - Variable in class net.sf.latexdraw.parsers.svg.SVGMatrix
[a, c, e, b, d, f, 0, 0, 1] An element of the matrix.
factory - Static variable in class net.sf.latexdraw.glib.models.interfaces.DrawingTK
The factory.
factory - Static variable in class net.sf.latexdraw.glib.views.Java2D.interfaces.View2DTK
The current view factory.
FDIAMOND_STYLE - Static variable in class net.sf.latexdraw.glib.views.pst.PSTricksConstants
The style which draw a full diamond
file - Variable in class org.malai.action.library.IOAction
The current file loaded or saved.
FILE_SEP - Static variable in class net.sf.latexdraw.util.LResources
The file separator of the current system.
fileChooser - Variable in class net.sf.latexdraw.actions.InsertPicture
The file chooser used to select the picture to add.
fileChooser - Variable in class net.sf.latexdraw.actions.LoadDrawing
The file chooser that will be used to select the location to save.
fileChooser - Variable in class net.sf.latexdraw.actions.NewDrawing
The file chooser that will be used to select the location to save.
fileChooser - Variable in class net.sf.latexdraw.actions.SaveDrawing
The file chooser that will be used to select the location to save.
fileChooser - Variable in class net.sf.latexdraw.instruments.FileLoaderSaver
The fileChooser used to save drawings.
fileChooser - Variable in class net.sf.latexdraw.instruments.PreferencesSetter
The file chooser of paths selection.
fileChooserExport - Variable in class net.sf.latexdraw.instruments.Exporter
The dialog box that allows to define where the drawing must be exported.
fileLoader - Variable in class net.sf.latexdraw.ui.LFrame
The instrument that saves and loads SVG documents.
FileLoaderSaver - Class in net.sf.latexdraw.instruments
This instrument saves and loads documents.
FileLoaderSaver(UI, JLabel, PreferencesSetter) - Constructor for class net.sf.latexdraw.instruments.FileLoaderSaver
Creates the file loader/saver.
filename - Variable in class net.sf.latexdraw.util.LCommandLine
The file name given in argument.
fill(Shape) - Method in class net.sf.latexdraw.parsers.svg.parsers.Graphics2D2SVG
 
fillArc(int, int, int, int, int, int) - Method in class net.sf.latexdraw.parsers.svg.parsers.Graphics2D2SVG
 
fillCircle(Ellipse2D, IPoint, double, Graphics2D) - Method in class net.sf.latexdraw.glib.views.Java2D.impl.LBezierCurveView
 
fillColButton - Variable in class net.sf.latexdraw.instruments.ShapeFillingCustomiser
Sets the colour of the interior of a shape.
FILLING_ICON - Static variable in class net.sf.latexdraw.util.LResources
 
fillingB - Variable in class net.sf.latexdraw.instruments.ShapeDotCustomiser
Changes the colour of the filling of the dot.
fillingCol - Variable in class net.sf.latexdraw.glib.models.impl.LShape
The colour of the interior of the shape.
fillingCustomiser - Variable in class net.sf.latexdraw.instruments.MetaShapeCustomiser
This instrument customises the filling properties of shapes and the pencil.
fillingStyle - Variable in class net.sf.latexdraw.glib.models.impl.LShape
The style of the interior of the shape.
fillOval(int, int, int, int) - Method in class net.sf.latexdraw.parsers.svg.parsers.Graphics2D2SVG
 
fillPaintShape(Shape, boolean, boolean) - Method in class net.sf.latexdraw.parsers.svg.parsers.Graphics2D2SVG
Draws or/and fills the given shape in the SVG element.
fillPolygon(int[], int[], int) - Method in class net.sf.latexdraw.parsers.svg.parsers.Graphics2D2SVG
 
fillRect(int, int, int, int) - Method in class net.sf.latexdraw.parsers.svg.parsers.Graphics2D2SVG
 
fillRoundRect(int, int, int, int, int, int) - Method in class net.sf.latexdraw.parsers.svg.parsers.Graphics2D2SVG
 
fillStyleCB - Variable in class net.sf.latexdraw.instruments.ShapeFillingCustomiser
Changes the style of filling.
finalize() - Method in class net.sf.latexdraw.glib.views.Java2D.impl.LTextView
 
findPoints(Point2D, double) - Method in class net.sf.latexdraw.glib.models.impl.LLine
 
findPoints(IPoint, double) - Method in class net.sf.latexdraw.glib.models.impl.LLine
 
findPoints(double, double, double) - Method in class net.sf.latexdraw.glib.models.impl.LLine
 
findPoints(double, double, double) - Method in interface net.sf.latexdraw.glib.models.interfaces.ILine
Gets the points which are on the line and at the distance "distance" of the point "p" of the line.
findPoints(IPoint, double) - Method in interface net.sf.latexdraw.glib.models.interfaces.ILine
Gets the points which are on the line and at the distance "distance" of the point "p" of the line.
findPoints(Point2D, double) - Method in interface net.sf.latexdraw.glib.models.interfaces.ILine
Gets the points which are on the line and at the distance "distance" of the point "p" of the line.
firstCtrlPts - Variable in class net.sf.latexdraw.glib.models.impl.LAbstractCtrlPointShape
This vector contains the points which allows to change the angles of the curves
flush() - Method in class net.sf.latexdraw.actions.CopyShapes
 
flush() - Method in class net.sf.latexdraw.actions.DrawingAction
 
flush() - Method in class net.sf.latexdraw.actions.Export
 
flush() - Method in class net.sf.latexdraw.actions.InitTextSetter
 
flush() - Method in class net.sf.latexdraw.actions.JoinShapes
 
flush() - Method in class net.sf.latexdraw.actions.LoadDrawing
 
flush() - Method in class net.sf.latexdraw.actions.ModifyMagneticGrid
 
flush() - Method in class net.sf.latexdraw.actions.ModifyPencilParameter
 
flush() - Method in class net.sf.latexdraw.actions.ModifyPencilStyle
 
flush() - Method in class net.sf.latexdraw.actions.ModifyShapeProperty
 
flush() - Method in class net.sf.latexdraw.actions.MoveCtrlPoint
 
flush() - Method in class net.sf.latexdraw.actions.MovePoint
 
flush() - Method in class net.sf.latexdraw.actions.MovePointShape
 
flush() - Method in class net.sf.latexdraw.actions.MultiShapesAction
 
flush() - Method in class net.sf.latexdraw.actions.NewDrawing
 
flush() - Method in class net.sf.latexdraw.actions.PasteShapes
 
flush() - Method in class net.sf.latexdraw.actions.SaveDrawing
 
flush() - Method in class net.sf.latexdraw.actions.SetUnit
 
flush() - Method in class net.sf.latexdraw.actions.ShapeAction
 
flush() - Method in class net.sf.latexdraw.actions.ShapePropertyAction
 
flush() - Method in class net.sf.latexdraw.actions.ShowHideScaleRuler
 
flush() - Method in class net.sf.latexdraw.actions.WritePreferences
 
flush() - Method in class net.sf.latexdraw.glib.views.Java2D.impl.LGridView
 
flush() - Method in class net.sf.latexdraw.glib.views.Java2D.impl.LShapeView
 
flush() - Method in class net.sf.latexdraw.glib.views.Java2D.impl.LStandardGridView
 
flush() - Method in class net.sf.latexdraw.glib.views.Java2D.impl.LTextView
 
flush() - Method in interface net.sf.latexdraw.glib.views.Java2D.interfaces.IViewShape
Removes and flushes the used resources and temporary documents.
flush() - Method in class net.sf.latexdraw.ui.DisplayCanvas
Flushes the image.
flush() - Method in class net.sf.latexdraw.ui.SplashScreen
Flushes the resources taken by the spash screen.
flush() - Method in class org.malai.action.Action
When an action is no more useful it can be flushes to release the used data.
flush() - Method in class org.malai.action.library.ActivateInactivateInstruments
 
flush() - Method in class org.malai.action.library.InstrumentAction
 
flush() - Method in class org.malai.action.library.IOAction
 
flush() - Method in class org.malai.action.library.ModifyValue
 
flush() - Method in class org.malai.action.library.OpenWebPage
 
flush() - Method in class org.malai.action.library.Scroll
 
flush() - Method in class org.malai.action.library.SetWidgetPosition
 
flush() - Method in class org.malai.action.library.ShowPopupMenu
 
flush() - Method in class org.malai.action.library.WidgetAction
 
flush() - Method in class org.malai.action.library.Zoom
 
flushPictures() - Method in class net.sf.latexdraw.glib.views.Java2D.impl.LTextView
Flushes the pictures of the text and all the related resources.
FONT - Static variable in class net.sf.latexdraw.glib.views.Java2D.impl.LTextView
 
FONT_METRICS - Static variable in class net.sf.latexdraw.glib.views.Java2D.impl.LTextView
 
fontMetrics - Variable in class net.sf.latexdraw.glib.views.Java2D.impl.LStandardGridView
The current font metrics of the text
fontSizetoPoint(String) - Static method in class net.sf.latexdraw.parsers.svg.parsers.SVGLengthParser
Converts the font-size string value in point value.
FOREGROUND_ICON - Static variable in class net.sf.latexdraw.util.LResources
 
FORESTGREEN - Static variable in class net.sf.latexdraw.glib.views.latex.DviPsColors
 
format - Variable in class net.sf.latexdraw.actions.Export
The format with which the drawing must be exported.
forumItem - Variable in class net.sf.latexdraw.instruments.Helper
This menu opens the latexdraw forum.
FPENTAGON_STYLE - Static variable in class net.sf.latexdraw.glib.views.pst.PSTricksConstants
The style which draw a full pentagon
frame - Variable in class net.sf.latexdraw.instruments.ExceptionsManager
The frame to show when exceptions occur.
frame - Variable in class net.sf.latexdraw.instruments.PreferencesSetter
The main frame.
frame - Variable in class net.sf.latexdraw.instruments.TabSelector
The main frame of the system.
frame - Variable in class net.sf.latexdraw.ui.MenubarBuilder
The main frame of the application.
frame - Variable in class net.sf.latexdraw.ui.PropertiesToolbarBuilder
The main frame of the application.
frame - Variable in class net.sf.latexdraw.ui.ToolbarBuilder
The main frame of the interactive system.
frame - Variable in class org.malai.interaction.library.WindowClosed
The frame closed.
frame - Variable in class org.malai.interaction.WindowClosedTransition
The frame closed.
frameArc - Variable in class net.sf.latexdraw.glib.models.impl.LRectangle
The radius of arcs drawn at the corners of lines.
frameArcField - Variable in class net.sf.latexdraw.instruments.ShapeBorderCustomiser
Allows to change the angle of the round corner.
framePosition - Variable in class net.sf.latexdraw.instruments.PreferencesSetter
Defines the position of the main frame.
frameSize - Variable in class net.sf.latexdraw.instruments.PreferencesSetter
Defines the size of the main frame.
FREE_HAND_ICON - Static variable in class net.sf.latexdraw.util.LResources
 
freeHandB - Variable in class net.sf.latexdraw.instruments.EditingSelector
The button that allows to select the instrument Pencil to draw free hand shapes.
FSQUARE_STYLE - Static variable in class net.sf.latexdraw.glib.views.pst.PSTricksConstants
The style which draw a full square
FTRIANGLE_STYLE - Static variable in class net.sf.latexdraw.glib.views.pst.PSTricksConstants
The style which draw a full triangle
function - Variable in class net.sf.latexdraw.parsers.ps.PSFunctionParser
The postscript function.
FUSHIA - Static variable in class net.sf.latexdraw.glib.views.latex.DviPsColors
 

G

GAP_LABEL - Static variable in interface net.sf.latexdraw.glib.models.interfaces.IAxes
The interval between the labels and the axes.
GAP_LABEL - Static variable in class net.sf.latexdraw.glib.views.Java2D.impl.LAxesView
The interval between the labels and the axes.
GAP_PASTE - Static variable in class net.sf.latexdraw.actions.PasteShapes
The default gap used to translate shapes while pasting.
gc - Variable in class net.sf.latexdraw.actions.RotateShapes
The gravity centre used for the rotation.
gc - Variable in class net.sf.latexdraw.instruments.Border.DnD2Rotate
The gravity centre used for the rotation.
generateColourCode(PSTShapeView<?>, Map<String, String>) - Method in class net.sf.latexdraw.glib.views.pst.PSTCodeGenerator
Adds the PST colour code to the cache.
generateColourName() - Method in class net.sf.latexdraw.glib.views.latex.DviPsColors
 
generator - Variable in class net.sf.latexdraw.actions.ModifyLatexProperties
The LaTeX generator to modify.
getA() - Method in class net.sf.latexdraw.glib.models.impl.LCircle
 
getA() - Method in class net.sf.latexdraw.glib.models.impl.LEllipse
 
getA() - Method in class net.sf.latexdraw.glib.models.impl.LLine
 
getA() - Method in interface net.sf.latexdraw.glib.models.interfaces.IEllipse
 
getA() - Method in interface net.sf.latexdraw.glib.models.interfaces.ILine
 
getA() - Method in class net.sf.latexdraw.parsers.svg.SVGMatrix
 
getAboutItem() - Method in class net.sf.latexdraw.instruments.Helper
 
getAbstractPresentation() - Method in class org.malai.presentation.Presentation
 
getAccessibleContext() - Method in class net.sf.latexdraw.ui.ScaleRuler
 
getAccessibleRole() - Method in class net.sf.latexdraw.ui.ScaleRuler.AccessibleScaleRuler
 
getAction(Class<T>) - Method in class org.malai.action.ActionsRegistry
 
getAction() - Method in class org.malai.instrument.Link
 
getActions() - Method in class org.malai.action.ActionsRegistry
 
getAdaptedPoint(Point) - Method in class net.sf.latexdraw.instruments.Pencil
Computes the point depending on the the zoom level and the magnetic grid.
getAlpaInterCheckBox() - Method in class net.sf.latexdraw.instruments.PreferencesSetter
 
getAltitude(IPoint, IPoint, IPoint) - Method in class net.sf.latexdraw.glib.models.interfaces.GLibUtilities
Computes the altitude ha of the right-triangle ABC, right in A.
getAmount() - Method in class org.malai.interaction.ScrollTransition
 
getAngle() - Method in class net.sf.latexdraw.parsers.svg.path.SVGPathSegArc
 
getAngle() - Method in class net.sf.latexdraw.parsers.svg.SVGLinearGradientElement
 
getAngleEnd() - Method in class net.sf.latexdraw.glib.models.impl.LArc
 
getAngleEnd() - Method in class net.sf.latexdraw.glib.models.impl.LGroup
 
getAngleEnd() - Method in interface net.sf.latexdraw.glib.models.interfaces.Arcable
 
getAngleEndList() - Method in class net.sf.latexdraw.glib.models.impl.LGroup
 
getAngleEndList() - Method in interface net.sf.latexdraw.glib.models.interfaces.IGroup
 
getAngleStart() - Method in class net.sf.latexdraw.glib.models.impl.LArc
 
getAngleStart() - Method in class net.sf.latexdraw.glib.models.impl.LGroup
 
getAngleStart() - Method in interface net.sf.latexdraw.glib.models.interfaces.Arcable
 
getAngleStartList() - Method in class net.sf.latexdraw.glib.models.impl.LGroup
 
getAngleStartList() - Method in interface net.sf.latexdraw.glib.models.interfaces.IGroup
 
getAntialiasingCheckBox() - Method in class net.sf.latexdraw.instruments.PreferencesSetter
 
getArc2D(double, double) - Method in class net.sf.latexdraw.parsers.svg.path.SVGPathSegArc
Creates a Java Arc2D corresponding to the position and the angles of the arc segment (computations based on the SVG specification instructions concerning the build of an arc, p. 643-649).
getArcB() - Method in class net.sf.latexdraw.instruments.EditingSelector
 
getArcB() - Method in class net.sf.latexdraw.instruments.ShapeArcCustomiser
 
getArcCustomiser() - Method in class net.sf.latexdraw.instruments.MetaShapeCustomiser
 
getArcStyle() - Method in class net.sf.latexdraw.glib.models.impl.LArc
 
getArcStyle() - Method in class net.sf.latexdraw.glib.models.impl.LGroup
 
getArcStyle() - Method in interface net.sf.latexdraw.glib.models.interfaces.Arcable
 
getArcStyleList() - Method in class net.sf.latexdraw.glib.models.impl.LGroup
 
getArcStyleList() - Method in interface net.sf.latexdraw.glib.models.interfaces.IGroup
 
getArrowAt(int) - Method in class net.sf.latexdraw.glib.models.impl.LGroup
 
getArrowAt(int) - Method in class net.sf.latexdraw.glib.models.impl.LShape
 
getArrowAt(int) - Method in interface net.sf.latexdraw.glib.models.interfaces.IShape
 
getArrowCustomiser() - Method in class net.sf.latexdraw.instruments.MetaShapeCustomiser
 
getArrowInset() - Method in class net.sf.latexdraw.glib.models.impl.LArrow
 
getArrowInset() - Method in class net.sf.latexdraw.glib.models.impl.LGroup
 
getArrowInset() - Method in class net.sf.latexdraw.glib.models.impl.LShape
 
getArrowInset() - Method in interface net.sf.latexdraw.glib.models.interfaces.IArrowable
 
getArrowInset() - Method in class net.sf.latexdraw.instruments.ShapeArrowCustomiser
 
getArrowLeftCB() - Method in class net.sf.latexdraw.instruments.ShapeArrowCustomiser
 
getArrowLength() - Method in class net.sf.latexdraw.glib.models.impl.LArrow
 
getArrowLength() - Method in class net.sf.latexdraw.glib.models.impl.LGroup
 
getArrowLength() - Method in class net.sf.latexdraw.glib.models.impl.LShape
 
getArrowLength() - Method in interface net.sf.latexdraw.glib.models.interfaces.IArrowable
 
getArrowLength() - Method in class net.sf.latexdraw.instruments.ShapeArrowCustomiser
 
getArrowLine() - Method in class net.sf.latexdraw.glib.models.impl.LArrow
 
getArrowLine(IArrow) - Method in class net.sf.latexdraw.glib.models.impl.LAxes
 
getArrowLine(IArrow) - Method in class net.sf.latexdraw.glib.models.impl.LBezierCurve
 
getArrowLine(IArrow) - Method in class net.sf.latexdraw.glib.models.impl.LGroup
 
getArrowLine(IArrow) - Method in class net.sf.latexdraw.glib.models.impl.LPolyline
 
getArrowLine(IArrow) - Method in class net.sf.latexdraw.glib.models.impl.LShape
 
getArrowLine() - Method in interface net.sf.latexdraw.glib.models.interfaces.IArrow
 
getArrowLine(IArrow) - Method in interface net.sf.latexdraw.glib.models.interfaces.IShape
 
getArrowLineX(boolean) - Method in class net.sf.latexdraw.glib.models.impl.LAxes
 
getArrowLineY(boolean) - Method in class net.sf.latexdraw.glib.models.impl.LAxes
 
getArrowParametersCode(IArrow) - Method in class net.sf.latexdraw.glib.views.pst.PSTShapeView
 
getArrowRightCB() - Method in class net.sf.latexdraw.instruments.ShapeArrowCustomiser
 
getArrows() - Method in class net.sf.latexdraw.glib.models.impl.LGroup
 
getArrows() - Method in class net.sf.latexdraw.glib.models.impl.LShape
 
getArrows() - Method in interface net.sf.latexdraw.glib.models.interfaces.IShape
 
getArrowShapedWidth() - Method in class net.sf.latexdraw.glib.models.impl.LArrow
 
getArrowShapedWidth() - Method in interface net.sf.latexdraw.glib.models.interfaces.IArrow
 
getArrowSizeDim() - Method in class net.sf.latexdraw.glib.models.impl.LArrow
 
getArrowSizeDim() - Method in class net.sf.latexdraw.glib.models.impl.LGroup
 
getArrowSizeDim() - Method in class net.sf.latexdraw.glib.models.impl.LShape
 
getArrowSizeDim() - Method in interface net.sf.latexdraw.glib.models.interfaces.IArrowable
 
getArrowSizeDim() - Method in class net.sf.latexdraw.instruments.ShapeArrowCustomiser
 
getArrowSizeNum() - Method in class net.sf.latexdraw.glib.models.impl.LArrow
 
getArrowSizeNum() - Method in class net.sf.latexdraw.glib.models.impl.LGroup
 
getArrowSizeNum() - Method in class net.sf.latexdraw.glib.models.impl.LShape
 
getArrowSizeNum() - Method in interface net.sf.latexdraw.glib.models.interfaces.IArrowable
 
getArrowSizeNum() - Method in class net.sf.latexdraw.instruments.ShapeArrowCustomiser
 
getArrowsParametersCode() - Method in class net.sf.latexdraw.glib.views.pst.PSTShapeView
 
getArrowsStyleCode() - Method in class net.sf.latexdraw.glib.views.pst.PSTShapeView
 
getArrowStyle() - Method in class net.sf.latexdraw.glib.models.impl.LArrow
 
getArrowStyle(int) - Method in class net.sf.latexdraw.glib.models.impl.LGroup
 
getArrowStyle(int) - Method in class net.sf.latexdraw.glib.models.impl.LShape
 
getArrowStyle(String) - Static method in enum net.sf.latexdraw.glib.models.interfaces.IArrow.ArrowStyle
 
getArrowStyle() - Method in interface net.sf.latexdraw.glib.models.interfaces.IArrow
 
getArrowStyle(int) - Method in interface net.sf.latexdraw.glib.models.interfaces.IShape
 
getArrowStyleList(int) - Method in class net.sf.latexdraw.glib.models.impl.LGroup
 
getArrowStyleList(int) - Method in interface net.sf.latexdraw.glib.models.interfaces.IGroup
 
getAttribute(String) - Method in class net.sf.latexdraw.parsers.svg.SVGElement
 
getAttributeNode(String) - Method in class net.sf.latexdraw.parsers.svg.SVGElement
 
getAttributeNodeNS(String, String) - Method in class net.sf.latexdraw.parsers.svg.SVGElement
 
getAttributeNS(String, String) - Method in class net.sf.latexdraw.parsers.svg.SVGElement
 
getAttributes() - Method in class net.sf.latexdraw.parsers.svg.SVGAttr
 
getAttributes() - Method in class net.sf.latexdraw.parsers.svg.SVGDocument
 
getAttributes() - Method in class net.sf.latexdraw.parsers.svg.SVGElement
 
getAttributes() - Method in class net.sf.latexdraw.parsers.svg.SVGNamedNodeMap
 
getAxesB() - Method in class net.sf.latexdraw.instruments.EditingSelector
 
getAxesCustomiser() - Method in class net.sf.latexdraw.instruments.MetaShapeCustomiser
 
getAxesDistLabelsList() - Method in class net.sf.latexdraw.glib.models.impl.LGroup
 
getAxesDistLabelsList() - Method in interface net.sf.latexdraw.glib.models.interfaces.IGroup
 
getAxesIncrementsList() - Method in class net.sf.latexdraw.glib.models.impl.LGroup
 
getAxesIncrementsList() - Method in interface net.sf.latexdraw.glib.models.interfaces.IGroup
 
getAxesLabelsDisplayedList() - Method in class net.sf.latexdraw.glib.models.impl.LGroup
 
getAxesLabelsDisplayedList() - Method in interface net.sf.latexdraw.glib.models.interfaces.IGroup
 
getAxesShowOriginList() - Method in class net.sf.latexdraw.glib.models.impl.LGroup
 
getAxesShowOriginList() - Method in interface net.sf.latexdraw.glib.models.interfaces.IGroup
 
getAxesStyle() - Method in class net.sf.latexdraw.glib.models.impl.LAxes
 
getAxesStyle() - Method in class net.sf.latexdraw.glib.models.impl.LGroup
 
getAxesStyle() - Method in interface net.sf.latexdraw.glib.models.interfaces.IAxes
 
getAxesStyleList() - Method in class net.sf.latexdraw.glib.models.impl.LGroup
 
getAxesStyleList() - Method in interface net.sf.latexdraw.glib.models.interfaces.IGroup
 
getAxesTicksDisplayedList() - Method in class net.sf.latexdraw.glib.models.impl.LGroup
 
getAxesTicksDisplayedList() - Method in interface net.sf.latexdraw.glib.models.interfaces.IGroup
 
getAxesTicksSizeList() - Method in class net.sf.latexdraw.glib.models.impl.LGroup
 
getAxesTicksSizeList() - Method in interface net.sf.latexdraw.glib.models.interfaces.IGroup
 
getAxesTicksStyleList() - Method in class net.sf.latexdraw.glib.models.impl.LGroup
 
getAxesTicksStyleList() - Method in interface net.sf.latexdraw.glib.models.interfaces.IGroup
 
getB() - Method in class net.sf.latexdraw.glib.models.impl.LCircle
 
getB() - Method in class net.sf.latexdraw.glib.models.impl.LEllipse
 
getB() - Method in class net.sf.latexdraw.glib.models.impl.LLine
 
getB() - Method in interface net.sf.latexdraw.glib.models.interfaces.IEllipse
 
getB() - Method in interface net.sf.latexdraw.glib.models.interfaces.ILine
 
getB() - Method in class net.sf.latexdraw.parsers.svg.SVGMatrix
 
getBackground() - Method in class net.sf.latexdraw.parsers.svg.parsers.Graphics2D2SVG
 
getBackgroundColor() - Method in class net.sf.latexdraw.parsers.svg.SVGPatternElement
 
getBalancedPoints(IPoint, IPoint, IPoint) - Method in class net.sf.latexdraw.glib.models.impl.LAbstractCtrlPointShape
Method used by the balance method.
getBalanceGap() - Method in class net.sf.latexdraw.glib.models.impl.LAbstractCtrlPointShape
 
getBalanceGap() - Method in interface net.sf.latexdraw.glib.models.interfaces.IControlPointShape
 
getBarGap() - Method in class net.sf.latexdraw.glib.models.impl.LDot
 
getBarGap() - Method in interface net.sf.latexdraw.glib.models.interfaces.IDot
 
getBarShapedArrowWidth() - Method in class net.sf.latexdraw.glib.models.impl.LArrow
 
getBarShapedArrowWidth() - Method in interface net.sf.latexdraw.glib.models.interfaces.IArrow
 
getBarThickness() - Method in class net.sf.latexdraw.glib.models.impl.LDot
 
getBarThickness() - Method in interface net.sf.latexdraw.glib.models.interfaces.IDot
 
getBaseURI() - Method in class net.sf.latexdraw.parsers.svg.SVGAttr
 
getBaseURI() - Method in class net.sf.latexdraw.parsers.svg.SVGDocument
 
getBaseURI() - Method in class net.sf.latexdraw.parsers.svg.SVGElement
 
getBButton() - Method in class net.sf.latexdraw.instruments.TextCustomiser
 
getBezierB() - Method in class net.sf.latexdraw.instruments.EditingSelector
 
getBezierClosedB() - Method in class net.sf.latexdraw.instruments.EditingSelector
 
getBezierCurveMinMax(List<IPoint>, int) - Method in class net.sf.latexdraw.glib.models.interfaces.GLibUtilities
Defines the min and the max coordinates of the borders of the Bezier curve.
getBlButton() - Method in class net.sf.latexdraw.instruments.TextCustomiser
 
getBorder() - Method in class net.sf.latexdraw.glib.views.Java2D.impl.LShapeView
 
getBorder() - Method in interface net.sf.latexdraw.glib.views.Java2D.interfaces.IViewShape
 
getBorderCustomiser() - Method in class net.sf.latexdraw.instruments.MetaShapeCustomiser
 
getBorderGap() - Method in class net.sf.latexdraw.glib.models.impl.LShape
 
getBorderGap() - Method in interface net.sf.latexdraw.glib.models.interfaces.IShape
Computes the gap created by the thickness, the double borders and the position of the border.
getBorderGap() - Method in class net.sf.latexdraw.glib.views.Java2D.impl.LRectangularView
 
getBorderInstrument() - Method in interface net.sf.latexdraw.glib.ui.ICanvas
 
getBorderInstrument() - Method in class net.sf.latexdraw.glib.ui.LCanvas
 
getBorderPositionCode() - Method in class net.sf.latexdraw.glib.views.pst.PSTShapeView
 
getBordersPosCB() - Method in class net.sf.latexdraw.instruments.ShapeBorderCustomiser
 
getBordersPosition() - Method in class net.sf.latexdraw.glib.models.impl.LGroup
 
getBordersPosition() - Method in class net.sf.latexdraw.glib.models.impl.LShape
 
getBordersPosition() - Method in interface net.sf.latexdraw.glib.models.interfaces.IShape
 
getBordersPositionList() - Method in class net.sf.latexdraw.glib.models.impl.LGroup
 
getBordersPositionList() - Method in interface net.sf.latexdraw.glib.models.interfaces.IGroup
 
getBottom(BufferedImage, int, int, int, int) - Method in class net.sf.latexdraw.util.ImageCropper
Gets the bottom position where a pixel is not white.
getBottomLeftDrawingPoint() - Method in class net.sf.latexdraw.glib.ui.LCanvas
 
getBottomLeftDrawingPoint() - Method in interface net.sf.latexdraw.glib.views.synchroniser.ViewsSynchroniserHandler
 
getBottomLeftPoint() - Method in class net.sf.latexdraw.glib.models.impl.LDot
 
getBottomLeftPoint() - Method in class net.sf.latexdraw.glib.models.impl.LGroup
 
getBottomLeftPoint() - Method in class net.sf.latexdraw.glib.models.impl.LShape
 
getBottomLeftPoint() - Method in interface net.sf.latexdraw.glib.models.interfaces.IShape
 
getBottomRightPoint() - Method in class net.sf.latexdraw.glib.models.impl.LAbstractGrid
 
getBottomRightPoint() - Method in class net.sf.latexdraw.glib.models.impl.LDot
 
getBottomRightPoint() - Method in class net.sf.latexdraw.glib.models.impl.LGroup
 
getBottomRightPoint() - Method in class net.sf.latexdraw.glib.models.impl.LLine
 
getBottomRightPoint() - Method in class net.sf.latexdraw.glib.models.impl.LShape
 
getBottomRightPoint() - Method in interface net.sf.latexdraw.glib.models.interfaces.ILine
 
getBottomRightPoint() - Method in interface net.sf.latexdraw.glib.models.interfaces.IShape
 
getBracketNum() - Method in class net.sf.latexdraw.glib.models.impl.LArrow
 
getBracketNum() - Method in class net.sf.latexdraw.glib.models.impl.LGroup
 
getBracketNum() - Method in class net.sf.latexdraw.glib.models.impl.LShape
 
getBracketNum() - Method in interface net.sf.latexdraw.glib.models.interfaces.IArrowable
 
getBracketNum() - Method in class net.sf.latexdraw.instruments.ShapeArrowCustomiser
 
getBracketShapedArrowLength() - Method in class net.sf.latexdraw.glib.models.impl.LArrow
 
getBracketShapedArrowLength() - Method in interface net.sf.latexdraw.glib.models.interfaces.IArrow
 
getBrButton() - Method in class net.sf.latexdraw.instruments.TextCustomiser
 
getButton() - Method in class org.malai.interaction.ButtonPressedTransition
 
getButton() - Method in class org.malai.interaction.library.ButtonPressed
 
getButton() - Method in class org.malai.interaction.library.DnD
 
getButton() - Method in class org.malai.interaction.library.PointInteraction
 
getButton() - Method in class org.malai.interaction.PointingDeviceTransition
 
getC() - Method in class net.sf.latexdraw.parsers.svg.SVGMatrix
 
getCache() - Method in class net.sf.latexdraw.glib.views.AbstractCodeView
 
getCache() - Method in class net.sf.latexdraw.glib.views.pst.PSTCodeGenerator
 
getCanvas() - Method in class net.sf.latexdraw.glib.ui.LMagneticGrid
 
getCanvas() - Method in class net.sf.latexdraw.ui.LFrame
 
getCaption() - Method in class net.sf.latexdraw.glib.views.latex.LaTeXGenerator
 
getCentre() - Method in class net.sf.latexdraw.glib.handlers.Handler
 
getCentre() - Method in interface net.sf.latexdraw.glib.handlers.IHandler
 
getChar() - Method in class net.sf.latexdraw.parsers.CodeParser
 
getCharAt(int) - Method in class net.sf.latexdraw.parsers.CodeParser
The character at the given position.
getCheckBox() - Method in class org.malai.interaction.CheckBoxTransition
 
getCheckBox() - Method in class org.malai.interaction.library.CheckBoxModified
 
getCheckNewVersion() - Method in class net.sf.latexdraw.instruments.PreferencesSetter
 
getChildNodes() - Method in class net.sf.latexdraw.parsers.svg.SVGAttr
 
getChildNodes() - Method in class net.sf.latexdraw.parsers.svg.SVGDocument
 
getChildNodes() - Method in class net.sf.latexdraw.parsers.svg.SVGElement
 
getChildren(String) - Method in class net.sf.latexdraw.parsers.svg.SVGElement
Allow to get a set of children having the name 'nodeName'
getChordB() - Method in class net.sf.latexdraw.instruments.ShapeArcCustomiser
 
getCircleB() - Method in class net.sf.latexdraw.instruments.EditingSelector
 
getClassicGridRB() - Method in class net.sf.latexdraw.instruments.PreferencesSetter
 
getClip() - Method in class net.sf.latexdraw.parsers.svg.parsers.Graphics2D2SVG
 
getClipBounds() - Method in class net.sf.latexdraw.parsers.svg.parsers.Graphics2D2SVG
 
getCode() - Method in class net.sf.latexdraw.parsers.CodeParser
 
getCodeCore() - Method in class net.sf.latexdraw.parsers.CodeParser
 
getCodePanel() - Method in class net.sf.latexdraw.ui.LFrame
 
getColor(String) - Method in class net.sf.latexdraw.parsers.svg.CSSColors
 
getColor() - Method in class net.sf.latexdraw.parsers.svg.parsers.Graphics2D2SVG
 
getColor() - Method in class org.malai.widget.MButtonIcon
 
getColor() - Method in class org.malai.widget.MColorButton
 
getColorName(Color, boolean) - Method in class net.sf.latexdraw.parsers.svg.CSSColors
 
getColorRenderCheckBox() - Method in class net.sf.latexdraw.instruments.PreferencesSetter
 
getColour() - Method in class net.sf.latexdraw.glib.handlers.Handler
 
getColour() - Method in interface net.sf.latexdraw.glib.handlers.IHandler
 
getColour(String) - Method in class net.sf.latexdraw.glib.views.latex.DviPsColors
Allows to get a colour with its name.
getColourName(Color) - Method in class net.sf.latexdraw.glib.views.latex.DviPsColors
Allows to get the name of a given colour.
getColourName(Color) - Method in class net.sf.latexdraw.glib.views.pst.PSTShapeView
 
getColumnCount() - Method in class net.sf.latexdraw.badaboom.BadaboomTableModel
 
getColumnName(int) - Method in class net.sf.latexdraw.badaboom.BadaboomTableModel
 
getComment() - Method in class net.sf.latexdraw.glib.views.latex.LaTeXGenerator
 
getCommentsWithoutTag() - Method in class net.sf.latexdraw.glib.views.latex.LaTeXGenerator
 
getComposer() - Method in class org.malai.instrument.WidgetInstrument
 
getComposer() - Method in class org.malai.ui.UI
 
getComposite() - Method in class net.sf.latexdraw.parsers.svg.parsers.Graphics2D2SVG
 
getCompressionRate() - Method in class net.sf.latexdraw.ui.dialog.ExportDialog
 
getConcretePresentation() - Method in class org.malai.presentation.Presentation
 
getCopyMenu() - Method in class net.sf.latexdraw.instruments.CopierCutterPaster
 
getCornerGap(IPoint, IPoint, IPoint, double) - Method in class net.sf.latexdraw.glib.models.interfaces.GLibUtilities
Given a right-rectangle ABC right in A, it computes the gap created by the corner of the triangle in B based on an initial gap.
getCrossGap() - Method in class net.sf.latexdraw.glib.models.impl.LDot
 
getCrossGap() - Method in interface net.sf.latexdraw.glib.models.interfaces.IDot
 
getCSSValue(String) - Method in class net.sf.latexdraw.parsers.svg.CSSStyleList
 
getCtrlPtHandler() - Method in class net.sf.latexdraw.instruments.Border.DnD2MoveCtrlPoint
 
getCurrentChoice() - Method in class net.sf.latexdraw.instruments.Pencil
 
getCurrentFile() - Method in class net.sf.latexdraw.instruments.FileLoaderSaver
 
getCurrentLanguage() - Static method in class net.sf.latexdraw.lang.LangTool
Allows to get the language of the package.
getCurrentPoint(int) - Method in class net.sf.latexdraw.parsers.svg.path.SVGPathSegList
Returns the current point with absolute values at the end of the SVGPathSeg at the position i.
getCurrentPosition() - Method in class org.malai.interaction.library.MultiClick
 
getCursor(String, String) - Method in class net.sf.latexdraw.util.LCursor
Create a cursor define by the picture corresponding to the path.
getCutMenu() - Method in class net.sf.latexdraw.instruments.CopierCutterPaster
 
getCutNumber(float) - Method in class net.sf.latexdraw.util.LNumber
See getCutNumber(float value, double threshold).
getCutNumber(double) - Method in class net.sf.latexdraw.util.LNumber
See getCutNumber(double value, double threshold).
getCutNumber(float, double) - Method in class net.sf.latexdraw.util.LNumber
This method allows to set a threshold that if a number is under it, it will be considered as valuing 0; for instance, given the numbers 2E-10 and 0.002 and the threshold 0.00001; then this method will cut the first number and will return 0.
getCutNumber(double, double) - Method in class net.sf.latexdraw.util.LNumber
This method allows to set a threshold that if a number is under it, it will be considered as valuing 0; for instance, given the numbers 2E-10 and 0.002 and the threshold 0.00001; then this method will cut the first number and will return 0.
getCx() - Method in class net.sf.latexdraw.parsers.svg.SVGCircleElement
 
getCx() - Method in class net.sf.latexdraw.parsers.svg.SVGEllipseElement
 
getCx() - Method in class net.sf.latexdraw.parsers.svg.SVGTransform
 
getCy() - Method in class net.sf.latexdraw.parsers.svg.SVGCircleElement
 
getCy() - Method in class net.sf.latexdraw.parsers.svg.SVGEllipseElement
 
getCy() - Method in class net.sf.latexdraw.parsers.svg.SVGTransform
 
getD() - Method in class net.sf.latexdraw.parsers.svg.SVGMatrix
 
getDashSepBlack() - Method in class net.sf.latexdraw.glib.models.impl.LShape
 
getDashSepBlack() - Method in interface net.sf.latexdraw.glib.models.interfaces.IShape
 
getDashSepWhite() - Method in class net.sf.latexdraw.glib.models.impl.LShape
 
getDashSepWhite() - Method in interface net.sf.latexdraw.glib.models.interfaces.IShape
 
getData() - Method in class net.sf.latexdraw.parsers.svg.SVGText
 
getDbleBordCol() - Method in class net.sf.latexdraw.glib.models.impl.LGroup
 
getDbleBordCol() - Method in class net.sf.latexdraw.glib.models.impl.LShape
 
getDbleBordCol() - Method in interface net.sf.latexdraw.glib.models.interfaces.IShape
 
getDbleBordColList() - Method in class net.sf.latexdraw.glib.models.impl.LGroup
 
getDbleBordColList() - Method in interface net.sf.latexdraw.glib.models.interfaces.IGroup
 
getDbleBordSep() - Method in class net.sf.latexdraw.glib.models.impl.LGroup
 
getDbleBordSep() - Method in class net.sf.latexdraw.glib.models.impl.LShape
 
getDbleBordSep() - Method in interface net.sf.latexdraw.glib.models.interfaces.IShape
 
getDbleBordSepList() - Method in class net.sf.latexdraw.glib.models.impl.LGroup
 
getDbleBordSepList() - Method in interface net.sf.latexdraw.glib.models.interfaces.IGroup
 
getDbleBoundCB() - Method in class net.sf.latexdraw.instruments.ShapeDoubleBorderCustomiser
 
getDbleBoundColB() - Method in class net.sf.latexdraw.instruments.ShapeDoubleBorderCustomiser
 
getDbleSepField() - Method in class net.sf.latexdraw.instruments.ShapeDoubleBorderCustomiser
 
getDef(String) - Method in class net.sf.latexdraw.parsers.svg.SVGDefsElement
 
getDef(String) - Method in class net.sf.latexdraw.parsers.svg.SVGElement
Allows to get a definition (a tag in the 'def' part) with the identifier 'id'.
getDefaultLanguage() - Static method in enum net.sf.latexdraw.lang.LangTool.Lang
 
getDefaultPackages() - Method in class net.sf.latexdraw.instruments.Exporter
 
getDefs() - Method in class net.sf.latexdraw.parsers.svg.SVGSVGElement
 
getDeleteB() - Method in class net.sf.latexdraw.instruments.ShapeDeleter
 
getDeleter() - Method in class net.sf.latexdraw.ui.LFrame
 
getDescription() - Method in class net.sf.latexdraw.filters.BMPFilter
 
getDescription() - Method in class net.sf.latexdraw.filters.EPSFilter
 
getDescription() - Method in class net.sf.latexdraw.filters.GIFFilter
 
getDescription() - Method in class net.sf.latexdraw.filters.JPGFilter
 
getDescription() - Method in class net.sf.latexdraw.filters.PDFFilter
 
getDescription() - Method in class net.sf.latexdraw.filters.PictureFilter
 
getDescription() - Method in class net.sf.latexdraw.filters.PNGFilter
 
getDescription() - Method in class net.sf.latexdraw.filters.PSFilter
 
getDescription() - Method in class net.sf.latexdraw.filters.SVGFilter
 
getDescription() - Method in class net.sf.latexdraw.filters.TeXFilter
 
getDeviceConfiguration() - Method in class net.sf.latexdraw.parsers.svg.parsers.Graphics2D2SVG
 
getDialog(boolean) - Method in class net.sf.latexdraw.instruments.FileLoaderSaver
 
getDimPosCustomiser() - Method in class net.sf.latexdraw.instruments.MetaShapeCustomiser
 
getDirection() - Method in class org.malai.interaction.ScrollTransition
 
getDisplayBordersCB() - Method in class net.sf.latexdraw.instruments.PreferencesSetter
 
getDisplayGridCB() - Method in class net.sf.latexdraw.instruments.PreferencesSetter
 
getDisplayXScaleCB() - Method in class net.sf.latexdraw.instruments.PreferencesSetter
 
getDisplayYScaleCB() - Method in class net.sf.latexdraw.instruments.PreferencesSetter
 
getDistLabels() - Method in class net.sf.latexdraw.glib.models.impl.LAxes
 
getDistLabels() - Method in class net.sf.latexdraw.glib.models.impl.LGroup
 
getDistLabels() - Method in interface net.sf.latexdraw.glib.models.interfaces.IAxes
 
getDistLabelsX() - Method in class net.sf.latexdraw.glib.models.impl.LAxes
 
getDistLabelsX() - Method in class net.sf.latexdraw.glib.models.impl.LGroup
 
getDistLabelsX() - Method in interface net.sf.latexdraw.glib.models.interfaces.IAxes
 
getDistLabelsX() - Method in class net.sf.latexdraw.instruments.ShapeAxesCustomiser
 
getDistLabelsY() - Method in class net.sf.latexdraw.glib.models.impl.LAxes
 
getDistLabelsY() - Method in class net.sf.latexdraw.glib.models.impl.LGroup
 
getDistLabelsY() - Method in interface net.sf.latexdraw.glib.models.interfaces.IAxes
 
getDistLabelsY() - Method in class net.sf.latexdraw.instruments.ShapeAxesCustomiser
 
getDoctype() - Method in class net.sf.latexdraw.parsers.svg.SVGDocument
 
getDocumentElement() - Method in class net.sf.latexdraw.parsers.svg.SVGDocument
 
getDocumentName() - Method in class net.sf.latexdraw.generators.svg.SVGDocumentGenerator.IOWorker
 
getDocumentURI() - Method in class net.sf.latexdraw.parsers.svg.SVGDocument
 
getDomConfig() - Method in class net.sf.latexdraw.parsers.svg.SVGDocument
 
getDonateItem() - Method in class net.sf.latexdraw.instruments.Helper
 
getDotB() - Method in class net.sf.latexdraw.instruments.EditingSelector
 
getDotCB() - Method in class net.sf.latexdraw.instruments.ShapeDotCustomiser
 
getDotCustomiser() - Method in class net.sf.latexdraw.instruments.MetaShapeCustomiser
 
getDotFillingCol() - Method in class net.sf.latexdraw.glib.models.impl.LDot
 
getDotFillingCol() - Method in class net.sf.latexdraw.glib.models.impl.LGroup
 
getDotFillingCol() - Method in interface net.sf.latexdraw.glib.models.interfaces.Dottable
 
getDotFillingColList() - Method in class net.sf.latexdraw.glib.models.impl.LGroup
 
getDotFillingColList() - Method in interface net.sf.latexdraw.glib.models.interfaces.IGroup
 
getDotSep() - Method in class net.sf.latexdraw.glib.models.impl.LShape
 
getDotSep() - Method in interface net.sf.latexdraw.glib.models.interfaces.IShape
 
getDotSizeDim() - Method in class net.sf.latexdraw.glib.models.impl.LArrow
 
getDotSizeDim() - Method in class net.sf.latexdraw.glib.models.impl.LGroup
 
getDotSizeDim() - Method in class net.sf.latexdraw.glib.models.impl.LShape
 
getDotSizeDim() - Method in interface net.sf.latexdraw.glib.models.interfaces.IArrowable
 
getDotSizeDim() - Method in class net.sf.latexdraw.instruments.ShapeArrowCustomiser
 
getDotSizeField() - Method in class net.sf.latexdraw.instruments.ShapeDotCustomiser
 
getDotSizeList() - Method in class net.sf.latexdraw.glib.models.impl.LGroup
 
getDotSizeList() - Method in interface net.sf.latexdraw.glib.models.interfaces.IGroup
 
getDotSizeNum() - Method in class net.sf.latexdraw.glib.models.impl.LArrow
 
getDotSizeNum() - Method in class net.sf.latexdraw.glib.models.impl.LGroup
 
getDotSizeNum() - Method in class net.sf.latexdraw.glib.models.impl.LShape
 
getDotSizeNum() - Method in interface net.sf.latexdraw.glib.models.interfaces.IArrowable
 
getDotSizeNum() - Method in class net.sf.latexdraw.instruments.ShapeArrowCustomiser
 
getDotStyle() - Method in class net.sf.latexdraw.glib.models.impl.LDot
 
getDotStyle() - Method in class net.sf.latexdraw.glib.models.impl.LGroup
 
getDotStyle() - Method in interface net.sf.latexdraw.glib.models.interfaces.Dottable
 
getDotStyleList() - Method in class net.sf.latexdraw.glib.models.impl.LGroup
 
getDotStyleList() - Method in interface net.sf.latexdraw.glib.models.interfaces.IGroup
 
getDoubleBorderCode(float) - Method in class net.sf.latexdraw.glib.views.pst.PSTShapeView
 
getDoubleBorderCustomiser() - Method in class net.sf.latexdraw.instruments.MetaShapeCustomiser
 
getDrawing() - Method in class net.sf.latexdraw.actions.DrawingAction
 
getDrawing() - Method in interface net.sf.latexdraw.glib.ui.ICanvas
 
getDrawing() - Method in class net.sf.latexdraw.glib.ui.LCanvas
 
getDrawing() - Method in class net.sf.latexdraw.glib.views.synchroniser.ViewsSynchroniser
 
getDrawing() - Method in class net.sf.latexdraw.ui.LFrame
 
getDrawingPropCustomiser() - Method in class net.sf.latexdraw.ui.LFrame
 
getDvipsBinPath() - Method in enum net.sf.latexdraw.util.LSystem.OperatingSystem
 
getDX() - Method in class net.sf.latexdraw.parsers.svg.SVGTextElement
 
getDY() - Method in class net.sf.latexdraw.parsers.svg.SVGTextElement
 
getE() - Method in class net.sf.latexdraw.parsers.svg.SVGMatrix
 
getEditingChoice() - Method in class net.sf.latexdraw.actions.ModifyPencilStyle
 
getEditingSelector() - Method in class net.sf.latexdraw.ui.LFrame
 
getElement() - Method in class net.sf.latexdraw.parsers.svg.parsers.Graphics2D2SVG
 
getElementById(String) - Method in class net.sf.latexdraw.parsers.svg.SVGDocument
 
getElementsByTagName(String) - Method in class net.sf.latexdraw.parsers.svg.SVGDocument
 
getElementsByTagName(String) - Method in class net.sf.latexdraw.parsers.svg.SVGElement
 
getElementsByTagNameNS(String, String) - Method in class net.sf.latexdraw.parsers.svg.SVGDocument
 
getElementsByTagNameNS(String, String) - Method in class net.sf.latexdraw.parsers.svg.SVGElement
 
getEllipseB() - Method in class net.sf.latexdraw.instruments.EditingSelector
 
getEndAngleS() - Method in class net.sf.latexdraw.instruments.ShapeArcCustomiser
 
getEndColor() - Method in class net.sf.latexdraw.parsers.svg.SVGLinearGradientElement
 
getEndObjet() - Method in class org.malai.interaction.library.DnD
 
getEndPoint() - Method in class net.sf.latexdraw.glib.models.impl.LArc
 
getEndPoint() - Method in interface net.sf.latexdraw.glib.models.interfaces.IArc
 
getEndPt() - Method in class org.malai.interaction.library.DnD
 
getEquation() - Method in interface net.sf.latexdraw.glib.models.interfaces.IPlot
 
getErrorNotifier() - Method in class org.malai.error.ErrorCatcher
 
getEventManager() - Method in class net.sf.latexdraw.ui.ScaleRuler
 
getEventManager() - Method in class net.sf.latexdraw.ui.WidgetMiniToolbar
 
getEventManager() - Method in interface org.malai.interaction.Eventable
 
getEventManager() - Method in class org.malai.widget.MEditorPane
 
getEventManager() - Method in class org.malai.widget.MFrame
 
getEventManager() - Method in class org.malai.widget.MLayeredPane
 
getEventManager() - Method in class org.malai.widget.MMenu
 
getEventManager() - Method in class org.malai.widget.MPanel
 
getEventManager() - Method in class org.malai.widget.MPopupMenu
 
getEventManager() - Method in class org.malai.widget.MTabbedPane
 
getEventManager() - Method in class org.malai.widget.MTextArea
 
getEventManager() - Method in class org.malai.widget.MToolBar
 
getExceptionB() - Method in class net.sf.latexdraw.instruments.ExceptionsManager
 
getExportDialog(Export.ExportFormat) - Method in class net.sf.latexdraw.instruments.Exporter
 
getExporter() - Method in class net.sf.latexdraw.ui.LFrame
 
getExportMenu() - Method in class net.sf.latexdraw.instruments.Exporter
 
getF() - Method in class net.sf.latexdraw.parsers.svg.SVGMatrix
 
getFactory() - Static method in class net.sf.latexdraw.glib.models.interfaces.DrawingTK
 
getFactory() - Static method in class net.sf.latexdraw.glib.views.Java2D.interfaces.View2DTK
 
getFeature(String, String) - Method in class net.sf.latexdraw.parsers.svg.SVGAttr
 
getFeature(String, String) - Method in class net.sf.latexdraw.parsers.svg.SVGDocument
 
getFeature(String, String) - Method in class net.sf.latexdraw.parsers.svg.SVGElement
 
getFile() - Method in class org.malai.action.library.IOAction
 
getFileChooser() - Method in class net.sf.latexdraw.instruments.PreferencesSetter
 
getFileExtension() - Method in enum net.sf.latexdraw.actions.Export.ExportFormat
 
getFileLoader() - Method in class net.sf.latexdraw.ui.LFrame
 
getFileName(String[]) - Static method in class net.sf.latexdraw.util.LCommandLine
deduces the filename that will be open, from the set of parameters.
getFilename() - Method in class net.sf.latexdraw.util.LCommandLine
 
getFill() - Method in class net.sf.latexdraw.parsers.svg.SVGElement
 
getFillColButton() - Method in class net.sf.latexdraw.instruments.ShapeFillingCustomiser
 
getFillingB() - Method in class net.sf.latexdraw.instruments.ShapeDotCustomiser
 
getFillingCode(float) - Method in class net.sf.latexdraw.glib.views.pst.PSTShapeView
 
getFillingCol() - Method in class net.sf.latexdraw.glib.models.impl.LDot
 
getFillingCol() - Method in class net.sf.latexdraw.glib.models.impl.LGroup
 
getFillingCol() - Method in class net.sf.latexdraw.glib.models.impl.LShape
 
getFillingCol() - Method in interface net.sf.latexdraw.glib.models.interfaces.IShape
 
getFillingColList() - Method in class net.sf.latexdraw.glib.models.impl.LGroup
 
getFillingColList() - Method in interface net.sf.latexdraw.glib.models.interfaces.IGroup
 
getFillingCustomiser() - Method in class net.sf.latexdraw.instruments.MetaShapeCustomiser
 
getFillingGrad() - Method in class net.sf.latexdraw.glib.views.pst.PSTShapeView
 
getFillingHatchings(float) - Method in class net.sf.latexdraw.glib.views.pst.PSTShapeView
 
getFillingPlain() - Method in class net.sf.latexdraw.glib.views.pst.PSTShapeView
 
getFillingStyle() - Method in class net.sf.latexdraw.glib.models.impl.LGroup
 
getFillingStyle() - Method in class net.sf.latexdraw.glib.models.impl.LShape
 
getFillingStyle() - Method in interface net.sf.latexdraw.glib.models.interfaces.IShape
 
getFillingStyleList() - Method in class net.sf.latexdraw.glib.models.impl.LGroup
 
getFillingStyleList() - Method in interface net.sf.latexdraw.glib.models.interfaces.IGroup
 
getFillStyleCB() - Method in class net.sf.latexdraw.instruments.ShapeFillingCustomiser
 
getFilter() - Method in enum net.sf.latexdraw.actions.Export.ExportFormat
 
getFirstChild() - Method in class net.sf.latexdraw.parsers.svg.SVGAttr
 
getFirstChild() - Method in class net.sf.latexdraw.parsers.svg.SVGDocument
 
getFirstChild() - Method in class net.sf.latexdraw.parsers.svg.SVGElement
 
getFirstCtrlPtAt(int) - Method in class net.sf.latexdraw.glib.models.impl.LAbstractCtrlPointShape
 
getFirstCtrlPtAt(int) - Method in interface net.sf.latexdraw.glib.models.interfaces.IControlPointShape
 
getFirstCtrlPts() - Method in class net.sf.latexdraw.glib.models.impl.LAbstractCtrlPointShape
 
getFirstCtrlPts() - Method in interface net.sf.latexdraw.glib.models.interfaces.IControlPointShape
 
getFont() - Method in class net.sf.latexdraw.parsers.svg.parsers.Graphics2D2SVG
 
getFontFamily() - Method in class net.sf.latexdraw.parsers.svg.SVGElement
 
getFontMetrics(Font) - Method in class net.sf.latexdraw.parsers.svg.parsers.Graphics2D2SVG
 
getFontRenderContext() - Method in class net.sf.latexdraw.parsers.svg.parsers.Graphics2D2SVG
 
getFontSize(String) - Static method in enum net.sf.latexdraw.parsers.svg.parsers.SVGLengthParser.FontSize
 
getFontSize() - Method in class net.sf.latexdraw.parsers.svg.SVGElement
 
getFontStyle() - Method in class net.sf.latexdraw.parsers.svg.SVGElement
 
getFontWeight() - Method in class net.sf.latexdraw.parsers.svg.SVGElement
 
getForumItem() - Method in class net.sf.latexdraw.instruments.Helper
 
getFrame() - Method in class org.malai.interaction.library.WindowClosed
 
getFrame() - Method in class org.malai.interaction.WindowClosedTransition
 
getFrameArcField() - Method in class net.sf.latexdraw.instruments.ShapeBorderCustomiser
 
getFreeHandB() - Method in class net.sf.latexdraw.instruments.EditingSelector
 
getFullBottomRightPoint() - Method in class net.sf.latexdraw.glib.models.impl.LShape
 
getFullBottomRightPoint() - Method in interface net.sf.latexdraw.glib.models.interfaces.IShape
 
getFullTopLeftPoint() - Method in class net.sf.latexdraw.glib.models.impl.LShape
 
getFullTopLeftPoint() - Method in interface net.sf.latexdraw.glib.models.interfaces.IShape
 
getGap(IShape) - Method in class net.sf.latexdraw.instruments.DnD2AddShape
 
getGElement() - Method in class net.sf.latexdraw.parsers.svg.SVGPatternElement
 
getGeneralGap() - Method in class net.sf.latexdraw.glib.models.impl.LDot
 
getGeneralGap() - Method in interface net.sf.latexdraw.glib.models.interfaces.IDot
 
getGlobalTransformationMatrix() - Method in class net.sf.latexdraw.parsers.svg.SVGTransformList
 
getGradAngle() - Method in class net.sf.latexdraw.glib.models.impl.LGroup
 
getGradAngle() - Method in class net.sf.latexdraw.glib.models.impl.LShape
 
getGradAngle() - Method in interface net.sf.latexdraw.glib.models.interfaces.IShape
 
getGradAngleField() - Method in class net.sf.latexdraw.instruments.ShapeFillingCustomiser
 
getGradAngleList() - Method in class net.sf.latexdraw.glib.models.impl.LGroup
 
getGradAngleList() - Method in interface net.sf.latexdraw.glib.models.interfaces.IGroup
 
getGradColEnd() - Method in class net.sf.latexdraw.glib.models.impl.LGroup
 
getGradColEnd() - Method in class net.sf.latexdraw.glib.models.impl.LShape
 
getGradColEnd() - Method in interface net.sf.latexdraw.glib.models.interfaces.IShape
 
getGradColEndList() - Method in class net.sf.latexdraw.glib.models.impl.LGroup
 
getGradColEndList() - Method in interface net.sf.latexdraw.glib.models.interfaces.IGroup
 
getGradColStart() - Method in class net.sf.latexdraw.glib.models.impl.LGroup
 
getGradColStart() - Method in class net.sf.latexdraw.glib.models.impl.LShape
 
getGradColStart() - Method in interface net.sf.latexdraw.glib.models.interfaces.IShape
 
getGradColStartList() - Method in class net.sf.latexdraw.glib.models.impl.LGroup
 
getGradColStartList() - Method in interface net.sf.latexdraw.glib.models.interfaces.IGroup
 
getGradEndColButton() - Method in class net.sf.latexdraw.instruments.ShapeFillingCustomiser
 
getGradientPoints(Point2D.Float, Point2D.Float, boolean) - Method in class net.sf.latexdraw.generators.svg.LShapeSVGGenerator
Gets the points needed to the gradient definition.
getGradientUnits() - Method in class net.sf.latexdraw.parsers.svg.SVGLinearGradientElement
 
getGradMidPt() - Method in class net.sf.latexdraw.glib.models.impl.LGroup
 
getGradMidPt() - Method in class net.sf.latexdraw.glib.models.impl.LShape
 
getGradMidPt() - Method in interface net.sf.latexdraw.glib.models.interfaces.IShape
 
getGradMidPtField() - Method in class net.sf.latexdraw.instruments.ShapeFillingCustomiser
 
getGradMidPtList() - Method in class net.sf.latexdraw.glib.models.impl.LGroup
 
getGradMidPtList() - Method in interface net.sf.latexdraw.glib.models.interfaces.IGroup
 
getGradStartColButton() - Method in class net.sf.latexdraw.instruments.ShapeFillingCustomiser
 
getGravityCentre() - Method in class net.sf.latexdraw.glib.models.impl.LGroup
 
getGravityCentre() - Method in class net.sf.latexdraw.glib.models.impl.LShape
 
getGravityCentre() - Method in interface net.sf.latexdraw.glib.models.interfaces.IShape
 
getGridB() - Method in class net.sf.latexdraw.instruments.EditingSelector
 
getGridBounds(double, double) - Method in class net.sf.latexdraw.glib.views.Java2D.impl.LGridView
 
getGridCustomiser() - Method in class net.sf.latexdraw.instruments.MetaShapeCustomiser
 
getGridCustomiser() - Method in class net.sf.latexdraw.ui.LFrame
 
getGridDots() - Method in class net.sf.latexdraw.glib.models.impl.LGrid
 
getGridDots() - Method in interface net.sf.latexdraw.glib.models.interfaces.IGrid
 
getGridEnd() - Method in class net.sf.latexdraw.glib.models.impl.LAbstractGrid
 
getGridEnd() - Method in class net.sf.latexdraw.glib.models.impl.LGroup
 
getGridEnd() - Method in interface net.sf.latexdraw.glib.models.interfaces.IStandardGrid
 
getGridEndList() - Method in class net.sf.latexdraw.glib.models.impl.LGroup
 
getGridEndList() - Method in interface net.sf.latexdraw.glib.models.interfaces.IGroup
 
getGridEndX() - Method in class net.sf.latexdraw.glib.models.impl.LAbstractGrid
 
getGridEndX() - Method in class net.sf.latexdraw.glib.models.impl.LGroup
 
getGridEndX() - Method in interface net.sf.latexdraw.glib.models.interfaces.IStandardGrid
 
getGridEndY() - Method in class net.sf.latexdraw.glib.models.impl.LAbstractGrid
 
getGridEndY() - Method in class net.sf.latexdraw.glib.models.impl.LGroup
 
getGridEndY() - Method in interface net.sf.latexdraw.glib.models.interfaces.IStandardGrid
 
getGridLabelsColour() - Method in class net.sf.latexdraw.glib.models.impl.LGrid
 
getGridLabelsColour() - Method in interface net.sf.latexdraw.glib.models.interfaces.IGrid
 
getGridLabelSizeList() - Method in class net.sf.latexdraw.glib.models.impl.LGroup
 
getGridLabelSizeList() - Method in interface net.sf.latexdraw.glib.models.interfaces.IGroup
 
getGridMaxX() - Method in class net.sf.latexdraw.glib.models.impl.LAbstractGrid
 
getGridMaxX() - Method in class net.sf.latexdraw.glib.models.impl.LGroup
 
getGridMaxX() - Method in interface net.sf.latexdraw.glib.models.interfaces.IStandardGrid
 
getGridMaxY() - Method in class net.sf.latexdraw.glib.models.impl.LAbstractGrid
 
getGridMaxY() - Method in class net.sf.latexdraw.glib.models.impl.LGroup
 
getGridMaxY() - Method in interface net.sf.latexdraw.glib.models.interfaces.IStandardGrid
 
getGridMinX() - Method in class net.sf.latexdraw.glib.models.impl.LAbstractGrid
 
getGridMinX() - Method in class net.sf.latexdraw.glib.models.impl.LGroup
 
getGridMinX() - Method in interface net.sf.latexdraw.glib.models.interfaces.IStandardGrid
 
getGridMinY() - Method in class net.sf.latexdraw.glib.models.impl.LAbstractGrid
 
getGridMinY() - Method in class net.sf.latexdraw.glib.models.impl.LGroup
 
getGridMinY() - Method in interface net.sf.latexdraw.glib.models.interfaces.IStandardGrid
 
getGridOriginList() - Method in class net.sf.latexdraw.glib.models.impl.LGroup
 
getGridOriginList() - Method in interface net.sf.latexdraw.glib.models.interfaces.IGroup
 
getGridSpacing() - Method in class net.sf.latexdraw.glib.ui.LMagneticGrid
 
getGridSpacing() - Method in class net.sf.latexdraw.instruments.MagneticGridCustomiser
 
getGridStart() - Method in class net.sf.latexdraw.glib.models.impl.LAbstractGrid
 
getGridStart() - Method in class net.sf.latexdraw.glib.models.impl.LGroup
 
getGridStart() - Method in interface net.sf.latexdraw.glib.models.interfaces.IStandardGrid
 
getGridStartList() - Method in class net.sf.latexdraw.glib.models.impl.LGroup
 
getGridStartList() - Method in interface net.sf.latexdraw.glib.models.interfaces.IGroup
 
getGridStartX() - Method in class net.sf.latexdraw.glib.models.impl.LAbstractGrid
 
getGridStartX() - Method in class net.sf.latexdraw.glib.models.impl.LGroup
 
getGridStartX() - Method in interface net.sf.latexdraw.glib.models.interfaces.IStandardGrid
 
getGridStartY() - Method in class net.sf.latexdraw.glib.models.impl.LAbstractGrid
 
getGridStartY() - Method in class net.sf.latexdraw.glib.models.impl.LGroup
 
getGridStartY() - Method in interface net.sf.latexdraw.glib.models.interfaces.IStandardGrid
 
getGridWidth() - Method in class net.sf.latexdraw.glib.models.impl.LGrid
 
getGridWidth() - Method in interface net.sf.latexdraw.glib.models.interfaces.IGrid
 
getGridXLabelSouthList() - Method in class net.sf.latexdraw.glib.models.impl.LGroup
 
getGridXLabelSouthList() - Method in interface net.sf.latexdraw.glib.models.interfaces.IGroup
 
getGridYLabelWestList() - Method in class net.sf.latexdraw.glib.models.impl.LGroup
 
getGridYLabelWestList() - Method in interface net.sf.latexdraw.glib.models.interfaces.IGroup
 
getGroupB() - Method in class net.sf.latexdraw.instruments.ShapeGrouper
 
getGroupParams() - Method in class net.sf.latexdraw.instruments.Pencil
 
getHand() - Method in class net.sf.latexdraw.instruments.EditingSelector
 
getHand() - Method in class net.sf.latexdraw.instruments.ShapePropertyCustomiser
 
getHand() - Method in class net.sf.latexdraw.ui.LFrame
 
getHandB() - Method in class net.sf.latexdraw.instruments.EditingSelector
 
getHandler() - Method in class net.sf.latexdraw.glib.views.synchroniser.ViewsSynchroniser
 
getHandlerAt(double, double, List<IHandler>) - Method in class net.sf.latexdraw.instruments.Border
 
getHandlers() - Method in class org.malai.interaction.Interaction
 
getHatchAngleField() - Method in class net.sf.latexdraw.instruments.ShapeFillingCustomiser
 
getHatchColButton() - Method in class net.sf.latexdraw.instruments.ShapeFillingCustomiser
 
getHatchingColor() - Method in class net.sf.latexdraw.parsers.svg.SVGPatternElement
 
getHatchingsAngle() - Method in class net.sf.latexdraw.glib.models.impl.LGroup
 
getHatchingsAngle() - Method in class net.sf.latexdraw.glib.models.impl.LShape
 
getHatchingsAngle() - Method in interface net.sf.latexdraw.glib.models.interfaces.IShape
 
getHatchingsAngleList() - Method in class net.sf.latexdraw.glib.models.impl.LGroup
 
getHatchingsAngleList() - Method in interface net.sf.latexdraw.glib.models.interfaces.IGroup
 
getHatchingsCol() - Method in class net.sf.latexdraw.glib.models.impl.LGroup
 
getHatchingsCol() - Method in class net.sf.latexdraw.glib.models.impl.LShape
 
getHatchingsCol() - Method in interface net.sf.latexdraw.glib.models.interfaces.IShape
 
getHatchingsColList() - Method in class net.sf.latexdraw.glib.models.impl.LGroup
 
getHatchingsColList() - Method in interface net.sf.latexdraw.glib.models.interfaces.IGroup
 
getHatchingSep() - Method in class net.sf.latexdraw.parsers.svg.SVGPatternElement
 
getHatchingsSep() - Method in class net.sf.latexdraw.glib.models.impl.LGroup
 
getHatchingsSep() - Method in class net.sf.latexdraw.glib.models.impl.LShape
 
getHatchingsSep() - Method in interface net.sf.latexdraw.glib.models.interfaces.IShape
 
getHatchingsSepList() - Method in class net.sf.latexdraw.glib.models.impl.LGroup
 
getHatchingsSepList() - Method in interface net.sf.latexdraw.glib.models.interfaces.IGroup
 
getHatchingStrokeWidth() - Method in class net.sf.latexdraw.parsers.svg.SVGPatternElement
 
getHatchingsWidth() - Method in class net.sf.latexdraw.glib.models.impl.LGroup
 
getHatchingsWidth() - Method in class net.sf.latexdraw.glib.models.impl.LShape
 
getHatchingsWidth() - Method in interface net.sf.latexdraw.glib.models.interfaces.IShape
 
getHatchingsWidthList() - Method in class net.sf.latexdraw.glib.models.impl.LGroup
 
getHatchingsWidthList() - Method in interface net.sf.latexdraw.glib.models.interfaces.IGroup
 
getHatchSepField() - Method in class net.sf.latexdraw.instruments.ShapeFillingCustomiser
 
getHatchWidthField() - Method in class net.sf.latexdraw.instruments.ShapeFillingCustomiser
 
getHeight() - Method in class net.sf.latexdraw.glib.models.impl.LPicture
 
getHeight() - Method in class net.sf.latexdraw.glib.models.impl.LRectangularShape
 
getHeight() - Method in interface net.sf.latexdraw.glib.models.interfaces.IPicture
 
getHeight() - Method in interface net.sf.latexdraw.glib.models.interfaces.IRectangularShape
 
getHeight() - Method in class net.sf.latexdraw.glib.ui.LMagneticGrid
 
getHeight() - Method in class net.sf.latexdraw.parsers.svg.SVGImageElement
 
getHeight() - Method in class net.sf.latexdraw.parsers.svg.SVGPatternElement
 
getHeight() - Method in class net.sf.latexdraw.parsers.svg.SVGRectElement
 
getHeight() - Method in class net.sf.latexdraw.parsers.svg.SVGSVGElement
 
getHid() - Method in class org.malai.interaction.Transition
 
getHid() - Method in interface org.malai.stateMachine.ITransition
 
getIconHeight() - Method in class org.malai.widget.MButtonIcon
 
getIconWidth() - Method in class org.malai.widget.MButtonIcon
 
getId() - Method in class net.sf.latexdraw.glib.models.impl.LShape
 
getId() - Method in interface net.sf.latexdraw.glib.models.interfaces.IShape
 
getId() - Method in class net.sf.latexdraw.parsers.svg.SVGElement
 
getImage() - Method in class net.sf.latexdraw.glib.models.impl.LPicture
 
getImage() - Method in interface net.sf.latexdraw.glib.models.interfaces.IPicture
 
getImage() - Method in class net.sf.latexdraw.glib.views.Java2D.impl.LTextView
 
getImage() - Method in interface net.sf.latexdraw.glib.views.Java2D.interfaces.IViewText
 
getImplementation() - Method in class net.sf.latexdraw.parsers.svg.SVGDocument
 
getIncrement() - Method in class net.sf.latexdraw.glib.models.impl.LAxes
 
getIncrement() - Method in class net.sf.latexdraw.glib.models.impl.LGroup
 
getIncrement() - Method in interface net.sf.latexdraw.glib.models.interfaces.IAxes
 
getIncrement() - Method in class org.malai.action.library.Scroll
 
getIncrement() - Method in class org.malai.interaction.library.Scrolling
 
getIncrementX() - Method in class net.sf.latexdraw.glib.models.impl.LAxes
 
getIncrementX() - Method in class net.sf.latexdraw.glib.models.impl.LGroup
 
getIncrementX() - Method in interface net.sf.latexdraw.glib.models.interfaces.IAxes
 
getIncrementY() - Method in class net.sf.latexdraw.glib.models.impl.LAxes
 
getIncrementY() - Method in class net.sf.latexdraw.glib.models.impl.LGroup
 
getIncrementY() - Method in interface net.sf.latexdraw.glib.models.interfaces.IAxes
 
getIncrLabelX() - Method in class net.sf.latexdraw.instruments.ShapeAxesCustomiser
 
getIncrLabelY() - Method in class net.sf.latexdraw.instruments.ShapeAxesCustomiser
 
getIndexPt() - Method in class net.sf.latexdraw.glib.handlers.CtrlPointHandler
 
getIndexPt() - Method in class net.sf.latexdraw.glib.handlers.MovePtHandler
 
getInitialPoint(int) - Method in class net.sf.latexdraw.parsers.svg.path.SVGPathSegList
Returns the initial point of the path containing the element at the position i.
getInputEncoding() - Method in class net.sf.latexdraw.parsers.svg.SVGDocument
 
getInputState() - Method in class org.malai.interaction.Transition
 
getInputState() - Method in interface org.malai.stateMachine.ITransition
 
getInstrument() - Method in class org.malai.action.library.InstrumentAction
 
getInstrument() - Method in class org.malai.instrument.Link
 
getInstruments() - Method in class net.sf.latexdraw.ui.LFrame
 
getInstruments() - Method in class org.malai.ui.UI
 
getInteraction() - Method in class org.malai.instrument.Link
 
getIntersection(ILine) - Method in class net.sf.latexdraw.glib.models.impl.LEllipse
 
getIntersection(ILine) - Method in class net.sf.latexdraw.glib.models.impl.LLine
 
getIntersection(ILine) - Method in interface net.sf.latexdraw.glib.models.interfaces.IEllipse
Computes the intersection points between the ellipse and the given line.
getIntersection(ILine) - Method in interface net.sf.latexdraw.glib.models.interfaces.ILine
 
getIntersectionSegment(ILine) - Method in class net.sf.latexdraw.glib.models.impl.LLine
 
getIntersectionSegment(ILine) - Method in interface net.sf.latexdraw.glib.models.interfaces.ILine
 
getInterval() - Method in class net.sf.latexdraw.glib.models.impl.LFreehand
 
getInterval() - Method in interface net.sf.latexdraw.glib.models.interfaces.IFreehand
 
getInterval() - Method in interface net.sf.latexdraw.glib.models.interfaces.IPlot
 
getJava2DArcStyle() - Method in class net.sf.latexdraw.glib.views.Java2D.impl.LArcView
 
getKey() - Method in class org.malai.interaction.KeyboardTransition
 
getKey() - Method in class org.malai.interaction.library.KeyInteraction
 
getKeyHIDUsed() - Method in class org.malai.interaction.library.KeysScrolling
 
getKeys() - Method in class org.malai.interaction.library.KeysPressure
 
getKeys() - Method in class org.malai.interaction.library.KeysScrolling
 
getKeys() - Method in class org.malai.interaction.library.KeysTyped
 
getLabel() - Method in enum net.sf.latexdraw.glib.models.interfaces.Arcable.ArcStyle
 
getLabel() - Method in enum net.sf.latexdraw.glib.ui.LMagneticGrid.GridStyle
 
getLabel() - Method in class net.sf.latexdraw.glib.views.latex.LaTeXGenerator
 
getLabel() - Method in enum net.sf.latexdraw.ui.ScaleRuler.Unit
 
getLabel() - Method in class org.malai.widget.MSpinner
 
getLabelField() - Method in class net.sf.latexdraw.instruments.DrawingPropertiesCustomiser
 
getLabelsDisplayed() - Method in class net.sf.latexdraw.glib.models.impl.LAxes
 
getLabelsDisplayed() - Method in class net.sf.latexdraw.glib.models.impl.LGroup
 
getLabelsDisplayed() - Method in interface net.sf.latexdraw.glib.models.interfaces.IAxes
 
getLabelsSize() - Method in class net.sf.latexdraw.glib.models.impl.LAbstractGrid
 
getLabelsSize() - Method in class net.sf.latexdraw.glib.models.impl.LGroup
 
getLabelsSize() - Method in interface net.sf.latexdraw.glib.models.interfaces.IStandardGrid
 
getLabelsSizeS() - Method in class net.sf.latexdraw.instruments.ShapeGridCustomiser
 
getLabelsXInvertedCB() - Method in class net.sf.latexdraw.instruments.ShapeGridCustomiser
 
getLabelsYInvertedCB() - Method in class net.sf.latexdraw.instruments.ShapeGridCustomiser
 
getLabelText() - Method in class net.sf.latexdraw.instruments.ListForCustomiser
 
getLangList() - Method in class net.sf.latexdraw.instruments.PreferencesSetter
 
getLanguage(String) - Static method in enum net.sf.latexdraw.lang.LangTool.Lang
 
getLastChild() - Method in class net.sf.latexdraw.parsers.svg.SVGAttr
 
getLastChild() - Method in class net.sf.latexdraw.parsers.svg.SVGDocument
 
getLastChild() - Method in class net.sf.latexdraw.parsers.svg.SVGElement
 
getLastHIDUsed() - Method in class org.malai.interaction.Interaction
 
getLastRedo() - Method in class org.malai.undo.UndoCollector
 
getLastRedoMessage() - Method in class org.malai.undo.UndoCollector
 
getLastUndo() - Method in class org.malai.undo.UndoCollector
 
getLastUndoMessage() - Method in class org.malai.undo.UndoCollector
 
getLatexBinPath() - Method in enum net.sf.latexdraw.util.LSystem.OperatingSystem
 
getLaTeXDocument() - Method in class net.sf.latexdraw.glib.views.Java2D.impl.LTextView
 
getLaTeXDocument() - Method in interface net.sf.latexdraw.glib.views.Java2D.interfaces.IViewText
 
getLatexDocument(IDrawing, ViewsSynchroniserHandler) - Static method in class net.sf.latexdraw.glib.views.latex.LaTeXGenerator
Generates a latex document that contains the pstricks code of the given canvas.
getLaTeXDrawElement(SVGGElement, String) - Method in class net.sf.latexdraw.generators.svg.LShapeSVGGenerator
 
getLatexErrorMessageFromLog() - Method in class net.sf.latexdraw.glib.views.Java2D.impl.LTextView
 
getLatexErrorMessageFromLog() - Method in interface net.sf.latexdraw.glib.views.Java2D.interfaces.IViewText
 
getLatexIncludes() - Method in class net.sf.latexdraw.instruments.PreferencesSetter
 
getLatexToken() - Method in enum net.sf.latexdraw.glib.models.interfaces.IShape.BorderPos
 
getLatexToken() - Method in enum net.sf.latexdraw.glib.models.interfaces.IShape.FillingStyle
 
getLatexToken() - Method in enum net.sf.latexdraw.glib.models.interfaces.IShape.LineStyle
 
getLatexToken() - Method in enum net.sf.latexdraw.glib.models.interfaces.IText.TextPosition
 
getLatexToken() - Method in enum net.sf.latexdraw.glib.models.interfaces.IText.TextSize
 
getLazyBottomRightPoint() - Method in class net.sf.latexdraw.glib.models.impl.LDot
 
getLazyBottomRightPoint() - Method in interface net.sf.latexdraw.glib.models.interfaces.IDot
While getBottomRightPoint takes care about the current shape of the dot to compute the bottom right point, this function computes the bottom right point only using the centre and the width of the dot which are the same for all the dot styles
getLazyTopLeftPoint() - Method in class net.sf.latexdraw.glib.models.impl.LDot
 
getLazyTopLeftPoint() - Method in interface net.sf.latexdraw.glib.models.interfaces.IDot
While getTopLeftPoint takes care about the current shape of the dot to compute the top left point, this function computes the top left point only using the centre and the width of the dot which are the same for all the dot styles
getLeft(BufferedImage, int, int) - Method in class net.sf.latexdraw.util.ImageCropper
Gets the left position where a pixel is not white.
getLength() - Method in class net.sf.latexdraw.parsers.svg.SVGNamedNodeMap
 
getLength() - Method in class net.sf.latexdraw.parsers.svg.SVGNodeList
 
getLength() - Method in class net.sf.latexdraw.parsers.svg.SVGText
 
getLength() - Method in class net.sf.latexdraw.ui.ScaleRuler
 
getLength() - Method in class net.sf.latexdraw.ui.XScaleRuler
 
getLength() - Method in class net.sf.latexdraw.ui.YScaleRuler
 
getLengthType() - Method in class net.sf.latexdraw.parsers.svg.parsers.SVGLength
 
getLineAngle() - Method in class net.sf.latexdraw.glib.models.impl.LLine
 
getLineAngle() - Method in interface net.sf.latexdraw.glib.models.interfaces.ILine
Computes the angle of the line.
getLineArc() - Method in class net.sf.latexdraw.glib.models.impl.LGroup
 
getLineArc() - Method in class net.sf.latexdraw.glib.models.impl.LRectangle
 
getLineArc() - Method in interface net.sf.latexdraw.glib.models.interfaces.ILineArcShape
 
getLineArcList() - Method in class net.sf.latexdraw.glib.models.impl.LGroup
 
getLineArcList() - Method in interface net.sf.latexdraw.glib.models.interfaces.IGroup
 
getLineCB() - Method in class net.sf.latexdraw.instruments.ShapeBorderCustomiser
 
getLineCode(float) - Method in class net.sf.latexdraw.glib.views.pst.PSTShapeView
 
getLineColButton() - Method in class net.sf.latexdraw.instruments.ShapeBorderCustomiser
 
getLineColour() - Method in class net.sf.latexdraw.glib.models.impl.LGroup
 
getLineColour() - Method in class net.sf.latexdraw.glib.models.impl.LShape
 
getLineColour() - Method in interface net.sf.latexdraw.glib.models.interfaces.IShape
 
getLineColourList() - Method in class net.sf.latexdraw.glib.models.impl.LGroup
 
getLineColourList() - Method in interface net.sf.latexdraw.glib.models.interfaces.IGroup
 
getLinePosition() - Method in class net.sf.latexdraw.parsers.CodeParser
 
getLinesB() - Method in class net.sf.latexdraw.instruments.EditingSelector
 
getLineStyle() - Method in class net.sf.latexdraw.glib.models.impl.LGroup
 
getLineStyle() - Method in class net.sf.latexdraw.glib.models.impl.LShape
 
getLineStyle() - Method in interface net.sf.latexdraw.glib.models.interfaces.IShape
 
getLineStyleList() - Method in class net.sf.latexdraw.glib.models.impl.LGroup
 
getLineStyleList() - Method in interface net.sf.latexdraw.glib.models.interfaces.IGroup
 
getLinks() - Method in class org.malai.instrument.Instrument
 
getList() - Method in class org.malai.interaction.library.ListSelectionModified
 
getList() - Method in class org.malai.interaction.ListTransition
 
getListCellRendererComponent(JList, Object, int, boolean, boolean) - Method in class net.sf.latexdraw.ui.LabelListCellRenderer
 
getLoadButton() - Method in class net.sf.latexdraw.instruments.FileLoaderSaver
 
getLoadMenu() - Method in class net.sf.latexdraw.instruments.FileLoaderSaver
 
getLocalName() - Method in class net.sf.latexdraw.parsers.svg.SVGAttr
 
getLocalName() - Method in class net.sf.latexdraw.parsers.svg.SVGDocument
 
getLocalName() - Method in class net.sf.latexdraw.parsers.svg.SVGElement
 
getLocationButtonPanel() - Method in class net.sf.latexdraw.ui.WidgetMiniToolbar
 
getLog() - Method in class net.sf.latexdraw.util.StreamExecReader
 
getLookAndFeel() - Method in class net.sf.latexdraw.util.Theme
 
getMagneticCB() - Method in class net.sf.latexdraw.instruments.MagneticGridCustomiser
 
getMagneticGrid() - Method in interface net.sf.latexdraw.glib.ui.ICanvas
 
getMagneticGrid() - Method in class net.sf.latexdraw.glib.ui.LCanvas
 
getMagneticGridCB() - Method in class net.sf.latexdraw.instruments.PreferencesSetter
 
getMagneticGridGap() - Method in class net.sf.latexdraw.glib.ui.LMagneticGrid
 
getManager() - Method in class net.sf.latexdraw.badaboom.BadaboomListener
 
getMapLangs() - Method in class net.sf.latexdraw.lang.LangTool
 
getMapping(Object, Map<Object, IMapping>, Map<Object, List<IMapping>>) - Static method in class org.malai.mapping.MappingRegistry
 
getMappingFromSource(Object) - Method in class org.malai.mapping.MappingRegistry
 
getMappingFromTarget(Object) - Method in class org.malai.mapping.MappingRegistry
 
getMarkerHeight() - Method in class net.sf.latexdraw.parsers.svg.SVGMarkerElement
 
getMarkerUnits() - Method in class net.sf.latexdraw.parsers.svg.SVGMarkerElement
 
getMarkerWidth() - Method in class net.sf.latexdraw.parsers.svg.SVGMarkerElement
 
getMatrix() - Method in class net.sf.latexdraw.parsers.svg.SVGTransform
 
getMaxX() - Method in interface net.sf.latexdraw.glib.models.interfaces.IPlot
 
getMenuItem() - Method in class org.malai.interaction.library.MenuItemPressed
 
getMenuItem() - Method in class org.malai.interaction.MenuItemTransition
 
getMessage() - Method in enum net.sf.latexdraw.actions.ShapeProperties
 
getMeta() - Method in class net.sf.latexdraw.parsers.svg.SVGSVGElement
 
getMetaShapeCustomiser() - Method in class net.sf.latexdraw.ui.LFrame
 
getMiddleHorizPosCB() - Method in class net.sf.latexdraw.instruments.DrawingPropertiesCustomiser
 
getMiddlePoint(IPoint) - Method in class net.sf.latexdraw.glib.models.impl.LPoint
 
getMiddlePoint(IPoint) - Method in interface net.sf.latexdraw.glib.models.interfaces.IPoint
 
getMiddlePoint() - Method in class net.sf.latexdraw.parsers.svg.SVGLinearGradientElement
 
getMiddlePt() - Method in class net.sf.latexdraw.glib.models.impl.LLine
 
getMiddlePt() - Method in interface net.sf.latexdraw.glib.models.interfaces.ILine
 
getMinPoints() - Method in class org.malai.interaction.library.MultiClick
 
getMinX() - Method in interface net.sf.latexdraw.glib.models.interfaces.IPlot
 
getMovePtHandler() - Method in class net.sf.latexdraw.instruments.Border.DnD2MovePoint
 
getName() - Method in enum net.sf.latexdraw.lang.LangTool.Lang
 
getName() - Method in class net.sf.latexdraw.parsers.svg.SVGAttr
 
getName() - Method in class org.malai.interaction.State
 
getName() - Method in interface org.malai.stateMachine.IState
 
getNamedItem(String) - Method in class net.sf.latexdraw.parsers.svg.SVGNamedNodeMap
 
getNamedItemNS(String, String) - Method in class net.sf.latexdraw.parsers.svg.SVGNamedNodeMap
 
getNamespaceURI() - Method in class net.sf.latexdraw.parsers.svg.SVGAttr
 
getNamespaceURI() - Method in class net.sf.latexdraw.parsers.svg.SVGDocument
 
getNamespaceURI() - Method in class net.sf.latexdraw.parsers.svg.SVGElement
 
getNbChildren(int) - Method in class net.sf.latexdraw.parsers.svg.SVGElement
 
getNbPoints() - Method in class net.sf.latexdraw.glib.models.impl.LShape
 
getNbPoints() - Method in interface net.sf.latexdraw.glib.models.interfaces.IPlot
 
getNbPoints() - Method in interface net.sf.latexdraw.glib.models.interfaces.IShape
 
getNbRecentFilesField() - Method in class net.sf.latexdraw.instruments.PreferencesSetter
 
getNewButton() - Method in class net.sf.latexdraw.instruments.FileLoaderSaver
 
getNewMenu() - Method in class net.sf.latexdraw.instruments.FileLoaderSaver
 
getNewRadius(double, boolean) - Method in class net.sf.latexdraw.glib.models.impl.LDot
Returns the radius computed using a new position (value) and an axe (isX).
getNextSibling() - Method in class net.sf.latexdraw.parsers.svg.SVGAttr
 
getNextSibling() - Method in class net.sf.latexdraw.parsers.svg.SVGDocument
 
getNextSibling() - Method in class net.sf.latexdraw.parsers.svg.SVGElement
 
getNodeName() - Method in class net.sf.latexdraw.parsers.svg.SVGAttr
 
getNodeName() - Method in class net.sf.latexdraw.parsers.svg.SVGComment
 
getNodeName() - Method in class net.sf.latexdraw.parsers.svg.SVGDocument
 
getNodeName() - Method in class net.sf.latexdraw.parsers.svg.SVGElement
 
getNodes() - Method in class net.sf.latexdraw.parsers.svg.SVGNodeList
 
getNodeType() - Method in class net.sf.latexdraw.parsers.svg.SVGAttr
 
getNodeType() - Method in class net.sf.latexdraw.parsers.svg.SVGCDATASection
 
getNodeType() - Method in class net.sf.latexdraw.parsers.svg.SVGComment
 
getNodeType() - Method in class net.sf.latexdraw.parsers.svg.SVGDocument
 
getNodeType() - Method in class net.sf.latexdraw.parsers.svg.SVGElement
 
getNodeType() - Method in class net.sf.latexdraw.parsers.svg.SVGText
 
getNodeValue() - Method in class net.sf.latexdraw.parsers.svg.SVGAttr
 
getNodeValue() - Method in class net.sf.latexdraw.parsers.svg.SVGDocument
 
getNodeValue() - Method in class net.sf.latexdraw.parsers.svg.SVGElement
 
getNodeValue() - Method in class net.sf.latexdraw.parsers.svg.SVGText
 
getNormaliseNamespaceURI(String) - Method in class net.sf.latexdraw.util.LPath
Normalises the given namespace URI: if the given namespace is null or empty, an empty string is returned.
getObject() - Method in class org.malai.interaction.library.KeysPressure
 
getObject() - Method in class org.malai.interaction.library.KeysTyped
 
getOffset() - Method in class net.sf.latexdraw.parsers.svg.SVGStopElement
The offset attribute indicates where the gradient stop is placed.
getOGap() - Method in class net.sf.latexdraw.glib.models.impl.LDot
 
getOGap() - Method in interface net.sf.latexdraw.glib.models.interfaces.IDot
 
getOpacity() - Method in class net.sf.latexdraw.glib.handlers.Handler
 
getOpacity() - Method in interface net.sf.latexdraw.glib.handlers.IHandler
 
getOpacity() - Method in class net.sf.latexdraw.glib.models.impl.LShape
 
getOpacity() - Method in interface net.sf.latexdraw.glib.models.interfaces.IShape
 
getOpposite() - Method in enum net.sf.latexdraw.glib.models.interfaces.IShape.Position
 
getOppositeArrowStyle() - Method in enum net.sf.latexdraw.glib.models.interfaces.IArrow.ArrowStyle
 
getOriginDrawingPoint() - Method in class net.sf.latexdraw.glib.ui.LCanvas
 
getOriginDrawingPoint() - Method in interface net.sf.latexdraw.glib.views.synchroniser.ViewsSynchroniserHandler
 
getOriginX() - Method in class net.sf.latexdraw.glib.models.impl.LAbstractGrid
 
getOriginX() - Method in class net.sf.latexdraw.glib.models.impl.LGroup
 
getOriginX() - Method in interface net.sf.latexdraw.glib.models.interfaces.IStandardGrid
 
getOriginY() - Method in class net.sf.latexdraw.glib.models.impl.LAbstractGrid
 
getOriginY() - Method in class net.sf.latexdraw.glib.models.impl.LGroup
 
getOriginY() - Method in interface net.sf.latexdraw.glib.models.interfaces.IStandardGrid
 
getOutputState() - Method in class org.malai.interaction.Transition
 
getOutputState() - Method in interface org.malai.stateMachine.ITransition
 
getOwnerDocument() - Method in class net.sf.latexdraw.parsers.svg.SVGAttr
 
getOwnerDocument() - Method in class net.sf.latexdraw.parsers.svg.SVGDocument
 
getOwnerDocument() - Method in class net.sf.latexdraw.parsers.svg.SVGElement
 
getOwnerElement() - Method in class net.sf.latexdraw.parsers.svg.SVGAttr
 
getPackages() - Static method in class net.sf.latexdraw.glib.views.latex.LaTeXGenerator
 
getPackagesField() - Method in class net.sf.latexdraw.instruments.TextCustomiser
 
getPackagesLabel() - Method in class net.sf.latexdraw.instruments.TextCustomiser
 
getPackagesUnary() - Static method in class net.sf.latexdraw.glib.views.latex.LaTeXGenerator
 
getPaint() - Method in class net.sf.latexdraw.parsers.svg.parsers.Graphics2D2SVG
 
getPanel() - Method in class org.malai.action.library.Scroll
 
getParamsCode(float, double) - Method in class net.sf.latexdraw.glib.views.pst.PSTGridView
Returns the PST code of the parameters of the grid.
getParent() - Method in class net.sf.latexdraw.parsers.svg.SVGElement
 
getParentNode() - Method in class net.sf.latexdraw.parsers.svg.SVGAttr
 
getParentNode() - Method in class net.sf.latexdraw.parsers.svg.SVGDocument
 
getParentNode() - Method in class net.sf.latexdraw.parsers.svg.SVGElement
 
getPasteMenu() - Method in class net.sf.latexdraw.instruments.CopierCutterPaster
 
getPaster() - Method in class net.sf.latexdraw.ui.LFrame
 
getPath() - Method in class net.sf.latexdraw.generators.svg.LFreeHandSVGGenerator
 
getPath() - Method in class net.sf.latexdraw.glib.views.Java2D.impl.LShapeView
 
getPath() - Method in interface net.sf.latexdraw.glib.views.Java2D.interfaces.IViewShape
 
getPathCurves(SVGPathSegList) - Method in class net.sf.latexdraw.generators.svg.LFreeHandSVGGenerator
Fills the given SVG path with elements corresponding to the Freehand curved path.
getPathData() - Method in class net.sf.latexdraw.parsers.svg.SVGPathElement
The definition of the outline of a shape.
getPathExport() - Method in class net.sf.latexdraw.instruments.Exporter
 
getPathExportField() - Method in class net.sf.latexdraw.instruments.PreferencesSetter
 
getPathJar() - Method in class net.sf.latexdraw.util.LPath
Allows to get the path of the project where the class LaTeXDrawPath is located.
getPathLines(SVGPathSegList) - Method in class net.sf.latexdraw.generators.svg.LFreeHandSVGGenerator
Fills the given SVG path with elements corresponding to the Freehand lined path.
getPathLocalUser() - Method in class net.sf.latexdraw.util.LPath
 
getPathOpenField() - Method in class net.sf.latexdraw.instruments.PreferencesSetter
 
getPathSave() - Method in class net.sf.latexdraw.instruments.FileLoaderSaver
 
getPathSegList() - Method in class net.sf.latexdraw.generators.svg.LBezierCurveSVGGenerator
 
getPathShared() - Method in class net.sf.latexdraw.util.LPath
 
getPathSource() - Method in class net.sf.latexdraw.glib.models.impl.LPicture
 
getPathSource() - Method in interface net.sf.latexdraw.glib.models.interfaces.IPicture
 
getPathTarget() - Method in class net.sf.latexdraw.glib.models.impl.LPicture
 
getPathTarget() - Method in interface net.sf.latexdraw.glib.models.interfaces.IPicture
 
getPathTemplatesShared() - Method in class net.sf.latexdraw.util.LPath
 
getPathTexEditorField() - Method in class net.sf.latexdraw.instruments.PreferencesSetter
 
getPatternContentUnits() - Method in class net.sf.latexdraw.parsers.svg.SVGPatternElement
 
getPatternUnits() - Method in class net.sf.latexdraw.parsers.svg.SVGPatternElement
 
getPdfButton() - Method in class net.sf.latexdraw.instruments.Exporter
 
getPdfcropBinPath() - Method in enum net.sf.latexdraw.util.LSystem.OperatingSystem
 
getPencil() - Method in class net.sf.latexdraw.actions.ModifyPencilStyle
 
getPencil() - Method in class net.sf.latexdraw.instruments.EditingSelector
 
getPencil() - Method in class net.sf.latexdraw.instruments.ShapePropertyCustomiser
 
getPencil() - Method in class net.sf.latexdraw.ui.LFrame
 
getPerpendicularLine(IPoint) - Method in class net.sf.latexdraw.glib.models.impl.LLine
 
getPerpendicularLine(IPoint) - Method in interface net.sf.latexdraw.glib.models.interfaces.ILine
Creates the line which is perpendicular to the current line at the point pt.
getPersoGridGapField() - Method in class net.sf.latexdraw.instruments.PreferencesSetter
 
getPersoGridRB() - Method in class net.sf.latexdraw.instruments.PreferencesSetter
 
getPicB() - Method in class net.sf.latexdraw.instruments.EditingSelector
 
getPickableAt(double, double) - Method in class net.sf.latexdraw.glib.ui.LCanvas
 
getPickableAt(double, double) - Method in class net.sf.latexdraw.instruments.Border
 
getPickableAt(double, double) - Method in class net.sf.latexdraw.ui.WidgetMiniToolbar
 
getPickableAt(double, double, Object) - Static method in class org.malai.interaction.Interaction
Try to find a Pickable object at the given coordinate in the given source object.
getPickableAt(double, double) - Method in interface org.malai.picking.Picker
 
getPickableAt(double, double) - Method in class org.malai.widget.MLayeredPane
 
getPickableAt(double, double) - Method in class org.malai.widget.MMenu
 
getPickableAt(double, double) - Method in class org.malai.widget.MMenuBar
 
getPickableAt(double, double) - Method in class org.malai.widget.MPanel
 
getPickableAt(double, double) - Method in class org.malai.widget.MPopupMenu
 
getPickableAt(double, double) - Method in class org.malai.widget.MScrollPane
 
getPickableAt(double, double) - Method in class org.malai.widget.MToolBar
 
getPickableAt(Component, Component[], double, double) - Method in class org.malai.widget.WidgetUtilities
 
getPicker() - Method in class net.sf.latexdraw.glib.handlers.Handler
 
getPicker() - Method in class net.sf.latexdraw.glib.ui.LCanvas
 
getPicker() - Method in class net.sf.latexdraw.glib.views.Java2D.impl.LShapeView
 
getPicker() - Method in class net.sf.latexdraw.ui.ScaleRuler
 
getPicker() - Method in interface org.malai.picking.Pickable
 
getPicker() - Method in class org.malai.widget.MButton
 
getPicker() - Method in class org.malai.widget.MCheckBox
 
getPicker() - Method in class org.malai.widget.MCheckBoxMenuItem
 
getPicker() - Method in class org.malai.widget.MComboBox
 
getPicker() - Method in class org.malai.widget.MMenu
 
getPicker() - Method in class org.malai.widget.MMenuItem
 
getPicker() - Method in class org.malai.widget.MRadioButton
 
getPicker() - Method in class org.malai.widget.MSlider
 
getPicker() - Method in class org.malai.widget.MSpinner
 
getPicker() - Method in class org.malai.widget.MTextArea
 
getPicker() - Method in class org.malai.widget.MTextField
 
getPicker() - Method in class org.malai.widget.MToggleButton
 
getPicker(Component) - Method in class org.malai.widget.WidgetUtilities
 
getPickerAt(double, double) - Method in class net.sf.latexdraw.glib.ui.LCanvas
 
getPickerAt(double, double) - Method in class net.sf.latexdraw.instruments.Border
 
getPickerAt(double, double) - Method in class net.sf.latexdraw.ui.WidgetMiniToolbar
 
getPickerAt(double, double) - Method in interface org.malai.picking.Picker
 
getPickerAt(double, double) - Method in class org.malai.widget.MLayeredPane
 
getPickerAt(double, double) - Method in class org.malai.widget.MMenu
 
getPickerAt(double, double) - Method in class org.malai.widget.MMenuBar
 
getPickerAt(double, double) - Method in class org.malai.widget.MPanel
 
getPickerAt(double, double) - Method in class org.malai.widget.MPopupMenu
 
getPickerAt(double, double) - Method in class org.malai.widget.MScrollPane
 
getPickerAt(double, double) - Method in class org.malai.widget.MToolBar
 
getPickerAt(Component, Component[], double, double) - Method in class org.malai.widget.WidgetUtilities
 
getPictureFileChooser() - Method in class net.sf.latexdraw.instruments.Pencil
 
getPlatformLnF() - Method in class net.sf.latexdraw.util.Theme
 
getPlusGap() - Method in class net.sf.latexdraw.glib.models.impl.LDot
 
getPlusGap() - Method in interface net.sf.latexdraw.glib.models.interfaces.IDot
 
getPoint() - Method in class net.sf.latexdraw.actions.MoveCtrlPoint
 
getPoint() - Method in class net.sf.latexdraw.parsers.svg.path.SVGPathSegLineto
 
getPoint() - Method in class org.malai.interaction.library.PointInteraction
 
getPoint1() - Method in class net.sf.latexdraw.glib.models.impl.LLine
 
getPoint1() - Method in interface net.sf.latexdraw.glib.models.interfaces.ILine
 
getPoint2() - Method in class net.sf.latexdraw.glib.models.impl.LLine
 
getPoint2() - Method in interface net.sf.latexdraw.glib.models.interfaces.ILine
 
getPoints() - Method in class net.sf.latexdraw.glib.models.impl.LShape
 
getPoints() - Method in interface net.sf.latexdraw.glib.models.interfaces.IShape
 
getPoints() - Method in class net.sf.latexdraw.parsers.svg.AbstractPointsElement
 
getPoints(String) - Static method in class net.sf.latexdraw.parsers.svg.parsers.SVGPointsParser
Parses the given code and return the parsed points or null.
getPoints() - Method in class net.sf.latexdraw.parsers.svg.parsers.SVGPointsParser
 
getPoints() - Method in class org.malai.interaction.library.MultiClick
 
getPoints2D() - Method in class net.sf.latexdraw.parsers.svg.AbstractPointsElement
 
getPointsCode(IPoint, float) - Method in class net.sf.latexdraw.glib.views.pst.PSTPolygonView
 
getPointValue() - Method in enum net.sf.latexdraw.parsers.svg.parsers.SVGLengthParser.FontSize
 
getPolygonB() - Method in class net.sf.latexdraw.instruments.EditingSelector
 
getPosition() - Method in class net.sf.latexdraw.glib.handlers.ScaleHandler
 
getPosition() - Method in class net.sf.latexdraw.glib.models.impl.LArrow
 
getPosition() - Method in class net.sf.latexdraw.glib.models.impl.LDot
 
getPosition() - Method in class net.sf.latexdraw.glib.models.impl.LGroup
 
getPosition() - Method in class net.sf.latexdraw.glib.models.impl.LPositionShape
 
getPosition() - Method in interface net.sf.latexdraw.glib.models.interfaces.IArrow
 
getPosition() - Method in interface net.sf.latexdraw.glib.models.interfaces.IPositionShape
 
getPosition(String) - Static method in enum net.sf.latexdraw.glib.views.latex.LaTeXGenerator.VerticalPosition
 
getPosition() - Method in class net.sf.latexdraw.parsers.CodeParser
 
getPositionCB() - Method in class net.sf.latexdraw.instruments.DrawingPropertiesCustomiser
 
getPositionGap() - Method in class net.sf.latexdraw.generators.svg.LShapeSVGGenerator
If a figure can move its border, we have to compute the difference between the PSTricks shape and the SVG shape.
getPositionVertToken() - Method in class net.sf.latexdraw.glib.views.latex.LaTeXGenerator
 
getPPCDrawing() - Method in class net.sf.latexdraw.glib.ui.LCanvas
 
getPPCDrawing() - Method in interface net.sf.latexdraw.glib.views.synchroniser.ViewsSynchroniserHandler
 
getPredefinedColour(String) - Method in class net.sf.latexdraw.glib.views.latex.DviPsColors
 
getPrefix() - Method in class net.sf.latexdraw.parsers.svg.SVGAttr
 
getPrefix() - Method in class net.sf.latexdraw.parsers.svg.SVGDocument
 
getPrefix() - Method in class net.sf.latexdraw.parsers.svg.SVGElement
 
getPrefSetters() - Method in class net.sf.latexdraw.ui.LFrame
 
getPresentation(Class<A>, Class<C>) - Method in class org.malai.ui.UI
Allows to get the presentation which abstract and concrete presentations match the given classes.
getPresentations() - Method in class org.malai.ui.UI
 
getPreviousSibling() - Method in class net.sf.latexdraw.parsers.svg.SVGAttr
 
getPreviousSibling() - Method in class net.sf.latexdraw.parsers.svg.SVGDocument
 
getPreviousSibling() - Method in class net.sf.latexdraw.parsers.svg.SVGElement
 
getProgressBar() - Method in class net.sf.latexdraw.instruments.FileLoaderSaver
 
getProgressBar() - Method in class net.sf.latexdraw.ui.SplashScreen
 
getPropertiesCode(float) - Method in class net.sf.latexdraw.glib.views.pst.PSTClassicalView
 
getPropertyValues(IGroup) - Method in enum net.sf.latexdraw.actions.ShapeProperties
 
getPs2pdfBinPath() - Method in enum net.sf.latexdraw.util.LSystem.OperatingSystem
 
getPstGenerator() - Method in class net.sf.latexdraw.ui.LCodePanel
 
getPSTToken() - Method in enum net.sf.latexdraw.glib.models.interfaces.IArrow.ArrowStyle
 
getPSTToken() - Method in enum net.sf.latexdraw.glib.models.interfaces.IAxes.AxesStyle
 
getPSTToken() - Method in enum net.sf.latexdraw.glib.models.interfaces.IAxes.PlottingStyle
 
getPSTToken() - Method in enum net.sf.latexdraw.glib.models.interfaces.IAxes.TicksStyle
 
getPSTToken() - Method in enum net.sf.latexdraw.glib.models.interfaces.IDot.DotStyle
 
getPtAt(int) - Method in class net.sf.latexdraw.glib.models.impl.LShape
 
getPtAt(int) - Method in interface net.sf.latexdraw.glib.models.interfaces.IShape
 
getPx() - Method in class org.malai.interaction.library.Scrolling
 
getPy() - Method in class org.malai.interaction.library.Scrolling
 
getR() - Method in class net.sf.latexdraw.parsers.svg.SVGCircleElement
 
getRadius() - Method in class net.sf.latexdraw.glib.models.impl.LCircleArc
 
getRadius() - Method in class net.sf.latexdraw.glib.models.impl.LDot
 
getRadius() - Method in class net.sf.latexdraw.glib.models.impl.LGroup
 
getRadius() - Method in interface net.sf.latexdraw.glib.models.interfaces.Dottable
 
getRadius() - Method in interface net.sf.latexdraw.glib.models.interfaces.ICircleArc
 
getRBracketNum() - Method in class net.sf.latexdraw.glib.models.impl.LArrow
 
getRBracketNum() - Method in class net.sf.latexdraw.glib.models.impl.LGroup
 
getRBracketNum() - Method in class net.sf.latexdraw.glib.models.impl.LShape
 
getRBracketNum() - Method in interface net.sf.latexdraw.glib.models.interfaces.IArrowable
 
getRbracketNum() - Method in class net.sf.latexdraw.instruments.ShapeArrowCustomiser
 
getRecB() - Method in class net.sf.latexdraw.instruments.EditingSelector
 
getRecentFilesMenu() - Method in class net.sf.latexdraw.instruments.FileLoaderSaver
 
getRedo() - Method in class org.malai.undo.UndoCollector
 
getRedoB() - Method in class org.malai.instrument.library.UndoRedoManager
 
getRefPosition() - Method in class net.sf.latexdraw.actions.ScaleShapes
 
getRefX() - Method in class net.sf.latexdraw.parsers.svg.SVGMarkerElement
 
getRefY() - Method in class net.sf.latexdraw.parsers.svg.SVGMarkerElement
 
getRelativePoint(double, double, Object) - Method in class net.sf.latexdraw.instruments.Border
 
getRelativePoint(double, double, Object) - Method in class net.sf.latexdraw.ui.WidgetMiniToolbar
 
getRelativePoint(double, double, Object) - Method in interface org.malai.picking.Picker
 
getRelativePoint(double, double, Object) - Method in class org.malai.widget.MLayeredPane
 
getRelativePoint(double, double, Object) - Method in class org.malai.widget.MMenu
 
getRelativePoint(double, double, Object) - Method in class org.malai.widget.MMenuBar
 
getRelativePoint(double, double, Object) - Method in class org.malai.widget.MPanel
 
getRelativePoint(double, double, Object) - Method in class org.malai.widget.MPopupMenu
 
getRelativePoint(double, double, Object) - Method in class org.malai.widget.MScrollPane
 
getRelativePoint(double, double, Object) - Method in class org.malai.widget.MToolBar
 
getRelativePoint(Component[], double, double, Object) - Method in class org.malai.widget.WidgetUtilities
 
getRenderingCheckBox() - Method in class net.sf.latexdraw.instruments.PreferencesSetter
 
getRenderingHint(RenderingHints.Key) - Method in class net.sf.latexdraw.parsers.svg.parsers.Graphics2D2SVG
 
getRenderingHints() - Method in class net.sf.latexdraw.parsers.svg.parsers.Graphics2D2SVG
 
getReportBugItem() - Method in class net.sf.latexdraw.instruments.Helper
 
getRGBColour(String) - Method in class net.sf.latexdraw.parsers.svg.CSSColors
Allows to get a RGB colour from a string which can be either an hexadecimal colour (CSS) or an explicit colour name (blue,...)
getRhombusB() - Method in class net.sf.latexdraw.instruments.EditingSelector
 
getRight(BufferedImage, int, int) - Method in class net.sf.latexdraw.util.ImageCropper
Gets the right position where a pixel is not white.
getRootElement() - Method in class net.sf.latexdraw.parsers.svg.SVGElement
Allows to get the root of the SVG document.
getRotate180Button() - Method in class net.sf.latexdraw.instruments.ShapeRotationCustomiser
 
getRotate270Button() - Method in class net.sf.latexdraw.instruments.ShapeRotationCustomiser
 
getRotate90Button() - Method in class net.sf.latexdraw.instruments.ShapeRotationCustomiser
 
getRotatedRectangle(double, double, double, double, double, IPoint, IPoint, IPoint) - Static method in class net.sf.latexdraw.glib.views.Java2D.impl.LRectangularView
Gives the top-left and the bottom-right points of the rotated rectangle.
getRotatedShape2D(double, Shape, IPoint, IPoint) - Static method in class net.sf.latexdraw.glib.views.Java2D.impl.LShapeView
 
getRotatedShape2D() - Method in class net.sf.latexdraw.glib.views.Java2D.impl.LShapeView
 
getRotatedShape2D() - Method in interface net.sf.latexdraw.glib.views.Java2D.interfaces.IViewShape
This function creates the corresponding rotated Java shape using the shape model.
getRotationAngle() - Method in class net.sf.latexdraw.glib.models.impl.LGroup
 
getRotationAngle() - Method in class net.sf.latexdraw.glib.models.impl.LShape
 
getRotationAngle() - Method in interface net.sf.latexdraw.glib.models.interfaces.IShape
 
getRotationAngle() - Method in class net.sf.latexdraw.parsers.svg.SVGTransform
 
getRotationAngleList() - Method in class net.sf.latexdraw.glib.models.impl.LGroup
 
getRotationAngleList() - Method in interface net.sf.latexdraw.glib.models.interfaces.IGroup
 
getRotationCustomiser() - Method in class net.sf.latexdraw.instruments.MetaShapeCustomiser
 
getRotationField() - Method in class net.sf.latexdraw.instruments.ShapeRotationCustomiser
 
getRotationHeaderCode(float, IPoint) - Method in class net.sf.latexdraw.glib.views.pst.PSTShapeView
 
getRoundShapedArrowRadius() - Method in class net.sf.latexdraw.glib.models.impl.LArrow
 
getRoundShapedArrowRadius() - Method in interface net.sf.latexdraw.glib.models.interfaces.IArrow
 
getRowCount() - Method in class net.sf.latexdraw.badaboom.BadaboomTableModel
 
getRx() - Method in class net.sf.latexdraw.glib.models.impl.LEllipse
 
getRx() - Method in interface net.sf.latexdraw.glib.models.interfaces.IEllipse
 
getRX() - Method in class net.sf.latexdraw.parsers.svg.path.SVGPathSegArc
 
getRx() - Method in class net.sf.latexdraw.parsers.svg.SVGEllipseElement
 
getRx() - Method in class net.sf.latexdraw.parsers.svg.SVGRectElement
 
getRy() - Method in class net.sf.latexdraw.glib.models.impl.LEllipse
 
getRy() - Method in interface net.sf.latexdraw.glib.models.interfaces.IEllipse
 
getRY() - Method in class net.sf.latexdraw.parsers.svg.path.SVGPathSegArc
 
getRy() - Method in class net.sf.latexdraw.parsers.svg.SVGEllipseElement
 
getRy() - Method in class net.sf.latexdraw.parsers.svg.SVGRectElement
 
getSaveAsMenu() - Method in class net.sf.latexdraw.instruments.FileLoaderSaver
 
getSaveButton() - Method in class net.sf.latexdraw.instruments.FileLoaderSaver
 
getSaveMenu() - Method in class net.sf.latexdraw.instruments.FileLoaderSaver
 
getScaledHeight() - Method in class net.sf.latexdraw.actions.ScaleShapes
 
getScaledWidth() - Method in class net.sf.latexdraw.actions.ScaleShapes
 
getScaleHandler() - Method in class net.sf.latexdraw.instruments.Border.DnD2Scale
 
getScaleRulersCustomiser() - Method in class net.sf.latexdraw.ui.LFrame
 
getSchemaTypeInfo() - Method in class net.sf.latexdraw.parsers.svg.SVGAttr
 
getSchemaTypeInfo() - Method in class net.sf.latexdraw.parsers.svg.SVGElement
 
getScrollbar(boolean) - Method in class org.malai.widget.MLayeredPane
 
getScrollbar(boolean) - Method in class org.malai.widget.MPanel
 
getScrollpane() - Method in class org.malai.widget.MEditorPane
 
getScrollpane() - Method in class org.malai.widget.MLayeredPane
 
getScrollpane() - Method in class org.malai.widget.MPanel
 
getScrollpane() - Method in class org.malai.widget.MTextArea
 
getScrollpane() - Method in interface org.malai.widget.Scrollable
 
getScrollTarget() - Method in class org.malai.interaction.library.Scrolling
 
getSecondCtrlPtAt(int) - Method in class net.sf.latexdraw.glib.models.impl.LAbstractCtrlPointShape
 
getSecondCtrlPtAt(int) - Method in interface net.sf.latexdraw.glib.models.interfaces.IControlPointShape
 
getSecondCtrlPts() - Method in class net.sf.latexdraw.glib.models.impl.LAbstractCtrlPointShape
 
getSecondCtrlPts() - Method in interface net.sf.latexdraw.glib.models.interfaces.IControlPointShape
 
getSegList() - Method in class net.sf.latexdraw.parsers.svg.SVGPathElement
 
getSelection() - Method in class net.sf.latexdraw.glib.models.impl.LDrawing
 
getSelection() - Method in interface net.sf.latexdraw.glib.models.interfaces.IDrawing
 
getSelection() - Method in class net.sf.latexdraw.instruments.Border
 
getSepB() - Method in class net.sf.latexdraw.instruments.ShapeGrouper
 
getShadowAngle() - Method in class net.sf.latexdraw.glib.models.impl.LGroup
 
getShadowAngle() - Method in class net.sf.latexdraw.glib.models.impl.LShape
 
getShadowAngle() - Method in interface net.sf.latexdraw.glib.models.interfaces.IShape
 
getShadowAngleField() - Method in class net.sf.latexdraw.instruments.ShapeShadowCustomiser
 
getShadowAngleList() - Method in class net.sf.latexdraw.glib.models.impl.LGroup
 
getShadowAngleList() - Method in interface net.sf.latexdraw.glib.models.interfaces.IGroup
 
getShadowCB() - Method in class net.sf.latexdraw.instruments.ShapeShadowCustomiser
 
getShadowCode(float) - Method in class net.sf.latexdraw.glib.views.pst.PSTShapeView
 
getShadowCol() - Method in class net.sf.latexdraw.glib.models.impl.LGroup
 
getShadowCol() - Method in class net.sf.latexdraw.glib.models.impl.LShape
 
getShadowCol() - Method in interface net.sf.latexdraw.glib.models.interfaces.IShape
 
getShadowColB() - Method in class net.sf.latexdraw.instruments.ShapeShadowCustomiser
 
getShadowColList() - Method in class net.sf.latexdraw.glib.models.impl.LGroup
 
getShadowColList() - Method in interface net.sf.latexdraw.glib.models.interfaces.IGroup
 
getShadowCustomiser() - Method in class net.sf.latexdraw.instruments.MetaShapeCustomiser
 
getShadowGap() - Method in class net.sf.latexdraw.glib.models.impl.LShape
 
getShadowGap() - Method in interface net.sf.latexdraw.glib.models.interfaces.IShape
Computes the translation vector between the shape itself and its shadow.
getShadowSize() - Method in class net.sf.latexdraw.glib.models.impl.LGroup
 
getShadowSize() - Method in class net.sf.latexdraw.glib.models.impl.LShape
 
getShadowSize() - Method in interface net.sf.latexdraw.glib.models.interfaces.IShape
 
getShadowSizeField() - Method in class net.sf.latexdraw.instruments.ShapeShadowCustomiser
 
getShadowSizeList() - Method in class net.sf.latexdraw.glib.models.impl.LGroup
 
getShadowSizeList() - Method in interface net.sf.latexdraw.glib.models.interfaces.IGroup
 
getShape() - Method in class net.sf.latexdraw.actions.ShapeAction
 
getShape() - Method in class net.sf.latexdraw.generators.svg.LShapeSVGGenerator
 
getShape() - Method in class net.sf.latexdraw.glib.models.impl.LArrow
 
getShape() - Method in interface net.sf.latexdraw.glib.models.interfaces.IArrow
 
getShape() - Method in class net.sf.latexdraw.glib.views.AbstractView
 
getShape() - Method in interface net.sf.latexdraw.glib.views.IAbstractView
 
getShapeAt(int) - Method in class net.sf.latexdraw.glib.models.impl.LGroup
 
getShapeAt(int) - Method in interface net.sf.latexdraw.glib.models.interfaces.ISetShapes
Allows to get the shape located at the given position.
getShapeAxes() - Method in class net.sf.latexdraw.instruments.ShapeAxesCustomiser
 
getShapeGrouper() - Method in class net.sf.latexdraw.instruments.MetaShapeCustomiser
 
getShapes() - Method in class net.sf.latexdraw.actions.MultiShapesAction
 
getShapes() - Method in class net.sf.latexdraw.glib.models.impl.LGroup
 
getShapes() - Method in interface net.sf.latexdraw.glib.models.interfaces.ISetShapes
 
getShapeTicks() - Method in class net.sf.latexdraw.instruments.ShapeAxesCustomiser
 
getShowLabels() - Method in class net.sf.latexdraw.instruments.ShapeAxesCustomiser
 
getShowOrigin() - Method in class net.sf.latexdraw.instruments.ShapeAxesCustomiser
 
getShowPointsCode() - Method in class net.sf.latexdraw.glib.views.pst.PSTShapeView
 
getShowPointsDot(SVGDocument, double, IPoint, Color) - Static method in class net.sf.latexdraw.generators.svg.LShapeSVGGenerator
Creates an SVG circle that represents a dot for the option 'show points'.
getShowPointsElement(SVGDocument) - Method in class net.sf.latexdraw.generators.svg.LBezierCurveSVGGenerator
Creates an SVG g element that contains the 'show points' plotting.
getShowPointsElement(SVGDocument) - Method in class net.sf.latexdraw.generators.svg.LCircleArcSVGGenerator
Creates an SVG g element that contains the 'show points' plotting.
getShowPointsLine(SVGDocument, double, Color, IPoint, IPoint, double, double, boolean, double, double) - Static method in class net.sf.latexdraw.generators.svg.LShapeSVGGenerator
Creates a line with the style of the 'show points' option.
getShowPreferencesMenu() - Method in class net.sf.latexdraw.instruments.PreferencesActivator
 
getShowTicks() - Method in class net.sf.latexdraw.instruments.ShapeAxesCustomiser
 
getSize() - Method in class net.sf.latexdraw.glib.handlers.Handler
 
getSize() - Method in interface net.sf.latexdraw.glib.handlers.IHandler
 
getSizeLinks() - Method in class org.malai.instrument.Instrument
 
getSizeMax() - Method in class org.malai.action.ActionsRegistry
 
getSizeMax() - Method in class org.malai.undo.UndoCollector
 
getSource() - Method in class net.sf.latexdraw.mapping.SelectionMapping
 
getSource() - Method in class net.sf.latexdraw.mapping.ShapeList2ExporterMapping
 
getSource() - Method in class org.malai.interaction.KeyboardTransition
 
getSource() - Method in class org.malai.interaction.PointingDeviceTransition
 
getSource() - Method in interface org.malai.mapping.IMapping
Returns the source object of the mapping.
getSource() - Method in class org.malai.mapping.List2ObjectMapping
 
getSource() - Method in class org.malai.mapping.Object2ObjectMapping
 
getSource() - Method in class org.malai.mapping.Unary2UnaryMapping
 
getSourceFromTarget(Object, Class<T>) - Method in interface org.malai.mapping.IMappingRegistry
 
getSourceFromTarget(Object, Class<T>) - Method in class org.malai.mapping.MappingRegistry
 
getSpecified() - Method in class net.sf.latexdraw.parsers.svg.SVGAttr
 
getSpinner() - Method in class org.malai.interaction.library.SpinnerModified
 
getSpinner() - Method in class org.malai.interaction.SpinnerTransition
 
getSpreadMethod() - Method in class net.sf.latexdraw.parsers.svg.SVGLinearGradientElement
Indicates what happens if the gradient starts or ends inside the bounds of the target rectangle.
getSquareB() - Method in class net.sf.latexdraw.instruments.EditingSelector
 
getSrcOrTarFromTarOrSrc(boolean, Object, Class<T>) - Method in class org.malai.mapping.MappingRegistry
Allows to get the source or the target object of a mapping using the target or the source object.
getStart() - Method in class net.sf.latexdraw.ui.ScaleRuler
 
getStart() - Method in class net.sf.latexdraw.ui.XScaleRuler
 
getStart() - Method in class net.sf.latexdraw.ui.YScaleRuler
 
getStartAngleS() - Method in class net.sf.latexdraw.instruments.ShapeArcCustomiser
 
getStartColor() - Method in class net.sf.latexdraw.parsers.svg.SVGLinearGradientElement
 
getStartObject() - Method in class org.malai.interaction.library.DnD
 
getStartPoint() - Method in class net.sf.latexdraw.glib.models.impl.LArc
 
getStartPoint() - Method in interface net.sf.latexdraw.glib.models.interfaces.IArc
 
getStartPt() - Method in class org.malai.interaction.library.DnD
 
getStateMachine() - Method in class org.malai.interaction.State
 
getStateMachine() - Method in interface org.malai.stateMachine.IState
 
getStatus() - Method in class org.malai.action.Action
Provides the state of the action.
getStatusBar() - Method in class net.sf.latexdraw.ui.LFrame
 
getStep() - Method in class net.sf.latexdraw.glib.models.impl.LAxes
 
getStep() - Method in class net.sf.latexdraw.glib.models.impl.LGrid
 
getStep() - Method in class net.sf.latexdraw.glib.models.impl.LGroup
 
getStep() - Method in interface net.sf.latexdraw.glib.models.interfaces.IStandardGrid
 
getStopColor() - Method in class net.sf.latexdraw.parsers.svg.SVGStopElement
Indicates what colour to use at that gradient stop.
getStrictErrorChecking() - Method in class net.sf.latexdraw.parsers.svg.SVGDocument
 
getString16(String) - Method in class net.sf.latexdraw.lang.LangTool
Allows to get a string of the new 1.6 strings.
getString17(String) - Method in class net.sf.latexdraw.lang.LangTool
Allows to get a string of the new 1.7 strings.
getString18(String) - Method in class net.sf.latexdraw.lang.LangTool
Allows to get a string of the new 1.8 strings.
getString19(String) - Method in class net.sf.latexdraw.lang.LangTool
Allows to get a string of the new 1.8 strings.
getStringDialogFrame(String) - Method in class net.sf.latexdraw.lang.LangTool
Allows to get a string of the dialog frames.
getStringFromResourceBundle(String, ResourceBundle) - Method in class net.sf.latexdraw.lang.LangTool
 
getStringLaTeXDrawFrame(String) - Method in class net.sf.latexdraw.lang.LangTool
Allows to get a string of the LaTeXDrawFrame
getStringOthers(String) - Method in class net.sf.latexdraw.lang.LangTool
Allows to get a string of the others components
getStroke() - Method in class net.sf.latexdraw.glib.views.Java2D.impl.LDotView
 
getStroke() - Method in class net.sf.latexdraw.glib.views.Java2D.impl.LShapeView
 
getStroke() - Method in interface net.sf.latexdraw.glib.views.Java2D.interfaces.IViewShape
Creates and returns a stroke corresponding to the current parameters of the shape model.
getStroke() - Method in class net.sf.latexdraw.parsers.svg.parsers.Graphics2D2SVG
 
getStroke() - Method in class net.sf.latexdraw.parsers.svg.SVGElement
 
getStrokeDasharray() - Method in class net.sf.latexdraw.parsers.svg.SVGElement
 
getStrokeLinecap() - Method in class net.sf.latexdraw.parsers.svg.SVGElement
 
getStrokeLinejoin() - Method in class net.sf.latexdraw.parsers.svg.SVGElement
 
getStrokeMiterlimit() - Method in class net.sf.latexdraw.parsers.svg.SVGElement
 
getStrokeThickness() - Method in class net.sf.latexdraw.glib.views.Java2D.impl.LShapeView
 
getStrokeWidth() - Method in class net.sf.latexdraw.parsers.svg.SVGElement
 
getStyle(String) - Static method in enum net.sf.latexdraw.glib.models.interfaces.IAxes.AxesStyle
 
getStyle(String) - Static method in enum net.sf.latexdraw.glib.models.interfaces.IAxes.PlottingStyle
The style that corresponds to the given string.
getStyle(String) - Static method in enum net.sf.latexdraw.glib.models.interfaces.IAxes.TicksStyle
 
getStyle() - Method in interface net.sf.latexdraw.glib.models.interfaces.ICurve
 
getStyle(String) - Static method in enum net.sf.latexdraw.glib.models.interfaces.IDot.DotStyle
 
getStyle(String) - Static method in enum net.sf.latexdraw.glib.models.interfaces.IShape.BorderPos
 
getStyle(String) - Static method in enum net.sf.latexdraw.glib.models.interfaces.IShape.FillingStyle
 
getStyle(String) - Static method in enum net.sf.latexdraw.glib.models.interfaces.IShape.LineStyle
 
getStyle() - Method in class net.sf.latexdraw.glib.ui.LMagneticGrid
 
getStyleFromLabel(String) - Static method in enum net.sf.latexdraw.glib.ui.LMagneticGrid.GridStyle
Searches the style which label matches the given label.
getStyleFromLatex(String) - Static method in enum net.sf.latexdraw.glib.models.interfaces.IShape.FillingStyle
 
getStyleFromLatex(String) - Static method in enum net.sf.latexdraw.glib.models.interfaces.IShape.LineStyle
 
getStylefromName(String) - Static method in enum net.sf.latexdraw.glib.ui.LMagneticGrid.GridStyle
Searches the style which label matches the given name.
getStyleList() - Method in class net.sf.latexdraw.instruments.MagneticGridCustomiser
 
getStylesCSS() - Method in class net.sf.latexdraw.parsers.svg.SVGElement
 
getSubGridColour() - Method in class net.sf.latexdraw.glib.models.impl.LGrid
 
getSubGridColour() - Method in interface net.sf.latexdraw.glib.models.interfaces.IGrid
 
getSubGridDiv() - Method in class net.sf.latexdraw.glib.models.impl.LGrid
 
getSubGridDiv() - Method in interface net.sf.latexdraw.glib.models.interfaces.IGrid
 
getSubGridDots() - Method in class net.sf.latexdraw.glib.models.impl.LGrid
 
getSubGridDots() - Method in interface net.sf.latexdraw.glib.models.interfaces.IGrid
 
getSubGridWidth() - Method in class net.sf.latexdraw.glib.models.impl.LGrid
 
getSubGridWidth() - Method in interface net.sf.latexdraw.glib.models.interfaces.IGrid
 
getSVGAttribute(String, String) - Method in class net.sf.latexdraw.parsers.svg.SVGElement
An SVG attribute can be defined in: its corresponding attribute (e.g. fill="..."); the attribute style (e.g. style="fill:...;..."); a CSS stylesheet.
getSVGElement() - Method in class net.sf.latexdraw.parsers.svg.parsers.Shape2D2SVG
 
getSVGHatchingsPath() - Method in class net.sf.latexdraw.generators.svg.LShapeSVGGenerator
 
getSVGHatchingsPath2(SVGPathSegList, double, IRectangle) - Method in class net.sf.latexdraw.generators.svg.LShapeSVGGenerator
 
getSVGID() - Method in class net.sf.latexdraw.generators.svg.LShapeSVGGenerator
 
getSVGRoot() - Method in class net.sf.latexdraw.parsers.svg.SVGElement
 
getSynchro() - Method in class net.sf.latexdraw.glib.views.pst.PSTCodeGenerator
 
getSystem() - Method in class net.sf.latexdraw.util.LSystem
 
getSystemLanguage() - Static method in enum net.sf.latexdraw.lang.LangTool.Lang
 
getTabbedPane() - Method in class org.malai.interaction.library.TabSelected
 
getTabbedPane() - Method in class org.malai.interaction.TabSelectedTransition
 
getTabbedPanel() - Method in class net.sf.latexdraw.ui.LFrame
 
getTagName() - Method in class net.sf.latexdraw.parsers.svg.SVGElement
 
getTarget() - Method in class net.sf.latexdraw.mapping.Selection2BorderMapping
 
getTarget() - Method in class net.sf.latexdraw.mapping.Selection2DeleterMapping
 
getTarget() - Method in class net.sf.latexdraw.mapping.Selection2MetaCustumiserMapping
 
getTarget() - Method in class net.sf.latexdraw.mapping.ShapeList2ExporterMapping
 
getTarget() - Method in class org.malai.interaction.library.PointInteraction
 
getTarget() - Method in interface org.malai.mapping.IMapping
Returns the target object of the mapping.
getTarget() - Method in class org.malai.mapping.List2ObjectMapping
 
getTarget() - Method in class org.malai.mapping.Object2ObjectMapping
 
getTarget() - Method in class org.malai.mapping.Unary2UnaryMapping
 
getTargetFromSource(Object, Class<T>) - Method in interface org.malai.mapping.IMappingRegistry
 
getTargetFromSource(Object, Class<T>) - Method in class org.malai.mapping.MappingRegistry
 
getTBarSizeDim() - Method in class net.sf.latexdraw.glib.models.impl.LArrow
 
getTBarSizeDim() - Method in class net.sf.latexdraw.glib.models.impl.LGroup
 
getTBarSizeDim() - Method in class net.sf.latexdraw.glib.models.impl.LShape
 
getTBarSizeDim() - Method in interface net.sf.latexdraw.glib.models.interfaces.IArrowable
 
getTbarsizeDim() - Method in class net.sf.latexdraw.instruments.ShapeArrowCustomiser
 
getTBarSizeNum() - Method in class net.sf.latexdraw.glib.models.impl.LArrow
 
getTBarSizeNum() - Method in class net.sf.latexdraw.glib.models.impl.LGroup
 
getTBarSizeNum() - Method in class net.sf.latexdraw.glib.models.impl.LShape
 
getTBarSizeNum() - Method in interface net.sf.latexdraw.glib.models.interfaces.IArrowable
 
getTbarsizeNum() - Method in class net.sf.latexdraw.instruments.ShapeArrowCustomiser
 
getTButton() - Method in class net.sf.latexdraw.instruments.TextCustomiser
 
getTempShape() - Method in class net.sf.latexdraw.glib.models.impl.LDrawing
 
getTempShape() - Method in interface net.sf.latexdraw.glib.models.interfaces.IDrawing
 
getTempView() - Method in interface net.sf.latexdraw.glib.ui.ICanvas
 
getTempView() - Method in class net.sf.latexdraw.glib.ui.LCanvas
 
getText() - Method in class net.sf.latexdraw.glib.models.impl.LGroup
 
getText() - Method in class net.sf.latexdraw.glib.models.impl.LText
 
getText() - Method in interface net.sf.latexdraw.glib.models.interfaces.IText
 
getText() - Method in class net.sf.latexdraw.parsers.svg.SVGTextElement
 
getText() - Method in class org.malai.interaction.library.TextChanged
 
getText() - Method in class org.malai.interaction.TextChangedTransition
 
getTextB() - Method in class net.sf.latexdraw.instruments.EditingSelector
 
getTextComp() - Method in class org.malai.interaction.library.TextChanged
 
getTextComp() - Method in class org.malai.interaction.TextChangedTransition
 
getTextContent() - Method in class net.sf.latexdraw.parsers.svg.SVGAttr
 
getTextContent() - Method in class net.sf.latexdraw.parsers.svg.SVGDocument
 
getTextContent() - Method in class net.sf.latexdraw.parsers.svg.SVGElement
 
getTextCustomiser() - Method in class net.sf.latexdraw.instruments.MetaShapeCustomiser
 
getTextField() - Method in class net.sf.latexdraw.instruments.TextSetter
 
getTextList() - Method in class net.sf.latexdraw.glib.models.impl.LGroup
 
getTextList() - Method in interface net.sf.latexdraw.glib.models.interfaces.IGroup
 
getTextPosition() - Method in class net.sf.latexdraw.glib.models.impl.LGroup
 
getTextPosition() - Method in class net.sf.latexdraw.glib.models.impl.LText
 
getTextPosition() - Method in interface net.sf.latexdraw.glib.models.interfaces.IText
 
getTextPosition(String) - Static method in enum net.sf.latexdraw.glib.models.interfaces.IText.TextPosition
 
getTextPositionImage() - Method in class net.sf.latexdraw.glib.views.Java2D.impl.LTextView
 
getTextPositionList() - Method in class net.sf.latexdraw.glib.models.impl.LGroup
 
getTextPositionList() - Method in interface net.sf.latexdraw.glib.models.interfaces.IGroup
 
getTextPositionText() - Method in class net.sf.latexdraw.glib.views.Java2D.impl.LTextView
 
getTextSetter() - Method in class net.sf.latexdraw.ui.LFrame
 
getTextSizeFromSize(int) - Static method in enum net.sf.latexdraw.glib.models.interfaces.IText.TextSize
 
getTextSizeFromToken(String) - Static method in enum net.sf.latexdraw.glib.models.interfaces.IText.TextSize
 
getThemeList() - Method in class net.sf.latexdraw.instruments.PreferencesSetter
 
getThickness() - Method in class net.sf.latexdraw.glib.models.impl.LGroup
 
getThickness() - Method in class net.sf.latexdraw.glib.models.impl.LShape
 
getThickness() - Method in interface net.sf.latexdraw.glib.models.interfaces.IShape
 
getThicknessField() - Method in class net.sf.latexdraw.instruments.ShapeBorderCustomiser
 
getThicknessList() - Method in class net.sf.latexdraw.glib.models.impl.LGroup
 
getThicknessList() - Method in interface net.sf.latexdraw.glib.models.interfaces.IGroup
 
getTicksDisplayed() - Method in class net.sf.latexdraw.glib.models.impl.LAxes
 
getTicksDisplayed() - Method in class net.sf.latexdraw.glib.models.impl.LGroup
 
getTicksDisplayed() - Method in interface net.sf.latexdraw.glib.models.interfaces.IAxes
 
getTicksSize() - Method in class net.sf.latexdraw.glib.models.impl.LAxes
 
getTicksSize() - Method in class net.sf.latexdraw.glib.models.impl.LGroup
 
getTicksSize() - Method in interface net.sf.latexdraw.glib.models.interfaces.IAxes
 
getTicksSizeS() - Method in class net.sf.latexdraw.instruments.ShapeAxesCustomiser
 
getTicksStyle() - Method in class net.sf.latexdraw.glib.models.impl.LAxes
 
getTicksStyle() - Method in class net.sf.latexdraw.glib.models.impl.LGroup
 
getTicksStyle() - Method in interface net.sf.latexdraw.glib.models.interfaces.IAxes
 
getTimeout() - Method in class org.malai.interaction.library.KeysTyped
 
getTimeout() - Method in class org.malai.interaction.TimeoutTransition
 
getTitleField() - Method in class net.sf.latexdraw.instruments.DrawingPropertiesCustomiser
 
getTlButton() - Method in class net.sf.latexdraw.instruments.TextCustomiser
 
getTlxS() - Method in class net.sf.latexdraw.instruments.ShapeCoordDimCustomiser
 
getTlyS() - Method in class net.sf.latexdraw.instruments.ShapeCoordDimCustomiser
 
getToken() - Method in enum net.sf.latexdraw.glib.views.latex.LaTeXGenerator.VerticalPosition
 
getToken() - Method in enum net.sf.latexdraw.lang.LangTool.Lang
 
getToken() - Method in enum net.sf.latexdraw.parsers.svg.parsers.SVGLengthParser.FontSize
 
getToolbar() - Method in class net.sf.latexdraw.ui.WidgetMiniToolbar
 
getToolTip() - Method in class net.sf.latexdraw.glib.views.Java2D.impl.LTextView
 
getToolTip() - Method in interface net.sf.latexdraw.glib.views.Java2D.interfaces.ToolTipable
 
getTop(BufferedImage, int, int, int, int) - Method in class net.sf.latexdraw.util.ImageCropper
Gets the top position where a pixel is not white.
getTopLeftBottomRightPoints(IPoint, IPoint) - Method in class net.sf.latexdraw.glib.models.impl.LDot
Gives the top-left point and the bottom-right point of the dot considering its current style.
getTopLeftPoint() - Method in class net.sf.latexdraw.glib.models.impl.LAbstractGrid
 
getTopLeftPoint() - Method in class net.sf.latexdraw.glib.models.impl.LDot
 
getTopLeftPoint() - Method in class net.sf.latexdraw.glib.models.impl.LGroup
 
getTopLeftPoint() - Method in class net.sf.latexdraw.glib.models.impl.LLine
 
getTopLeftPoint() - Method in class net.sf.latexdraw.glib.models.impl.LShape
 
getTopLeftPoint() - Method in interface net.sf.latexdraw.glib.models.interfaces.ILine
 
getTopLeftPoint() - Method in interface net.sf.latexdraw.glib.models.interfaces.IShape
 
getTopRightDrawingPoint() - Method in class net.sf.latexdraw.glib.ui.LCanvas
 
getTopRightDrawingPoint() - Method in interface net.sf.latexdraw.glib.views.synchroniser.ViewsSynchroniserHandler
 
getTopRightPoint() - Method in class net.sf.latexdraw.glib.models.impl.LAbstractGrid
 
getTopRightPoint() - Method in class net.sf.latexdraw.glib.models.impl.LDot
 
getTopRightPoint() - Method in class net.sf.latexdraw.glib.models.impl.LGroup
 
getTopRightPoint() - Method in class net.sf.latexdraw.glib.models.impl.LShape
 
getTopRightPoint() - Method in interface net.sf.latexdraw.glib.models.interfaces.IShape
 
getTransform() - Method in class net.sf.latexdraw.parsers.svg.parsers.Graphics2D2SVG
 
getTransform() - Method in class net.sf.latexdraw.parsers.svg.SVGElement
 
getTransformedPointToGrid(Point2D) - Method in class net.sf.latexdraw.glib.ui.LMagneticGrid
Transform a point to another "stick" to the magnetic grid.
getTransition(int) - Method in class org.malai.interaction.State
 
getTransition(int) - Method in interface org.malai.stateMachine.IState
 
getTransitions() - Method in class org.malai.interaction.State
 
getTransitions() - Method in interface org.malai.stateMachine.IState
 
getTrButton() - Method in class net.sf.latexdraw.instruments.TextCustomiser
 
getTriangleB() - Method in class net.sf.latexdraw.instruments.EditingSelector
 
getTX() - Method in class net.sf.latexdraw.parsers.svg.SVGTransform
 
getTY() - Method in class net.sf.latexdraw.parsers.svg.SVGTransform
 
getType() - Method in class net.sf.latexdraw.glib.models.impl.LFreehand
 
getType(String) - Static method in enum net.sf.latexdraw.glib.models.interfaces.IFreehand.FreeHandType
 
getType() - Method in interface net.sf.latexdraw.glib.models.interfaces.IFreehand
 
getType() - Method in class net.sf.latexdraw.parsers.svg.path.SVGPathSeg
 
getType() - Method in class net.sf.latexdraw.parsers.svg.path.SVGPathSegArc
 
getType() - Method in class net.sf.latexdraw.parsers.svg.path.SVGPathSegClosePath
 
getType() - Method in class net.sf.latexdraw.parsers.svg.path.SVGPathSegCurvetoCubic
 
getType() - Method in class net.sf.latexdraw.parsers.svg.path.SVGPathSegCurvetoCubicSmooth
 
getType() - Method in class net.sf.latexdraw.parsers.svg.path.SVGPathSegCurvetoQuadratic
 
getType() - Method in class net.sf.latexdraw.parsers.svg.path.SVGPathSegCurvetoQuadraticSmooth
 
getType() - Method in class net.sf.latexdraw.parsers.svg.path.SVGPathSegLineto
 
getType() - Method in class net.sf.latexdraw.parsers.svg.path.SVGPathSegLinetoHorizontal
 
getType() - Method in class net.sf.latexdraw.parsers.svg.path.SVGPathSegLinetoVertical
 
getType() - Method in class net.sf.latexdraw.parsers.svg.path.SVGPathSegMoveto
 
getType() - Method in class net.sf.latexdraw.parsers.svg.SVGTransform
 
getType() - Method in class org.malai.interaction.ScrollTransition
 
getUnaryTempShape() - Method in class net.sf.latexdraw.glib.models.impl.LDrawing
 
getUnaryTempShape() - Method in interface net.sf.latexdraw.glib.models.interfaces.IDrawing
 
getUnaryTempView() - Method in class net.sf.latexdraw.glib.ui.LCanvas
 
getUndo() - Method in class org.malai.undo.UndoCollector
 
getUndoB() - Method in class org.malai.instrument.library.UndoRedoManager
 
getUndoManager() - Method in class net.sf.latexdraw.ui.LFrame
 
getUndoName() - Method in class net.sf.latexdraw.actions.AddShape
 
getUndoName() - Method in class net.sf.latexdraw.actions.CutShapes
 
getUndoName() - Method in class net.sf.latexdraw.actions.DeleteShapes
 
getUndoName() - Method in class net.sf.latexdraw.actions.JoinShapes
 
getUndoName() - Method in class net.sf.latexdraw.actions.ModifyLatexProperties
 
getUndoName() - Method in class net.sf.latexdraw.actions.ModifyMagneticGrid
 
getUndoName() - Method in class net.sf.latexdraw.actions.ModifyShapeProperty
 
getUndoName() - Method in class net.sf.latexdraw.actions.MoveCtrlPoint
 
getUndoName() - Method in class net.sf.latexdraw.actions.MovePointShape
 
getUndoName() - Method in class net.sf.latexdraw.actions.PasteShapes
 
getUndoName() - Method in class net.sf.latexdraw.actions.RotateShapes
 
getUndoName() - Method in class net.sf.latexdraw.actions.ScaleShapes
 
getUndoName() - Method in class net.sf.latexdraw.actions.SeparateShapes
 
getUndoName() - Method in class net.sf.latexdraw.actions.SetUnit
 
getUndoName() - Method in class net.sf.latexdraw.actions.TranslateShapes
 
getUndoName() - Method in interface org.malai.undo.Undoable
 
getUnit() - Method in class net.sf.latexdraw.glib.models.impl.LGrid
 
getUnit() - Method in interface net.sf.latexdraw.glib.models.interfaces.IGrid
 
getUnit() - Static method in class net.sf.latexdraw.ui.ScaleRuler
 
getUnit(String) - Static method in enum net.sf.latexdraw.ui.ScaleRuler.Unit
 
getUnitChoice() - Method in class net.sf.latexdraw.instruments.PreferencesSetter
 
getUnitCmItem() - Method in class net.sf.latexdraw.instruments.ScaleRulersCustomiser
 
getUnitInchItem() - Method in class net.sf.latexdraw.instruments.ScaleRulersCustomiser
 
getUnitSingleton() - Static method in class net.sf.latexdraw.ui.ScaleRuler
 
getURI() - Method in class net.sf.latexdraw.parsers.svg.parsers.URIReferenceParser
Reads a URI reference string from an url(#ref) attribute - such as url(#id123) - returns the extracted reference (id123).
getUri() - Method in class net.sf.latexdraw.parsers.svg.parsers.URIReferenceParser
 
getURI() - Method in class net.sf.latexdraw.parsers.svg.SVGImageElement
 
getUsablePrefix() - Method in class net.sf.latexdraw.parsers.svg.SVGElement
 
getUsablePrefix(String) - Method in class net.sf.latexdraw.parsers.svg.SVGElement
 
getUsercolourCode(String) - Method in class net.sf.latexdraw.glib.views.latex.DviPsColors
Allows to get the PSTricks code of a given colour.
getUserData(String) - Method in class net.sf.latexdraw.parsers.svg.SVGAttr
 
getUserData(String) - Method in class net.sf.latexdraw.parsers.svg.SVGDocument
 
getUserData(String) - Method in class net.sf.latexdraw.parsers.svg.SVGElement
 
getValue() - Method in class net.sf.latexdraw.parsers.svg.parsers.SVGLength
 
getValue() - Method in class net.sf.latexdraw.parsers.svg.SVGAttr
 
getValue() - Method in class org.malai.mapping.ActiveUnary
 
getValue() - Method in interface org.malai.mapping.IUnary
 
getValueAsString() - Method in class net.sf.latexdraw.parsers.svg.parsers.SVGLength
 
getValueAt(int, int) - Method in class net.sf.latexdraw.badaboom.BadaboomTableModel
 
getVersion() - Method in class net.sf.latexdraw.parsers.svg.SVGSVGElement
 
getView(IShape) - Method in class net.sf.latexdraw.glib.views.pst.PSTViewsSynchroniser
 
getView(IShape) - Method in class net.sf.latexdraw.glib.views.synchroniser.ViewsSynchroniser
 
getViewAt(double, double) - Method in interface net.sf.latexdraw.glib.ui.ICanvas
 
getViewAt(double, double) - Method in class net.sf.latexdraw.glib.ui.LCanvas
 
getViewAt(int) - Method in class net.sf.latexdraw.glib.views.Java2D.impl.LGroupView
 
getViewAt(int) - Method in class net.sf.latexdraw.glib.views.pst.PSTViewsSynchroniser
 
getViewAt(int) - Method in class net.sf.latexdraw.glib.views.synchroniser.ViewsSynchroniser
 
getViews() - Method in interface net.sf.latexdraw.glib.ui.ICanvas
 
getViews() - Method in class net.sf.latexdraw.glib.ui.LCanvas
 
getViews() - Method in class net.sf.latexdraw.glib.views.Java2D.impl.LGroupView
 
getWedgeB() - Method in class net.sf.latexdraw.instruments.ShapeArcCustomiser
 
getWholeText() - Method in class net.sf.latexdraw.parsers.svg.SVGText
 
getWholeTransform() - Method in class net.sf.latexdraw.parsers.svg.SVGElement
 
getWidget() - Method in class org.malai.ui.UIComposer
 
getWidth() - Method in class net.sf.latexdraw.glib.models.impl.LPicture
 
getWidth() - Method in class net.sf.latexdraw.glib.models.impl.LRectangularShape
 
getWidth() - Method in interface net.sf.latexdraw.glib.models.interfaces.IPicture
 
getWidth() - Method in interface net.sf.latexdraw.glib.models.interfaces.IRectangularShape
 
getWidth() - Method in class net.sf.latexdraw.glib.ui.LMagneticGrid
 
getWidth() - Method in class net.sf.latexdraw.parsers.svg.SVGImageElement
 
getWidth() - Method in class net.sf.latexdraw.parsers.svg.SVGPatternElement
 
getWidth() - Method in class net.sf.latexdraw.parsers.svg.SVGRectElement
 
getWidth() - Method in class net.sf.latexdraw.parsers.svg.SVGSVGElement
 
getX() - Method in class net.sf.latexdraw.glib.handlers.Handler
 
getX() - Method in interface net.sf.latexdraw.glib.handlers.IHandler
 
getX() - Method in class net.sf.latexdraw.glib.models.impl.LDot
 
getX() - Method in class net.sf.latexdraw.glib.models.impl.LGroup
 
getX() - Method in class net.sf.latexdraw.glib.models.impl.LPositionShape
 
getX() - Method in interface net.sf.latexdraw.glib.models.interfaces.IPoint
 
getX() - Method in interface net.sf.latexdraw.glib.models.interfaces.IPositionShape
 
getX() - Method in class net.sf.latexdraw.parsers.svg.path.SVGPathSegArc
 
getX() - Method in class net.sf.latexdraw.parsers.svg.path.SVGPathSegCurvetoCubic
 
getX() - Method in class net.sf.latexdraw.parsers.svg.path.SVGPathSegCurvetoCubicSmooth
 
getX() - Method in class net.sf.latexdraw.parsers.svg.path.SVGPathSegCurvetoQuadratic
 
getX() - Method in class net.sf.latexdraw.parsers.svg.path.SVGPathSegCurvetoQuadraticSmooth
 
getX() - Method in class net.sf.latexdraw.parsers.svg.path.SVGPathSegLineto
 
getX() - Method in class net.sf.latexdraw.parsers.svg.path.SVGPathSegLinetoVertical
 
getX() - Method in class net.sf.latexdraw.parsers.svg.SVGImageElement
 
getX() - Method in class net.sf.latexdraw.parsers.svg.SVGPatternElement
 
getX() - Method in class net.sf.latexdraw.parsers.svg.SVGRectElement
 
getX() - Method in class net.sf.latexdraw.parsers.svg.SVGSVGElement
 
getX() - Method in class net.sf.latexdraw.parsers.svg.SVGTextElement
 
getX() - Method in class org.malai.interaction.PointingDeviceTransition
 
getX1() - Method in interface net.sf.latexdraw.glib.models.interfaces.ILine
 
getX1() - Method in class net.sf.latexdraw.parsers.svg.path.SVGPathSegCurvetoCubic
 
getX1() - Method in class net.sf.latexdraw.parsers.svg.path.SVGPathSegCurvetoQuadratic
 
getX1() - Method in class net.sf.latexdraw.parsers.svg.SVGLinearGradientElement
 
getX1() - Method in class net.sf.latexdraw.parsers.svg.SVGLineElement
 
getX2() - Method in interface net.sf.latexdraw.glib.models.interfaces.ILine
 
getX2() - Method in class net.sf.latexdraw.parsers.svg.path.SVGPathSegCurvetoCubic
 
getX2() - Method in class net.sf.latexdraw.parsers.svg.path.SVGPathSegCurvetoCubicSmooth
 
getX2() - Method in class net.sf.latexdraw.parsers.svg.SVGLinearGradientElement
 
getX2() - Method in class net.sf.latexdraw.parsers.svg.SVGLineElement
 
getxEndS() - Method in class net.sf.latexdraw.instruments.ShapeGridCustomiser
 
getXmlEncoding() - Method in class net.sf.latexdraw.parsers.svg.SVGDocument
 
getXmlStandalone() - Method in class net.sf.latexdraw.parsers.svg.SVGDocument
 
getXmlVersion() - Method in class net.sf.latexdraw.parsers.svg.SVGDocument
 
getxOriginS() - Method in class net.sf.latexdraw.instruments.ShapeGridCustomiser
 
getxRulerItem() - Method in class net.sf.latexdraw.instruments.ScaleRulersCustomiser
 
getXScale() - Method in interface net.sf.latexdraw.glib.models.interfaces.IPlot
 
getXScaleFactor() - Method in class net.sf.latexdraw.parsers.svg.SVGTransform
 
getXSkewAngle() - Method in class net.sf.latexdraw.parsers.svg.SVGTransform
 
getxStartS() - Method in class net.sf.latexdraw.instruments.ShapeGridCustomiser
 
getXWithEquation(double) - Method in class net.sf.latexdraw.glib.models.impl.LLine
 
getXWithEquation(double) - Method in interface net.sf.latexdraw.glib.models.interfaces.ILine
Gets the X-coordinate thanks to the equation of the line and the Y-coordinate of the point.
getY() - Method in class net.sf.latexdraw.glib.handlers.Handler
 
getY() - Method in interface net.sf.latexdraw.glib.handlers.IHandler
 
getY() - Method in class net.sf.latexdraw.glib.models.impl.LDot
 
getY() - Method in class net.sf.latexdraw.glib.models.impl.LGroup
 
getY() - Method in class net.sf.latexdraw.glib.models.impl.LPositionShape
 
getY(double) - Method in interface net.sf.latexdraw.glib.models.interfaces.IPlot
 
getY() - Method in interface net.sf.latexdraw.glib.models.interfaces.IPoint
 
getY() - Method in interface net.sf.latexdraw.glib.models.interfaces.IPositionShape
 
getY(double) - Method in class net.sf.latexdraw.parsers.ps.PSFunctionParser
 
getY() - Method in class net.sf.latexdraw.parsers.svg.path.SVGPathSegArc
 
getY() - Method in class net.sf.latexdraw.parsers.svg.path.SVGPathSegCurvetoCubic
 
getY() - Method in class net.sf.latexdraw.parsers.svg.path.SVGPathSegCurvetoCubicSmooth
 
getY() - Method in class net.sf.latexdraw.parsers.svg.path.SVGPathSegCurvetoQuadratic
 
getY() - Method in class net.sf.latexdraw.parsers.svg.path.SVGPathSegCurvetoQuadraticSmooth
 
getY() - Method in class net.sf.latexdraw.parsers.svg.path.SVGPathSegLineto
 
getY() - Method in class net.sf.latexdraw.parsers.svg.path.SVGPathSegLinetoHorizontal
 
getY() - Method in class net.sf.latexdraw.parsers.svg.SVGImageElement
 
getY() - Method in class net.sf.latexdraw.parsers.svg.SVGPatternElement
 
getY() - Method in class net.sf.latexdraw.parsers.svg.SVGRectElement
 
getY() - Method in class net.sf.latexdraw.parsers.svg.SVGSVGElement
 
getY() - Method in class net.sf.latexdraw.parsers.svg.SVGTextElement
 
getY() - Method in class org.malai.interaction.PointingDeviceTransition
 
getY1() - Method in interface net.sf.latexdraw.glib.models.interfaces.ILine
 
getY1() - Method in class net.sf.latexdraw.parsers.svg.path.SVGPathSegCurvetoCubic
 
getY1() - Method in class net.sf.latexdraw.parsers.svg.path.SVGPathSegCurvetoQuadratic
 
getY1() - Method in class net.sf.latexdraw.parsers.svg.SVGLinearGradientElement
 
getY1() - Method in class net.sf.latexdraw.parsers.svg.SVGLineElement
 
getY2() - Method in interface net.sf.latexdraw.glib.models.interfaces.ILine
 
getY2() - Method in class net.sf.latexdraw.parsers.svg.path.SVGPathSegCurvetoCubic
 
getY2() - Method in class net.sf.latexdraw.parsers.svg.path.SVGPathSegCurvetoCubicSmooth
 
getY2() - Method in class net.sf.latexdraw.parsers.svg.SVGLinearGradientElement
 
getY2() - Method in class net.sf.latexdraw.parsers.svg.SVGLineElement
 
getyEndS() - Method in class net.sf.latexdraw.instruments.ShapeGridCustomiser
 
getyOriginS() - Method in class net.sf.latexdraw.instruments.ShapeGridCustomiser
 
getyRulerItem() - Method in class net.sf.latexdraw.instruments.ScaleRulersCustomiser
 
getYScale() - Method in interface net.sf.latexdraw.glib.models.interfaces.IPlot
 
getYScaleFactor() - Method in class net.sf.latexdraw.parsers.svg.SVGTransform
 
getYSkewAngle() - Method in class net.sf.latexdraw.parsers.svg.SVGTransform
 
getyStartS() - Method in class net.sf.latexdraw.instruments.ShapeGridCustomiser
 
getYWithEquation(double) - Method in class net.sf.latexdraw.glib.models.impl.LLine
 
getYWithEquation(double) - Method in interface net.sf.latexdraw.glib.models.interfaces.ILine
Gets the Y-coordinate thanks to the equation of the line and the X-coordinate of the point.
getZoom() - Method in class net.sf.latexdraw.glib.ui.LCanvas
 
getZoom() - Method in interface org.malai.properties.Zoomable
 
getZoomDefaultButton() - Method in class net.sf.latexdraw.instruments.Zoomer
 
getZoomedPoint(double, double) - Method in class net.sf.latexdraw.glib.ui.LCanvas
 
getZoomedPoint(Point) - Method in class net.sf.latexdraw.glib.ui.LCanvas
 
getZoomedPoint(double, double) - Method in interface org.malai.properties.Zoomable
Transforms the given point in a point which coordinates have been modified to take account of the zoom level.
getZoomedPoint(Point) - Method in interface org.malai.properties.Zoomable
Transforms the given point in a point which coordinates have been modified to take account of the zoom level.
getZoomer() - Method in class net.sf.latexdraw.ui.LFrame
 
getZoomSpinner() - Method in class net.sf.latexdraw.instruments.Zoomer
 
getZoomUnary() - Method in class net.sf.latexdraw.glib.ui.LCanvas
 
GIF_EXTENSION - Static variable in class net.sf.latexdraw.filters.GIFFilter
The name of the extension of GIF file
GIFFilter - Class in net.sf.latexdraw.filters
This class defines a filter for gif files (*.gif)

This file is part of LaTeXDraw
Copyright (c) 2005-2012 Arnaud BLOUIN

LaTeXDraw is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.
GIFFilter() - Constructor for class net.sf.latexdraw.filters.GIFFilter
 
GLibUtilities - Class in net.sf.latexdraw.glib.models.interfaces
Defines some utilities function for the glib library.
GLibUtilities() - Constructor for class net.sf.latexdraw.glib.models.interfaces.GLibUtilities
 
GOLDEN_ANGLE - Static variable in interface net.sf.latexdraw.glib.models.interfaces.IShape
Corresponds to the golden angle (Useful for golden diamond).
GOLDEN_ROD - Static variable in class net.sf.latexdraw.glib.views.latex.DviPsColors
 
gradAngle - Variable in class net.sf.latexdraw.glib.models.impl.LShape
The angle of the gradient in radian.
gradAngleField - Variable in class net.sf.latexdraw.instruments.ShapeFillingCustomiser
Changes the angle of the gradient.
gradColEnd - Variable in class net.sf.latexdraw.glib.models.impl.LShape
The end colour of the gradient.
gradColStart - Variable in class net.sf.latexdraw.glib.models.impl.LShape
The start colour of the gradient.
gradEndColButton - Variable in class net.sf.latexdraw.instruments.ShapeFillingCustomiser
Changes the second colour of a gradient.
GRADIENT_ICON - Static variable in class net.sf.latexdraw.util.LResources
 
gradMidPt - Variable in class net.sf.latexdraw.glib.models.impl.LShape
The middle point of the gradient.
gradMidPtField - Variable in class net.sf.latexdraw.instruments.ShapeFillingCustomiser
Changes the mid point of the gradient.
gradStartColButton - Variable in class net.sf.latexdraw.instruments.ShapeFillingCustomiser
Changes the first colour of a gradient.
Graphics2D2SVG - Class in net.sf.latexdraw.parsers.svg.parsers
This Graphics can be used to convert Java drawing (using Graphics2D) into SVG.
Graphics2D2SVG(SVGDocument) - Constructor for class net.sf.latexdraw.parsers.svg.parsers.Graphics2D2SVG
Creates the converter.
GRAY - Static variable in class net.sf.latexdraw.glib.views.latex.DviPsColors
 
gray2RBG(double) - Method in class net.sf.latexdraw.glib.views.latex.DviPsColors
Converts a gray colour in an RBG one.
GREEN - Static variable in class net.sf.latexdraw.glib.views.latex.DviPsColors
 
GREEN_YELLOW - Static variable in class net.sf.latexdraw.glib.views.latex.DviPsColors
 
grid - Variable in class net.sf.latexdraw.actions.ModifyMagneticGrid
The magnetic grid to modify.
grid - Variable in class net.sf.latexdraw.instruments.Hand
The magnetic grid used to create shapes.
grid - Variable in class net.sf.latexdraw.instruments.MagneticGridCustomiser
The grid to customise.
grid - Variable in class net.sf.latexdraw.instruments.Pencil
The magnetic grid used to create shapes.
GRID_GAP_ICON - Static variable in class net.sf.latexdraw.util.LResources
 
GRID_ICON - Static variable in class net.sf.latexdraw.util.LResources
 
GRID_LABELS - Static variable in class net.sf.latexdraw.util.LResources
 
GRID_X_LABEL - Static variable in class net.sf.latexdraw.util.LResources
 
GRID_Y_LABEL - Static variable in class net.sf.latexdraw.util.LResources
 
gridB - Variable in class net.sf.latexdraw.instruments.EditingSelector
The button that allows to select the instrument Pencil to add grids.
gridCustomiser - Variable in class net.sf.latexdraw.instruments.MetaShapeCustomiser
This instrument customises grids and axes.
gridCustomiser - Variable in class net.sf.latexdraw.ui.LFrame
The instrument that customises the magnetic grid.
gridDots - Variable in class net.sf.latexdraw.glib.models.impl.LGrid
The number of dots in the lines of the grid ( if >0, replace a plain line)
gridEndx - Variable in class net.sf.latexdraw.glib.models.impl.LAbstractGrid
The x-maximum values of the axes
gridEndy - Variable in class net.sf.latexdraw.glib.models.impl.LAbstractGrid
The y-maximum values of the axes
gridLabelsColour - Variable in class net.sf.latexdraw.glib.models.impl.LGrid
The colour of the labels
gridListB - Variable in class net.sf.latexdraw.ui.ToolbarBuilder
The toolbar that contains the widgets to create grid-like shapes.
gridSpacing - Variable in class net.sf.latexdraw.glib.ui.LMagneticGrid
defines the spacing between the lines of the grid.
gridSpacing - Variable in class net.sf.latexdraw.instruments.MagneticGridCustomiser
Defines the spacing of the personal grid.
gridStartx - Variable in class net.sf.latexdraw.glib.models.impl.LAbstractGrid
The x-minimum values of the axes
gridStarty - Variable in class net.sf.latexdraw.glib.models.impl.LAbstractGrid
The y-minimum values of the axes
gridWidth - Variable in class net.sf.latexdraw.glib.models.impl.LGrid
The thickness of the main borders of the grid.
groupB - Variable in class net.sf.latexdraw.instruments.ShapeGrouper
The widget to group shapes.
groupParams - Variable in class net.sf.latexdraw.instruments.Pencil
 

H

HACTH_VERT_ICON - Static variable in class net.sf.latexdraw.util.LResources
 
hadEffect() - Method in class net.sf.latexdraw.actions.Export
 
hadEffect() - Method in class net.sf.latexdraw.actions.InsertPicture
 
hadEffect() - Method in class net.sf.latexdraw.actions.MovePoint
 
hadEffect() - Method in class org.malai.action.Action
 
hadEffect() - Method in class org.malai.action.library.IOAction
 
hadEffect() - Method in class org.malai.action.library.OpenWebPage
 
hand - Variable in class net.sf.latexdraw.instruments.EditingSelector
The instrument Hand.
Hand - Class in net.sf.latexdraw.instruments
This instrument allows to manipulate (e.g. move or select) shapes.
Hand(ICanvas, LMagneticGrid, Zoomer, TextSetter) - Constructor for class net.sf.latexdraw.instruments.Hand
Creates the Hand instrument.
hand - Variable in class net.sf.latexdraw.instruments.ShapePropertyCustomiser
The Hand instrument.
hand - Variable in class net.sf.latexdraw.ui.LFrame
The instrument used to select, move, etc. shapes.
handB - Variable in class net.sf.latexdraw.instruments.EditingSelector
The button that allows to select the instrument Hand.
Handler<T extends java.awt.Shape> - Class in net.sf.latexdraw.glib.handlers
A handler helps to manipulate and to delimit a shape view.
Handler() - Constructor for class net.sf.latexdraw.glib.handlers.Handler
Creates the handler.
handler - Variable in class net.sf.latexdraw.glib.views.synchroniser.ViewsSynchroniser
The handler thats provides information to the synchroniser.
handler - Variable in class net.sf.latexdraw.parsers.svg.parsers.CSSStyleParser
The handler which will manage actions to do when a CSS style is parsed.
handler - Variable in class net.sf.latexdraw.parsers.svg.parsers.SVGPathParser
The handler of the SVGPath.
handlers - Variable in class net.sf.latexdraw.badaboom.BadaboomCollector
Contains objects that want to be aware of the manager activities.
handlers - Variable in class org.malai.action.ActionsRegistry
The actions handlers.
handlers - Variable in class org.malai.interaction.Interaction
The handlers that want to be notified when the state machine of the interaction changed.
handlers - Variable in class org.malai.interaction.SwingEventManager
The handlers that are notified when events occur.
handlers - Variable in class org.malai.undo.UndoCollector
The handlers that handles the collector.
hasAttribute(String) - Method in class net.sf.latexdraw.parsers.svg.SVGElement
 
hasAttributeNS(String, String) - Method in class net.sf.latexdraw.parsers.svg.SVGElement
 
hasAttributes() - Method in class net.sf.latexdraw.parsers.svg.SVGAttr
 
hasAttributes() - Method in class net.sf.latexdraw.parsers.svg.SVGDocument
 
hasAttributes() - Method in class net.sf.latexdraw.parsers.svg.SVGElement
 
hasChildNodes() - Method in class net.sf.latexdraw.parsers.svg.SVGAttr
 
hasChildNodes() - Method in class net.sf.latexdraw.parsers.svg.SVGDocument
 
hasChildNodes() - Method in class net.sf.latexdraw.parsers.svg.SVGElement
 
hasColouredPixelColumn(BufferedImage, int, int) - Method in class net.sf.latexdraw.util.ImageCropper
 
hasColouredPixelRow(BufferedImage, int, int, int) - Method in class net.sf.latexdraw.util.ImageCropper
 
hasDbleBord() - Method in class net.sf.latexdraw.glib.models.impl.LGroup
 
hasDbleBord - Variable in class net.sf.latexdraw.glib.models.impl.LShape
Defines if the shape has double borders.
hasDbleBord() - Method in class net.sf.latexdraw.glib.models.impl.LShape
 
hasDbleBord() - Method in interface net.sf.latexdraw.glib.models.interfaces.IShape
 
hasDbleBordList() - Method in class net.sf.latexdraw.glib.models.impl.LGroup
 
hasDbleBordList() - Method in interface net.sf.latexdraw.glib.models.interfaces.IGroup
 
hasDot() - Method in class net.sf.latexdraw.glib.models.impl.LDot
 
hasDot() - Method in class net.sf.latexdraw.glib.models.impl.LGroup
 
hasDot() - Method in interface net.sf.latexdraw.glib.models.interfaces.Dottable
 
hasEventManager() - Method in class net.sf.latexdraw.ui.ScaleRuler
 
hasEventManager() - Method in class net.sf.latexdraw.ui.WidgetMiniToolbar
 
hasEventManager() - Method in interface org.malai.interaction.Eventable
 
hasEventManager() - Method in class org.malai.widget.MEditorPane
 
hasEventManager() - Method in class org.malai.widget.MFrame
 
hasEventManager() - Method in class org.malai.widget.MLayeredPane
 
hasEventManager() - Method in class org.malai.widget.MMenu
 
hasEventManager() - Method in class org.malai.widget.MPanel
 
hasEventManager() - Method in class org.malai.widget.MPopupMenu
 
hasEventManager() - Method in class org.malai.widget.MTabbedPane
 
hasEventManager() - Method in class org.malai.widget.MTextArea
 
hasEventManager() - Method in class org.malai.widget.MToolBar
 
hasGradient() - Method in class net.sf.latexdraw.glib.models.impl.LGroup
 
hasGradient() - Method in class net.sf.latexdraw.glib.models.impl.LShape
 
hasGradient() - Method in interface net.sf.latexdraw.glib.models.interfaces.IShape
 
hasHatchings() - Method in class net.sf.latexdraw.glib.models.impl.LGroup
 
hasHatchings() - Method in class net.sf.latexdraw.glib.models.impl.LShape
 
hasHatchings() - Method in interface net.sf.latexdraw.glib.models.interfaces.IShape
 
hashCode() - Method in class net.sf.latexdraw.parsers.svg.SVGNamedNodeMap
 
hasLinks() - Method in class org.malai.instrument.Instrument
 
hasScrollPane() - Method in class org.malai.widget.MEditorPane
 
hasScrollPane() - Method in class org.malai.widget.MLayeredPane
 
hasScrollPane() - Method in class org.malai.widget.MPanel
 
hasScrollPane() - Method in class org.malai.widget.MTextArea
 
hasScrollPane() - Method in interface org.malai.widget.Scrollable
 
hasShadow() - Method in class net.sf.latexdraw.glib.models.impl.LGroup
 
hasShadow - Variable in class net.sf.latexdraw.glib.models.impl.LShape
Defines if the shape has a shadow.
hasShadow() - Method in class net.sf.latexdraw.glib.models.impl.LShape
 
hasShadow() - Method in interface net.sf.latexdraw.glib.models.interfaces.IShape
 
hasShadowList() - Method in class net.sf.latexdraw.glib.models.impl.LGroup
 
hasShadowList() - Method in interface net.sf.latexdraw.glib.models.interfaces.IGroup
 
hasStyle() - Method in class net.sf.latexdraw.glib.models.impl.LArrow
 
hasStyle() - Method in interface net.sf.latexdraw.glib.models.interfaces.IArrow
 
HATCH_CROSS_ICON - Static variable in class net.sf.latexdraw.util.LResources
 
HATCH_F_CROSS_ICON - Static variable in class net.sf.latexdraw.util.LResources
 
HATCH_F_HORIZ_ICON - Static variable in class net.sf.latexdraw.util.LResources
 
HATCH_F_VERT_ICON - Static variable in class net.sf.latexdraw.util.LResources
 
HATCH_HORIZ_ICON - Static variable in class net.sf.latexdraw.util.LResources
 
HATCH_NONE_ICON - Static variable in class net.sf.latexdraw.util.LResources
 
HATCH_SOLID_ICON - Static variable in class net.sf.latexdraw.util.LResources
 
hatchAngleField - Variable in class net.sf.latexdraw.instruments.ShapeFillingCustomiser
Changes the angle of the hatchings.
hatchColButton - Variable in class net.sf.latexdraw.instruments.ShapeFillingCustomiser
Sets the colour of the hatchings.
hatchingsAngle - Variable in class net.sf.latexdraw.glib.models.impl.LShape
The angle of the hatchings in radian.
hatchingsCol - Variable in class net.sf.latexdraw.glib.models.impl.LShape
The colour of the hatchings.
hatchingsSep - Variable in class net.sf.latexdraw.glib.models.impl.LShape
The separation size between hatchings in pixel.
hatchingsWidth - Variable in class net.sf.latexdraw.glib.models.impl.LShape
The thickness of the hatchings in pixel.
hatchSepField - Variable in class net.sf.latexdraw.instruments.ShapeFillingCustomiser
Changes the separation of the hatchings.
hatchWidthField - Variable in class net.sf.latexdraw.instruments.ShapeFillingCustomiser
Changes the width of the hatchings.
height - Variable in class net.sf.latexdraw.glib.ui.LMagneticGrid
The height of the grid.
HEIGHT - Static variable in class net.sf.latexdraw.parsers.svg.SVGMatrix
 
HEIGHT - Static variable in class org.malai.widget.MButtonIcon
he height of the icon
HEIGHT_ICON - Static variable in class net.sf.latexdraw.ui.WidgetMiniToolbar
 
HEIGHT_TEXTFIELD - Static variable in class net.sf.latexdraw.ui.PropertiesToolbarBuilder
The max height of the textfield widget.
HEIGHT_TRIANGLE - Static variable in class net.sf.latexdraw.ui.WidgetMiniToolbar
The height of the triangle drawn in the button
HELP_ICON - Static variable in class net.sf.latexdraw.util.LResources
 
Helper - Class in net.sf.latexdraw.instruments
This instrument manages help features.
Helper(UIComposer<?>) - Constructor for class net.sf.latexdraw.instruments.Helper
Creates the instrument.
helper - Variable in class net.sf.latexdraw.ui.LFrame
The instrument that manages help features.
helpMenu - Variable in class net.sf.latexdraw.ui.MenubarBuilder
This menu contains menu items related with the help.
hexToRBG(String) - Method in class net.sf.latexdraw.parsers.svg.CSSColors
Converts an hexadecimal colour to an RBG one.
hid - Variable in class org.malai.interaction.Transition
The ID of the HID that produced the transition.
hideWidgets - Variable in class org.malai.action.library.ActivateInactivateInstruments
Defines if the widgets of WidgetInstrument instances must be hidden during their deactivation.
hit(Rectangle, Shape, boolean) - Method in class net.sf.latexdraw.parsers.svg.parsers.Graphics2D2SVG
 
homogeniseArrowFrom(IArrow, IArrow) - Method in class net.sf.latexdraw.generators.svg.LShapeSVGGenerator
Copies the parameters of the first arrow to the second arrow (only the parameters of the current style are copied).
homogeniseArrows(IArrow, IArrow) - Method in class net.sf.latexdraw.generators.svg.LShapeSVGGenerator
When the arrows are read from an SVG document, we need to set the parameters of the first arrow to the second arrow and vise et versa; because the arrows of a shape share the same parameters.
horizontalSymmetry(IPoint) - Method in class net.sf.latexdraw.glib.models.impl.LPoint
 
horizontalSymmetry(IPoint) - Method in interface net.sf.latexdraw.glib.models.interfaces.IPoint
Returns horizontally the point.

I

IAbstractView - Interface in net.sf.latexdraw.glib.views
Defines an interface for abstract views.
IActiveList<E> - Interface in org.malai.mapping
This interface completes the List interface with necessary methods.
IArc - Interface in net.sf.latexdraw.glib.models.interfaces
Defines an interface that classes defining a elliptic arc should implement.
IArrow - Interface in net.sf.latexdraw.glib.models.interfaces
Defines an interface that classes defining an arrow should implement.
IArrow.ArrowStyle - Enum in net.sf.latexdraw.glib.models.interfaces
 
IArrow.ArrowStyle() - Constructor for enum net.sf.latexdraw.glib.models.interfaces.IArrow.ArrowStyle
 
IArrowable - Interface in net.sf.latexdraw.glib.models.interfaces
Defines an interface to share operations on arrow's properties.
IAxes - Interface in net.sf.latexdraw.glib.models.interfaces
Defines an interface that classes defining latex axes should implement.
IAxes.AxesStyle - Enum in net.sf.latexdraw.glib.models.interfaces
Defines the different kinds of axes.
IAxes.AxesStyle() - Constructor for enum net.sf.latexdraw.glib.models.interfaces.IAxes.AxesStyle
 
IAxes.PlottingStyle - Enum in net.sf.latexdraw.glib.models.interfaces
Defines the different style of labels.
IAxes.PlottingStyle() - Constructor for enum net.sf.latexdraw.glib.models.interfaces.IAxes.PlottingStyle
 
IAxes.TicksStyle - Enum in net.sf.latexdraw.glib.models.interfaces
Defines the different kinds of ticks.
IAxes.TicksStyle() - Constructor for enum net.sf.latexdraw.glib.models.interfaces.IAxes.TicksStyle
 
IBezierCurve - Interface in net.sf.latexdraw.glib.models.interfaces
Defines an interface that classes defining a Bezier curve should implement.
ICanvas - Interface in net.sf.latexdraw.glib.ui
Defines an interface for a canvas that draw the drawing and manages the selected shapes.
ICircle - Interface in net.sf.latexdraw.glib.models.interfaces
Defines an interface that classes defining a circle should implement.
ICircleArc - Interface in net.sf.latexdraw.glib.models.interfaces
Defines an interface that classes defining a circled arc should implement.
ICON_HEIGHT - Static variable in class net.sf.latexdraw.ui.CloseButton
The height of the button
ICON_WIDTH - Static variable in class net.sf.latexdraw.ui.CloseButton
The width of the button
IControlPointShape - Interface in net.sf.latexdraw.glib.models.interfaces
Defines an interface that classes defining a shape, containg control points, should implement.
ICurve - Interface in net.sf.latexdraw.glib.models.interfaces
Defines an interface that classes defining a latex curve should implement.
ICurve.CurveStyle - Enum in net.sf.latexdraw.glib.models.interfaces
The different styles of a curve.
ICurve.CurveStyle() - Constructor for enum net.sf.latexdraw.glib.models.interfaces.ICurve.CurveStyle
 
id - Variable in class net.sf.latexdraw.glib.models.impl.LShape
The ID of the shape.
ID_BUILD - Static variable in class net.sf.latexdraw.util.VersionChecker
The identifier of the build
ID_KB - Static variable in class org.malai.interaction.SwingEventManager
The ID used to identify the keyboard.
ID_MOUSE - Static variable in class org.malai.interaction.SwingEventManager
The ID used to identify the mouse.
identifyCommand(String) - Method in class net.sf.latexdraw.parsers.ps.PSFunctionParser
 
idHID - Variable in class org.malai.interaction.Event
The identifier of the HID.
IDot - Interface in net.sf.latexdraw.glib.models.interfaces
Defines an interface that classes defining a dot should implement.
IDot.DotStyle - Enum in net.sf.latexdraw.glib.models.interfaces
The different styles of dot.
IDot.DotStyle() - Constructor for enum net.sf.latexdraw.glib.models.interfaces.IDot.DotStyle
 
IDrawing - Interface in net.sf.latexdraw.glib.models.interfaces
Defines an interface of a drawing that contains a set of shapes and a set of selected shapes.
IEllipse - Interface in net.sf.latexdraw.glib.models.interfaces
Defines an interface that classes defining an ellipse should implement.
IFreehand - Interface in net.sf.latexdraw.glib.models.interfaces
Defines an interface that classes defining a freehand shape should implement.
IFreehand.FreeHandType - Enum in net.sf.latexdraw.glib.models.interfaces
The different types of freehand.
IFreehand.FreeHandType() - Constructor for enum net.sf.latexdraw.glib.models.interfaces.IFreehand.FreeHandType
 
IGrid - Interface in net.sf.latexdraw.glib.models.interfaces
Defines an interface that classes defining a latex grid should implement.
IGroup - Interface in net.sf.latexdraw.glib.models.interfaces
Defines an interface that classes defining a group of shapes should implement.
IHandler - Interface in net.sf.latexdraw.glib.handlers
This interface defines a handler.
ILine - Interface in net.sf.latexdraw.glib.models.interfaces
Defines an interface that classes defining a line should implement.
ILineArcShape - Interface in net.sf.latexdraw.glib.models.interfaces
Defines an interface that classes defining a shape that can have round corners should implement.
image - Variable in class net.sf.latexdraw.glib.models.impl.LPicture
The buffered image.
image - Variable in class net.sf.latexdraw.glib.views.Java2D.impl.LTextView
The picture.
image - Variable in class net.sf.latexdraw.ui.DisplayCanvas
The image to display
ImageCropper - Class in net.sf.latexdraw.util
This singleton removes white margins of an image.
ImageCropper() - Constructor for class net.sf.latexdraw.util.ImageCropper
 
IMapping - Interface in org.malai.mapping
This interface defines the concept of mapping that link source objects with target objects.
IMappingRegistry - Interface in org.malai.mapping
Defines an interface for a registry that gathers modifications made to a listened objects.
IModifiablePointsShape - Interface in net.sf.latexdraw.glib.models.interfaces
Defines an interface for shapes that contain modifiable points.
IMPORT_ICON - Static variable in class net.sf.latexdraw.util.LResources
 
importNode(Node, boolean) - Method in class net.sf.latexdraw.parsers.svg.SVGDocument
 
IN_FRONT_OF_SEL_ICON - Static variable in class net.sf.latexdraw.util.LResources
 
INCH_VAL_CM - Static variable in class net.sf.latexdraw.glib.views.pst.PSTricksConstants
The size in centimetres of an inch
INCH_VAL_PT - Static variable in class net.sf.latexdraw.glib.views.pst.PSTricksConstants
A inch is 72 postscript points
incLinePosition() - Method in class net.sf.latexdraw.parsers.CodeParser
Increments the line position.
increment - Variable in class org.malai.action.library.Scroll
The scrolling increment.
increment - Variable in class org.malai.interaction.library.Scrolling
The total increment of the scrolling.
incrementX - Variable in class net.sf.latexdraw.glib.models.impl.LAxes
The increment of X axe (Dx in PST).
incrementY - Variable in class net.sf.latexdraw.glib.models.impl.LAxes
The increment of Y axe (Dy in PST).
incrLabelX - Variable in class net.sf.latexdraw.instruments.ShapeAxesCustomiser
The widget that permits to set the increment of X-labels.
incrLabelY - Variable in class net.sf.latexdraw.instruments.ShapeAxesCustomiser
The widget that permits to set the increment of Y-labels.
indexPt - Variable in class net.sf.latexdraw.actions.MovePoint
The index of the point to move.
indexPt - Variable in class net.sf.latexdraw.glib.handlers.CtrlPointHandler
The index of the point in its shape.
indexPt - Variable in class net.sf.latexdraw.glib.handlers.MovePtHandler
The index of the point in its shape.
init() - Method in class net.sf.latexdraw.mapping.SelectionMapping
 
init() - Method in class net.sf.latexdraw.mapping.ShapeList2ExporterMapping
 
init() - Method in class net.sf.latexdraw.mapping.ViewList2TooltipableList
 
init() - Method in interface org.malai.mapping.IMapping
At start, the mapping must be executed one time to initialise the binding between source and target objects.
init() - Method in class org.malai.mapping.Object2ObjectMapping
 
init() - Method in class org.malai.mapping.SymmetricList2ListMapping
 
init() - Method in class org.malai.mapping.Unary2UnaryMapping
 
initAction() - Method in class net.sf.latexdraw.instruments.Border.DnD2MoveCtrlPoint
 
initAction() - Method in class net.sf.latexdraw.instruments.Border.DnD2MovePoint
 
initAction() - Method in class net.sf.latexdraw.instruments.Border.DnD2Rotate
 
initAction() - Method in class net.sf.latexdraw.instruments.Border.DnD2Scale
 
initAction() - Method in class net.sf.latexdraw.instruments.Button2ArcStyle
 
initAction() - Method in class net.sf.latexdraw.instruments.Button2PencilArcStyle
 
initAction() - Method in class net.sf.latexdraw.instruments.Button2SaveLink
 
initAction() - Method in class net.sf.latexdraw.instruments.Button2SelectionArcStyle
 
initAction() - Method in class net.sf.latexdraw.instruments.Button2Zoom
 
initAction() - Method in class net.sf.latexdraw.instruments.ButtonClose2SaveLink
 
initAction() - Method in class net.sf.latexdraw.instruments.ButtonPress2RotateShape
 
initAction() - Method in class net.sf.latexdraw.instruments.ButtonPress2ShowExceptionFrame
 
initAction() - Method in class net.sf.latexdraw.instruments.ButtonPressed2ActivateIns
 
initAction() - Method in class net.sf.latexdraw.instruments.ButtonPressed2AddText
 
initAction() - Method in class net.sf.latexdraw.instruments.ButtonPressed2ChangePencil
 
initAction() - Method in class net.sf.latexdraw.instruments.ButtonPressed2ChangeTextPosition
 
initAction() - Method in class net.sf.latexdraw.instruments.ButtonPressed2DefineStylePencil
 
initAction() - Method in class net.sf.latexdraw.instruments.ButtonPressed2Export
 
initAction() - Method in class net.sf.latexdraw.instruments.CheckBox2MagneticGrid
 
initAction() - Method in class net.sf.latexdraw.instruments.CheckBox2PencilDoubleBorder
 
initAction() - Method in class net.sf.latexdraw.instruments.CheckBox2PencilShadow
 
initAction() - Method in class net.sf.latexdraw.instruments.CheckBox2SelectionDoubleBorder
 
initAction() - Method in class net.sf.latexdraw.instruments.CheckBox2SelectionShadow
 
initAction() - Method in class net.sf.latexdraw.instruments.CheckBoxForCustomiser
 
initAction() - Method in class net.sf.latexdraw.instruments.CloseFrame2SavePreferences
 
initAction() - Method in class net.sf.latexdraw.instruments.ColourButton2PencilBorder
 
initAction() - Method in class net.sf.latexdraw.instruments.ColourButton2PencilDoubleBorder
 
initAction() - Method in class net.sf.latexdraw.instruments.ColourButton2PencilFilling
 
initAction() - Method in class net.sf.latexdraw.instruments.ColourButton2PencilShadow
 
initAction() - Method in class net.sf.latexdraw.instruments.ColourButton2SelectionBorder
 
initAction() - Method in class net.sf.latexdraw.instruments.ColourButton2SelectionDoubleBorder
 
initAction() - Method in class net.sf.latexdraw.instruments.ColourButton2SelectionFilling
 
initAction() - Method in class net.sf.latexdraw.instruments.ColourButton2SelectionShadow
 
initAction() - Method in class net.sf.latexdraw.instruments.ColourButtonForCustomiser
 
initAction() - Method in class net.sf.latexdraw.instruments.DeleteShapesLink
 
initAction() - Method in class net.sf.latexdraw.instruments.DnD2AddShape
 
initAction() - Method in class net.sf.latexdraw.instruments.DnD2Select
 
initAction() - Method in class net.sf.latexdraw.instruments.DnD2Translate
 
initAction() - Method in class net.sf.latexdraw.instruments.DoubleClick2InitTextSetter
 
initAction() - Method in class net.sf.latexdraw.instruments.DrawingPropertiesCustomiser.CheckBox2CustDrawing
 
initAction() - Method in class net.sf.latexdraw.instruments.DrawingPropertiesCustomiser.ComboBox2CustDrawing
 
initAction() - Method in class net.sf.latexdraw.instruments.DrawingPropertiesCustomiser.TextField2CustDrawing
 
initAction() - Method in class net.sf.latexdraw.instruments.Enter2AddText
 
initAction() - Method in class net.sf.latexdraw.instruments.Enter2SetText
 
initAction() - Method in class net.sf.latexdraw.instruments.Interaction2AbstractCopy
 
initAction() - Method in class net.sf.latexdraw.instruments.Interaction2IOLink
 
initAction() - Method in class net.sf.latexdraw.instruments.Interaction2LoadLink
 
initAction() - Method in class net.sf.latexdraw.instruments.Interaction2NewLink
 
initAction() - Method in class net.sf.latexdraw.instruments.Interaction2PasteShapes
 
initAction() - Method in class net.sf.latexdraw.instruments.Interaction2SaveLink
 
initAction() - Method in class net.sf.latexdraw.instruments.KeyPress2Desactivate
 
initAction() - Method in class net.sf.latexdraw.instruments.KeysTyped2ChangePackages
 
initAction() - Method in class net.sf.latexdraw.instruments.List2ChangeStyle
 
initAction() - Method in class net.sf.latexdraw.instruments.List2PencilArrowStyle
 
initAction() - Method in class net.sf.latexdraw.instruments.List2PencilBorder
 
initAction() - Method in class net.sf.latexdraw.instruments.List2PencilFilling
 
initAction() - Method in class net.sf.latexdraw.instruments.List2SelectionBorder
 
initAction() - Method in class net.sf.latexdraw.instruments.List2SelectionFilling
 
initAction() - Method in class net.sf.latexdraw.instruments.List2ShapeArrowStyle
 
initAction() - Method in class net.sf.latexdraw.instruments.Menu2SaveAsLink
 
initAction() - Method in class net.sf.latexdraw.instruments.Menu2SaveLink
 
initAction() - Method in class net.sf.latexdraw.instruments.MenuItem2AboutFrame
 
initAction() - Method in class net.sf.latexdraw.instruments.MenuItem2ActivateSetterLink
 
initAction() - Method in class net.sf.latexdraw.instruments.MenuItem2SetUnit
 
initAction() - Method in class net.sf.latexdraw.instruments.MenuItem2ShowHideCodeScaleRuler
 
initAction() - Method in class net.sf.latexdraw.instruments.MenuItem2ShowPreferencesLink
 
initAction() - Method in class net.sf.latexdraw.instruments.MenuPressed2Export
 
initAction() - Method in class net.sf.latexdraw.instruments.MultiClic2AddShape
 
initAction() - Method in class net.sf.latexdraw.instruments.PencilLink
 
initAction() - Method in class net.sf.latexdraw.instruments.Press2AddShape
 
initAction() - Method in class net.sf.latexdraw.instruments.Press2AddText
 
initAction() - Method in class net.sf.latexdraw.instruments.Press2InitTextSetter
 
initAction() - Method in class net.sf.latexdraw.instruments.Press2InsertPicture
 
initAction() - Method in class net.sf.latexdraw.instruments.Press2Select
 
initAction() - Method in class net.sf.latexdraw.instruments.RecentMenuItem2LoadLink
 
initAction() - Method in class net.sf.latexdraw.instruments.Scroll2Zoom
 
initAction() - Method in class net.sf.latexdraw.instruments.ShapeAxesCustomiser.CheckBox2CustomAxes
 
initAction() - Method in class net.sf.latexdraw.instruments.ShapeAxesCustomiser.CheckBox2CustomPencilAxes
 
initAction() - Method in class net.sf.latexdraw.instruments.ShapeAxesCustomiser.CheckBox2CustomSelectedAxes
 
initAction() - Method in class net.sf.latexdraw.instruments.ShapeAxesCustomiser.Combobox2CustomAxes
 
initAction() - Method in class net.sf.latexdraw.instruments.ShapeAxesCustomiser.Combobox2CustomPencilAxes
 
initAction() - Method in class net.sf.latexdraw.instruments.ShapeAxesCustomiser.Combobox2CustomSelectedAxes
 
initAction() - Method in class net.sf.latexdraw.instruments.ShapeAxesCustomiser.Spinner2CustomAxes
 
initAction() - Method in class net.sf.latexdraw.instruments.ShapeAxesCustomiser.Spinner2CustomPencilAxes
 
initAction() - Method in class net.sf.latexdraw.instruments.ShapeAxesCustomiser.Spinner2CustomSelectedAxes
 
initAction() - Method in class net.sf.latexdraw.instruments.ShapeCoordDimCustomiser.Spinner2TranslateShape
 
initAction() - Method in class net.sf.latexdraw.instruments.ShapeDotCustomiser.FillingButton2PencilFilling
 
initAction() - Method in class net.sf.latexdraw.instruments.ShapeDotCustomiser.FillingButton2SelectionFilling
 
initAction() - Method in class net.sf.latexdraw.instruments.ShapeDotCustomiser.List2PencilDotStyle
 
initAction() - Method in class net.sf.latexdraw.instruments.ShapeDotCustomiser.List2SelectionDotStyle
 
initAction() - Method in class net.sf.latexdraw.instruments.ShapeDotCustomiser.Spinner2PencilDotSize
 
initAction() - Method in class net.sf.latexdraw.instruments.ShapeDotCustomiser.Spinner2SelectionDotSize
 
initAction() - Method in class net.sf.latexdraw.instruments.ShapeGridCustomiser.CheckBox2ModifyPencilGrid
 
initAction() - Method in class net.sf.latexdraw.instruments.ShapeGridCustomiser.CheckBox2ModifySelectionGrid
 
initAction() - Method in class net.sf.latexdraw.instruments.ShapeGridCustomiser.CheckBox4ShapeGridCust
 
initAction() - Method in class net.sf.latexdraw.instruments.ShapeGridCustomiser.Spinner2ModifyGridCoords
 
initAction() - Method in class net.sf.latexdraw.instruments.ShapeGridCustomiser.Spinner2ModifyPencilGridCoords
 
initAction() - Method in class net.sf.latexdraw.instruments.ShapeGridCustomiser.Spinner2ModifySelectionGridCoords
 
initAction() - Method in class net.sf.latexdraw.instruments.ShapeGrouper.Button2GroupShapes
 
initAction() - Method in class net.sf.latexdraw.instruments.ShapeGrouper.Button2SeparateShapes
 
initAction() - Method in class net.sf.latexdraw.instruments.Shortcut2SaveLink
 
initAction() - Method in class net.sf.latexdraw.instruments.Shortcut2SavePrefLink
 
initAction() - Method in class net.sf.latexdraw.instruments.Spinner2ArrowParam
 
initAction() - Method in class net.sf.latexdraw.instruments.Spinner2GridSpacing
 
initAction() - Method in class net.sf.latexdraw.instruments.Spinner2PencilArrowParam
 
initAction() - Method in class net.sf.latexdraw.instruments.Spinner2PencilBorder
 
initAction() - Method in class net.sf.latexdraw.instruments.Spinner2PencilDoubleBorder
 
initAction() - Method in class net.sf.latexdraw.instruments.Spinner2PencilEndAngle
 
initAction() - Method in class net.sf.latexdraw.instruments.Spinner2PencilFilling
 
initAction() - Method in class net.sf.latexdraw.instruments.Spinner2PencilShadow
 
initAction() - Method in class net.sf.latexdraw.instruments.Spinner2PencilStartAngle
 
initAction() - Method in class net.sf.latexdraw.instruments.Spinner2RotateShape
 
initAction() - Method in class net.sf.latexdraw.instruments.Spinner2SelectionArrowParam
 
initAction() - Method in class net.sf.latexdraw.instruments.Spinner2SelectionBorder
 
initAction() - Method in class net.sf.latexdraw.instruments.Spinner2SelectionDoubleBorder
 
initAction() - Method in class net.sf.latexdraw.instruments.Spinner2SelectionEndAngle
 
initAction() - Method in class net.sf.latexdraw.instruments.Spinner2SelectionFilling
 
initAction() - Method in class net.sf.latexdraw.instruments.Spinner2SelectionShadow
 
initAction() - Method in class net.sf.latexdraw.instruments.Spinner2SelectionStartAngle
 
initAction() - Method in class net.sf.latexdraw.instruments.Spinner2Zoom
 
initAction() - Method in class net.sf.latexdraw.instruments.TabSelector.TabSelected2ActivateInstruments
 
initAction() - Method in class org.malai.instrument.library.ButtonPressed2Redo
 
initAction() - Method in class org.malai.instrument.library.ButtonPressed2Undo
 
initAction() - Method in class org.malai.instrument.library.MenuItem2OpenWebPageLink
 
initAction() - Method in class org.malai.instrument.library.MenuItem2ShowComponentLink
 
initAction() - Method in class org.malai.instrument.library.Scrolling2Scroll
 
initAction() - Method in class org.malai.instrument.Link
After being created by method createAction, the action must be initialised by this method.
initActionOnDrawingPanel() - Method in class net.sf.latexdraw.instruments.TabSelector.TabSelected2ActivateInstruments
 
initActionOnPSTCodePanel() - Method in class net.sf.latexdraw.instruments.TabSelector.TabSelected2ActivateInstruments
 
initCommands() - Method in class net.sf.latexdraw.generators.svg.SVGShapesFactory
Initialises the chain of responsibility.
initCommands() - Method in class net.sf.latexdraw.glib.views.Java2D.impl.LViewsFactory
Initialises the chain of responsibility.
initCommands() - Method in class net.sf.latexdraw.glib.views.pst.PSTViewsFactory
Initialises the chain of responsibility.
initEditorPane(JEditorPane) - Static method in class net.sf.latexdraw.ui.dialog.AboutDialogueBox
 
initialise() - Method in class net.sf.latexdraw.parsers.CodeParser
Reinitialises the parser.
initialiseAboutFrame() - Method in class net.sf.latexdraw.instruments.Helper
 
initialiseCtrlMvHandlers(IControlPointShape) - Method in class net.sf.latexdraw.instruments.Border
 
initialiseDialogueBox() - Method in class net.sf.latexdraw.ui.dialog.AboutDialogueBox
 
initialiseEditingChoiceMap() - Method in class net.sf.latexdraw.instruments.EditingSelector
 
initialiseInstrumentsActivation() - Method in class net.sf.latexdraw.ui.UIBuilder
 
initialiseLinks() - Method in class net.sf.latexdraw.instruments.Border
 
initialiseLinks() - Method in class net.sf.latexdraw.instruments.CopierCutterPaster
 
initialiseLinks() - Method in class net.sf.latexdraw.instruments.DrawingPropertiesCustomiser
 
initialiseLinks() - Method in class net.sf.latexdraw.instruments.EditingSelector
 
initialiseLinks() - Method in class net.sf.latexdraw.instruments.ExceptionsManager
 
initialiseLinks() - Method in class net.sf.latexdraw.instruments.Exporter
 
initialiseLinks() - Method in class net.sf.latexdraw.instruments.FileLoaderSaver
 
initialiseLinks() - Method in class net.sf.latexdraw.instruments.Hand
 
initialiseLinks() - Method in class net.sf.latexdraw.instruments.Helper
 
initialiseLinks() - Method in class net.sf.latexdraw.instruments.MagneticGridCustomiser
 
initialiseLinks() - Method in class net.sf.latexdraw.instruments.MetaShapeCustomiser
 
initialiseLinks() - Method in class net.sf.latexdraw.instruments.Pencil
 
initialiseLinks() - Method in class net.sf.latexdraw.instruments.PreferencesActivator
 
initialiseLinks() - Method in class net.sf.latexdraw.instruments.PreferencesSetter
 
initialiseLinks() - Method in class net.sf.latexdraw.instruments.ScaleRulersCustomiser
 
initialiseLinks() - Method in class net.sf.latexdraw.instruments.ShapeArcCustomiser
 
initialiseLinks() - Method in class net.sf.latexdraw.instruments.ShapeArrowCustomiser
 
initialiseLinks() - Method in class net.sf.latexdraw.instruments.ShapeAxesCustomiser
 
initialiseLinks() - Method in class net.sf.latexdraw.instruments.ShapeBorderCustomiser
 
initialiseLinks() - Method in class net.sf.latexdraw.instruments.ShapeCoordDimCustomiser
 
initialiseLinks() - Method in class net.sf.latexdraw.instruments.ShapeDeleter
 
initialiseLinks() - Method in class net.sf.latexdraw.instruments.ShapeDotCustomiser
 
initialiseLinks() - Method in class net.sf.latexdraw.instruments.ShapeDoubleBorderCustomiser
 
initialiseLinks() - Method in class net.sf.latexdraw.instruments.ShapeFillingCustomiser
 
initialiseLinks() - Method in class net.sf.latexdraw.instruments.ShapeGridCustomiser
 
initialiseLinks() - Method in class net.sf.latexdraw.instruments.ShapeGrouper
 
initialiseLinks() - Method in class net.sf.latexdraw.instruments.ShapeRotationCustomiser
 
initialiseLinks() - Method in class net.sf.latexdraw.instruments.ShapeShadowCustomiser
 
initialiseLinks() - Method in class net.sf.latexdraw.instruments.TabSelector
 
initialiseLinks() - Method in class net.sf.latexdraw.instruments.TextCustomiser
 
initialiseLinks() - Method in class net.sf.latexdraw.instruments.TextSetter
 
initialiseLinks() - Method in class net.sf.latexdraw.instruments.Zoomer
 
initialiseLinks() - Method in class org.malai.instrument.Instrument
Initialises the links of the instrument.
initialiseLinks() - Method in class org.malai.instrument.library.Scroller
 
initialiseLinks() - Method in class org.malai.instrument.library.UndoRedoManager
 
initialisePreferencesFrame() - Method in class net.sf.latexdraw.instruments.PreferencesActivator
Initialises and returns the preferences frame.
initialisePresentations() - Method in class net.sf.latexdraw.ui.LFrame
 
initialisePresentations() - Method in class org.malai.ui.UI
Initialises the presentations of the UI.
initialiseWidgets() - Method in class net.sf.latexdraw.instruments.CopierCutterPaster
 
initialiseWidgets() - Method in class net.sf.latexdraw.instruments.DrawingPropertiesCustomiser
 
initialiseWidgets() - Method in class net.sf.latexdraw.instruments.EditingSelector
 
initialiseWidgets() - Method in class net.sf.latexdraw.instruments.Exporter
 
initialiseWidgets() - Method in class net.sf.latexdraw.instruments.FileLoaderSaver
 
initialiseWidgets() - Method in class net.sf.latexdraw.instruments.Helper
 
initialiseWidgets() - Method in class net.sf.latexdraw.instruments.MagneticGridCustomiser
 
initialiseWidgets() - Method in class net.sf.latexdraw.instruments.MetaShapeCustomiser
 
initialiseWidgets() - Method in class net.sf.latexdraw.instruments.PreferencesActivator
 
initialiseWidgets() - Method in class net.sf.latexdraw.instruments.PreferencesSetter
Initialises the widgets of the instrument.
initialiseWidgets() - Method in class net.sf.latexdraw.instruments.ShapeArcCustomiser
 
initialiseWidgets() - Method in class net.sf.latexdraw.instruments.ShapeArrowCustomiser
 
initialiseWidgets() - Method in class net.sf.latexdraw.instruments.ShapeAxesCustomiser
 
initialiseWidgets() - Method in class net.sf.latexdraw.instruments.ShapeBorderCustomiser
 
initialiseWidgets() - Method in class net.sf.latexdraw.instruments.ShapeCoordDimCustomiser
 
initialiseWidgets() - Method in class net.sf.latexdraw.instruments.ShapeDeleter
 
initialiseWidgets() - Method in class net.sf.latexdraw.instruments.ShapeDotCustomiser
 
initialiseWidgets() - Method in class net.sf.latexdraw.instruments.ShapeDoubleBorderCustomiser
 
initialiseWidgets() - Method in class net.sf.latexdraw.instruments.ShapeFillingCustomiser
 
initialiseWidgets() - Method in class net.sf.latexdraw.instruments.ShapeGridCustomiser
 
initialiseWidgets() - Method in class net.sf.latexdraw.instruments.ShapeGrouper
 
initialiseWidgets() - Method in class net.sf.latexdraw.instruments.ShapeRotationCustomiser
 
initialiseWidgets() - Method in class net.sf.latexdraw.instruments.ShapeShadowCustomiser
 
initialiseWidgets() - Method in class net.sf.latexdraw.instruments.TextCustomiser
 
initialiseWidgets() - Method in class org.malai.instrument.library.UndoRedoManager
 
initialiseWidgets() - Method in class org.malai.instrument.WidgetInstrument
Initialises the widgets of the instrument.
initMap() - Method in class net.sf.latexdraw.lang.LangTool
 
initMappings() - Method in interface org.malai.mapping.IMappingRegistry
At start, mappings must be executed one time to initialise the mapping.
initMappings() - Method in class org.malai.mapping.MappingRegistry
 
initMatrix() - Method in class net.sf.latexdraw.parsers.svg.SVGMatrix
Initialises the matrix as the identity.
initModifiablePointsShape(SVGPathElement) - Method in class net.sf.latexdraw.generators.svg.LModifiablePointsGenerator
Sets the points of the modifiable points shape using the given SVG element.
initRectangle(SVGGElement, boolean) - Method in class net.sf.latexdraw.generators.svg.LRectangleSVGGenerator
Initialises the rectangle using an SVGGElement provided by a latexdraw SVG document.
InitState - Class in org.malai.interaction
This state defines a initial state that starts the interaction.
InitState() - Constructor for class org.malai.interaction.InitState
Creates the initial state.
initState - Variable in class org.malai.interaction.Interaction
The initial state the starts the state machine.
initStateMachine() - Method in class org.malai.interaction.Interaction
Initialises the interaction: creates the states and the transitions.
initStateMachine() - Method in class org.malai.interaction.library.AbortableDnD
 
initStateMachine() - Method in class org.malai.interaction.library.ButtonPressed
 
initStateMachine() - Method in class org.malai.interaction.library.CheckBoxModified
 
initStateMachine() - Method in class org.malai.interaction.library.DnD
 
initStateMachine() - Method in class org.malai.interaction.library.DoubleClick
 
initStateMachine() - Method in class org.malai.interaction.library.KeyPressure
 
initStateMachine() - Method in class org.malai.interaction.library.KeysPressure
 
initStateMachine() - Method in class org.malai.interaction.library.KeysScrolling
 
initStateMachine() - Method in class org.malai.interaction.library.KeysTyped
 
initStateMachine() - Method in class org.malai.interaction.library.KeyTyped
 
initStateMachine() - Method in class org.malai.interaction.library.ListSelectionModified
 
initStateMachine() - Method in class org.malai.interaction.library.MenuItemPressed
 
initStateMachine() - Method in class org.malai.interaction.library.MultiClick
 
initStateMachine() - Method in class org.malai.interaction.library.Press
 
initStateMachine() - Method in class org.malai.interaction.library.Scrolling
 
initStateMachine() - Method in class org.malai.interaction.library.SimpleClick
 
initStateMachine() - Method in class org.malai.interaction.library.SpinnerModified
 
initStateMachine() - Method in class org.malai.interaction.library.TabSelected
 
initStateMachine() - Method in class org.malai.interaction.library.TextChanged
 
initStateMachine() - Method in class org.malai.interaction.library.WindowClosed
 
InitTextSetter - Class in net.sf.latexdraw.actions
This action activates and moves the text setter to a given position.
InitTextSetter() - Constructor for class net.sf.latexdraw.actions.InitTextSetter
 
INNER_ICON - Static variable in class net.sf.latexdraw.util.LResources
 
inputState - Variable in class org.malai.interaction.Transition
The source state.
insActivate - Variable in class org.malai.action.library.ActivateInactivateInstruments
The instruments to activate.
INSERT_PIC_ICON - Static variable in class net.sf.latexdraw.util.LResources
 
INSERT_PST_ICON - Static variable in class net.sf.latexdraw.util.LResources
 
insertBefore(Node, Node) - Method in class net.sf.latexdraw.parsers.svg.SVGAttr
 
insertBefore(Node, Node) - Method in class net.sf.latexdraw.parsers.svg.SVGDocument
 
insertBefore(Node, Node) - Method in class net.sf.latexdraw.parsers.svg.SVGElement
 
insertData(int, String) - Method in class net.sf.latexdraw.parsers.svg.SVGText
 
InsertPicture - Class in net.sf.latexdraw.actions
This action asks the user to select a picture and, if valid, adds it to a drawing.
InsertPicture() - Constructor for class net.sf.latexdraw.actions.InsertPicture
Creates the action.
INSET_BUTTON - Static variable in class net.sf.latexdraw.util.LResources
 
insInactivate - Variable in class org.malai.action.library.ActivateInactivateInstruments
The instrument to desactivate.
INSTANCE - Static variable in class net.sf.latexdraw.badaboom.BadaboomCollector
The singleton.
INSTANCE - Static variable in class net.sf.latexdraw.generators.svg.CSSStylesGenerator
The singleton.
INSTANCE - Static variable in class net.sf.latexdraw.generators.svg.IShapeSVGFactory
The singleton.
INSTANCE - Static variable in class net.sf.latexdraw.generators.svg.SVGDocumentGenerator
The singleton that allows the save/load latexdraw SVG documents.
INSTANCE - Static variable in class net.sf.latexdraw.generators.svg.SVGShapesFactory
The singleton.
INSTANCE - Static variable in class net.sf.latexdraw.glib.models.interfaces.GLibUtilities
The singleton.
INSTANCE - Static variable in class net.sf.latexdraw.glib.views.latex.DviPsColors
 
INSTANCE - Static variable in class net.sf.latexdraw.glib.views.pst.PSTViewsFactory
The singleton.
INSTANCE - Static variable in class net.sf.latexdraw.lang.LangTool
The singleton to use when wanting to use language utilities.
INSTANCE - Static variable in class net.sf.latexdraw.parsers.svg.CSSColors
The singleton.
INSTANCE - Static variable in class net.sf.latexdraw.parsers.svg.parsers.UnitProcessor
The singleton.
INSTANCE - Static variable in class net.sf.latexdraw.parsers.svg.SVGElementsFactory
The singleton.
INSTANCE - Static variable in class net.sf.latexdraw.util.ImageCropper
The singleton.
INSTANCE - Static variable in class net.sf.latexdraw.util.LCursor
The singleton.
INSTANCE - Static variable in class net.sf.latexdraw.util.LFileUtils
The singleton.
INSTANCE - Static variable in class net.sf.latexdraw.util.LNumber
The singleton.
INSTANCE - Static variable in class net.sf.latexdraw.util.LPath
The singleton.
INSTANCE - Static variable in class net.sf.latexdraw.util.LSystem
The singleton.
INSTANCE - Static variable in class net.sf.latexdraw.util.Theme
The singleton.
INSTANCE - Static variable in class org.malai.action.ActionsRegistry
The register of actions.
INSTANCE - Static variable in class org.malai.error.ErrorCatcher
The singleton ErrorCatcher.
INSTANCE - Static variable in class org.malai.ui.UIManager
The singleton instance.
INSTANCE - Static variable in class org.malai.undo.UndoCollector
The default undo/redo collector.
INSTANCE - Static variable in class org.malai.widget.WidgetUtilities
The singleton of the class.
instantiateInstruments(LCanvas, IDrawing) - Method in class net.sf.latexdraw.ui.LFrame
 
instrument - Variable in class org.malai.action.library.InstrumentAction
The manipulated instrument.
Instrument - Class in org.malai.instrument
Defines an abstract model of an instrument.
Instrument() - Constructor for class org.malai.instrument.Instrument
Creates and initialises the instrument.
instrument - Variable in class org.malai.instrument.Link
The instrument that contains the link.
InstrumentAction - Class in org.malai.action.library
This action manipulates an instrument.
InstrumentAction() - Constructor for class org.malai.action.library.InstrumentAction
Creates the action.
instrumentsState - Variable in class net.sf.latexdraw.generators.svg.SVGDocumentGenerator.IOWorker
 
interaction - Variable in class org.malai.instrument.Link
The source interaction.
Interaction - Class in org.malai.interaction
Defines an interaction as defined in the Malai model.
Interaction() - Constructor for class org.malai.interaction.Interaction
Creates the interaction with a init state.
Interaction(InitState) - Constructor for class org.malai.interaction.Interaction
Creates the state machine.
Interaction2AbstractCopy<A extends CopyShapes,I extends Interaction> - Class in net.sf.latexdraw.instruments
This link maps an menu item interaction to an action dedicated to a shape copy.
Interaction2AbstractCopy(CopierCutterPaster, Class<A>, Class<I>) - Constructor for class net.sf.latexdraw.instruments.Interaction2AbstractCopy
Creates the link.
Interaction2IOLink<A extends IOAction,I extends Interaction> - Class in net.sf.latexdraw.instruments
 
Interaction2IOLink(FileLoaderSaver, Class<A>, Class<I>) - Constructor for class net.sf.latexdraw.instruments.Interaction2IOLink
 
Interaction2LoadLink<I extends Interaction> - Class in net.sf.latexdraw.instruments
This abstract link maps an interaction to a load action.
Interaction2LoadLink(FileLoaderSaver, Class<I>) - Constructor for class net.sf.latexdraw.instruments.Interaction2LoadLink
 
Interaction2NewLink<I extends Interaction> - Class in net.sf.latexdraw.instruments
 
Interaction2NewLink(FileLoaderSaver, Class<I>) - Constructor for class net.sf.latexdraw.instruments.Interaction2NewLink
 
Interaction2PasteShapes<I extends Interaction> - Class in net.sf.latexdraw.instruments
This abstract link maps an interaction to a paste action.
Interaction2PasteShapes(CopierCutterPaster, Class<I>) - Constructor for class net.sf.latexdraw.instruments.Interaction2PasteShapes
Creates the link.
Interaction2SaveLink<I extends Interaction> - Class in net.sf.latexdraw.instruments
This abstract link maps an interaction to a save action.
Interaction2SaveLink(FileLoaderSaver, Class<I>) - Constructor for class net.sf.latexdraw.instruments.Interaction2SaveLink
 
interactionAborts(Interaction) - Method in class org.malai.instrument.Link
 
interactionAborts(Interaction) - Method in interface org.malai.interaction.InteractionHandler
Happens when the interaction goes to an aborting state.
InteractionHandler - Interface in org.malai.interaction
Defines an interaction for objects that want to by notified when the state of an interaction changed.
interactionStarts(Interaction) - Method in class net.sf.latexdraw.instruments.MultiClic2AddShape
 
interactionStarts(Interaction) - Method in class org.malai.instrument.Link
 
interactionStarts(Interaction) - Method in interface org.malai.interaction.InteractionHandler
Happens when the interaction quits its initial state.
interactionStops(Interaction) - Method in class org.malai.instrument.Link
 
interactionStops(Interaction) - Method in interface org.malai.interaction.InteractionHandler
Happens when the interaction goes to a terminal state.
interactionUpdates(Interaction) - Method in class org.malai.instrument.Link
 
interactionUpdates(Interaction) - Method in interface org.malai.interaction.InteractionHandler
Happens when the interaction goes to standard state.
interimFeedback() - Method in class net.sf.latexdraw.instruments.Border.DnD2Scale
 
interimFeedback() - Method in class net.sf.latexdraw.instruments.Border
 
interimFeedback() - Method in class net.sf.latexdraw.instruments.DnD2AddShape
 
interimFeedback() - Method in class net.sf.latexdraw.instruments.DnD2Select
 
interimFeedback() - Method in class net.sf.latexdraw.instruments.DnD2Translate
 
interimFeedback() - Method in class net.sf.latexdraw.instruments.EditingSelector
 
interimFeedback() - Method in class net.sf.latexdraw.instruments.Hand
 
interimFeedback() - Method in class net.sf.latexdraw.instruments.MagneticGridCustomiser
 
interimFeedback() - Method in class net.sf.latexdraw.instruments.MultiClic2AddShape
 
interimFeedback() - Method in class net.sf.latexdraw.instruments.Pencil
 
interimFeedback() - Method in class net.sf.latexdraw.instruments.ScaleRulersCustomiser
 
interimFeedback() - Method in class net.sf.latexdraw.instruments.Zoomer
 
interimFeedback() - Method in class org.malai.instrument.Instrument
Reinitialises the interim feedback of the instrument.
interimFeedback() - Method in class org.malai.instrument.Link
Defines the interim feedback of the link.
IntermediaryState - Class in org.malai.interaction
This state defines a standard state that modifies the state of the interaction.
IntermediaryState(String) - Constructor for class org.malai.interaction.IntermediaryState
 
intersects(Rectangle2D) - Method in class net.sf.latexdraw.glib.views.Java2D.impl.LGroupView
 
intersects(Rectangle2D) - Method in class net.sf.latexdraw.glib.views.Java2D.impl.LPictureView
 
intersects(Rectangle2D) - Method in class net.sf.latexdraw.glib.views.Java2D.impl.LShapeView
 
intersects(Rectangle2D) - Method in class net.sf.latexdraw.glib.views.Java2D.impl.LStandardGridView
 
intersects(Rectangle2D) - Method in class net.sf.latexdraw.glib.views.Java2D.impl.LTextView
 
intersects(Rectangle2D) - Method in interface net.sf.latexdraw.glib.views.Java2D.interfaces.IViewShape
 
interval - Variable in class net.sf.latexdraw.glib.models.impl.LFreehand
The interval to consider while painting the shape.
intializing(JFrame, int) - Method in class net.sf.latexdraw.ui.WidgetMiniToolbar
Initialises the ListJToggleButton.
InvalidFormatPSFunctionException - Exception in net.sf.latexdraw.parsers.ps
Defines an exception for the ps parser.
InvalidFormatPSFunctionException() - Constructor for exception net.sf.latexdraw.parsers.ps.InvalidFormatPSFunctionException
 
invertedMultiMappings - Variable in class org.malai.mapping.MappingRegistry
 
invertedUniqueMappings - Variable in class org.malai.mapping.MappingRegistry
 
IOAction - Class in org.malai.action.library
This abstract action defines an model for loading and saving actions.
IOAction() - Constructor for class org.malai.action.library.IOAction
Creates a save action.
IPicture - Interface in net.sf.latexdraw.glib.models.interfaces
Defines an interface that classes defining a picture should implement.
IPlot - Interface in net.sf.latexdraw.glib.models.interfaces
Defines an interface that classes defining a plot should implement.
IPoint - Interface in net.sf.latexdraw.glib.models.interfaces
Defines an interface that classes defining a point should implement.
IPolygon - Interface in net.sf.latexdraw.glib.models.interfaces
Defines an interface that classes defining a polygon should implement.
IPolyline - Interface in net.sf.latexdraw.glib.models.interfaces
Defines an interface that classes defining a polyline should implement.
IPositionShape - Interface in net.sf.latexdraw.glib.models.interfaces
Defines an interface that classes defining a shape that has a position should implement.
IRectangle - Interface in net.sf.latexdraw.glib.models.interfaces
Defines an interface that classes defining a rectangle should implement.
IRectangularShape - Interface in net.sf.latexdraw.glib.models.interfaces
Defines an interface for rectangular shapes.
IRhombus - Interface in net.sf.latexdraw.glib.models.interfaces
Defines an interface that classes defining a rhombus should implement.
isActivated() - Method in class org.malai.instrument.Instrument
 
isActivated() - Method in class org.malai.instrument.Link
 
isArcHandlerShowable() - Method in class net.sf.latexdraw.instruments.Border
 
isArrow() - Method in enum net.sf.latexdraw.glib.models.interfaces.IArrow.ArrowStyle
 
isArrowable() - Method in class net.sf.latexdraw.glib.models.impl.LArc
 
isArrowable() - Method in class net.sf.latexdraw.glib.models.impl.LAxes
 
isArrowable() - Method in class net.sf.latexdraw.glib.models.impl.LBezierCurve
 
isArrowable() - Method in class net.sf.latexdraw.glib.models.impl.LFreehand
 
isArrowable() - Method in class net.sf.latexdraw.glib.models.impl.LGroup
 
isArrowable() - Method in class net.sf.latexdraw.glib.models.impl.LPolyline
 
isArrowable() - Method in class net.sf.latexdraw.glib.models.impl.LShape
 
isArrowable() - Method in interface net.sf.latexdraw.glib.models.interfaces.IShape
 
isArrowInPositiveDirection(IPoint, IPoint) - Method in class net.sf.latexdraw.glib.views.Java2D.impl.LArrowView
 
isBar() - Method in enum net.sf.latexdraw.glib.models.interfaces.IArrow.ArrowStyle
 
isBordersMovable() - Method in class net.sf.latexdraw.glib.models.impl.LFreehand
 
isBordersMovable() - Method in class net.sf.latexdraw.glib.models.impl.LGroup
 
isBordersMovable() - Method in class net.sf.latexdraw.glib.models.impl.LRectangularShape
 
isBordersMovable() - Method in class net.sf.latexdraw.glib.models.impl.LShape
 
isBordersMovable() - Method in interface net.sf.latexdraw.glib.models.interfaces.IShape
 
isBottom() - Method in enum net.sf.latexdraw.glib.models.interfaces.IAxes.TicksStyle
 
isCircleDisk() - Method in enum net.sf.latexdraw.glib.models.interfaces.IArrow.ArrowStyle
 
isClosed - Variable in class net.sf.latexdraw.glib.models.impl.LBezierCurve
Defines if the curve is closed.
isClosed() - Method in class net.sf.latexdraw.glib.models.impl.LBezierCurve
 
isClosed() - Method in interface net.sf.latexdraw.glib.models.interfaces.IBezierCurve
 
isColourable() - Method in class net.sf.latexdraw.glib.models.impl.LGroup
 
isColourable() - Method in class net.sf.latexdraw.glib.models.impl.LPicture
 
isColourable() - Method in class net.sf.latexdraw.glib.models.impl.LShape
 
isColourable() - Method in interface net.sf.latexdraw.glib.models.interfaces.IShape
 
isComment() - Method in class net.sf.latexdraw.parsers.CodeParser
 
isComment() - Method in class net.sf.latexdraw.parsers.css.AbstractCSSParser
 
isComment() - Method in class net.sf.latexdraw.parsers.svg.parsers.AbstractSVGParser
 
isConditionRespected() - Method in class net.sf.latexdraw.instruments.Border.DnD2MoveCtrlPoint
 
isConditionRespected() - Method in class net.sf.latexdraw.instruments.Border.DnD2MovePoint
 
isConditionRespected() - Method in class net.sf.latexdraw.instruments.Border.DnD2Rotate
 
isConditionRespected() - Method in class net.sf.latexdraw.instruments.Border.DnD2Scale
 
isConditionRespected() - Method in class net.sf.latexdraw.instruments.Button2ArcStyle
 
isConditionRespected() - Method in class net.sf.latexdraw.instruments.Button2LoadLink
 
isConditionRespected() - Method in class net.sf.latexdraw.instruments.Button2NewLink
 
isConditionRespected() - Method in class net.sf.latexdraw.instruments.Button2PencilArcStyle
 
isConditionRespected() - Method in class net.sf.latexdraw.instruments.Button2SaveLink
 
isConditionRespected() - Method in class net.sf.latexdraw.instruments.Button2SelectionArcStyle
 
isConditionRespected() - Method in class net.sf.latexdraw.instruments.Button2Zoom
 
isConditionRespected() - Method in class net.sf.latexdraw.instruments.ButtonClose2SaveLink
 
isConditionRespected() - Method in class net.sf.latexdraw.instruments.ButtonPress2RotateShape
 
isConditionRespected() - Method in class net.sf.latexdraw.instruments.ButtonPress2ShowExceptionFrame
 
isConditionRespected() - Method in class net.sf.latexdraw.instruments.ButtonPressed2ActivateIns
 
isConditionRespected() - Method in class net.sf.latexdraw.instruments.ButtonPressed2AddText
 
isConditionRespected() - Method in class net.sf.latexdraw.instruments.ButtonPressed2ChangePencil
 
isConditionRespected() - Method in class net.sf.latexdraw.instruments.ButtonPressed2ChangeTextPosition
 
isConditionRespected() - Method in class net.sf.latexdraw.instruments.ButtonPressed2DefineStylePencil
 
isConditionRespected() - Method in class net.sf.latexdraw.instruments.ButtonPressed2DeleteShapes
 
isConditionRespected() - Method in class net.sf.latexdraw.instruments.ButtonPressed2Export
 
isConditionRespected() - Method in class net.sf.latexdraw.instruments.CheckBox2MagneticGrid
 
isConditionRespected() - Method in class net.sf.latexdraw.instruments.CheckBox2PencilDoubleBorder
 
isConditionRespected() - Method in class net.sf.latexdraw.instruments.CheckBox2PencilShadow
 
isConditionRespected() - Method in class net.sf.latexdraw.instruments.CheckBox2SelectionDoubleBorder
 
isConditionRespected() - Method in class net.sf.latexdraw.instruments.CheckBox2SelectionShadow
 
isConditionRespected() - Method in class net.sf.latexdraw.instruments.CloseFrame2SavePreferences
 
isConditionRespected() - Method in class net.sf.latexdraw.instruments.ColourButton2PencilBorder
 
isConditionRespected() - Method in class net.sf.latexdraw.instruments.ColourButton2PencilDoubleBorder
 
isConditionRespected() - Method in class net.sf.latexdraw.instruments.ColourButton2PencilFilling
 
isConditionRespected() - Method in class net.sf.latexdraw.instruments.ColourButton2PencilShadow
 
isConditionRespected() - Method in class net.sf.latexdraw.instruments.ColourButton2SelectionBorder
 
isConditionRespected() - Method in class net.sf.latexdraw.instruments.ColourButton2SelectionDoubleBorder
 
isConditionRespected() - Method in class net.sf.latexdraw.instruments.ColourButton2SelectionFilling
 
isConditionRespected() - Method in class net.sf.latexdraw.instruments.ColourButton2SelectionShadow
 
isConditionRespected() - Method in class net.sf.latexdraw.instruments.DeleteShapesLink
 
isConditionRespected() - Method in class net.sf.latexdraw.instruments.DnD2AddShape
 
isConditionRespected() - Method in class net.sf.latexdraw.instruments.DnD2Select
 
isConditionRespected() - Method in class net.sf.latexdraw.instruments.DnD2Translate
 
isConditionRespected() - Method in class net.sf.latexdraw.instruments.DoubleClick2InitTextSetter
 
isConditionRespected() - Method in class net.sf.latexdraw.instruments.DrawingPropertiesCustomiser.CheckBox2CustDrawing
 
isConditionRespected() - Method in class net.sf.latexdraw.instruments.DrawingPropertiesCustomiser.ComboBox2CustDrawing
 
isConditionRespected() - Method in class net.sf.latexdraw.instruments.DrawingPropertiesCustomiser.TextField2CustDrawing
 
isConditionRespected() - Method in class net.sf.latexdraw.instruments.Enter2AddText
 
isConditionRespected() - Method in class net.sf.latexdraw.instruments.Enter2SetText
 
isConditionRespected() - Method in class net.sf.latexdraw.instruments.KeyPress2Desactivate
 
isConditionRespected() - Method in class net.sf.latexdraw.instruments.KeyPressed2DeleteShapes
 
isConditionRespected() - Method in class net.sf.latexdraw.instruments.KeysTyped2ChangePackages
 
isConditionRespected() - Method in class net.sf.latexdraw.instruments.List2ChangeStyle
 
isConditionRespected() - Method in class net.sf.latexdraw.instruments.List2PencilArrowStyle
 
isConditionRespected() - Method in class net.sf.latexdraw.instruments.List2PencilBorder
 
isConditionRespected() - Method in class net.sf.latexdraw.instruments.List2PencilFilling
 
isConditionRespected() - Method in class net.sf.latexdraw.instruments.List2SelectionBorder
 
isConditionRespected() - Method in class net.sf.latexdraw.instruments.List2SelectionFilling
 
isConditionRespected() - Method in class net.sf.latexdraw.instruments.List2ShapeArrowStyle
 
isConditionRespected() - Method in class net.sf.latexdraw.instruments.Menu2LoadLink
 
isConditionRespected() - Method in class net.sf.latexdraw.instruments.Menu2NewLink
 
isConditionRespected() - Method in class net.sf.latexdraw.instruments.Menu2SaveAsLink
 
isConditionRespected() - Method in class net.sf.latexdraw.instruments.Menu2SaveLink
 
isConditionRespected() - Method in class net.sf.latexdraw.instruments.MenuItem2ActivateSetterLink
 
isConditionRespected() - Method in class net.sf.latexdraw.instruments.MenuItem2CopyShapes
 
isConditionRespected() - Method in class net.sf.latexdraw.instruments.MenuItem2CutShapes
 
isConditionRespected() - Method in class net.sf.latexdraw.instruments.MenuItem2PasteShapes
 
isConditionRespected() - Method in class net.sf.latexdraw.instruments.MenuItem2SetUnit
 
isConditionRespected() - Method in class net.sf.latexdraw.instruments.MenuItem2ShowHideCodeScaleRuler
 
isConditionRespected() - Method in class net.sf.latexdraw.instruments.MenuPressed2Export
 
isConditionRespected() - Method in class net.sf.latexdraw.instruments.MultiClic2AddShape
 
isConditionRespected() - Method in class net.sf.latexdraw.instruments.Press2AddShape
 
isConditionRespected() - Method in class net.sf.latexdraw.instruments.Press2AddText
 
isConditionRespected() - Method in class net.sf.latexdraw.instruments.Press2InitTextSetter
 
isConditionRespected() - Method in class net.sf.latexdraw.instruments.Press2InsertPicture
 
isConditionRespected() - Method in class net.sf.latexdraw.instruments.Press2Select
 
isConditionRespected() - Method in class net.sf.latexdraw.instruments.RecentMenuItem2LoadLink
 
isConditionRespected() - Method in class net.sf.latexdraw.instruments.Scroll2Zoom
 
isConditionRespected() - Method in class net.sf.latexdraw.instruments.ShapeAxesCustomiser.CheckBox2CustomAxes
 
isConditionRespected() - Method in class net.sf.latexdraw.instruments.ShapeAxesCustomiser.CheckBox2CustomPencilAxes
 
isConditionRespected() - Method in class net.sf.latexdraw.instruments.ShapeAxesCustomiser.CheckBox2CustomSelectedAxes
 
isConditionRespected() - Method in class net.sf.latexdraw.instruments.ShapeAxesCustomiser.Combobox2CustomAxes
 
isConditionRespected() - Method in class net.sf.latexdraw.instruments.ShapeAxesCustomiser.Combobox2CustomPencilAxes
 
isConditionRespected() - Method in class net.sf.latexdraw.instruments.ShapeAxesCustomiser.Combobox2CustomSelectedAxes
 
isConditionRespected() - Method in class net.sf.latexdraw.instruments.ShapeAxesCustomiser.Spinner2CustomAxes
 
isConditionRespected() - Method in class net.sf.latexdraw.instruments.ShapeAxesCustomiser.Spinner2CustomPencilAxes
 
isConditionRespected() - Method in class net.sf.latexdraw.instruments.ShapeAxesCustomiser.Spinner2CustomSelectedAxes
 
isConditionRespected() - Method in class net.sf.latexdraw.instruments.ShapeCoordDimCustomiser.Spinner2TranslateShape
 
isConditionRespected() - Method in class net.sf.latexdraw.instruments.ShapeDotCustomiser.FillingButton2PencilFilling
 
isConditionRespected() - Method in class net.sf.latexdraw.instruments.ShapeDotCustomiser.FillingButton2SelectionFilling
 
isConditionRespected() - Method in class net.sf.latexdraw.instruments.ShapeDotCustomiser.List2PencilDotStyle
 
isConditionRespected() - Method in class net.sf.latexdraw.instruments.ShapeDotCustomiser.List2SelectionDotStyle
 
isConditionRespected() - Method in class net.sf.latexdraw.instruments.ShapeDotCustomiser.Spinner2PencilDotSize
 
isConditionRespected() - Method in class net.sf.latexdraw.instruments.ShapeDotCustomiser.Spinner2SelectionDotSize
 
isConditionRespected() - Method in class net.sf.latexdraw.instruments.ShapeGridCustomiser.CheckBox2ModifyPencilGrid
 
isConditionRespected() - Method in class net.sf.latexdraw.instruments.ShapeGridCustomiser.CheckBox2ModifySelectionGrid
 
isConditionRespected() - Method in class net.sf.latexdraw.instruments.ShapeGridCustomiser.CheckBox4ShapeGridCust
 
isConditionRespected() - Method in class net.sf.latexdraw.instruments.ShapeGridCustomiser.Spinner2ModifyGridCoords
 
isConditionRespected() - Method in class net.sf.latexdraw.instruments.ShapeGridCustomiser.Spinner2ModifyPencilGridCoords
 
isConditionRespected() - Method in class net.sf.latexdraw.instruments.ShapeGridCustomiser.Spinner2ModifySelectionGridCoords
 
isConditionRespected() - Method in class net.sf.latexdraw.instruments.ShapeGrouper.Button2GroupShapes
 
isConditionRespected() - Method in class net.sf.latexdraw.instruments.ShapeGrouper.Button2SeparateShapes
 
isConditionRespected() - Method in class net.sf.latexdraw.instruments.Shortcut2CopyShapes
 
isConditionRespected() - Method in class net.sf.latexdraw.instruments.Shortcut2CutShapes
 
isConditionRespected() - Method in class net.sf.latexdraw.instruments.Shortcut2LoadLink
 
isConditionRespected() - Method in class net.sf.latexdraw.instruments.Shortcut2NewLink
 
isConditionRespected() - Method in class net.sf.latexdraw.instruments.Shortcut2PasteShapes
 
isConditionRespected() - Method in class net.sf.latexdraw.instruments.Shortcut2SaveLink
 
isConditionRespected() - Method in class net.sf.latexdraw.instruments.Shortcut2SavePrefLink
 
isConditionRespected() - Method in class net.sf.latexdraw.instruments.Spinner2ArrowParam
 
isConditionRespected() - Method in class net.sf.latexdraw.instruments.Spinner2GridSpacing
 
isConditionRespected() - Method in class net.sf.latexdraw.instruments.Spinner2PencilBorder
 
isConditionRespected() - Method in class net.sf.latexdraw.instruments.Spinner2PencilDoubleBorder
 
isConditionRespected() - Method in class net.sf.latexdraw.instruments.Spinner2PencilEndAngle
 
isConditionRespected() - Method in class net.sf.latexdraw.instruments.Spinner2PencilFilling
 
isConditionRespected() - Method in class net.sf.latexdraw.instruments.Spinner2PencilShadow
 
isConditionRespected() - Method in class net.sf.latexdraw.instruments.Spinner2PencilStartAngle
 
isConditionRespected() - Method in class net.sf.latexdraw.instruments.Spinner2RotateShape
 
isConditionRespected() - Method in class net.sf.latexdraw.instruments.Spinner2SelectionBorder
 
isConditionRespected() - Method in class net.sf.latexdraw.instruments.Spinner2SelectionDoubleBorder
 
isConditionRespected() - Method in class net.sf.latexdraw.instruments.Spinner2SelectionEndAngle
 
isConditionRespected() - Method in class net.sf.latexdraw.instruments.Spinner2SelectionFilling
 
isConditionRespected() - Method in class net.sf.latexdraw.instruments.Spinner2SelectionShadow
 
isConditionRespected() - Method in class net.sf.latexdraw.instruments.Spinner2SelectionStartAngle
 
isConditionRespected() - Method in class net.sf.latexdraw.instruments.Spinner2Zoom
 
isConditionRespected() - Method in class net.sf.latexdraw.instruments.TabSelector.TabSelected2ActivateInstruments
 
isConditionRespected() - Method in class org.malai.instrument.library.ButtonPressed2Redo
 
isConditionRespected() - Method in class org.malai.instrument.library.ButtonPressed2Undo
 
isConditionRespected() - Method in class org.malai.instrument.library.MenuItem2OpenWebPageLink
 
isConditionRespected() - Method in class org.malai.instrument.library.MenuItem2ShowComponentLink
 
isConditionRespected() - Method in class org.malai.instrument.library.Scrolling2Scroll
 
isConditionRespected() - Method in class org.malai.instrument.Link
 
isContentVisible() - Method in class net.sf.latexdraw.ui.WidgetMiniToolbar
 
isContentVisibleContainer(Container) - Static method in class net.sf.latexdraw.ui.WidgetMiniToolbar
 
isCtrlPtMvHandlersShowable() - Method in class net.sf.latexdraw.instruments.Border
 
isDbleBorderable() - Method in class net.sf.latexdraw.glib.models.impl.LBezierCurve
 
isDbleBorderable() - Method in class net.sf.latexdraw.glib.models.impl.LFreehand
 
isDbleBorderable() - Method in class net.sf.latexdraw.glib.models.impl.LGroup
 
isDbleBorderable() - Method in class net.sf.latexdraw.glib.models.impl.LPolygon
 
isDbleBorderable() - Method in class net.sf.latexdraw.glib.models.impl.LRectangularShape
 
isDbleBorderable() - Method in class net.sf.latexdraw.glib.models.impl.LShape
 
isDbleBorderable() - Method in interface net.sf.latexdraw.glib.models.interfaces.IShape
 
isDefaultNamespace(String) - Method in class net.sf.latexdraw.parsers.svg.SVGAttr
 
isDefaultNamespace(String) - Method in class net.sf.latexdraw.parsers.svg.SVGDocument
 
isDefaultNamespace(String) - Method in class net.sf.latexdraw.parsers.svg.SVGElement
 
isDone() - Method in class org.malai.action.Action
 
isDot() - Method in class net.sf.latexdraw.glib.models.impl.LLine
 
isDot() - Method in interface net.sf.latexdraw.glib.models.interfaces.ILine
 
isEast() - Method in enum net.sf.latexdraw.glib.models.interfaces.IShape.Position
 
isElementContentWhitespace() - Method in class net.sf.latexdraw.parsers.svg.SVGText
 
isElementPaintable(int, boolean, boolean, boolean, double, double, int) - Method in class net.sf.latexdraw.glib.views.Java2D.impl.LAxesView
 
isEmpty() - Method in class net.sf.latexdraw.glib.models.impl.LGroup
 
isEmpty() - Method in interface net.sf.latexdraw.glib.models.interfaces.ISetShapes
Allows to know if the drawing is empty or not.
isEndGridSpinner() - Method in class net.sf.latexdraw.instruments.ShapeGridCustomiser.Spinner2ModifyGridCoords
 
isEOC() - Method in class net.sf.latexdraw.parsers.CodeParser
 
isEOL() - Method in class net.sf.latexdraw.parsers.CodeParser
 
isEqualNode(Node) - Method in class net.sf.latexdraw.parsers.svg.SVGAttr
 
isEqualNode(Node) - Method in class net.sf.latexdraw.parsers.svg.SVGDocument
 
isEqualNode(Node) - Method in class net.sf.latexdraw.parsers.svg.SVGElement
 
ISetShapes - Interface in net.sf.latexdraw.glib.models.interfaces
Defines an interface of a set of shapes.
isExecute() - Method in class org.malai.instrument.Link
 
isFillable() - Method in class net.sf.latexdraw.glib.models.impl.LBezierCurve
 
isFillable() - Method in class net.sf.latexdraw.glib.models.impl.LDot
 
isFillable() - Method in class net.sf.latexdraw.glib.models.impl.LFreehand
 
isFillable() - Method in class net.sf.latexdraw.glib.models.impl.LGroup
 
isFillable() - Method in class net.sf.latexdraw.glib.models.impl.LPolygon
 
isFillable() - Method in class net.sf.latexdraw.glib.models.impl.LPolyline
 
isFillable() - Method in class net.sf.latexdraw.glib.models.impl.LRectangularShape
 
isFillable() - Method in class net.sf.latexdraw.glib.models.impl.LShape
 
isFillable() - Method in interface net.sf.latexdraw.glib.models.interfaces.Dottable
 
isFillable() - Method in enum net.sf.latexdraw.glib.models.interfaces.IDot.DotStyle
Allows to know if the dot shape can be filled.
isFillable() - Method in interface net.sf.latexdraw.glib.models.interfaces.IShape
 
isFilled() - Method in class net.sf.latexdraw.glib.models.impl.LDot
 
isFilled() - Method in class net.sf.latexdraw.glib.models.impl.LShape
 
isFilled() - Method in enum net.sf.latexdraw.glib.models.interfaces.IShape.FillingStyle
Allows to know if the style is filled.
isFilled() - Method in interface net.sf.latexdraw.glib.models.interfaces.IShape
 
isFirstCtrlPt - Variable in class net.sf.latexdraw.actions.MoveCtrlPoint
True: it is a first control point which is moved.
isFrameMaximized - Variable in class net.sf.latexdraw.instruments.PreferencesSetter
Defines if the main frame is maximised or not.
isGradient() - Method in enum net.sf.latexdraw.glib.models.interfaces.IShape.FillingStyle
 
isGridDisplayed() - Method in class net.sf.latexdraw.glib.ui.LMagneticGrid
 
isGuardRespected() - Method in class org.malai.interaction.library.DnD.Move4DnD
 
isGuardRespected() - Method in class org.malai.interaction.library.DnD.Release4DnD
 
isGuardRespected() - Method in class org.malai.interaction.library.DoubleClick.ReleaseTransition4DoubleClick
 
isGuardRespected() - Method in class org.malai.interaction.library.EscapeKeyPressureTransition
 
isGuardRespected() - Method in class org.malai.interaction.Transition
 
isGuardRespected() - Method in interface org.malai.stateMachine.ITransition
 
IShape - Interface in net.sf.latexdraw.glib.models.interfaces
Defines an interface that classes defining an abstract shape should implement.
IShape.BorderPos - Enum in net.sf.latexdraw.glib.models.interfaces
The different positions of the border.
IShape.BorderPos() - Constructor for enum net.sf.latexdraw.glib.models.interfaces.IShape.BorderPos
 
IShape.FillingStyle - Enum in net.sf.latexdraw.glib.models.interfaces
The different styles of filling.
IShape.FillingStyle() - Constructor for enum net.sf.latexdraw.glib.models.interfaces.IShape.FillingStyle
 
IShape.LineStyle - Enum in net.sf.latexdraw.glib.models.interfaces
The different styles of the lines.
IShape.LineStyle() - Constructor for enum net.sf.latexdraw.glib.models.interfaces.IShape.LineStyle
 
IShape.Position - Enum in net.sf.latexdraw.glib.models.interfaces
The different cardinal points.
IShape.Position() - Constructor for enum net.sf.latexdraw.glib.models.interfaces.IShape.Position
 
IShapeFactory - Interface in net.sf.latexdraw.glib.models.interfaces
Defines an interface to implement an abstract factory.
IShapeSVGFactory - Class in net.sf.latexdraw.generators.svg
Creates IShape instances according to the given SVG element.
IShapeSVGFactory() - Constructor for class net.sf.latexdraw.generators.svg.IShapeSVGFactory
 
isHatchings() - Method in enum net.sf.latexdraw.glib.models.interfaces.IShape.FillingStyle
 
isHorizontalLine() - Method in class net.sf.latexdraw.glib.models.impl.LLine
 
isHorizontalLine() - Method in interface net.sf.latexdraw.glib.models.interfaces.ILine
 
isHorizontalScrollbarVisible() - Method in class org.malai.widget.MLayeredPane
 
isHorizontalScrollbarVisible() - Method in class org.malai.widget.MPanel
 
isId() - Method in class net.sf.latexdraw.parsers.svg.SVGAttr
 
isInteractionMustBeAborted() - Method in class net.sf.latexdraw.instruments.MultiClic2AddShape
 
isInteractionMustBeAborted() - Method in class org.malai.instrument.Link
Sometimes the interaction of two different links can overlap themselves.
isInteriorStylable() - Method in class net.sf.latexdraw.glib.models.impl.LBezierCurve
 
isInteriorStylable() - Method in class net.sf.latexdraw.glib.models.impl.LFreehand
 
isInteriorStylable() - Method in class net.sf.latexdraw.glib.models.impl.LGroup
 
isInteriorStylable() - Method in class net.sf.latexdraw.glib.models.impl.LPolygon
 
isInteriorStylable() - Method in class net.sf.latexdraw.glib.models.impl.LRectangularShape
 
isInteriorStylable() - Method in class net.sf.latexdraw.glib.models.impl.LShape
 
isInteriorStylable() - Method in interface net.sf.latexdraw.glib.models.interfaces.IShape
 
isInverted() - Method in class net.sf.latexdraw.glib.models.impl.LArrow
 
isInverted() - Method in interface net.sf.latexdraw.glib.models.interfaces.IArrow
 
isLabelSizeSpinner() - Method in class net.sf.latexdraw.instruments.ShapeGridCustomiser.Spinner2ModifyGridCoords
 
isLargeArcFlag() - Method in class net.sf.latexdraw.parsers.svg.path.SVGPathSegArc
 
isLastPointFinalPoint() - Method in class org.malai.interaction.library.MultiClick
 
isLeftArrow() - Method in class net.sf.latexdraw.glib.models.impl.LArrow
 
isLeftArrow() - Method in interface net.sf.latexdraw.glib.models.interfaces.IArrow
 
isLine() - Method in class net.sf.latexdraw.parsers.svg.SVGPathElement
 
isLines() - Method in class net.sf.latexdraw.parsers.svg.SVGPathElement
 
isLineStylable() - Method in class net.sf.latexdraw.glib.models.impl.LAxes
 
isLineStylable() - Method in class net.sf.latexdraw.glib.models.impl.LBezierCurve
 
isLineStylable() - Method in class net.sf.latexdraw.glib.models.impl.LFreehand
 
isLineStylable() - Method in class net.sf.latexdraw.glib.models.impl.LGroup
 
isLineStylable() - Method in class net.sf.latexdraw.glib.models.impl.LPolygon
 
isLineStylable() - Method in class net.sf.latexdraw.glib.models.impl.LRectangularShape
 
isLineStylable() - Method in class net.sf.latexdraw.glib.models.impl.LShape
 
isLineStylable() - Method in interface net.sf.latexdraw.glib.models.interfaces.IShape
 
isLinux() - Method in class net.sf.latexdraw.util.LSystem
 
isMacOSX() - Method in class net.sf.latexdraw.util.LSystem
 
isMagnetic - Variable in class net.sf.latexdraw.glib.ui.LMagneticGrid
Allows to know if the grid is magnetic or not.
isMagnetic() - Method in class net.sf.latexdraw.glib.ui.LMagneticGrid
 
isModified() - Method in class net.sf.latexdraw.glib.models.impl.LDrawing
 
isModified() - Method in class net.sf.latexdraw.glib.models.impl.LShape
 
isModified() - Method in class net.sf.latexdraw.glib.ui.LCanvas
 
isModified() - Method in class net.sf.latexdraw.glib.ui.LMagneticGrid
 
isModified() - Method in class net.sf.latexdraw.glib.views.latex.LaTeXGenerator
 
isModified() - Method in class net.sf.latexdraw.ui.LCodePanel
 
isModified() - Method in class org.malai.instrument.Instrument
 
isModified() - Method in class org.malai.presentation.Presentation
 
isModified() - Method in interface org.malai.properties.Modifiable
 
isModified() - Method in class org.malai.ui.UI
 
isNorth() - Method in enum net.sf.latexdraw.glib.models.interfaces.IShape.Position
 
isNumber(boolean) - Method in class net.sf.latexdraw.parsers.svg.parsers.SVGNumberParser
 
isOpen() - Method in class net.sf.latexdraw.glib.models.impl.LFreehand
 
isOpen() - Method in interface net.sf.latexdraw.glib.models.interfaces.IFreehand
 
ISOpenSaver - Interface in org.malai.ui
Defines an interface for objects that must open and save abstract presentations and instruments data into a file.
isOriginSpinner() - Method in class net.sf.latexdraw.instruments.ShapeGridCustomiser.Spinner2ModifyGridCoords
 
isParametersEquals(IShape, boolean) - Method in class net.sf.latexdraw.glib.models.impl.LAbstractGrid
 
isParametersEquals(IShape, boolean) - Method in class net.sf.latexdraw.glib.models.impl.LArc
 
isParametersEquals(IShape, boolean) - Method in class net.sf.latexdraw.glib.models.impl.LAxes
 
isParametersEquals(IShape, boolean) - Method in class net.sf.latexdraw.glib.models.impl.LDot
 
isParametersEquals(IShape, boolean) - Method in class net.sf.latexdraw.glib.models.impl.LFreehand
 
isParametersEquals(IShape, boolean) - Method in class net.sf.latexdraw.glib.models.impl.LGrid
 
isParametersEquals(IShape, boolean) - Method in class net.sf.latexdraw.glib.models.impl.LShape
 
isParametersEquals(IShape, boolean) - Method in class net.sf.latexdraw.glib.models.impl.LText
 
isParametersEquals(IShape, boolean) - Method in interface net.sf.latexdraw.glib.models.interfaces.IShape
Checks if the parameters of the shapes are equals.
isPersonalGrid() - Method in class net.sf.latexdraw.glib.ui.LMagneticGrid
 
isPolygon() - Method in class net.sf.latexdraw.parsers.svg.SVGPathElement
 
isPositionHoriCentre() - Method in class net.sf.latexdraw.glib.views.latex.LaTeXGenerator
 
isPressed() - Method in class org.malai.interaction.MoveTransition
 
isPropertySupported() - Method in class net.sf.latexdraw.actions.ModifyPencilParameter
 
isPropertySupported() - Method in class net.sf.latexdraw.actions.ModifyShapeProperty
 
isPropertySupported(IGroup) - Method in enum net.sf.latexdraw.actions.ShapeProperties
 
isPropertySupported() - Method in class net.sf.latexdraw.actions.ShapePropertyAction
 
isPtMvHandlersShowable() - Method in class net.sf.latexdraw.instruments.Border
 
ISquare - Interface in net.sf.latexdraw.glib.models.interfaces
Defines an interface that classes defining a square should implement.
isRegisterable() - Method in class net.sf.latexdraw.actions.AddShape
 
isRegisterable() - Method in class net.sf.latexdraw.actions.CopyShapes
 
isRegisterable() - Method in class net.sf.latexdraw.actions.DeleteShapes
 
isRegisterable() - Method in class net.sf.latexdraw.actions.Export
 
isRegisterable() - Method in class net.sf.latexdraw.actions.InitTextSetter
 
isRegisterable() - Method in class net.sf.latexdraw.actions.JoinShapes
 
isRegisterable() - Method in class net.sf.latexdraw.actions.ModifyLatexProperties
 
isRegisterable() - Method in class net.sf.latexdraw.actions.ModifyMagneticGrid
 
isRegisterable() - Method in class net.sf.latexdraw.actions.ModifyPencilParameter
 
isRegisterable() - Method in class net.sf.latexdraw.actions.ModifyPencilStyle
 
isRegisterable() - Method in class net.sf.latexdraw.actions.ModifyShapeProperty
 
isRegisterable() - Method in class net.sf.latexdraw.actions.MovePoint
 
isRegisterable() - Method in class net.sf.latexdraw.actions.PasteShapes
 
isRegisterable() - Method in class net.sf.latexdraw.actions.RotateShapes
 
isRegisterable() - Method in class net.sf.latexdraw.actions.ScaleShapes
 
isRegisterable() - Method in class net.sf.latexdraw.actions.SelectShapes
 
isRegisterable() - Method in class net.sf.latexdraw.actions.SeparateShapes
 
isRegisterable() - Method in class net.sf.latexdraw.actions.SetUnit
 
isRegisterable() - Method in class net.sf.latexdraw.actions.ShowHideScaleRuler
 
isRegisterable() - Method in class net.sf.latexdraw.actions.TranslateShapes
 
isRegisterable() - Method in class net.sf.latexdraw.actions.WritePreferences
 
isRegisterable() - Method in class org.malai.action.Action
Specifies if the action must be saved in the action register.
isRegisterable() - Method in class org.malai.action.library.ActivateInactivateInstruments
 
isRegisterable() - Method in class org.malai.action.library.ActivateInstrument
 
isRegisterable() - Method in class org.malai.action.library.IOAction
 
isRegisterable() - Method in class org.malai.action.library.OpenWebPage
 
isRegisterable() - Method in class org.malai.action.library.Redo
 
isRegisterable() - Method in class org.malai.action.library.Scroll
 
isRegisterable() - Method in class org.malai.action.library.SetWidgetPosition
 
isRegisterable() - Method in class org.malai.action.library.ShowPopupMenu
 
isRegisterable() - Method in class org.malai.action.library.ShowWidget
 
isRegisterable() - Method in class org.malai.action.library.Undo
 
isRegisterable() - Method in class org.malai.action.library.Zoom
 
isRelative - Variable in class net.sf.latexdraw.parsers.svg.path.SVGPathSeg
Defines if the segment path is relative or absolute.
isRelative() - Method in class net.sf.latexdraw.parsers.svg.path.SVGPathSeg
 
isRightStyle() - Method in enum net.sf.latexdraw.glib.models.interfaces.IArrow.ArrowStyle
 
isRotation() - Method in class net.sf.latexdraw.parsers.svg.SVGTransform
 
isRoundBracket() - Method in enum net.sf.latexdraw.glib.models.interfaces.IArrow.ArrowStyle
 
isRoundCorner() - Method in class net.sf.latexdraw.glib.models.impl.LGroup
 
isRoundCorner() - Method in class net.sf.latexdraw.glib.models.impl.LRectangle
 
isRoundCorner() - Method in interface net.sf.latexdraw.glib.models.interfaces.ILineArcShape
 
isRunnable() - Method in class org.malai.instrument.Link
Indicates if the link can be run.
isRunning() - Method in class org.malai.instrument.Link
 
isRunning() - Method in class org.malai.interaction.Interaction
 
isRunning() - Method in interface org.malai.stateMachine.IStateMachine
 
isSameKind(IArrow.ArrowStyle) - Method in enum net.sf.latexdraw.glib.models.interfaces.IArrow.ArrowStyle
 
isSameNode(Node) - Method in class net.sf.latexdraw.parsers.svg.SVGAttr
 
isSameNode(Node) - Method in class net.sf.latexdraw.parsers.svg.SVGDocument
 
isSameNode(Node) - Method in class net.sf.latexdraw.parsers.svg.SVGElement
 
isScale() - Method in class net.sf.latexdraw.parsers.svg.SVGTransform
 
isSeven() - Method in class net.sf.latexdraw.util.LSystem
 
isShadowable() - Method in class net.sf.latexdraw.glib.models.impl.LBezierCurve
 
isShadowable() - Method in class net.sf.latexdraw.glib.models.impl.LFreehand
 
isShadowable() - Method in class net.sf.latexdraw.glib.models.impl.LGroup
 
isShadowable() - Method in class net.sf.latexdraw.glib.models.impl.LPolygon
 
isShadowable() - Method in class net.sf.latexdraw.glib.models.impl.LRectangularShape
 
isShadowable() - Method in class net.sf.latexdraw.glib.models.impl.LShape
 
isShadowable() - Method in interface net.sf.latexdraw.glib.models.interfaces.IShape
 
isShowOrigin() - Method in class net.sf.latexdraw.glib.models.impl.LAxes
 
isShowOrigin() - Method in class net.sf.latexdraw.glib.models.impl.LGroup
 
isShowOrigin() - Method in interface net.sf.latexdraw.glib.models.interfaces.IAxes
 
isShowPts() - Method in class net.sf.latexdraw.glib.models.impl.LShape
 
isShowPts() - Method in interface net.sf.latexdraw.glib.models.interfaces.IShape
 
isShowPtsable() - Method in class net.sf.latexdraw.glib.models.impl.LFreehand
 
isShowPtsable() - Method in class net.sf.latexdraw.glib.models.impl.LGroup
 
isShowPtsable() - Method in class net.sf.latexdraw.glib.models.impl.LShape
 
isShowPtsable() - Method in interface net.sf.latexdraw.glib.models.interfaces.IShape
 
isSouth() - Method in enum net.sf.latexdraw.glib.models.interfaces.IShape.Position
 
isSquareBracket() - Method in enum net.sf.latexdraw.glib.models.interfaces.IArrow.ArrowStyle
 
isStartGridSpinner() - Method in class net.sf.latexdraw.instruments.ShapeGridCustomiser.Spinner2ModifyGridCoords
 
isSupported(String, String) - Method in class net.sf.latexdraw.parsers.svg.SVGAttr
 
isSupported(String, String) - Method in class net.sf.latexdraw.parsers.svg.SVGDocument
 
isSupported(String, String) - Method in class net.sf.latexdraw.parsers.svg.SVGElement
 
isSweepFlag() - Method in class net.sf.latexdraw.parsers.svg.path.SVGPathSegArc
 
IStandardGrid - Interface in net.sf.latexdraw.glib.models.interfaces
Defines an interface that classes defining a model for latex grid should implement.
IState - Interface in org.malai.stateMachine
This interface defines the notion of state that composes a state machine.
IStateMachine - Interface in org.malai.stateMachine
This interface defines the notion of state machine.
isThicknessable() - Method in class net.sf.latexdraw.glib.models.impl.LAxes
 
isThicknessable() - Method in class net.sf.latexdraw.glib.models.impl.LBezierCurve
 
isThicknessable() - Method in class net.sf.latexdraw.glib.models.impl.LFreehand
 
isThicknessable() - Method in class net.sf.latexdraw.glib.models.impl.LGroup
 
isThicknessable() - Method in class net.sf.latexdraw.glib.models.impl.LPolygon
 
isThicknessable() - Method in class net.sf.latexdraw.glib.models.impl.LRectangularShape
 
isThicknessable() - Method in class net.sf.latexdraw.glib.models.impl.LShape
 
isThicknessable() - Method in interface net.sf.latexdraw.glib.models.interfaces.IShape
 
isToolTipVisible(double, double) - Method in class net.sf.latexdraw.glib.views.Java2D.impl.LTextView
 
isToolTipVisible(double, double) - Method in interface net.sf.latexdraw.glib.views.Java2D.interfaces.ToolTipable
Tests if a tooltip can be displayed.
isTop() - Method in enum net.sf.latexdraw.glib.models.interfaces.IAxes.TicksStyle
 
isTranslation() - Method in class net.sf.latexdraw.parsers.svg.SVGTransform
 
isValidCoordinate(double) - Method in class net.sf.latexdraw.glib.models.interfaces.GLibUtilities
 
isValidDotStyle(String) - Static method in class net.sf.latexdraw.glib.views.pst.PSTricksConstants
Allows to know if the new style is valid
isValidFillStyle(String) - Static method in class net.sf.latexdraw.glib.views.pst.PSTricksConstants
Allows to know if the kind of filling is valid or not.
isValidPoint(IPoint) - Method in class net.sf.latexdraw.glib.models.interfaces.GLibUtilities
 
isValidPoint(double, double) - Method in class net.sf.latexdraw.glib.models.interfaces.GLibUtilities
 
isValidScale(double) - Method in class net.sf.latexdraw.actions.ScaleShapes
 
isValidScales() - Method in class net.sf.latexdraw.actions.ScaleShapes
 
isValidValue(Object) - Method in enum net.sf.latexdraw.actions.ModifyMagneticGrid.GridProperties
 
isValueMatchesProperty() - Method in class net.sf.latexdraw.actions.ModifyMagneticGrid
 
isValueMatchesProperty() - Method in class net.sf.latexdraw.actions.ShapePropertyAction
 
isValueMatchesProperty() - Method in class org.malai.action.library.ModifyValue
 
isValueSupported(Object) - Method in enum net.sf.latexdraw.actions.ModifyLatexProperties.LatexProperties
 
isValueValid(Object) - Method in enum net.sf.latexdraw.actions.ShapeProperties
 
isVersionCheckEnable() - Method in class net.sf.latexdraw.instruments.PreferencesSetter
 
isVerticalLine() - Method in class net.sf.latexdraw.glib.models.impl.LLine
 
isVerticalLine() - Method in interface net.sf.latexdraw.glib.models.interfaces.ILine
 
isVerticalScrollbarVisible() - Method in class org.malai.widget.MLayeredPane
 
isVerticalScrollbarVisible() - Method in class org.malai.widget.MPanel
 
isVista() - Method in class net.sf.latexdraw.util.LSystem
 
isWest() - Method in enum net.sf.latexdraw.glib.models.interfaces.IShape.Position
 
isWidget(Object) - Method in class net.sf.latexdraw.instruments.EditingSelector
 
isWindows() - Method in class net.sf.latexdraw.util.LSystem
 
isWithComments() - Method in class net.sf.latexdraw.glib.views.pst.PSTCodeGenerator
 
isWithLatexParams() - Method in class net.sf.latexdraw.glib.views.pst.PSTCodeGenerator
 
isWSP() - Method in class net.sf.latexdraw.parsers.CodeParser
 
isWSP() - Method in class net.sf.latexdraw.parsers.css.AbstractCSSParser
 
isWSP() - Method in class net.sf.latexdraw.parsers.svg.parsers.AbstractSVGParser
 
isX() - Method in enum net.sf.latexdraw.glib.models.interfaces.IAxes.PlottingStyle
 
isXLabelSouth() - Method in class net.sf.latexdraw.glib.models.impl.LAbstractGrid
 
isXLabelSouth() - Method in class net.sf.latexdraw.glib.models.impl.LGroup
 
isXLabelSouth() - Method in interface net.sf.latexdraw.glib.models.interfaces.IStandardGrid
 
isXP() - Method in class net.sf.latexdraw.util.LSystem
 
isXSkew() - Method in class net.sf.latexdraw.parsers.svg.SVGTransform
 
isY() - Method in enum net.sf.latexdraw.glib.models.interfaces.IAxes.PlottingStyle
 
isYLabelWest() - Method in class net.sf.latexdraw.glib.models.impl.LAbstractGrid
 
isYLabelWest() - Method in class net.sf.latexdraw.glib.models.impl.LGroup
 
isYLabelWest() - Method in interface net.sf.latexdraw.glib.models.interfaces.IStandardGrid
 
isYSkew() - Method in class net.sf.latexdraw.parsers.svg.SVGTransform
 
item(int) - Method in class net.sf.latexdraw.parsers.svg.SVGNamedNodeMap
 
item(int) - Method in class net.sf.latexdraw.parsers.svg.SVGNodeList
 
itemStateChanged(ItemEvent) - Method in class org.malai.interaction.SwingEventManager
 
IText - Interface in net.sf.latexdraw.glib.models.interfaces
Defines an interface that classes defining a text should implement.
IText.TextPosition - Enum in net.sf.latexdraw.glib.models.interfaces
The position of the text (bottom-right, top-left, etc.).
IText.TextPosition() - Constructor for enum net.sf.latexdraw.glib.models.interfaces.IText.TextPosition
 
IText.TextSize - Enum in net.sf.latexdraw.glib.models.interfaces
This enumeration defines the concept of text size for latex texts.
IText.TextSize() - Constructor for enum net.sf.latexdraw.glib.models.interfaces.IText.TextSize
 
ITransition - Interface in org.malai.stateMachine
This interface defines the notion of transition of a state machine.
ITriangle - Interface in net.sf.latexdraw.glib.models.interfaces
Defines an interface that classes defining a triangle should implement.
IUnary<T> - Interface in org.malai.mapping
This interface defines methods for an unary relation that may contain a value of type T (cardinality 0..1).
IViewArc - Interface in net.sf.latexdraw.glib.views.Java2D.interfaces
This interface defines a view of an arc.
IViewArrow - Interface in net.sf.latexdraw.glib.views.Java2D.interfaces
This interface defines a view of an arrow.
IViewBezierCurve - Interface in net.sf.latexdraw.glib.views.Java2D.interfaces
This interface defines a view of a Bezier curve.
IViewDot - Interface in net.sf.latexdraw.glib.views.Java2D.interfaces
This interface defines a view of a dot.
IViewModifiablePtsShape - Interface in net.sf.latexdraw.glib.views.Java2D.interfaces
This interface defines a view of an shape which points can be modified.
IViewRectangle - Interface in net.sf.latexdraw.glib.views.Java2D.interfaces
This interface defines a view of a rectangle.
IViewsFactory - Interface in net.sf.latexdraw.glib.views.Java2D.interfaces
This interface defines a factory of views.
IViewShape - Interface in net.sf.latexdraw.glib.views.Java2D.interfaces
This interface defines a view of a shape.
IViewText - Interface in net.sf.latexdraw.glib.views.Java2D.interfaces
This interface defines a view of a text.

J

JOIN_ICON - Static variable in class net.sf.latexdraw.util.LResources
 
JoinShapes - Class in net.sf.latexdraw.actions
This action joins shapes.
JoinShapes() - Constructor for class net.sf.latexdraw.actions.JoinShapes
Creates the action.
joinShapes() - Method in class net.sf.latexdraw.actions.JoinShapes
 
JPG_EXTENSION - Static variable in class net.sf.latexdraw.filters.JPGFilter
The name of the extension of jpg file
JPGFilter - Class in net.sf.latexdraw.filters
This class defines a filter for jpg files (*.jpg)

This file is part of LaTeXDraw
Copyright (c) 2005-2012 Arnaud BLOUIN

LaTeXDraw is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.
JPGFilter() - Constructor for class net.sf.latexdraw.filters.JPGFilter
 
JUNGLEGREEN - Static variable in class net.sf.latexdraw.glib.views.latex.DviPsColors
 

K

key - Variable in class org.malai.interaction.KeyboardTransition
The pressed key.
key - Variable in class org.malai.interaction.library.KeyInteraction
The key pressed.
KeyboardTransition - Class in org.malai.interaction
This abstract transition is used a model for transition based on keyboard events.
KeyboardTransition(SourceableState, TargetableState) - Constructor for class org.malai.interaction.KeyboardTransition
Transition.Transition(SourceableState, TargetableState)
keyCode - Variable in class org.malai.interaction.KeyPressEvent
The code of the key pressed.
keyHIDUsed - Variable in class org.malai.interaction.library.KeysScrolling
The id of the hid used for the keyboard events.
KeyInteraction - Class in org.malai.interaction.library
This abstract interaction should be used to define interaction based on keyboards.
KeyInteraction() - Constructor for class org.malai.interaction.library.KeyInteraction
Creates the interaction.
KeyInteraction.KeyInteractionKeyPressedTransition - Class in org.malai.interaction.library
Defines a transition modifying the key attribute of the interaction.
KeyInteraction.KeyInteractionKeyPressedTransition(SourceableState, TargetableState) - Constructor for class org.malai.interaction.library.KeyInteraction.KeyInteractionKeyPressedTransition
Creates the transition.
KeyPress2Desactivate - Class in net.sf.latexdraw.instruments
This links maps a key press interaction to an action that desactivates the instrument.
KeyPress2Desactivate(TextSetter) - Constructor for class net.sf.latexdraw.instruments.KeyPress2Desactivate
Creates the link.
keyPressed(KeyEvent) - Method in class net.sf.latexdraw.ui.TextAreaAutoSize.TextAreaKeyListener
 
keyPressed(KeyEvent) - Method in class org.malai.interaction.SwingEventManager
 
KeyPressed2DeleteShapes - Class in net.sf.latexdraw.instruments
This link maps an key pressure interaction to an action that delete shapes.
KeyPressed2DeleteShapes(ShapeDeleter) - Constructor for class net.sf.latexdraw.instruments.KeyPressed2DeleteShapes
Creates the link.
KeyPressEvent - Class in org.malai.interaction
This class defines an event corresponding to the pressure of a key.
KeyPressEvent(int, int, Object) - Constructor for class org.malai.interaction.KeyPressEvent
Creates the event.
KeyPressure - Class in org.malai.interaction.library
A KeyPressure interaction occurs when a key of a keyboard is pressed.
KeyPressure() - Constructor for class org.malai.interaction.library.KeyPressure
Creates the interaction.
KeyPressureTransition - Class in org.malai.interaction
This transition corresponds to a pressure of a key of a keyboard.
KeyPressureTransition(SourceableState, TargetableState) - Constructor for class org.malai.interaction.KeyPressureTransition
Transition.Transition(SourceableState, TargetableState)
keyReleased(KeyEvent) - Method in class net.sf.latexdraw.ui.TextAreaAutoSize.TextAreaKeyListener
 
keyReleased(KeyEvent) - Method in class org.malai.interaction.SwingEventManager
 
KeyReleaseTransition - Class in org.malai.interaction
This transition corresponds to a release of a key of a keyboard.
KeyReleaseTransition(SourceableState, TargetableState) - Constructor for class org.malai.interaction.KeyReleaseTransition
Transition.Transition(SourceableState, TargetableState)
keys - Variable in class org.malai.interaction.library.KeysPressure
The list of the keys pressed.
keys - Variable in class org.malai.interaction.library.KeysScrolling
The keys pressed while scrolling.
keys - Variable in class org.malai.interaction.library.KeysTyped
The keys pressed while scrolling.
KeysPressure - Class in org.malai.interaction.library
This interaction permits to define combo a key pressed that can be used to define shortcuts, etc.
KeysPressure() - Constructor for class org.malai.interaction.library.KeysPressure
Creates the interaction.
KeysPressure.KeysPressureKeyPressedTransition - Class in org.malai.interaction.library
Defines a transition modifying the keys attribute of the interaction.
KeysPressure.KeysPressureKeyPressedTransition(SourceableState, TargetableState) - Constructor for class org.malai.interaction.library.KeysPressure.KeysPressureKeyPressedTransition
Creates the transition.
KeysScrolling - Class in org.malai.interaction.library
Defines an interaction based on mouse scrolling and keyboard.
KeysScrolling() - Constructor for class org.malai.interaction.library.KeysScrolling
Creates the interaction.
KeysTyped - Class in org.malai.interaction.library
A KeyTyped interaction occurs when several keys are typed.
KeysTyped() - Constructor for class org.malai.interaction.library.KeysTyped
Creates the interaction.
KeysTyped2ChangePackages - Class in net.sf.latexdraw.instruments
 
KeysTyped2ChangePackages(TextCustomiser) - Constructor for class net.sf.latexdraw.instruments.KeysTyped2ChangePackages
 
keyTyped(KeyEvent) - Method in class net.sf.latexdraw.ui.TextAreaAutoSize.TextAreaKeyListener
 
KeyTyped - Class in org.malai.interaction.library
A KeyTyped interaction occurs when a key of a keyboard is pressed and then released.
KeyTyped() - Constructor for class org.malai.interaction.library.KeyTyped
Creates the interaction.
keyTyped(KeyEvent) - Method in class org.malai.interaction.SwingEventManager
 

L

label - Variable in class net.sf.latexdraw.glib.views.latex.LaTeXGenerator
The label of the drawing.
label - Variable in class org.malai.widget.MSpinner
The label used to describe the use of the spinner.
LABEL_ABOUT - Static variable in class net.sf.latexdraw.util.LResources
The label of the menu "aboutTexDraw"
LABEL_APP - Static variable in class net.sf.latexdraw.util.LResources
The name of the application
LABEL_AUTO_ADJUST_BORDERS - Static variable in class net.sf.latexdraw.util.LResources
The label of the menu item displayBorders
LABEL_CANCEL - Static variable in class net.sf.latexdraw.util.LResources
 
LABEL_CM - Static variable in class net.sf.latexdraw.instruments.ScaleRulersCustomiser
The label of the centimetre menu
LABEL_COPY - Static variable in class net.sf.latexdraw.util.LResources
The label of the menu copy
LABEL_CUT - Static variable in class net.sf.latexdraw.util.LResources
The label of the menu cut
LABEL_DISPLAY_BORDERS - Static variable in class net.sf.latexdraw.util.LResources
The label of the menu item displayBorders
LABEL_DISPLAY_GRID - Static variable in class net.sf.latexdraw.util.LResources
The label of the menuItem displayGrid
LABEL_DISPLAY_PERSO_GRID - Static variable in class net.sf.latexdraw.util.LResources
 
LABEL_EXPORT_AS - Static variable in class net.sf.latexdraw.instruments.Exporter
The label of the menu export as
LABEL_EXPORT_BMP - Static variable in class net.sf.latexdraw.instruments.Exporter
The label of the exportAsBMPFile item
LABEL_EXPORT_JPG - Static variable in class net.sf.latexdraw.instruments.Exporter
The label of the exportDrawMenu item
LABEL_EXPORT_PNG - Static variable in class net.sf.latexdraw.instruments.Exporter
The label of the exportAsPNGFile item
LABEL_EXPORT_TRICKS - Static variable in class net.sf.latexdraw.instruments.Exporter
The label of the exportCodeMenu item
LABEL_FIGURE_PROPERTIES - Static variable in class net.sf.latexdraw.util.LResources
The label of the menu properties of the selected figure
LABEL_HELP - Static variable in class net.sf.latexdraw.util.LResources
The label of the menu help
LABEL_IMPORT - Static variable in class net.sf.latexdraw.util.LResources
The label of the menu import
LABEL_IMPORT_TEX - Static variable in class net.sf.latexdraw.util.LResources
The label of the menu item "import from TeX file"
LABEL_INCH - Static variable in class net.sf.latexdraw.instruments.ScaleRulersCustomiser
The label of the inch menu
LABEL_INSERT_CODE - Static variable in class net.sf.latexdraw.util.LResources
The label of the menu insert PSTricks code
LABEL_INSERT_PIX - Static variable in class net.sf.latexdraw.util.LResources
The label of the menu insert picture
LABEL_NEW - Static variable in class net.sf.latexdraw.util.LResources
The label of the newMenu item
LABEL_NEW_WITH_SEL - Static variable in class net.sf.latexdraw.util.LResources
 
LABEL_OK - Static variable in class net.sf.latexdraw.util.LResources
 
LABEL_OPEN - Static variable in class net.sf.latexdraw.instruments.FileLoaderSaver
The label of the openMenu item
LABEL_PASTE - Static variable in class net.sf.latexdraw.util.LResources
The label of the menu paste
LABEL_PRINT_CODE - Static variable in class net.sf.latexdraw.util.LResources
The label of the printCodeMenu item
LABEL_PRINT_DRAW - Static variable in class net.sf.latexdraw.util.LResources
The label of the printDrawMenu item
LABEL_SAVE - Static variable in class net.sf.latexdraw.instruments.FileLoaderSaver
The label of the saveMenu item
LABEL_SAVE_AS - Static variable in class net.sf.latexdraw.instruments.FileLoaderSaver
The label of the saveAsMenu item
LABEL_STOP - Static variable in class net.sf.latexdraw.util.LResources
The label of the button stop
LABEL_TEMPLATE_EXPORT - Static variable in class net.sf.latexdraw.util.LResources
The label of the menuItem exportAsTemplate
LABEL_TEMPLATE_UPDATE - Static variable in class net.sf.latexdraw.util.LResources
The label of the menuItem updateTemplates
LABEL_UPDATE_TO_GRID - Static variable in class net.sf.latexdraw.util.LResources
 
labelField - Variable in class net.sf.latexdraw.instruments.DrawingPropertiesCustomiser
The field that changes the label of the drawing.
LabelListCellRenderer - Class in net.sf.latexdraw.ui
This class allows the change the renderer of JComboBox. it allows to display a icon in the list

This file is part of LaTeXDraw
Copyright (c) 2005-2012 Arnaud BLOUIN

LaTeXDraw is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.
LabelListCellRenderer() - Constructor for class net.sf.latexdraw.ui.LabelListCellRenderer
The constructor by default
labelsDisplayed - Variable in class net.sf.latexdraw.glib.models.impl.LAxes
Define which labels must be displayed.
labelSize - Variable in class net.sf.latexdraw.glib.models.impl.LAbstractGrid
The size of the labels.
labelsSizeS - Variable in class net.sf.latexdraw.instruments.ShapeGridCustomiser
The field that sets the size of the labels of the grid.
labelsXInvertedCB - Variable in class net.sf.latexdraw.instruments.ShapeGridCustomiser
The field that defines the X-coordinates of the labels.
labelsYInvertedCB - Variable in class net.sf.latexdraw.instruments.ShapeGridCustomiser
The field that defines the Y-coordinates of the labels.
LAbstractCtrlPointShape - Class in net.sf.latexdraw.glib.models.impl
Defines a model of a abstract shape that contains control points.
LAbstractCtrlPointShape(boolean) - Constructor for class net.sf.latexdraw.glib.models.impl.LAbstractCtrlPointShape
Creates the shape.
LAbstractGrid - Class in net.sf.latexdraw.glib.models.impl
Defines a model of an abstract latex grid.
LAbstractGrid(boolean, IPoint) - Constructor for class net.sf.latexdraw.glib.models.impl.LAbstractGrid
Creates an abstract grid.
LANG_CURRENT - Static variable in class net.sf.latexdraw.lang.LangTool
 
langList - Variable in class net.sf.latexdraw.instruments.PreferencesSetter
The list that contains the supported languages.
LangTool - Class in net.sf.latexdraw.lang
This class defines the localisation.
LangTool() - Constructor for class net.sf.latexdraw.lang.LangTool
 
LangTool.Lang - Enum in net.sf.latexdraw.lang
 
LangTool.Lang() - Constructor for enum net.sf.latexdraw.lang.LangTool.Lang
 
LArc - Class in net.sf.latexdraw.glib.models.impl
Defines a model of an arc.
LArc(boolean) - Constructor for class net.sf.latexdraw.glib.models.impl.LArc
Creates an arc with radius 1.
LArc(IPoint, IPoint, boolean) - Constructor for class net.sf.latexdraw.glib.models.impl.LArc
Creates an arc.
LArcView<M extends IArc> - Class in net.sf.latexdraw.glib.views.Java2D.impl
Defines a view of the IArc model.
LArcView(IArc) - Constructor for class net.sf.latexdraw.glib.views.Java2D.impl.LArcView
Creates an initialises the Java view of a LArc.
largeArcFlag - Variable in class net.sf.latexdraw.parsers.svg.path.SVGPathSegArc
The value of the large-arc-flag parameter.
LArrow - Class in net.sf.latexdraw.glib.models.impl
Defines a model of an arrow.
LArrow(IShape) - Constructor for class net.sf.latexdraw.glib.models.impl.LArrow
Creates an arrow.
LArrow(IArrow, IShape) - Constructor for class net.sf.latexdraw.glib.models.impl.LArrow
Creates an arrow from an other arrow.
LARROW_STYLE - Static variable in class net.sf.latexdraw.glib.views.pst.PSTricksConstants
 
LArrowSVGGenerator - Class in net.sf.latexdraw.generators.svg
Defines an SVG generator for arrows.
LArrowSVGGenerator(IArrow) - Constructor for class net.sf.latexdraw.generators.svg.LArrowSVGGenerator
Creates an SVG arrow generator.
LArrowSVGGenerator(SVGMarkerElement, IShape) - Constructor for class net.sf.latexdraw.generators.svg.LArrowSVGGenerator
Creates an SVG-arrowhead generator using an SVGMarkerElement.
LArrowView - Class in net.sf.latexdraw.glib.views.Java2D.impl
Defines a view of an arrow.
LArrowView(IArrow) - Constructor for class net.sf.latexdraw.glib.views.Java2D.impl.LArrowView
Creates the view of the arrow.
lastColour - Variable in class net.sf.latexdraw.glib.views.Java2D.impl.LTextView
Used to detect if the last version of the text is different from the view.
lastHIDUsed - Variable in class org.malai.interaction.Interaction
Defines the ID of last HID that has been used by the interaction.
lastPathPainted - Variable in class net.sf.latexdraw.parsers.svg.parsers.Graphics2D2SVG
Corresponds to the last SVG path element created.
lastPathPaintedFilled - Variable in class net.sf.latexdraw.parsers.svg.parsers.Graphics2D2SVG
True if the last path was filled.
lastRotationAngle - Variable in class net.sf.latexdraw.actions.RotateShapes
The last increment performed on shapes.
lastText - Variable in class net.sf.latexdraw.glib.views.Java2D.impl.LTextView
Used to detect if the last version of the text is different from the view.
lastTextPos - Variable in class net.sf.latexdraw.glib.views.Java2D.impl.LTextView
Used to detect if the last version of the text is different from the view.
LaTeXDraw - Class in net.sf.latexdraw
The main class of the project.
LaTeXDraw() - Constructor for class net.sf.latexdraw.LaTeXDraw
 
LATEXDRAW_ICON - Static variable in class net.sf.latexdraw.util.LResources
 
LATEXDRAW_NAMESPACE - Static variable in class net.sf.latexdraw.util.LNamespace
 
LATEXDRAW_NAMESPACE_URI - Static variable in class net.sf.latexdraw.util.LNamespace
 
latexGen - Variable in class net.sf.latexdraw.instruments.DrawingPropertiesCustomiser
The LaTeX code generator.
LaTeXGenerator - Class in net.sf.latexdraw.glib.views.latex
Defines an abstract LaTeX generator.
LaTeXGenerator() - Constructor for class net.sf.latexdraw.glib.views.latex.LaTeXGenerator
Initialises the abstract generator.
LaTeXGenerator.VerticalPosition - Enum in net.sf.latexdraw.glib.views.latex
The different vertical positions.
LaTeXGenerator.VerticalPosition() - Constructor for enum net.sf.latexdraw.glib.views.latex.LaTeXGenerator.VerticalPosition
 
latexIncludes - Variable in class net.sf.latexdraw.instruments.PreferencesSetter
The text field used to defines the latex packages to use.
launchLatexdraw(LCommandLine) - Static method in class net.sf.latexdraw.LaTeXDraw
 
LAVENDER - Static variable in class net.sf.latexdraw.glib.views.latex.DviPsColors
 
LAxes - Class in net.sf.latexdraw.glib.models.impl
Defines a model of axes.
LAxes(boolean, IPoint) - Constructor for class net.sf.latexdraw.glib.models.impl.LAxes
Creates axes with default values.
LAxeSVGGenerator - Class in net.sf.latexdraw.generators.svg
Defines a SVG generator for an shape.
LAxeSVGGenerator(IAxes) - Constructor for class net.sf.latexdraw.generators.svg.LAxeSVGGenerator
 
LAxeSVGGenerator(SVGGElement) - Constructor for class net.sf.latexdraw.generators.svg.LAxeSVGGenerator
 
LAxeSVGGenerator(SVGGElement, boolean) - Constructor for class net.sf.latexdraw.generators.svg.LAxeSVGGenerator
Creates axes from a latexdraw-SVG element.
LAxesView - Class in net.sf.latexdraw.glib.views.Java2D.impl
Defines a view of the IAxes model.
LAxesView(IAxes) - Constructor for class net.sf.latexdraw.glib.views.Java2D.impl.LAxesView
 
layeredPanel - Variable in class net.sf.latexdraw.instruments.TextSetter
The pane where the text field must be added.
layeredPanel - Variable in class net.sf.latexdraw.ui.LFrame
The layered panel used to display widgets upon shapes (e.g. text setters).
LBezierCurve - Class in net.sf.latexdraw.glib.models.impl
Defines a model of a Bezier curve.
LBezierCurve(boolean) - Constructor for class net.sf.latexdraw.glib.models.impl.LBezierCurve
Creates a model with no point.
LBezierCurve(IPoint, IPoint, boolean) - Constructor for class net.sf.latexdraw.glib.models.impl.LBezierCurve
Creates a bezier curve with two points.
LBezierCurveSVGGenerator - Class in net.sf.latexdraw.generators.svg
Defines a SVG generator for a Bézier curve.
LBezierCurveSVGGenerator(IBezierCurve) - Constructor for class net.sf.latexdraw.generators.svg.LBezierCurveSVGGenerator
Creates a generator of SVG bezier curve.
LBezierCurveSVGGenerator(SVGGElement) - Constructor for class net.sf.latexdraw.generators.svg.LBezierCurveSVGGenerator
Creates a rectangle from a G SVG element.
LBezierCurveSVGGenerator(SVGGElement, boolean) - Constructor for class net.sf.latexdraw.generators.svg.LBezierCurveSVGGenerator
Creates a Bézier curve from a latexdraw-SVG element.
LBezierCurveView - Class in net.sf.latexdraw.glib.views.Java2D.impl
Defines a view of the model IBeziershape.
LBezierCurveView(IBezierCurve) - Constructor for class net.sf.latexdraw.glib.views.Java2D.impl.LBezierCurveView
Creates an initialises the Java view of a LBeziershape.
LCanvas - Class in net.sf.latexdraw.glib.ui
Defines a canvas that draw the drawing and manages the selected shapes.
LCanvas(IDrawing) - Constructor for class net.sf.latexdraw.glib.ui.LCanvas
Creates an initialises a canvas.
LCanvas.TooltipDisplayer - Class in net.sf.latexdraw.glib.ui
This kind of instrument manages the tooltips displayed on some views.
LCanvas.TooltipDisplayer() - Constructor for class net.sf.latexdraw.glib.ui.LCanvas.TooltipDisplayer
 
LCircle - Class in net.sf.latexdraw.glib.models.impl
Defines a model of a circle.
LCircle(boolean) - Constructor for class net.sf.latexdraw.glib.models.impl.LCircle
Creates a square.
LCircle(IPoint, double, boolean) - Constructor for class net.sf.latexdraw.glib.models.impl.LCircle
Creates a circle.
LCircleArc - Class in net.sf.latexdraw.glib.models.impl
Defines a model of a rounded arc.
LCircleArc(boolean) - Constructor for class net.sf.latexdraw.glib.models.impl.LCircleArc
Creates a circled arc with radius 1.
LCircleArc(IPoint, IPoint, boolean) - Constructor for class net.sf.latexdraw.glib.models.impl.LCircleArc
Creates a circled arc.
LCircleArcSVGGenerator - Class in net.sf.latexdraw.generators.svg
Defines a SVG generator for an arc.
LCircleArcSVGGenerator(ICircleArc) - Constructor for class net.sf.latexdraw.generators.svg.LCircleArcSVGGenerator
Creates a generator of SVG arc.
LCircleArcSVGGenerator(SVGGElement) - Constructor for class net.sf.latexdraw.generators.svg.LCircleArcSVGGenerator
Creates an arc from a G SVG element.
LCircleArcSVGGenerator(SVGGElement, boolean) - Constructor for class net.sf.latexdraw.generators.svg.LCircleArcSVGGenerator
Creates an arc from a latexdraw-SVG element.
LCircleArcView - Class in net.sf.latexdraw.glib.views.Java2D.impl
Defines a view of the LCircleArc model.
LCircleArcView(ICircleArc) - Constructor for class net.sf.latexdraw.glib.views.Java2D.impl.LCircleArcView
 
LCircleSVGGenerator - Class in net.sf.latexdraw.generators.svg
Defines a SVG generator for a circle.
LCircleSVGGenerator(ICircle) - Constructor for class net.sf.latexdraw.generators.svg.LCircleSVGGenerator
Creates a generator of SVG circle.
LCircleSVGGenerator(SVGCircleElement) - Constructor for class net.sf.latexdraw.generators.svg.LCircleSVGGenerator
Creates a circle from an SVG circle element.
LCircleSVGGenerator(SVGGElement) - Constructor for class net.sf.latexdraw.generators.svg.LCircleSVGGenerator
Creates a circle from a G SVG element.
LCircleSVGGenerator(SVGGElement, boolean) - Constructor for class net.sf.latexdraw.generators.svg.LCircleSVGGenerator
Creates a circle from a latexdraw-SVG element.
LCircleView - Class in net.sf.latexdraw.glib.views.Java2D.impl
Defines a view of the ICircle model.
LCircleView(ICircle) - Constructor for class net.sf.latexdraw.glib.views.Java2D.impl.LCircleView
Creates an initialises the Java view of a LCircle.
LCodePanel - Class in net.sf.latexdraw.ui
Defines the panel which contains the code generated from the drawing.
LCodePanel(IDrawing, ViewsSynchroniserHandler) - Constructor for class net.sf.latexdraw.ui.LCodePanel
Creates the code panel.
LCommandLine - Class in net.sf.latexdraw.util
Defines a command line parser for latexdraw.
LCommandLine() - Constructor for class net.sf.latexdraw.util.LCommandLine
Creates and initialises a command line parser.
LCommandLine.CmdLineState - Enum in net.sf.latexdraw.util
The different states of the command line.
LCommandLine.CmdLineState() - Constructor for enum net.sf.latexdraw.util.LCommandLine.CmdLineState
 
LCursor - Class in net.sf.latexdraw.util
This class contains defined several cursors using in LaTeXDraw.
LCursor() - Constructor for class net.sf.latexdraw.util.LCursor
 
LDot - Class in net.sf.latexdraw.glib.models.impl
Defines a model of a dot.
LDot(IPoint, boolean) - Constructor for class net.sf.latexdraw.glib.models.impl.LDot
 
LDot(IPoint) - Constructor for class net.sf.latexdraw.glib.models.impl.LDot
Initialises a dot using a centre point.
LDotSVGGenerator - Class in net.sf.latexdraw.generators.svg
Defines a SVG generator for a dot.
LDotSVGGenerator(IDot) - Constructor for class net.sf.latexdraw.generators.svg.LDotSVGGenerator
Creates a generator of SVG dot.
LDotSVGGenerator(SVGGElement) - Constructor for class net.sf.latexdraw.generators.svg.LDotSVGGenerator
Creates a dot from a G SVG element.
LDotSVGGenerator(SVGGElement, boolean) - Constructor for class net.sf.latexdraw.generators.svg.LDotSVGGenerator
Creates a dot from a latexdraw-SVG element.
LDotView - Class in net.sf.latexdraw.glib.views.Java2D.impl
Defines a view of the IDot model.
LDotView(IDot) - Constructor for class net.sf.latexdraw.glib.views.Java2D.impl.LDotView
Initialises the view of the dot.
LDrawing - Class in net.sf.latexdraw.glib.models.impl
Defines a drawing that contains a set of shapes and a set of selected shapes.
LDrawing() - Constructor for class net.sf.latexdraw.glib.models.impl.LDrawing
Initialises a drawing.
LEllipse - Class in net.sf.latexdraw.glib.models.impl
Defines a model of an ellipse.
LEllipse(boolean) - Constructor for class net.sf.latexdraw.glib.models.impl.LEllipse
Creates an Ellipse.
LEllipse(IPoint, IPoint, boolean) - Constructor for class net.sf.latexdraw.glib.models.impl.LEllipse
Creates an ellipse.
LEllipseSVGGenerator<S extends IEllipse> - Class in net.sf.latexdraw.generators.svg
Defines a SVG generator for an ellipse.
LEllipseSVGGenerator(S) - Constructor for class net.sf.latexdraw.generators.svg.LEllipseSVGGenerator
Creates a generator of SVG ellipse.
LEllipseSVGGenerator(SVGEllipseElement) - Constructor for class net.sf.latexdraw.generators.svg.LEllipseSVGGenerator
Creates an ellipse from an SVG ellipse element.
LEllipseSVGGenerator(SVGGElement) - Constructor for class net.sf.latexdraw.generators.svg.LEllipseSVGGenerator
Creates an ellipse from a G SVG element.
LEllipseSVGGenerator(SVGGElement, boolean) - Constructor for class net.sf.latexdraw.generators.svg.LEllipseSVGGenerator
Creates an ellipse from a latexdraw-SVG element.
LEllipseView<S extends IEllipse> - Class in net.sf.latexdraw.glib.views.Java2D.impl
Defines a view of the IEllipse model.
LEllipseView(S) - Constructor for class net.sf.latexdraw.glib.views.Java2D.impl.LEllipseView
Creates an initialises the Java view of a LEllipse.
lengthType - Variable in class net.sf.latexdraw.parsers.svg.parsers.SVGLength
The type of the length.
LFileUtils - Class in net.sf.latexdraw.util
Defines some workarounds to deal with the problem of the renameto function.
LFileUtils() - Constructor for class net.sf.latexdraw.util.LFileUtils
 
LFrame - Class in net.sf.latexdraw.ui
This class contains all the elements of the graphical user interface.
LFrame(MProgressBar) - Constructor for class net.sf.latexdraw.ui.LFrame
Creates and initialises the frame.
LFreehand - Class in net.sf.latexdraw.glib.models.impl
Defines a model of a free hand shape.
LFreehand(IPoint, boolean) - Constructor for class net.sf.latexdraw.glib.models.impl.LFreehand
Creates and initialises a freehand model.
LFreeHandSVGGenerator - Class in net.sf.latexdraw.generators.svg
Defines a SVG generator for a free hand drawing.
LFreeHandSVGGenerator(IFreehand) - Constructor for class net.sf.latexdraw.generators.svg.LFreeHandSVGGenerator
 
LFreeHandSVGGenerator(SVGGElement) - Constructor for class net.sf.latexdraw.generators.svg.LFreeHandSVGGenerator
 
LFreeHandSVGGenerator(SVGGElement, boolean) - Constructor for class net.sf.latexdraw.generators.svg.LFreeHandSVGGenerator
 
LFreeHandView - Class in net.sf.latexdraw.glib.views.Java2D.impl
Defines a view of the IFreeHand model.
LFreeHandView(IFreehand) - Constructor for class net.sf.latexdraw.glib.views.Java2D.impl.LFreeHandView
Creates and initialises a view of a free hand model.
LGrid - Class in net.sf.latexdraw.glib.models.impl
Defines a model of a grid.
LGrid(boolean, IPoint) - Constructor for class net.sf.latexdraw.glib.models.impl.LGrid
Creates a grid with a predefined point.
LGridSVGGenerator - Class in net.sf.latexdraw.generators.svg
Defines a SVG generator for a grid.
LGridSVGGenerator(IGrid) - Constructor for class net.sf.latexdraw.generators.svg.LGridSVGGenerator
Creates a generator of SVG grids.
LGridSVGGenerator(SVGGElement) - Constructor for class net.sf.latexdraw.generators.svg.LGridSVGGenerator
Creates a grid from a G SVG element.
LGridSVGGenerator(SVGGElement, boolean) - Constructor for class net.sf.latexdraw.generators.svg.LGridSVGGenerator
Creates a grid from a latexdraw-SVG element.
LGridView - Class in net.sf.latexdraw.glib.views.Java2D.impl
Defines a view of the IGrid model.
LGridView(IGrid) - Constructor for class net.sf.latexdraw.glib.views.Java2D.impl.LGridView
Initialises the grid view.
LGroup - Class in net.sf.latexdraw.glib.models.impl
A Group is a group of IShape.
LGroup(boolean) - Constructor for class net.sf.latexdraw.glib.models.impl.LGroup
Creates a group of shapes.
LGroupSVGGenerator - Class in net.sf.latexdraw.generators.svg
Defines a SVG generator for a group of shapes.
LGroupSVGGenerator(IGroup) - Constructor for class net.sf.latexdraw.generators.svg.LGroupSVGGenerator
Creates an SVG generator from IGroup instance.
LGroupSVGGenerator(SVGGElement) - Constructor for class net.sf.latexdraw.generators.svg.LGroupSVGGenerator
Creates an SVG generator from an SVGGElement that should corresponds to a group of latexdraw shapes.
LGroupSVGGenerator(SVGGElement, boolean) - Constructor for class net.sf.latexdraw.generators.svg.LGroupSVGGenerator
Creates an SVG generator from an SVGGElement that should corresponds to a group of latexdraw shapes.
LGroupView - Class in net.sf.latexdraw.glib.views.Java2D.impl
Defines a view of the IGroup model.
LGroupView() - Constructor for class net.sf.latexdraw.glib.views.Java2D.impl.LGroupView
Creates an initialises a drawing view.
LGroupView(IGroup) - Constructor for class net.sf.latexdraw.glib.views.Java2D.impl.LGroupView
Creates an initialises a drawing view.
LGTH_START_LINE_COMMENT - Static variable in class net.sf.latexdraw.glib.views.latex.LaTeXGenerator
Defines the number of characters added at the beginning of each lines of the comment (these characters are "% ").
LIME - Static variable in class net.sf.latexdraw.glib.views.latex.DviPsColors
 
LIMEGREEN - Static variable in class net.sf.latexdraw.glib.views.latex.DviPsColors
 
LINE_DASHED_STYLE - Static variable in class net.sf.latexdraw.glib.views.pst.PSTricksConstants
The line(s) of the figure are dashed
LINE_DOTTED_STYLE - Static variable in class net.sf.latexdraw.glib.views.pst.PSTricksConstants
The line(s) of the figure are dotted
LINE_NONE_STYLE - Static variable in class net.sf.latexdraw.glib.views.pst.PSTricksConstants
The line(s) of the figure have no style
LINE_SOLID_STYLE - Static variable in class net.sf.latexdraw.glib.views.pst.PSTricksConstants
The line(s) of the figure are solid
LINE_STYLE_DASHED_ICON - Static variable in class net.sf.latexdraw.util.LResources
 
LINE_STYLE_DOTTED_ICON - Static variable in class net.sf.latexdraw.util.LResources
 
LINE_STYLE_NONE_ICON - Static variable in class net.sf.latexdraw.util.LResources
 
lineCB - Variable in class net.sf.latexdraw.instruments.ShapeBorderCustomiser
Allows to change the style of the borders
lineColButton - Variable in class net.sf.latexdraw.instruments.ShapeBorderCustomiser
Allows to set the colour of the borders of shapes.
lineColour - Variable in class net.sf.latexdraw.glib.models.impl.LShape
The colour of the lines.
linePosition - Variable in class net.sf.latexdraw.parsers.CodeParser.Code
The current line number.
LINES_FREEHAND_ICON - Static variable in class net.sf.latexdraw.util.LResources
 
LINES_ICON - Static variable in class net.sf.latexdraw.util.LResources
 
linesB - Variable in class net.sf.latexdraw.instruments.EditingSelector
The button that allows to select the instrument Pencil to add lines.
lineStyle - Variable in class net.sf.latexdraw.glib.models.impl.LShape
The style of the lines.
Link<A extends Action,I extends Interaction,N extends Instrument> - Class in org.malai.instrument
In the Malai interaction model, an instrument links interactions to actions.
Link(N, boolean, Class<A>, Class<I>) - Constructor for class org.malai.instrument.Link
Creates a link.
links - Variable in class org.malai.instrument.Instrument
The links of the instrument.
linkToEventable(Eventable) - Method in class org.malai.interaction.Interaction
Links the interaction to an eventable object (e.g. a MPanel or a MButton).
list - Variable in class org.malai.interaction.library.ListSelectionModified
The list of objects which selection has been modified.
list - Variable in class org.malai.interaction.ListTransition
The list of objects which selection has been modified.
List2ChangeStyle - Class in net.sf.latexdraw.instruments
Links a list widget to an action that modifies the style of the magnetic grid.
List2ChangeStyle(MagneticGridCustomiser) - Constructor for class net.sf.latexdraw.instruments.List2ChangeStyle
Initialises the link.
List2ListMapping<E,F> - Class in org.malai.mapping
Defines a mapping established between two lists.
List2ListMapping(List<E>, List<F>) - Constructor for class org.malai.mapping.List2ListMapping
Creates the mapping.
List2ObjectMapping<E,F> - Class in org.malai.mapping
Defines a mapping established between a list and an object.
List2ObjectMapping(List<E>, F) - Constructor for class org.malai.mapping.List2ObjectMapping
Creates the mapping.
List2PencilArrowStyle - Class in net.sf.latexdraw.instruments
This link maps a list to a ModifyPencil action.
List2PencilArrowStyle(ShapeArrowCustomiser) - Constructor for class net.sf.latexdraw.instruments.List2PencilArrowStyle
Creates the link.
List2PencilBorder - Class in net.sf.latexdraw.instruments
This link maps a list to a ModifyPencil action.
List2PencilBorder(ShapeBorderCustomiser) - Constructor for class net.sf.latexdraw.instruments.List2PencilBorder
Creates the link.
List2PencilFilling - Class in net.sf.latexdraw.instruments
This link maps a list to a ModifyPencil action.
List2PencilFilling(ShapeFillingCustomiser) - Constructor for class net.sf.latexdraw.instruments.List2PencilFilling
Creates the link.
List2SelectionBorder - Class in net.sf.latexdraw.instruments
This link maps a list to an action that modifies shapes properties.
List2SelectionBorder(ShapeBorderCustomiser) - Constructor for class net.sf.latexdraw.instruments.List2SelectionBorder
Creates the link.
List2SelectionFilling - Class in net.sf.latexdraw.instruments
This link maps a list to a ModifyShape action.
List2SelectionFilling(ShapeFillingCustomiser) - Constructor for class net.sf.latexdraw.instruments.List2SelectionFilling
Creates the link.
List2ShapeArrowStyle - Class in net.sf.latexdraw.instruments
This link maps a list to a ModifyShape action.
List2ShapeArrowStyle(ShapeArrowCustomiser) - Constructor for class net.sf.latexdraw.instruments.List2ShapeArrowStyle
Creates the link.
ListForCustomiser<A extends ShapePropertyAction,N extends ShapePropertyCustomiser> - Class in net.sf.latexdraw.instruments
This link maps a list widget to an object.
ListForCustomiser(N, Class<A>) - Constructor for class net.sf.latexdraw.instruments.ListForCustomiser
Creates the link.
ListSelectionModified - Class in org.malai.interaction.library
This interaction is based on a list which selection has been modified.
ListSelectionModified() - Constructor for class org.malai.interaction.library.ListSelectionModified
Creates the interaction.
ListTransition - Class in org.malai.interaction
This transition is mapped to a list (ItemSelectable) that has been modified.
ListTransition(SourceableState, TargetableState) - Constructor for class org.malai.interaction.ListTransition
Transition.Transition(SourceableState, TargetableState)
LLine - Class in net.sf.latexdraw.glib.models.impl
Defines a model of a line.
LLine(double, double, double, double) - Constructor for class net.sf.latexdraw.glib.models.impl.LLine
Constructs a line from the specified coordinates.
LLine(double, IPoint) - Constructor for class net.sf.latexdraw.glib.models.impl.LLine
Creates a line by creating a second point with:
LLine(IPoint, IPoint) - Constructor for class net.sf.latexdraw.glib.models.impl.LLine
Constructs a line from the specified Point2D objects.
LMagneticGrid - Class in net.sf.latexdraw.glib.ui
This class defines a magnetic grid.
LMagneticGrid(int, int, ICanvas) - Constructor for class net.sf.latexdraw.glib.ui.LMagneticGrid
Creates the magnetic grid.
LMagneticGrid.GridStyle - Enum in net.sf.latexdraw.glib.ui
This enumeration contains the different style of a magnetic grid.
LMagneticGrid.GridStyle() - Constructor for enum net.sf.latexdraw.glib.ui.LMagneticGrid.GridStyle
 
LModifiablePointsGenerator<S extends IModifiablePointsShape> - Class in net.sf.latexdraw.generators.svg
Defines an SVG generator for shapes composed of points.
LModifiablePointsGenerator(S) - Constructor for class net.sf.latexdraw.generators.svg.LModifiablePointsGenerator
Creates a generator for IModifiablePointsShape.
LModifiablePointsShape - Class in net.sf.latexdraw.glib.models.impl
Defines a model of a shape that contains points that can be modified.
LModifiablePointsShape(boolean) - Constructor for class net.sf.latexdraw.glib.models.impl.LModifiablePointsShape
Creates the shape.
LModifiablePointsShapeView<S extends IModifiablePointsShape> - Class in net.sf.latexdraw.glib.views.Java2D.impl
Defines an abstract view of the IModifiablePointsShape model.
LModifiablePointsShapeView(S) - Constructor for class net.sf.latexdraw.glib.views.Java2D.impl.LModifiablePointsShapeView
Initialises the view of a IModifiablePointsShape.
LNamespace - Class in net.sf.latexdraw.util
Defines the elements of the latexdraw namespace.
LNamespace() - Constructor for class net.sf.latexdraw.util.LNamespace
 
LNumber - Class in net.sf.latexdraw.util
The class define some useful methods to manage numbers.
LNumber() - Constructor for class net.sf.latexdraw.util.LNumber
 
load() - Method in class net.sf.latexdraw.actions.LoadDrawing
 
load(boolean, String, Element) - Method in class net.sf.latexdraw.glib.ui.LCanvas
 
load(boolean, String, Element) - Method in class net.sf.latexdraw.glib.ui.LMagneticGrid
 
load(boolean, String, Element) - Method in class net.sf.latexdraw.instruments.DrawingPropertiesCustomiser
 
load(boolean, String, Element) - Method in class net.sf.latexdraw.instruments.Exporter
 
load(boolean, String, Element) - Method in class net.sf.latexdraw.instruments.ScaleRulersCustomiser
 
load(boolean, String, Element) - Method in class net.sf.latexdraw.ui.LCodePanel
 
load(boolean, String, Element) - Method in class net.sf.latexdraw.ui.LFrame
 
Load - Class in org.malai.action.library
This action allows to load abstract presentations and instruments' parameters to a file.
Load() - Constructor for class org.malai.action.library.Load
Creates a save action.
load(boolean, String, Element) - Method in class org.malai.instrument.Instrument
 
load(boolean, String, Element) - Method in interface org.malai.preferences.Preferenciable
Loads data save in an XML document.
load(boolean, String, Element) - Method in class org.malai.ui.UI
 
loadButton - Variable in class net.sf.latexdraw.instruments.FileLoaderSaver
The button used to load documents.
LoadDrawing - Class in net.sf.latexdraw.actions
This action loads an SVG document into the app.
LoadDrawing() - Constructor for class net.sf.latexdraw.actions.LoadDrawing
 
loaded - Variable in class net.sf.latexdraw.actions.InsertPicture
Defines if the picture has been successfully loaded.
loadImage() - Method in class net.sf.latexdraw.glib.models.impl.LPicture
Loads the image using the source path and creates the eps picture.
loadImageIcon(String) - Static method in class net.sf.latexdraw.util.LResources
Allows to load a image icon from a path.
loadInstruments(Element, Instrument[]) - Method in class net.sf.latexdraw.generators.svg.SVGDocumentGenerator.LoadWorker
Loads the instruments of the systems.
loadMenu - Variable in class net.sf.latexdraw.instruments.FileLoaderSaver
The menu used to load documents.
location - Variable in class net.sf.latexdraw.ui.WidgetMiniToolbar
Define the location of the panel of buttons.
LOCATION_NORTH - Static variable in class net.sf.latexdraw.ui.WidgetMiniToolbar
The frame is at the north of the button.
LOCATION_SOUTH - Static variable in class net.sf.latexdraw.ui.WidgetMiniToolbar
The frame is at the south of the button.
log - Variable in class net.sf.latexdraw.glib.views.Java2D.impl.LTextView
The log of the compilation.
log - Variable in class net.sf.latexdraw.util.StreamExecReader
The read log.
lookAndFeel - Variable in class net.sf.latexdraw.util.Theme
The look and feel of the program.
lookupNamespaceURI(String) - Method in class net.sf.latexdraw.parsers.svg.SVGAttr
 
lookupNamespaceURI(String) - Method in class net.sf.latexdraw.parsers.svg.SVGDocument
 
lookupNamespaceURI(String) - Method in class net.sf.latexdraw.parsers.svg.SVGElement
 
lookupPrefix(String) - Method in class net.sf.latexdraw.parsers.svg.SVGAttr
 
lookupPrefix(String) - Method in class net.sf.latexdraw.parsers.svg.SVGDocument
 
lookupPrefix(String) - Method in class net.sf.latexdraw.parsers.svg.SVGElement
 
lookupPrefixUsable(String) - Method in class net.sf.latexdraw.parsers.svg.SVGElement
Returns the prefix of the given namespace URI with the ':' character after or an empty string if no prefix is found.
LPath - Class in net.sf.latexdraw.util
This class defines paths used in LaTeXDraw.
LPath() - Constructor for class net.sf.latexdraw.util.LPath
 
LPicture - Class in net.sf.latexdraw.glib.models.impl
Defines a model of a picture.
LPicture(boolean, IPoint) - Constructor for class net.sf.latexdraw.glib.models.impl.LPicture
Creates a picture and the corresponding EPS picture.
LPictureSVGGenerator - Class in net.sf.latexdraw.generators.svg
Defines a SVG generator for an picture.
LPictureSVGGenerator(IPicture) - Constructor for class net.sf.latexdraw.generators.svg.LPictureSVGGenerator
 
LPictureSVGGenerator(SVGImageElement) - Constructor for class net.sf.latexdraw.generators.svg.LPictureSVGGenerator
Creates a picture from a SVGImage element.
LPictureSVGGenerator(SVGGElement) - Constructor for class net.sf.latexdraw.generators.svg.LPictureSVGGenerator
 
LPictureSVGGenerator(SVGGElement, boolean) - Constructor for class net.sf.latexdraw.generators.svg.LPictureSVGGenerator
Creates a picture from a latexdraw-SVG element.
LPictureView - Class in net.sf.latexdraw.glib.views.Java2D.impl
Defines an abstract view of the IPicture model.
LPictureView(IPicture) - Constructor for class net.sf.latexdraw.glib.views.Java2D.impl.LPictureView
Initialises a view of a picture.
LPoint - Class in net.sf.latexdraw.glib.models.impl
Defines a model of a point.
LPoint() - Constructor for class net.sf.latexdraw.glib.models.impl.LPoint
Creates a Point2D with coordinates (0, 0).
LPoint(IPoint) - Constructor for class net.sf.latexdraw.glib.models.impl.LPoint
Creates a point from a IPoint
LPoint(double, double) - Constructor for class net.sf.latexdraw.glib.models.impl.LPoint
Creates a Point2D with the specified coordinates.
LPolygon - Class in net.sf.latexdraw.glib.models.impl
Defines a model of a polygon.
LPolygon(boolean) - Constructor for class net.sf.latexdraw.glib.models.impl.LPolygon
Creates a model with no point.
LPolygon(IPoint, IPoint, boolean) - Constructor for class net.sf.latexdraw.glib.models.impl.LPolygon
Creates a model with two points.
LPolygonSVGGenerator - Class in net.sf.latexdraw.generators.svg
Defines a SVG generator for a polygon.
LPolygonSVGGenerator(IPolygon) - Constructor for class net.sf.latexdraw.generators.svg.LPolygonSVGGenerator
Creates a generator for IPolygon.
LPolygonSVGGenerator(SVGPathElement) - Constructor for class net.sf.latexdraw.generators.svg.LPolygonSVGGenerator
Creates a latexdraw shape from the given SVG element.
LPolygonSVGGenerator(SVGPolygonElement) - Constructor for class net.sf.latexdraw.generators.svg.LPolygonSVGGenerator
Creates a polygon from an SVG polygon element.
LPolygonSVGGenerator(SVGGElement) - Constructor for class net.sf.latexdraw.generators.svg.LPolygonSVGGenerator
Creates a latexdraw polygon from an SVG element provided by a latexdraw-SVG document.
LPolygonSVGGenerator(SVGGElement, boolean) - Constructor for class net.sf.latexdraw.generators.svg.LPolygonSVGGenerator
Creates a polygon from a latexdraw-SVG element.
LPolygonView<M extends IPolygon> - Class in net.sf.latexdraw.glib.views.Java2D.impl
Defines a view of the IPolygon model.
LPolygonView(IPolygon) - Constructor for class net.sf.latexdraw.glib.views.Java2D.impl.LPolygonView
Creates an initialises the Java view of a LPolygon.
LPolyline - Class in net.sf.latexdraw.glib.models.impl
Defines a view of a polyline.
LPolyline(boolean) - Constructor for class net.sf.latexdraw.glib.models.impl.LPolyline
Creates a model with no point.
LPolyline(IPoint, IPoint, boolean) - Constructor for class net.sf.latexdraw.glib.models.impl.LPolyline
Creates a model with two points.
LPolylinesSVGGenerator - Class in net.sf.latexdraw.generators.svg
Defines a SVG generator for some joined lines.
LPolylinesSVGGenerator(IPolyline) - Constructor for class net.sf.latexdraw.generators.svg.LPolylinesSVGGenerator
Creates a generator for IPolyline.
LPolylinesSVGGenerator(SVGPathElement) - Constructor for class net.sf.latexdraw.generators.svg.LPolylinesSVGGenerator
Creates some lines using a SVG path.
LPolylinesSVGGenerator(SVGPolyLineElement) - Constructor for class net.sf.latexdraw.generators.svg.LPolylinesSVGGenerator
Creates some joined-lines from an SVG polyline element.
LPolylinesSVGGenerator(SVGLineElement) - Constructor for class net.sf.latexdraw.generators.svg.LPolylinesSVGGenerator
Creates a line from an SVG line element.
LPolylinesSVGGenerator(SVGGElement) - Constructor for class net.sf.latexdraw.generators.svg.LPolylinesSVGGenerator
Creates a latexdraw polyline from an SVG element provided by a latexdraw-SVG document.
LPolylinesSVGGenerator(SVGGElement, boolean) - Constructor for class net.sf.latexdraw.generators.svg.LPolylinesSVGGenerator
Creates some joined-lines from a latexdraw-SVG element.
LPolylineView - Class in net.sf.latexdraw.glib.views.Java2D.impl
Defines a view of the IPolyline model.
LPolylineView(IPolyline) - Constructor for class net.sf.latexdraw.glib.views.Java2D.impl.LPolylineView
Creates an initialises the Java view of a LLines.
LPositionShape - Class in net.sf.latexdraw.glib.models.impl
Defines a model of a shape that has a position.
LPositionShape(boolean, IPoint) - Constructor for class net.sf.latexdraw.glib.models.impl.LPositionShape
Creates a LPositionShape with a predefined point.
LRBRACKET_STYLE - Static variable in class net.sf.latexdraw.glib.views.pst.PSTricksConstants
 
LRectangle - Class in net.sf.latexdraw.glib.models.impl
Defines a model of a rectangle.
LRectangle(boolean) - Constructor for class net.sf.latexdraw.glib.models.impl.LRectangle
Creates a rectangle at the position (0,0).
LRectangle(IPoint, double, double, boolean) - Constructor for class net.sf.latexdraw.glib.models.impl.LRectangle
Creates a rectangle.
LRectangle(IPoint, IPoint, boolean) - Constructor for class net.sf.latexdraw.glib.models.impl.LRectangle
Creates a rectangle.
LRectangleSVGGenerator - Class in net.sf.latexdraw.generators.svg
Defines a SVG generator for a rectangle.
LRectangleSVGGenerator(IRectangle) - Constructor for class net.sf.latexdraw.generators.svg.LRectangleSVGGenerator
Creates a generator of SVG rectangle.
LRectangleSVGGenerator(SVGRectElement) - Constructor for class net.sf.latexdraw.generators.svg.LRectangleSVGGenerator
Creates a rectangle from an SVG rect element.
LRectangleSVGGenerator(SVGGElement) - Constructor for class net.sf.latexdraw.generators.svg.LRectangleSVGGenerator
Creates a rectangle from a G SVG element.
LRectangleSVGGenerator(SVGGElement, boolean) - Constructor for class net.sf.latexdraw.generators.svg.LRectangleSVGGenerator
Creates a rectangle from a latexdraw-SVG element.
LRectangleView<M extends IRectangle> - Class in net.sf.latexdraw.glib.views.Java2D.impl
Defines a view of the IRectangle model.
LRectangleView(IRectangle) - Constructor for class net.sf.latexdraw.glib.views.Java2D.impl.LRectangleView
Creates an initialises the Java view of a LRect.
LRectangularShape - Class in net.sf.latexdraw.glib.models.impl
Defines a model of a rectangular shape.
LRectangularShape(IPoint, IPoint, boolean) - Constructor for class net.sf.latexdraw.glib.models.impl.LRectangularShape
Creates a rectangular shape.
LRectangularView<S extends IRectangularShape> - Class in net.sf.latexdraw.glib.views.Java2D.impl
Defines a view of the IRectangularView model.
LRectangularView(S) - Constructor for class net.sf.latexdraw.glib.views.Java2D.impl.LRectangularView
Initialises a rectangular view.
LResources - Class in net.sf.latexdraw.util
Contains all the icons and the labels used by latexdraw.
LResources() - Constructor for class net.sf.latexdraw.util.LResources
 
LRhombus - Class in net.sf.latexdraw.glib.models.impl
Defines a model of a rhombus.
LRhombus(boolean) - Constructor for class net.sf.latexdraw.glib.models.impl.LRhombus
Creates a rhombus at the position (0,0).
LRhombus(IPoint, double, double, boolean) - Constructor for class net.sf.latexdraw.glib.models.impl.LRhombus
Creates a rhombus.
LRhombus(IPoint, IPoint, boolean) - Constructor for class net.sf.latexdraw.glib.models.impl.LRhombus
Creates a rhombus.
LRhombusSVGGenerator - Class in net.sf.latexdraw.generators.svg
Defines an SVG generator for a polygon.
LRhombusSVGGenerator(IRhombus) - Constructor for class net.sf.latexdraw.generators.svg.LRhombusSVGGenerator
Creates a generator of SVG rhombus.
LRhombusSVGGenerator(SVGGElement) - Constructor for class net.sf.latexdraw.generators.svg.LRhombusSVGGenerator
Creates a rhombus from a G SVG element.
LRhombusSVGGenerator(SVGGElement, boolean) - Constructor for class net.sf.latexdraw.generators.svg.LRhombusSVGGenerator
Creates a rhombus from a latexdraw-SVG element.
LRhombusView - Class in net.sf.latexdraw.glib.views.Java2D.impl
Defines a view of the IRhombus model.
LRhombusView(IRhombus) - Constructor for class net.sf.latexdraw.glib.views.Java2D.impl.LRhombusView
Creates an initialises the Java view of a LRhombus.
LSBRACKET_STYLE - Static variable in class net.sf.latexdraw.glib.views.pst.PSTricksConstants
 
LShape - Class in net.sf.latexdraw.glib.models.impl
Defines a model of a shape.
LShape(boolean) - Constructor for class net.sf.latexdraw.glib.models.impl.LShape
The second default constructor
LShapeFactory - Class in net.sf.latexdraw.glib.models.impl
This factory creates shapes.
LShapeFactory() - Constructor for class net.sf.latexdraw.glib.models.impl.LShapeFactory
Creates the factory.
LShapeSVGGenerator<S extends IShape> - Class in net.sf.latexdraw.generators.svg
This class allows the generation or the importation of SVG parameters to a general LaTeXDraw shape.
LShapeSVGGenerator(S) - Constructor for class net.sf.latexdraw.generators.svg.LShapeSVGGenerator
Creates the SVG generator.
LShapeView<S extends IShape> - Class in net.sf.latexdraw.glib.views.Java2D.impl
Defines a view of the LShape model.
LShapeView(S) - Constructor for class net.sf.latexdraw.glib.views.Java2D.impl.LShapeView
Creates a view of the given model and initialises the Java2D view.
LSquare - Class in net.sf.latexdraw.glib.models.impl
Defines a model of a square.
LSquare(boolean) - Constructor for class net.sf.latexdraw.glib.models.impl.LSquare
Creates a square at the position (0,0).
LSquare(IPoint, double, boolean) - Constructor for class net.sf.latexdraw.glib.models.impl.LSquare
Creates a square.
LSquareSVGGenerator - Class in net.sf.latexdraw.generators.svg
Defines a SVG generator for a square.
LSquareSVGGenerator(ISquare) - Constructor for class net.sf.latexdraw.generators.svg.LSquareSVGGenerator
Creates an SVG generator for squares.
LSquareSVGGenerator(SVGGElement) - Constructor for class net.sf.latexdraw.generators.svg.LSquareSVGGenerator
Creates an SVG generator for squares.
LSquareSVGGenerator(SVGGElement, boolean) - Constructor for class net.sf.latexdraw.generators.svg.LSquareSVGGenerator
Creates a square from a latexdraw-SVG element.
LSquareView - Class in net.sf.latexdraw.glib.views.Java2D.impl
Defines a view of the LSquare model.
LSquareView(ISquare) - Constructor for class net.sf.latexdraw.glib.views.Java2D.impl.LSquareView
Creates an initialises the Java view of a LSquare.
LStandardGridView<S extends IStandardGrid> - Class in net.sf.latexdraw.glib.views.Java2D.impl
Defines an abstract view of the LAbstractGrid model.
LStandardGridView(S) - Constructor for class net.sf.latexdraw.glib.views.Java2D.impl.LStandardGridView
Creates and initialises an abstract grid view
LSystem - Class in net.sf.latexdraw.util
Defines some routines that provides information about the operating system currently used.
LSystem() - Constructor for class net.sf.latexdraw.util.LSystem
Creates the singleton.
LSystem.OperatingSystem - Enum in net.sf.latexdraw.util
The different operating systems managed.
LSystem.OperatingSystem() - Constructor for enum net.sf.latexdraw.util.LSystem.OperatingSystem
 
LText - Class in net.sf.latexdraw.glib.models.impl
Defines a model of a text.
LText(boolean) - Constructor for class net.sf.latexdraw.glib.models.impl.LText
The constructor by default.
LText(boolean, IPoint, String) - Constructor for class net.sf.latexdraw.glib.models.impl.LText
 
LTextSVGGenerator - Class in net.sf.latexdraw.generators.svg
Defines a SVG generator for a text.
LTextSVGGenerator(IText) - Constructor for class net.sf.latexdraw.generators.svg.LTextSVGGenerator
 
LTextSVGGenerator(SVGTextElement) - Constructor for class net.sf.latexdraw.generators.svg.LTextSVGGenerator
Creates a text from an SVG text element.
LTextSVGGenerator(SVGGElement) - Constructor for class net.sf.latexdraw.generators.svg.LTextSVGGenerator
 
LTextSVGGenerator(SVGGElement, boolean) - Constructor for class net.sf.latexdraw.generators.svg.LTextSVGGenerator
Creates a text from a latexdraw-SVG element.
LTextView - Class in net.sf.latexdraw.glib.views.Java2D.impl
Defines a view of the IText model.
LTextView(IText) - Constructor for class net.sf.latexdraw.glib.views.Java2D.impl.LTextView
Creates and initialises a text view.
LTriangle - Class in net.sf.latexdraw.glib.models.impl
Defines a model of a triangle.
LTriangle(boolean) - Constructor for class net.sf.latexdraw.glib.models.impl.LTriangle
Creates a triangle at the position (0,0).
LTriangle(IPoint, double, double, boolean) - Constructor for class net.sf.latexdraw.glib.models.impl.LTriangle
Creates a triangle.
LTriangleSVGGenerator - Class in net.sf.latexdraw.generators.svg
Defines an SVG generator for a triangle.
LTriangleSVGGenerator(ITriangle) - Constructor for class net.sf.latexdraw.generators.svg.LTriangleSVGGenerator
Creates a generator of SVG triangle.
LTriangleSVGGenerator(SVGGElement) - Constructor for class net.sf.latexdraw.generators.svg.LTriangleSVGGenerator
Creates a triangle from a G SVG element.
LTriangleSVGGenerator(SVGGElement, boolean) - Constructor for class net.sf.latexdraw.generators.svg.LTriangleSVGGenerator
Creates a triangle from a latexdraw-SVG element.
LTriangleView - Class in net.sf.latexdraw.glib.views.Java2D.impl
Defines a view of the ITriangle model.
LTriangleView(ITriangle) - Constructor for class net.sf.latexdraw.glib.views.Java2D.impl.LTriangleView
Creates an initialises the Java view of a LTriangle.
LViewsFactory - Class in net.sf.latexdraw.glib.views.Java2D.impl
The factory that creates views from given models.
LViewsFactory() - Constructor for class net.sf.latexdraw.glib.views.Java2D.impl.LViewsFactory
Creates the factory.
LViewsFactory.CreateView2DCmd - Class in net.sf.latexdraw.glib.views.Java2D.impl
This class is a mix of the design patterns Command and Chain of responsibility.
LViewsFactory.CreateView2DCmd(LViewsFactory.CreateView2DCmd, Class<? extends IShape>) - Constructor for class net.sf.latexdraw.glib.views.Java2D.impl.LViewsFactory.CreateView2DCmd
Creates the command.

M

MAGENTA - Static variable in class net.sf.latexdraw.glib.views.latex.DviPsColors
 
magneticCB - Variable in class net.sf.latexdraw.instruments.MagneticGridCustomiser
Sets if the grid is magnetic.
magneticGrid - Variable in class net.sf.latexdraw.glib.ui.LCanvas
The magnetic grid of the canvas.
magneticGridB - Variable in class net.sf.latexdraw.ui.ToolbarBuilder
The toolbar that contains the widgets to customise the magnetic grid.
magneticGridCB - Variable in class net.sf.latexdraw.instruments.PreferencesSetter
The widget that defines if the grid is magnetic.
MagneticGridCustomiser - Class in net.sf.latexdraw.instruments
This instrument customises the magnetic grid.
MagneticGridCustomiser(UIComposer<?>, LMagneticGrid) - Constructor for class net.sf.latexdraw.instruments.MagneticGridCustomiser
Initialises the instrument.
MAHOGANY - Static variable in class net.sf.latexdraw.glib.views.latex.DviPsColors
 
MAIL_ME - Static variable in class net.sf.latexdraw.util.LResources
The e-mail of the latexdraw developer
main(String[]) - Static method in class net.sf.latexdraw.LaTeXDraw
The main function.
MalformedSVGDocument - Exception in net.sf.latexdraw.parsers.svg
Defines the exception to use when an SVG document is malformed.
MalformedSVGDocument() - Constructor for exception net.sf.latexdraw.parsers.svg.MalformedSVGDocument
 
manager - Variable in class net.sf.latexdraw.badaboom.BadaboomListener
The manager to listen.
mapContainers - Variable in class net.sf.latexdraw.ui.PropertiesToolbarBuilder
The hash map used to map a widget to its container.
mapContainers - Variable in class net.sf.latexdraw.ui.ToolbarBuilder
The hash map used to map a widget to its container.
mapLangs - Variable in class net.sf.latexdraw.lang.LangTool
This map provides an easy access to the language items.
MappingRegistry - Class in org.malai.mapping
This registry allows to map source objects to target objects using mappings.
MappingRegistry() - Constructor for class org.malai.mapping.MappingRegistry
Creates a mapping registry.
MAROON - Static variable in class net.sf.latexdraw.glib.views.latex.DviPsColors
 
matrix - Variable in class net.sf.latexdraw.parsers.svg.SVGTransform
The matrix of the transformation.
MAX - Static variable in class net.sf.latexdraw.glib.views.latex.DviPsColors
 
MAX_ZOOM - Static variable in interface org.malai.properties.Zoomable
The biggest zoom we can do (4.5)
MButton - Class in org.malai.widget
This widgets is based on a JButton.
MButton() - Constructor for class org.malai.widget.MButton
JButton.JButton()
MButton(Action) - Constructor for class org.malai.widget.MButton
JButton.JButton(Action)
MButton(Icon) - Constructor for class org.malai.widget.MButton
JButton.JButton(Icon)
MButton(String, Icon) - Constructor for class org.malai.widget.MButton
JButton.JButton(String, Icon)
MButton(String) - Constructor for class org.malai.widget.MButton
JButton.JButton(String)
MButtonIcon - Class in org.malai.widget
A button icon can be used in a Button (JButton, MButton) to display a colour in a button.
MButtonIcon(Color) - Constructor for class org.malai.widget.MButtonIcon
The constructor using a colour.
MCheckBox - Class in org.malai.widget
This widgets is based on a JCheckBox.
MCheckBox() - Constructor for class org.malai.widget.MCheckBox
JCheckBox.JCheckBox()
MCheckBox(Icon) - Constructor for class org.malai.widget.MCheckBox
JCheckBox.JCheckBox(Icon)
MCheckBox(String) - Constructor for class org.malai.widget.MCheckBox
JCheckBox.JCheckBox(String)
MCheckBox(Action) - Constructor for class org.malai.widget.MCheckBox
JCheckBox.JCheckBox(Action)
MCheckBox(Icon, boolean) - Constructor for class org.malai.widget.MCheckBox
JCheckBox.JCheckBox(Icon, boolean)
MCheckBox(String, boolean) - Constructor for class org.malai.widget.MCheckBox
JCheckBox.JCheckBox(String, boolean)
MCheckBox(String, Icon) - Constructor for class org.malai.widget.MCheckBox
JCheckBox.JCheckBox(String, Icon)
MCheckBox(String, Icon, boolean) - Constructor for class org.malai.widget.MCheckBox
JCheckBox.JCheckBox(String, Icon, boolean)
MCheckBoxMenuItem - Class in org.malai.widget
This widgets is based on a JCheckBoxMenuItem.
MCheckBoxMenuItem() - Constructor for class org.malai.widget.MCheckBoxMenuItem
JCheckBoxMenuItem.JCheckBoxMenuItem()
MCheckBoxMenuItem(Icon) - Constructor for class org.malai.widget.MCheckBoxMenuItem
JCheckBoxMenuItem.JCheckBoxMenuItem(Icon)
MCheckBoxMenuItem(String) - Constructor for class org.malai.widget.MCheckBoxMenuItem
JCheckBoxMenuItem.JCheckBoxMenuItem(String)
MCheckBoxMenuItem(Action) - Constructor for class org.malai.widget.MCheckBoxMenuItem
JCheckBoxMenuItem.JCheckBoxMenuItem(Action)
MCheckBoxMenuItem(String, Icon) - Constructor for class org.malai.widget.MCheckBoxMenuItem
JCheckBoxMenuItem.JCheckBoxMenuItem(String, Icon)
MCheckBoxMenuItem(String, boolean) - Constructor for class org.malai.widget.MCheckBoxMenuItem
JCheckBoxMenuItem.JCheckBoxMenuItem(String, boolean)
MCheckBoxMenuItem(String, Icon, boolean) - Constructor for class org.malai.widget.MCheckBoxMenuItem
JCheckBoxMenuItem.JCheckBoxMenuItem(String, Icon, boolean)
MColorButton - Class in org.malai.widget
This widgets is based on a MButton.
MColorButton() - Constructor for class org.malai.widget.MColorButton
MButton.MButton()
MColorButton(Action) - Constructor for class org.malai.widget.MColorButton
MButton.MButton(javax.swing.Action)
MColorButton(Icon) - Constructor for class org.malai.widget.MColorButton
MButton.MButton(Icon)
MColorButton(String, Icon) - Constructor for class org.malai.widget.MColorButton
MButton.MButton(String, Icon)
MColorButton(String) - Constructor for class org.malai.widget.MColorButton
MButton.MButton(String)
MComboBox - Class in org.malai.widget
This widgets is based on a JComboBox.
MComboBox() - Constructor for class org.malai.widget.MComboBox
JComboBox.JComboBox()
MComboBox(ComboBoxModel) - Constructor for class org.malai.widget.MComboBox
JComboBox.JComboBox(ComboBoxModel)
MComboBox(Object[]) - Constructor for class org.malai.widget.MComboBox
JComboBox.JComboBox(Object[])
MComboBox(Vector<?>) - Constructor for class org.malai.widget.MComboBox
JComboBox.JComboBox(Vector)
MEditorPane - Class in org.malai.widget
This widgets is based on a JEditorPane.
MEditorPane(boolean, boolean) - Constructor for class org.malai.widget.MEditorPane
Creates a EditorPane.
MELON - Static variable in class net.sf.latexdraw.glib.views.latex.DviPsColors
 
Menu2LoadLink - Class in net.sf.latexdraw.instruments
This link maps a menu item to a load action.
Menu2LoadLink(FileLoaderSaver) - Constructor for class net.sf.latexdraw.instruments.Menu2LoadLink
The constructor by default.
Menu2NewLink - Class in net.sf.latexdraw.instruments
 
Menu2NewLink(FileLoaderSaver) - Constructor for class net.sf.latexdraw.instruments.Menu2NewLink
 
Menu2SaveAsLink - Class in net.sf.latexdraw.instruments
This link maps a menu item to a save action.
Menu2SaveAsLink(FileLoaderSaver) - Constructor for class net.sf.latexdraw.instruments.Menu2SaveAsLink
The constructor by default.
Menu2SaveLink - Class in net.sf.latexdraw.instruments
This link maps a menu item to a save action.
Menu2SaveLink(FileLoaderSaver) - Constructor for class net.sf.latexdraw.instruments.Menu2SaveLink
The constructor by default.
MenubarBuilder - Class in net.sf.latexdraw.ui
The composer that creates the menu bar of the application.
MenubarBuilder(LFrame) - Constructor for class net.sf.latexdraw.ui.MenubarBuilder
Creates the menu bar.
menubarBuilder - Variable in class net.sf.latexdraw.ui.UIBuilder
The menu bar composer.
menuItem - Variable in class org.malai.instrument.library.MenuItem2OpenWebPageLink
The menu item that will be uses to create the action.
menuItem - Variable in class org.malai.instrument.library.MenuItem2ShowComponentLink
The menu item used to shows the component.
menuItem - Variable in class org.malai.interaction.library.MenuItemPressed
The pressed menu item.
menuItem - Variable in class org.malai.interaction.MenuItemTransition
The pressed menu item.
MenuItem2AboutFrame - Class in net.sf.latexdraw.instruments
The link between a menu item and the action that shows the latexdraw dialogue box.
MenuItem2AboutFrame(Helper, Component, MMenuItem) - Constructor for class net.sf.latexdraw.instruments.MenuItem2AboutFrame
Creates the link.
MenuItem2ActivateSetterLink - Class in net.sf.latexdraw.instruments
This links maps a menu item to an action that activates the preferences setter.
MenuItem2ActivateSetterLink(PreferencesActivator) - Constructor for class net.sf.latexdraw.instruments.MenuItem2ActivateSetterLink
Creates the link.
MenuItem2CopyShapes - Class in net.sf.latexdraw.instruments
This link maps an menu item interaction to a copy action.
MenuItem2CopyShapes(CopierCutterPaster) - Constructor for class net.sf.latexdraw.instruments.MenuItem2CopyShapes
Creates the link.
MenuItem2CutShapes - Class in net.sf.latexdraw.instruments
This link maps an menu item interaction to a cut action.
MenuItem2CutShapes(CopierCutterPaster) - Constructor for class net.sf.latexdraw.instruments.MenuItem2CutShapes
Creates the link.
MenuItem2OpenWebPageLink - Class in org.malai.instrument.library
This link maps an action OpenWebPage to an interaction MenuItemPressed.
MenuItem2OpenWebPageLink(Instrument, MMenuItem, URI) - Constructor for class org.malai.instrument.library.MenuItem2OpenWebPageLink
Creates the link.
MenuItem2PasteShapes - Class in net.sf.latexdraw.instruments
This link maps an menu item interaction to paste action.
MenuItem2PasteShapes(CopierCutterPaster) - Constructor for class net.sf.latexdraw.instruments.MenuItem2PasteShapes
Creates the link.
MenuItem2SetUnit - Class in net.sf.latexdraw.instruments
This link maps a menu item to an action that sets the unit of the rulers.
MenuItem2SetUnit(ScaleRulersCustomiser) - Constructor for class net.sf.latexdraw.instruments.MenuItem2SetUnit
Initialises the link.
MenuItem2ShowComponentLink<N extends Instrument> - Class in org.malai.instrument.library
This link links a menu item interaction to an action that shows a JComponent.
MenuItem2ShowComponentLink(N, Component, MMenuItem) - Constructor for class org.malai.instrument.library.MenuItem2ShowComponentLink
Creates the link.
MenuItem2ShowHideCodeScaleRuler - Class in net.sf.latexdraw.instruments
This link maps a menu item to an action that shows/hides scale rulers.
MenuItem2ShowHideCodeScaleRuler(ScaleRulersCustomiser) - Constructor for class net.sf.latexdraw.instruments.MenuItem2ShowHideCodeScaleRuler
Initialises the link.
MenuItem2ShowPreferencesLink - Class in net.sf.latexdraw.instruments
This link maps a menu item to an action that shows the preferences frame.
MenuItem2ShowPreferencesLink(PreferencesActivator, Component, MMenuItem) - Constructor for class net.sf.latexdraw.instruments.MenuItem2ShowPreferencesLink
Creates the link.
menuItemBMP - Variable in class net.sf.latexdraw.instruments.Exporter
The menu item that export as BMP picture.
menuItemEPSLatex - Variable in class net.sf.latexdraw.instruments.Exporter
The menu item that export as PS (using latex) document.
menuItemJPG - Variable in class net.sf.latexdraw.instruments.Exporter
The menu item that export as JPG picture.
menuItemPDF - Variable in class net.sf.latexdraw.instruments.Exporter
The menu item that export as PDF document.
menuItemPDFcrop - Variable in class net.sf.latexdraw.instruments.Exporter
The menu item that export as PDF (using pdfcrop) document.
menuItemPNG - Variable in class net.sf.latexdraw.instruments.Exporter
The menu item that export as PNG picture.
MenuItemPressed - Class in org.malai.interaction.library
This interaction is based on a menu item that has been modified.
MenuItemPressed() - Constructor for class org.malai.interaction.library.MenuItemPressed
Creates the interaction.
menuItemPST - Variable in class net.sf.latexdraw.instruments.Exporter
The menu item that export as PST code.
MenuItemTransition - Class in org.malai.interaction
This transition is mapped to a menu item that has been pressed.
MenuItemTransition(SourceableState, TargetableState) - Constructor for class org.malai.interaction.MenuItemTransition
Transition.Transition(SourceableState, TargetableState)
MenuPressed2Export - Class in net.sf.latexdraw.instruments
This link maps menus to an export action.
MenuPressed2Export(Exporter) - Constructor for class net.sf.latexdraw.instruments.MenuPressed2Export
Initialises the link.
metaShapeCustomiser - Variable in class net.sf.latexdraw.instruments.EditingSelector
The instrument that manages instruments that customise shapes and the pencil.
MetaShapeCustomiser - Class in net.sf.latexdraw.instruments
This meta-instrument manages the instruments that customises shape properties.
MetaShapeCustomiser(UIComposer<?>, Hand, Pencil) - Constructor for class net.sf.latexdraw.instruments.MetaShapeCustomiser
Creates the instrument.
metaShapeCustomiser - Variable in class net.sf.latexdraw.ui.LFrame
This instrument manages the instruments that customise shapes and the pencil.
MFrame - Class in org.malai.widget
This widgets is based on a JEditorPane.
MFrame(boolean) - Constructor for class org.malai.widget.MFrame
Creates the frame.
MFrame(String, boolean) - Constructor for class org.malai.widget.MFrame
Creates the frame.
MIDDLE_ICON - Static variable in class net.sf.latexdraw.util.LResources
 
middleHorizPosCB - Variable in class net.sf.latexdraw.instruments.DrawingPropertiesCustomiser
Defines if the horizontal position of the drawing must be centred.
MIDNIGHTBLUE - Static variable in class net.sf.latexdraw.glib.views.latex.DviPsColors
 
MIN_LABELS_SIZE - Static variable in class net.sf.latexdraw.glib.models.impl.LGrid
The minimum possible size of the labels
MIN_PCC_SUBLINES - Static variable in class net.sf.latexdraw.ui.ScaleRuler
This value defines the threshold under which sub-lines of the rule will be not drawn.
MIN_ZOOM - Static variable in interface org.malai.properties.Zoomable
The smallest zoom we can do (0.25) .
minPoints - Variable in class org.malai.interaction.library.MultiClick
The minimum number of points that the interaction must gather.
MIRROR_H_ICON - Static variable in class net.sf.latexdraw.util.LResources
 
MIRROR_V_ICON - Static variable in class net.sf.latexdraw.util.LResources
 
mirrorHorizontal(IPoint) - Method in class net.sf.latexdraw.glib.models.impl.LAbstractGrid
 
mirrorHorizontal(IPoint) - Method in class net.sf.latexdraw.glib.models.impl.LDot
 
mirrorHorizontal(IPoint) - Method in class net.sf.latexdraw.glib.models.impl.LShape
 
mirrorHorizontal(IPoint) - Method in interface net.sf.latexdraw.glib.models.interfaces.IShape
Returns horizontally the shape.
mirrorVertical(IPoint) - Method in class net.sf.latexdraw.glib.models.impl.LAbstractGrid
 
mirrorVertical(IPoint) - Method in class net.sf.latexdraw.glib.models.impl.LDot
 
mirrorVertical(IPoint) - Method in class net.sf.latexdraw.glib.models.impl.LShape
 
mirrorVertical(IPoint) - Method in interface net.sf.latexdraw.glib.models.interfaces.IShape
Returns vertically the shape.
MISSING_KEY - Static variable in class net.sf.latexdraw.lang.LangTool
The string corresponding to a missing key.
MLayeredPane - Class in org.malai.widget
Overrides the widget JLayeredPane to be used within Malai.
MLayeredPane(boolean, boolean) - Constructor for class org.malai.widget.MLayeredPane
Creates and initialises the layred pane.
MMenu - Class in org.malai.widget
This widgets is based on a JMenu.
MMenu(boolean) - Constructor for class org.malai.widget.MMenu
Creates a menu.
MMenu(String, boolean) - Constructor for class org.malai.widget.MMenu
Creates a menu.
MMenuBar - Class in org.malai.widget
This widgets is based on a JMenuBar.
MMenuBar() - Constructor for class org.malai.widget.MMenuBar
 
MMenuItem - Class in org.malai.widget
Defines a menu item (based on the JMenuItem) that can be used within Malai.
MMenuItem(Action) - Constructor for class org.malai.widget.MMenuItem
JMenuItem.JMenuItem(Action)
MMenuItem(String, int) - Constructor for class org.malai.widget.MMenuItem
JMenuItem.JMenuItem(String, int)
MMenuItem() - Constructor for class org.malai.widget.MMenuItem
JMenuItem.JMenuItem()
MMenuItem(Icon) - Constructor for class org.malai.widget.MMenuItem
JMenuItem.JMenuItem(Icon)
MMenuItem(String) - Constructor for class org.malai.widget.MMenuItem
JMenuItem.JMenuItem(String)
MMenuItem(String, Icon) - Constructor for class org.malai.widget.MMenuItem
JMenuItem.JMenuItem(String, Icon)
model - Variable in class net.sf.latexdraw.glib.views.Java2D.impl.LArrowView
The arrow model to view.
Modifiable - Interface in org.malai.properties
Defines an interface for object that can be modified and set as modified.
modified - Variable in class net.sf.latexdraw.glib.models.impl.LShape
Defined if the shape has been modified.
modified - Variable in class net.sf.latexdraw.glib.ui.LCanvas
Defined if the canvas has been modified.
modified - Variable in class net.sf.latexdraw.glib.ui.LMagneticGrid
Defined if the canvas has been modified.
modified - Variable in class net.sf.latexdraw.glib.views.latex.LaTeXGenerator
Defined if the instrument has been modified.
modified - Variable in class org.malai.instrument.Instrument
Defined if the instrument has been modified.
modified - Variable in class org.malai.ui.UI
Defined if the UI has been modified.
Modifying - Interface in net.sf.latexdraw.actions
This interface permits to tag with a type actions that modifies the drawing.
ModifyLatexProperties - Class in net.sf.latexdraw.actions
This action modifies the latex properties of the current drawing.
ModifyLatexProperties() - Constructor for class net.sf.latexdraw.actions.ModifyLatexProperties
 
ModifyLatexProperties.LatexProperties - Enum in net.sf.latexdraw.actions
This enumeration defines the different LaTeX properties that can be modified.
ModifyLatexProperties.LatexProperties() - Constructor for enum net.sf.latexdraw.actions.ModifyLatexProperties.LatexProperties
 
ModifyMagneticGrid - Class in net.sf.latexdraw.actions
This action modifies a property of the magnetic grid.
ModifyMagneticGrid() - Constructor for class net.sf.latexdraw.actions.ModifyMagneticGrid
Creates the action.
ModifyMagneticGrid.GridProperties - Enum in net.sf.latexdraw.actions
The different properties of the magnetic grid that can be modified.
ModifyMagneticGrid.GridProperties() - Constructor for enum net.sf.latexdraw.actions.ModifyMagneticGrid.GridProperties
 
ModifyPencilParameter - Class in net.sf.latexdraw.actions
This action modifies a parameter of the pencil and updates its corresponding instrument.
ModifyPencilParameter() - Constructor for class net.sf.latexdraw.actions.ModifyPencilParameter
Creates and initialises the action.
ModifyPencilStyle - Class in net.sf.latexdraw.actions
This action allows to set the kind of shape that the pencil must draw.
ModifyPencilStyle() - Constructor for class net.sf.latexdraw.actions.ModifyPencilStyle
Creates the action.
ModifyShapeProperty - Class in net.sf.latexdraw.actions
This action modifies a shape property of the given shape.
ModifyShapeProperty() - Constructor for class net.sf.latexdraw.actions.ModifyShapeProperty
Creates the action.
ModifyValue - Class in org.malai.action.library
The goal of this abstract action is to modify an object.
ModifyValue() - Constructor for class org.malai.action.library.ModifyValue
Initialises the action.
mouseClicked(MouseEvent) - Method in class org.malai.interaction.SwingEventManager
 
mouseDragged(MouseEvent) - Method in class net.sf.latexdraw.glib.ui.LCanvas.TooltipDisplayer
 
mouseDragged(MouseEvent) - Method in class org.malai.interaction.SwingEventManager
 
mouseEntered(MouseEvent) - Method in class org.malai.interaction.SwingEventManager
 
mouseExited(MouseEvent) - Method in class org.malai.interaction.SwingEventManager
 
mouseMoved(MouseEvent) - Method in class net.sf.latexdraw.glib.ui.LCanvas.TooltipDisplayer
 
mouseMoved(MouseEvent) - Method in class org.malai.interaction.SwingEventManager
 
mousePressed(MouseEvent) - Method in class org.malai.interaction.SwingEventManager
 
MousePressEvent - Class in org.malai.interaction
This class defines an event corresponding to the pressure of a button of a mouse.
MousePressEvent(int, int, int, int, Object) - Constructor for class org.malai.interaction.MousePressEvent
Creates the event.
mouseReleased(MouseEvent) - Method in class org.malai.interaction.SwingEventManager
 
mouseWheelMoved(MouseWheelEvent) - Method in class org.malai.interaction.SwingEventManager
 
move(IPoint, IPoint) - Method in class net.sf.latexdraw.actions.MoveCtrlPoint
 
move(File, File) - Method in class net.sf.latexdraw.util.LFileUtils
Moves a file.
move(int, int) - Method in class org.malai.mapping.ActiveArrayList
 
move(int, int) - Method in interface org.malai.mapping.IActiveList
Moves the object located at the position srcIndex to the location specified by the targetIndex.
MoveCtrlPoint - Class in net.sf.latexdraw.actions
This action moves control points.
MoveCtrlPoint() - Constructor for class net.sf.latexdraw.actions.MoveCtrlPoint
Creates the action.
MovePoint - Class in net.sf.latexdraw.actions
This abstract action moves any kind of points.
MovePoint() - Constructor for class net.sf.latexdraw.actions.MovePoint
Creates the action.
MovePointShape - Class in net.sf.latexdraw.actions
This action moves points of IModifiablePointsShape.
MovePointShape() - Constructor for class net.sf.latexdraw.actions.MovePointShape
Creates the action.
MovePtHandler - Class in net.sf.latexdraw.glib.handlers
Defines a handler that moves a point of a shape.
MovePtHandler(int) - Constructor for class net.sf.latexdraw.glib.handlers.MovePtHandler
The constructor by default.
MoveTransition - Class in org.malai.interaction
This transition corresponds to a move of a button of a pointing device.
MoveTransition(SourceableState, TargetableState) - Constructor for class org.malai.interaction.MoveTransition
Transition.Transition(SourceableState, TargetableState)
MPanel - Class in org.malai.widget
Extends the Java JPanel to conform malai requirements.
MPanel(boolean, boolean) - Constructor for class org.malai.widget.MPanel
Creates and initialises a panel.
MPopupMenu - Class in org.malai.widget
This widgets is based on a JPopupMenu.
MPopupMenu(boolean) - Constructor for class org.malai.widget.MPopupMenu
Creates the popup menu.
MProgressBar - Class in org.malai.widget
This widgets is based on a JProgressBar.
MProgressBar() - Constructor for class org.malai.widget.MProgressBar
JProgressBar.JProgressBar()
MProgressBar(int) - Constructor for class org.malai.widget.MProgressBar
JProgressBar.JProgressBar(int)
MProgressBar(BoundedRangeModel) - Constructor for class org.malai.widget.MProgressBar
JProgressBar.JProgressBar(BoundedRangeModel)
MProgressBar(int, int) - Constructor for class org.malai.widget.MProgressBar
JProgressBar.JProgressBar(int,int)
MProgressBar(int, int, int) - Constructor for class org.malai.widget.MProgressBar
JProgressBar.JProgressBar(int,int,int)
MRadioButton - Class in org.malai.widget
This widgets is based on a JRadioButton.
MRadioButton() - Constructor for class org.malai.widget.MRadioButton
MRadioButton.MRadioButton()
MRadioButton(Icon) - Constructor for class org.malai.widget.MRadioButton
MRadioButton.MRadioButton(Icon)
MRadioButton(String) - Constructor for class org.malai.widget.MRadioButton
MRadioButton.MRadioButton(String)
MRadioButton(Icon, boolean) - Constructor for class org.malai.widget.MRadioButton
MRadioButton.MRadioButton(Icon,boolean)
MRadioButton(String, boolean) - Constructor for class org.malai.widget.MRadioButton
MRadioButton.MRadioButton(String,boolean)
MRadioButton(String, Icon) - Constructor for class org.malai.widget.MRadioButton
MRadioButton.MRadioButton(String,Icon)
MRadioButton(String, Icon, boolean) - Constructor for class org.malai.widget.MRadioButton
MRadioButton.MRadioButton(String,Icon,boolean)
MScrollPane - Class in org.malai.widget
Extends the Java JScrollPane to conform malai requirements.
MScrollPane() - Constructor for class org.malai.widget.MScrollPane
JScrollPane.JScrollPane()
MScrollPane(Component, int, int) - Constructor for class org.malai.widget.MScrollPane
JScrollPane.JScrollPane(Component, int, int)
MScrollPane(Component) - Constructor for class org.malai.widget.MScrollPane
JScrollPane.JScrollPane(Component)
MScrollPane(int, int) - Constructor for class org.malai.widget.MScrollPane
JScrollPane.JScrollPane(int,int)
MSlider - Class in org.malai.widget
This widgets is based on a JSlider.
MSlider() - Constructor for class org.malai.widget.MSlider
JSlider.JSlider()
MSlider(int) - Constructor for class org.malai.widget.MSlider
JSlider.JSlider(int)
MSlider(BoundedRangeModel) - Constructor for class org.malai.widget.MSlider
JSlider.JSlider(BoundedRangeModel)
MSlider(int, int) - Constructor for class org.malai.widget.MSlider
JSlider.JSlider(int, int)
MSlider(int, int, int) - Constructor for class org.malai.widget.MSlider
JSlider.JSlider(int, int, int)
MSlider(int, int, int, int) - Constructor for class org.malai.widget.MSlider
JSlider.JSlider(int, int, int, int)
MSpinner - Class in org.malai.widget
This widgets is based on a JSpinner.
MSpinner() - Constructor for class org.malai.widget.MSpinner
JSpinner.JSpinner()
MSpinner(SpinnerModel, JLabel) - Constructor for class org.malai.widget.MSpinner
JSpinner.JSpinner(SpinnerModel)
MSpinner.MSpinnerNumberModel - Class in org.malai.widget
The number model to use with a MSpinner.
MSpinner.MSpinnerNumberModel(Number, Comparable<?>, Comparable<?>, Number) - Constructor for class org.malai.widget.MSpinner.MSpinnerNumberModel
SpinnerNumberModel.SpinnerNumberModel(Number, Comparable, Comparable, Number)
MTabbedPane - Class in org.malai.widget
Extends the Java JTabbedPane to conform malai requirements.
MTabbedPane(boolean) - Constructor for class org.malai.widget.MTabbedPane
JTabbedPane.JTabbedPane()
MTabbedPane(int, boolean) - Constructor for class org.malai.widget.MTabbedPane
JTabbedPane.JTabbedPane(int)
MTabbedPane(int, int, boolean) - Constructor for class org.malai.widget.MTabbedPane
JTabbedPane.JTabbedPane(int, int)
MTextArea - Class in org.malai.widget
This widgets is based on a JTextArea.
MTextArea(boolean, boolean) - Constructor for class org.malai.widget.MTextArea
JTextArea
MTextArea(String) - Constructor for class org.malai.widget.MTextArea
JTextArea
MTextArea(Document) - Constructor for class org.malai.widget.MTextArea
JTextArea
MTextArea(int, int) - Constructor for class org.malai.widget.MTextArea
JTextArea
MTextArea(String, int, int) - Constructor for class org.malai.widget.MTextArea
JTextArea
MTextArea(Document, String, int, int) - Constructor for class org.malai.widget.MTextArea
JTextArea
MTextField - Class in org.malai.widget
This widgets is based on a JTextField.
MTextField() - Constructor for class org.malai.widget.MTextField
JTextField.JTextField()
MToggleButton - Class in org.malai.widget
This widgets is based on a JToggleButton.
MToggleButton() - Constructor for class org.malai.widget.MToggleButton
JToggleButton.JToggleButton()
MToggleButton(Icon) - Constructor for class org.malai.widget.MToggleButton
JToggleButton.JToggleButton(Icon)
MToggleButton(String) - Constructor for class org.malai.widget.MToggleButton
JToggleButton.JToggleButton(String)
MToggleButton(Action) - Constructor for class org.malai.widget.MToggleButton
JToggleButton.JToggleButton(Action)
MToggleButton(Icon, boolean) - Constructor for class org.malai.widget.MToggleButton
JToggleButton.JToggleButton(Icon, boolean)
MToggleButton(String, boolean) - Constructor for class org.malai.widget.MToggleButton
JToggleButton.JToggleButton(String, boolean)
MToggleButton(String, Icon) - Constructor for class org.malai.widget.MToggleButton
JToggleButton.JToggleButton(String, Icon)
MToggleButton(String, Icon, boolean) - Constructor for class org.malai.widget.MToggleButton
JToggleButton.JToggleButton(String, Icon, boolean)
MToolBar - Class in org.malai.widget
This widgets is based on a JToolBar.
MToolBar(boolean) - Constructor for class org.malai.widget.MToolBar
Creates a toolbar.
MULBERRY - Static variable in class net.sf.latexdraw.glib.views.latex.DviPsColors
 
MultiClic2AddShape - Class in net.sf.latexdraw.instruments
This link allows to create shapes using a multi-clic interaction.
MultiClic2AddShape(Pencil, boolean) - Constructor for class net.sf.latexdraw.instruments.MultiClic2AddShape
The constructor by default.
MultiClick - Class in org.malai.interaction.library
This interaction allows to performed several clicks using button 1.
MultiClick() - Constructor for class org.malai.interaction.library.MultiClick
Creates the interaction.
multiMappings - Variable in class org.malai.mapping.MappingRegistry
Contains objects and their mappings.
multiply(SVGMatrix) - Method in class net.sf.latexdraw.parsers.svg.SVGMatrix
 
MultiShapesAction - Class in net.sf.latexdraw.actions
This abstract action uses a set of shapes.
MultiShapesAction() - Constructor for class net.sf.latexdraw.actions.MultiShapesAction
Creates the action.
MustAbortStateMachineException - Exception in org.malai.stateMachine
This exception can be used when an interaction must be stopped.
MustAbortStateMachineException() - Constructor for exception org.malai.stateMachine.MustAbortStateMachineException
Creates the exception.
MustBeUndoableActionException - Exception in org.malai.instrument
This exception must be launched when an action which is not undoable want to be undone or redone.
MustBeUndoableActionException(Class<?>) - Constructor for exception org.malai.instrument.MustBeUndoableActionException
The default constructor of the exception.
mvPtHandlers - Variable in class net.sf.latexdraw.instruments.Border
The handlers that move points.

N

N_APRICOT - Static variable in class net.sf.latexdraw.glib.views.latex.DviPsColors
 
N_AQUAMARINE - Static variable in class net.sf.latexdraw.glib.views.latex.DviPsColors
 
N_BITTERSWEET - Static variable in class net.sf.latexdraw.glib.views.latex.DviPsColors
 
N_BLACK - Static variable in class net.sf.latexdraw.glib.views.latex.DviPsColors
 
N_BLACK_2 - Static variable in class net.sf.latexdraw.glib.views.latex.DviPsColors
 
N_BLUE - Static variable in class net.sf.latexdraw.glib.views.latex.DviPsColors
 
N_BLUE_2 - Static variable in class net.sf.latexdraw.glib.views.latex.DviPsColors
 
N_BLUEGREEN - Static variable in class net.sf.latexdraw.glib.views.latex.DviPsColors
 
N_BLUEVIOLET - Static variable in class net.sf.latexdraw.glib.views.latex.DviPsColors
 
N_BRICKRED - Static variable in class net.sf.latexdraw.glib.views.latex.DviPsColors
 
N_BROWN - Static variable in class net.sf.latexdraw.glib.views.latex.DviPsColors
 
N_BROWN_2 - Static variable in class net.sf.latexdraw.glib.views.latex.DviPsColors
 
N_BURNT_ORANGE - Static variable in class net.sf.latexdraw.glib.views.latex.DviPsColors
 
N_CADETBLUE - Static variable in class net.sf.latexdraw.glib.views.latex.DviPsColors
 
N_CARNATIONPINK - Static variable in class net.sf.latexdraw.glib.views.latex.DviPsColors
 
N_CERULEAN - Static variable in class net.sf.latexdraw.glib.views.latex.DviPsColors
 
N_CORNFLOWERBLUE - Static variable in class net.sf.latexdraw.glib.views.latex.DviPsColors
 
N_CYAN - Static variable in class net.sf.latexdraw.glib.views.latex.DviPsColors
 
N_CYAN_2 - Static variable in class net.sf.latexdraw.glib.views.latex.DviPsColors
 
N_DANDELION - Static variable in class net.sf.latexdraw.glib.views.latex.DviPsColors
 
N_DARK_GRAY - Static variable in class net.sf.latexdraw.glib.views.latex.DviPsColors
 
N_DARKORCHID - Static variable in class net.sf.latexdraw.glib.views.latex.DviPsColors
 
N_EMERALD - Static variable in class net.sf.latexdraw.glib.views.latex.DviPsColors
 
N_FORESTGREEN - Static variable in class net.sf.latexdraw.glib.views.latex.DviPsColors
 
N_FUSHIA - Static variable in class net.sf.latexdraw.glib.views.latex.DviPsColors
 
N_GOLDEN_ROD - Static variable in class net.sf.latexdraw.glib.views.latex.DviPsColors
 
N_GRAY - Static variable in class net.sf.latexdraw.glib.views.latex.DviPsColors
 
N_GRAY_2 - Static variable in class net.sf.latexdraw.glib.views.latex.DviPsColors
 
N_GREEN - Static variable in class net.sf.latexdraw.glib.views.latex.DviPsColors
 
N_GREEN_2 - Static variable in class net.sf.latexdraw.glib.views.latex.DviPsColors
 
N_GREEN_YELLOW - Static variable in class net.sf.latexdraw.glib.views.latex.DviPsColors
 
N_JUNGLEGREEN - Static variable in class net.sf.latexdraw.glib.views.latex.DviPsColors
 
N_LAVENDER - Static variable in class net.sf.latexdraw.glib.views.latex.DviPsColors
 
N_LIGHT_GRAY - Static variable in class net.sf.latexdraw.glib.views.latex.DviPsColors
 
N_LIME - Static variable in class net.sf.latexdraw.glib.views.latex.DviPsColors
 
N_LIMEGREEN - Static variable in class net.sf.latexdraw.glib.views.latex.DviPsColors
 
N_MAGENTA - Static variable in class net.sf.latexdraw.glib.views.latex.DviPsColors
 
N_MAGENTA_2 - Static variable in class net.sf.latexdraw.glib.views.latex.DviPsColors
 
N_MAHOGANY - Static variable in class net.sf.latexdraw.glib.views.latex.DviPsColors
 
N_MAROON - Static variable in class net.sf.latexdraw.glib.views.latex.DviPsColors
 
N_MELON - Static variable in class net.sf.latexdraw.glib.views.latex.DviPsColors
 
N_MIDNIGHTBLUE - Static variable in class net.sf.latexdraw.glib.views.latex.DviPsColors
 
N_MULBERRY - Static variable in class net.sf.latexdraw.glib.views.latex.DviPsColors
 
N_NAVYBLUE - Static variable in class net.sf.latexdraw.glib.views.latex.DviPsColors
 
N_OLIVE - Static variable in class net.sf.latexdraw.glib.views.latex.DviPsColors
 
N_OLIVEGREEN - Static variable in class net.sf.latexdraw.glib.views.latex.DviPsColors
 
N_ORANGE - Static variable in class net.sf.latexdraw.glib.views.latex.DviPsColors
 
N_ORANGE_2 - Static variable in class net.sf.latexdraw.glib.views.latex.DviPsColors
 
N_ORANGERED - Static variable in class net.sf.latexdraw.glib.views.latex.DviPsColors
 
N_ORCHID - Static variable in class net.sf.latexdraw.glib.views.latex.DviPsColors
 
N_PEACH - Static variable in class net.sf.latexdraw.glib.views.latex.DviPsColors
 
N_PERIWINKLE - Static variable in class net.sf.latexdraw.glib.views.latex.DviPsColors
 
N_PINEGREEN - Static variable in class net.sf.latexdraw.glib.views.latex.DviPsColors
 
N_PINK - Static variable in class net.sf.latexdraw.glib.views.latex.DviPsColors
 
N_PLUM - Static variable in class net.sf.latexdraw.glib.views.latex.DviPsColors
 
N_PROCESSBLUE - Static variable in class net.sf.latexdraw.glib.views.latex.DviPsColors
 
N_PURPLE - Static variable in class net.sf.latexdraw.glib.views.latex.DviPsColors
 
N_PURPLE_2 - Static variable in class net.sf.latexdraw.glib.views.latex.DviPsColors
 
N_RAWSIENNA - Static variable in class net.sf.latexdraw.glib.views.latex.DviPsColors
 
N_RED - Static variable in class net.sf.latexdraw.glib.views.latex.DviPsColors
 
N_RED_2 - Static variable in class net.sf.latexdraw.glib.views.latex.DviPsColors
 
N_RED_ORANGE - Static variable in class net.sf.latexdraw.glib.views.latex.DviPsColors
 
N_REDVIOLET - Static variable in class net.sf.latexdraw.glib.views.latex.DviPsColors
 
N_RHODAMINE - Static variable in class net.sf.latexdraw.glib.views.latex.DviPsColors
 
N_ROYALBLUE - Static variable in class net.sf.latexdraw.glib.views.latex.DviPsColors
 
N_ROYALPURPLE - Static variable in class net.sf.latexdraw.glib.views.latex.DviPsColors
 
N_RUBINERED - Static variable in class net.sf.latexdraw.glib.views.latex.DviPsColors
 
N_SALMON - Static variable in class net.sf.latexdraw.glib.views.latex.DviPsColors
 
N_SEAGREEN - Static variable in class net.sf.latexdraw.glib.views.latex.DviPsColors
 
N_SEPIA - Static variable in class net.sf.latexdraw.glib.views.latex.DviPsColors
 
N_SKYBLUE - Static variable in class net.sf.latexdraw.glib.views.latex.DviPsColors
 
N_SPRINGGREEN - Static variable in class net.sf.latexdraw.glib.views.latex.DviPsColors
 
N_TAN - Static variable in class net.sf.latexdraw.glib.views.latex.DviPsColors
 
N_TEAL - Static variable in class net.sf.latexdraw.glib.views.latex.DviPsColors
 
N_TEALBLUE - Static variable in class net.sf.latexdraw.glib.views.latex.DviPsColors
 
N_THISTLE - Static variable in class net.sf.latexdraw.glib.views.latex.DviPsColors
 
N_TURQUOISE - Static variable in class net.sf.latexdraw.glib.views.latex.DviPsColors
 
N_VIOLET - Static variable in class net.sf.latexdraw.glib.views.latex.DviPsColors
 
N_VIOLET_2 - Static variable in class net.sf.latexdraw.glib.views.latex.DviPsColors
 
N_VIOLETRED - Static variable in class net.sf.latexdraw.glib.views.latex.DviPsColors
 
N_WHITE - Static variable in class net.sf.latexdraw.glib.views.latex.DviPsColors
 
N_WHITE_2 - Static variable in class net.sf.latexdraw.glib.views.latex.DviPsColors
 
N_WILDSTRAWBERRY - Static variable in class net.sf.latexdraw.glib.views.latex.DviPsColors
 
N_YELLOW - Static variable in class net.sf.latexdraw.glib.views.latex.DviPsColors
 
N_YELLOW_2 - Static variable in class net.sf.latexdraw.glib.views.latex.DviPsColors
 
N_YELLOW_ORANGE - Static variable in class net.sf.latexdraw.glib.views.latex.DviPsColors
 
N_YELLOWGREEN - Static variable in class net.sf.latexdraw.glib.views.latex.DviPsColors
 
name - Variable in class net.sf.latexdraw.parsers.svg.SVGAttr
The name of the attribute.
name - Variable in class net.sf.latexdraw.parsers.svg.SVGElement
The name of the tag.
name - Variable in class org.malai.interaction.State
The name of the state.
NAME_COL1 - Static variable in class net.sf.latexdraw.badaboom.BadaboomTableModel
 
NAME_COL2 - Static variable in class net.sf.latexdraw.badaboom.BadaboomTableModel
 
NAME_COL3 - Static variable in class net.sf.latexdraw.badaboom.BadaboomTableModel
 
nameColourHashtable - Variable in class net.sf.latexdraw.parsers.svg.CSSColors
 
nameColourHT - Variable in class net.sf.latexdraw.glib.views.latex.DviPsColors
 
NAVYBLUE - Static variable in class net.sf.latexdraw.glib.views.latex.DviPsColors
 
nbRecentFilesField - Variable in class net.sf.latexdraw.instruments.PreferencesSetter
The widget used to defines the number of recent file to keep in memory.
nbTimeCopied - Variable in class net.sf.latexdraw.actions.CopyShapes
The number of times that the shapes have been copied.
needsLineReduction() - Method in enum net.sf.latexdraw.glib.models.interfaces.IArrow.ArrowStyle
 
net.sf.latexdraw - package net.sf.latexdraw
 
net.sf.latexdraw.actions - package net.sf.latexdraw.actions
 
net.sf.latexdraw.badaboom - package net.sf.latexdraw.badaboom
 
net.sf.latexdraw.filters - package net.sf.latexdraw.filters
 
net.sf.latexdraw.generators.svg - package net.sf.latexdraw.generators.svg
 
net.sf.latexdraw.glib.handlers - package net.sf.latexdraw.glib.handlers
 
net.sf.latexdraw.glib.models.impl - package net.sf.latexdraw.glib.models.impl
 
net.sf.latexdraw.glib.models.interfaces - package net.sf.latexdraw.glib.models.interfaces
 
net.sf.latexdraw.glib.ui - package net.sf.latexdraw.glib.ui
 
net.sf.latexdraw.glib.views - package net.sf.latexdraw.glib.views
 
net.sf.latexdraw.glib.views.Java2D.impl - package net.sf.latexdraw.glib.views.Java2D.impl
 
net.sf.latexdraw.glib.views.Java2D.interfaces - package net.sf.latexdraw.glib.views.Java2D.interfaces
 
net.sf.latexdraw.glib.views.latex - package net.sf.latexdraw.glib.views.latex
 
net.sf.latexdraw.glib.views.pst - package net.sf.latexdraw.glib.views.pst
 
net.sf.latexdraw.glib.views.synchroniser - package net.sf.latexdraw.glib.views.synchroniser
 
net.sf.latexdraw.instruments - package net.sf.latexdraw.instruments
 
net.sf.latexdraw.lang - package net.sf.latexdraw.lang
 
net.sf.latexdraw.mapping - package net.sf.latexdraw.mapping
 
net.sf.latexdraw.parsers - package net.sf.latexdraw.parsers
 
net.sf.latexdraw.parsers.css - package net.sf.latexdraw.parsers.css
 
net.sf.latexdraw.parsers.ps - package net.sf.latexdraw.parsers.ps
 
net.sf.latexdraw.parsers.svg - package net.sf.latexdraw.parsers.svg
 
net.sf.latexdraw.parsers.svg.parsers - package net.sf.latexdraw.parsers.svg.parsers
 
net.sf.latexdraw.parsers.svg.path - package net.sf.latexdraw.parsers.svg.path
 
net.sf.latexdraw.ui - package net.sf.latexdraw.ui
 
net.sf.latexdraw.ui.dialog - package net.sf.latexdraw.ui.dialog
 
net.sf.latexdraw.util - package net.sf.latexdraw.util
 
NEW_ICON - Static variable in class net.sf.latexdraw.util.LResources
 
newButton - Variable in class net.sf.latexdraw.instruments.FileLoaderSaver
The button used to create a new document.
newCoord - Variable in class net.sf.latexdraw.actions.MovePoint
The new coordinates of the point to move.
NewDrawing - Class in net.sf.latexdraw.actions
This action permits to create a new drawing and initialises the application as required.
NewDrawing() - Constructor for class net.sf.latexdraw.actions.NewDrawing
 
newDrawing() - Method in class net.sf.latexdraw.actions.NewDrawing
 
newMenu - Variable in class net.sf.latexdraw.instruments.FileLoaderSaver
The menu used to create a new document.
newShape(Class<T>) - Method in class net.sf.latexdraw.glib.models.impl.LShapeFactory
 
newShape(Class<T>) - Method in interface net.sf.latexdraw.glib.models.interfaces.IShapeFactory
 
newX - Variable in class net.sf.latexdraw.actions.ScaleShapes
The new X position used to compute the scale factor.
newY - Variable in class net.sf.latexdraw.actions.ScaleShapes
The new Y position used to compute the scale factor.
next - Variable in class net.sf.latexdraw.glib.views.CreateViewCmd
The next command.
nextChar() - Method in class net.sf.latexdraw.parsers.CodeParser
Reads the next char and returns it.
nnm - Variable in class net.sf.latexdraw.parsers.svg.SVGNamedNodeMap
The set of nodes.
nodes - Variable in class net.sf.latexdraw.parsers.svg.SVGNodeList
The nodes of the list.
normalize() - Method in class net.sf.latexdraw.parsers.svg.SVGAttr
 
normalize() - Method in class net.sf.latexdraw.parsers.svg.SVGDocument
 
normalize() - Method in class net.sf.latexdraw.parsers.svg.SVGElement
 
normalizeDocument() - Method in class net.sf.latexdraw.parsers.svg.SVGDocument
 
notificationTextField - Variable in class net.sf.latexdraw.util.VersionChecker
The field where messages will be displayed.
notifier - Variable in class org.malai.error.ErrorCatcher
The notifier object.
notifyEvent(Throwable) - Method in interface net.sf.latexdraw.badaboom.BadaboomHandler
Actions to do when an exception is received by the manager.
notifyEvent(Throwable) - Method in class net.sf.latexdraw.instruments.ExceptionsManager
 
notifyEvents() - Method in interface net.sf.latexdraw.badaboom.BadaboomHandler
Actions to do when exceptions are received by the manager.
notifyEvents() - Method in class net.sf.latexdraw.instruments.ExceptionsManager
 
notifyHandlers(Throwable) - Method in class net.sf.latexdraw.badaboom.BadaboomCollector
Notifies the handlers that an event occurred.
notifyHandlersOnAborting() - Method in class org.malai.interaction.Interaction
Notifies handlers that the interaction stops.
notifyHandlersOnStart() - Method in class org.malai.interaction.Interaction
Notifies handlers that the interaction starts.
notifyHandlersOnStop() - Method in class org.malai.interaction.Interaction
Notifies handlers that the interaction stops.
notifyHandlersOnUpdate() - Method in class org.malai.interaction.Interaction
Notifies handlers that the interaction updates.
number - Static variable in class net.sf.latexdraw.glib.models.impl.LShape
The increment used to define the ID of the shapes.

O

O_STYLE - Static variable in class net.sf.latexdraw.glib.views.pst.PSTricksConstants
The style which draw a o
object - Variable in class org.malai.interaction.library.KeyInteraction
The object that produced the interaction.
object - Variable in class org.malai.interaction.library.KeysPressure
The object that produced the interaction.
object - Variable in class org.malai.interaction.library.KeysTyped
The object that produced the interaction.
Object2ObjectMapping<S,T> - Class in org.malai.mapping
This interface defines the concept of mapping that link a source object to a target object.
Object2ObjectMapping(S, T) - Constructor for class org.malai.mapping.Object2ObjectMapping
Creates the mapping.
ok - Variable in class org.malai.action.library.IOAction
Define if the drawing has been successfully loaded or saved.
oldHeight - Variable in class net.sf.latexdraw.actions.ScaleShapes
The old height of the selection.
oldUnit - Variable in class net.sf.latexdraw.actions.SetUnit
The former unit.
oldValue - Variable in class net.sf.latexdraw.actions.ModifyLatexProperties
The saved value used for undo/redo.
oldValue - Variable in class net.sf.latexdraw.actions.ModifyMagneticGrid
A back-up of the former value of the modified property.
oldValue - Variable in class net.sf.latexdraw.actions.ModifyShapeProperty
The old value of the property.
oldWidth - Variable in class net.sf.latexdraw.actions.ScaleShapes
The old width of the selection.
OLIVE - Static variable in class net.sf.latexdraw.glib.views.latex.DviPsColors
 
OLIVEGREEN - Static variable in class net.sf.latexdraw.glib.views.latex.DviPsColors
 
onAborting() - Method in class org.malai.interaction.Interaction
 
onAborting() - Method in interface org.malai.stateMachine.IStateMachine
Aborts the state machine.
onActionAborted(Action) - Method in class net.sf.latexdraw.glib.ui.LCanvas
 
onActionAborted(Action) - Method in interface org.malai.action.ActionHandler
Notifies the handler when the given action is aborted.
onActionAborted(Action) - Method in class org.malai.instrument.Instrument
 
onActionAdded(Action) - Method in class net.sf.latexdraw.glib.ui.LCanvas
 
onActionAdded(Action) - Method in class net.sf.latexdraw.instruments.CopierCutterPaster
 
onActionAdded(Action) - Method in interface org.malai.action.ActionHandler
Notifies the handler when the given action is added to the registry.
onActionAdded(Action) - Method in class org.malai.instrument.Instrument
 
onActionCancelled(Action) - Method in class net.sf.latexdraw.glib.ui.LCanvas
 
onActionCancelled(Action) - Method in interface org.malai.action.ActionHandler
Notifies the handler when the given action is cancelled.
onActionCancelled(Action) - Method in class org.malai.instrument.Instrument
 
onActionDone(Action) - Method in class net.sf.latexdraw.glib.ui.LCanvas
 
onActionDone(Action) - Method in class net.sf.latexdraw.instruments.EditingSelector
 
onActionDone(Action) - Method in class net.sf.latexdraw.instruments.FileLoaderSaver
 
onActionDone(Action) - Method in interface org.malai.action.ActionHandler
Notifies the handler when the given action is done.
onActionDone(Action) - Method in class org.malai.action.ActionsRegistry
Notifies handlers that an action ends.
onActionDone(Action) - Method in class org.malai.instrument.Instrument
 
onActionExecuted(Action) - Method in class net.sf.latexdraw.glib.ui.LCanvas
 
onActionExecuted(Action) - Method in class net.sf.latexdraw.instruments.Exporter
 
onActionExecuted(Action) - Method in class net.sf.latexdraw.instruments.FileLoaderSaver
 
onActionExecuted(Action) - Method in class net.sf.latexdraw.instruments.ShapePropertyCustomiser
 
onActionExecuted(Action) - Method in interface org.malai.action.ActionHandler
Notifies the handler when the given action is executed.
onActionExecuted(Action) - Method in class org.malai.action.ActionsRegistry
Notifies handlers that an action has been executed.
onActionExecuted(Action) - Method in class org.malai.instrument.Instrument
 
onButtonPressed(AbstractButton) - Method in interface org.malai.interaction.EventHandler
Defines actions to do when a button is activated.
onButtonPressed(AbstractButton) - Method in class org.malai.interaction.Interaction
 
onCheckBoxModified(JCheckBox) - Method in interface org.malai.interaction.EventHandler
Defines actions to do when the given check box is selected/unselected.
onCheckBoxModified(JCheckBox) - Method in class org.malai.interaction.Interaction
 
onCSSStyle(String, String) - Method in class net.sf.latexdraw.parsers.svg.CSSStyleList
 
onCSSStyle(String, String) - Method in interface net.sf.latexdraw.parsers.svg.parsers.CSSStyleHandler
Actions to do when a CSS style is parsed.
onIngoing() - Method in class org.malai.interaction.AbortingState
 
onIngoing() - Method in class org.malai.interaction.IntermediaryState
 
onIngoing() - Method in class org.malai.interaction.TerminalState
 
onIngoing() - Method in interface org.malai.stateMachine.TargetableState
 
onItemSelected(ItemSelectable) - Method in interface org.malai.interaction.EventHandler
Defines actions to do when the selected items of the given list changed.
onItemSelected(ItemSelectable) - Method in class org.malai.interaction.Interaction
 
onKeyPressure(int, int, Object) - Method in interface org.malai.interaction.EventHandler
Defines actions to do when a key of a keyboard is pressed.
onKeyPressure(int, int, Object) - Method in class org.malai.interaction.Interaction
 
onKeyRelease(int, int, Object) - Method in interface org.malai.interaction.EventHandler
Defines actions to do when a key of a keyboard is released.
onKeyRelease(int, int, Object) - Method in class org.malai.interaction.Interaction
 
onListCleaned(Object) - Method in class net.sf.latexdraw.mapping.Selection2BorderMapping
 
onListCleaned(Object) - Method in class net.sf.latexdraw.mapping.Selection2DeleterMapping
 
onListCleaned(Object) - Method in class net.sf.latexdraw.mapping.Selection2MetaCustumiserMapping
 
onListCleaned(Object) - Method in class net.sf.latexdraw.mapping.SelectionMapping
 
onListCleaned(Object) - Method in class net.sf.latexdraw.mapping.ShapeList2ExporterMapping
 
onListCleaned(Object) - Method in class net.sf.latexdraw.mapping.ShapeList2ViewListMapping
 
onListCleaned(Object) - Method in class net.sf.latexdraw.mapping.ViewList2TooltipableList
 
onListCleaned(Object) - Method in interface org.malai.mapping.IMapping
Executes the mapping when all the elements of the source were removed.
onListCleaned(Object) - Method in interface org.malai.mapping.IMappingRegistry
Executes the mapping when all the elements of the source were removed.
onListCleaned(Object) - Method in class org.malai.mapping.MappingRegistry
 
onListCleaned(Object) - Method in class org.malai.mapping.Object2ObjectMapping
 
onListCleaned(Object) - Method in class org.malai.mapping.SymmetricList2ListMapping
 
onListCleaned(Object) - Method in class org.malai.mapping.Unary2UnaryMapping
 
onMalaiException(Exception) - Method in class net.sf.latexdraw.badaboom.BadaboomCollector
 
onMalaiException(Exception) - Method in interface org.malai.error.ErrorNotifier
Notifies that an exception has been thrown in the Malai code.
onMenuItemPressed(JMenuItem) - Method in interface org.malai.interaction.EventHandler
Defines actions to do when the given menu item is pressed.
onMenuItemPressed(JMenuItem) - Method in class org.malai.interaction.Interaction
 
onMove(int, int, int, boolean, int, Object) - Method in interface org.malai.interaction.EventHandler
Defines action to do when a mouse or something equivalent is moved.
onMove(int, int, int, boolean, int, Object) - Method in class org.malai.interaction.Interaction
 
onObjectAdded(Object, Object, int) - Method in class net.sf.latexdraw.mapping.Selection2BorderMapping
 
onObjectAdded(Object, Object, int) - Method in class net.sf.latexdraw.mapping.Selection2DeleterMapping
 
onObjectAdded(Object, Object, int) - Method in class net.sf.latexdraw.mapping.Selection2MetaCustumiserMapping
 
onObjectAdded(Object, Object, int) - Method in class net.sf.latexdraw.mapping.SelectionMapping
 
onObjectAdded(Object, Object, int) - Method in class net.sf.latexdraw.mapping.ShapeList2ExporterMapping
 
onObjectAdded(Object, Object, int) - Method in class net.sf.latexdraw.mapping.ShapeList2ViewListMapping
 
onObjectAdded(Object, Object, int) - Method in class net.sf.latexdraw.mapping.ViewList2TooltipableList
 
onObjectAdded(Object, Object, int) - Method in interface org.malai.mapping.IMapping
Executes the mapping for the addition of an object.
onObjectAdded(IActiveList<T>, T, int) - Method in interface org.malai.mapping.IMappingRegistry
Executes mappings related to the given list for the addition of an object.
onObjectAdded(IActiveList<T>, T, int) - Method in class org.malai.mapping.MappingRegistry
 
onObjectAdded(Object, Object, int) - Method in class org.malai.mapping.Object2ObjectMapping
 
onObjectAdded(Object, Object, int) - Method in class org.malai.mapping.SymmetricList2ListMapping
 
onObjectAdded(Object, Object, int) - Method in class org.malai.mapping.Unary2UnaryMapping
 
onObjectModified(Object) - Method in class net.sf.latexdraw.mapping.Drawing2CanvasMapping
 
onObjectModified(Object) - Method in class net.sf.latexdraw.mapping.Package2TextViewMapping
 
onObjectModified(Object) - Method in class net.sf.latexdraw.mapping.SelectionMapping
 
onObjectModified(Object) - Method in class net.sf.latexdraw.mapping.Shape2BorderMapping
 
onObjectModified(Object) - Method in class net.sf.latexdraw.mapping.Shape2ViewMapping
 
onObjectModified(Object) - Method in class net.sf.latexdraw.mapping.ShapeList2ExporterMapping
 
onObjectModified(Object) - Method in class net.sf.latexdraw.mapping.TempShape2TempViewMapping
 
onObjectModified(Object) - Method in class net.sf.latexdraw.mapping.Unit2ScaleRuler
 
onObjectModified(Object) - Method in class net.sf.latexdraw.mapping.ViewList2TooltipableList
 
onObjectModified(Object) - Method in class net.sf.latexdraw.mapping.Zoom2ScaleRuler
 
onObjectModified(Object) - Method in interface org.malai.mapping.IMapping
Executes the mapping for the modification of an object.
onObjectModified(Object) - Method in interface org.malai.mapping.IMappingRegistry
Executes mappings related to the given list for the modification of an object.
onObjectModified(Object) - Method in class org.malai.mapping.MappingRegistry
 
onObjectModified(Object) - Method in class org.malai.mapping.SymmetricList2ListMapping
 
onObjectMoved(Object, Object, int, int) - Method in class net.sf.latexdraw.mapping.SelectionMapping
 
onObjectMoved(Object, Object, int, int) - Method in class net.sf.latexdraw.mapping.ShapeList2ExporterMapping
 
onObjectMoved(Object, Object, int, int) - Method in class net.sf.latexdraw.mapping.ViewList2TooltipableList
 
onObjectMoved(Object, Object, int, int) - Method in interface org.malai.mapping.IMapping
Executes the mapping for the move of an object.
onObjectMoved(IActiveList<T>, T, int, int) - Method in interface org.malai.mapping.IMappingRegistry
Executes mappings related to the given list for the move of an object.
onObjectMoved(IActiveList<T>, T, int, int) - Method in class org.malai.mapping.MappingRegistry
 
onObjectMoved(Object, Object, int, int) - Method in class org.malai.mapping.Object2ObjectMapping
 
onObjectMoved(Object, Object, int, int) - Method in class org.malai.mapping.SymmetricList2ListMapping
 
onObjectMoved(Object, Object, int, int) - Method in class org.malai.mapping.Unary2UnaryMapping
 
onObjectRemoved(Object, Object, int) - Method in class net.sf.latexdraw.mapping.Selection2BorderMapping
 
onObjectRemoved(Object, Object, int) - Method in class net.sf.latexdraw.mapping.Selection2DeleterMapping
 
onObjectRemoved(Object, Object, int) - Method in class net.sf.latexdraw.mapping.Selection2MetaCustumiserMapping
 
onObjectRemoved(Object, Object, int) - Method in class net.sf.latexdraw.mapping.SelectionMapping
 
onObjectRemoved(Object, Object, int) - Method in class net.sf.latexdraw.mapping.ShapeList2ExporterMapping
 
onObjectRemoved(Object, Object, int) - Method in class net.sf.latexdraw.mapping.ShapeList2ViewListMapping
 
onObjectRemoved(Object, Object, int) - Method in class net.sf.latexdraw.mapping.ViewList2TooltipableList
 
onObjectRemoved(Object, Object, int) - Method in interface org.malai.mapping.IMapping
Executes the mapping for the deletion of an object.
onObjectRemoved(IActiveList<?>, Object, int) - Method in interface org.malai.mapping.IMappingRegistry
Executes mappings related to the given list for the deletion of an object.
onObjectRemoved(IActiveList<?>, Object, int) - Method in class org.malai.mapping.MappingRegistry
 
onObjectRemoved(Object, Object, int) - Method in class org.malai.mapping.Object2ObjectMapping
 
onObjectRemoved(Object, Object, int) - Method in class org.malai.mapping.SymmetricList2ListMapping
 
onObjectRemoved(Object, Object, int) - Method in class org.malai.mapping.Unary2UnaryMapping
 
onObjectReplaced(IUnary<?>, Object) - Method in class net.sf.latexdraw.mapping.Package2TextViewMapping
 
onObjectReplaced(IUnary<?>, Object) - Method in class net.sf.latexdraw.mapping.SelectionMapping
 
onObjectReplaced(IUnary<?>, Object) - Method in class net.sf.latexdraw.mapping.ShapeList2ExporterMapping
 
onObjectReplaced(IUnary<?>, Object) - Method in class net.sf.latexdraw.mapping.TempShape2TempViewMapping
 
onObjectReplaced(IUnary<?>, Object) - Method in class net.sf.latexdraw.mapping.Unit2ScaleRuler
 
onObjectReplaced(IUnary<?>, Object) - Method in class net.sf.latexdraw.mapping.ViewList2TooltipableList
 
onObjectReplaced(IUnary<?>, Object) - Method in class net.sf.latexdraw.mapping.Zoom2ScaleRuler
 
onObjectReplaced(IUnary<?>, Object) - Method in interface org.malai.mapping.IMapping
Executes the mapping when an object has been replaced by an other one.
onObjectReplaced(IUnary<T>, T) - Method in interface org.malai.mapping.IMappingRegistry
Executes the mapping when an object has been replaced by an other one.
onObjectReplaced(IUnary<T>, T) - Method in class org.malai.mapping.MappingRegistry
 
onObjectReplaced(IUnary<?>, Object) - Method in class org.malai.mapping.Object2ObjectMapping
 
onObjectReplaced(IUnary<?>, Object) - Method in class org.malai.mapping.SymmetricList2ListMapping
 
onOutgoing() - Method in class org.malai.interaction.InitState
 
onOutgoing() - Method in class org.malai.interaction.IntermediaryState
 
onOutgoing() - Method in interface org.malai.stateMachine.SourceableState
 
onPathSeg(SVGPathSeg) - Method in interface net.sf.latexdraw.parsers.svg.path.SVGPathHandler
Actions to do when a SVGPath is parsed and created.
onPathSeg(SVGPathSeg) - Method in class net.sf.latexdraw.parsers.svg.path.SVGPathSegList
 
onPressure(int, int, int, int, Object) - Method in interface org.malai.interaction.EventHandler
Defines action to do when the button of a mouse or something equivalent is pressed.
onPressure(int, int, int, int, Object) - Method in class org.malai.interaction.Interaction
 
onRelease(int, int, int, int, Object) - Method in interface org.malai.interaction.EventHandler
Defines action to do when the button of a mouse or something equivalent is released.
onRelease(int, int, int, int, Object) - Method in class org.malai.interaction.Interaction
 
onScroll(int, int, int, int, int, int, Object) - Method in interface org.malai.interaction.EventHandler
Defines actions to do when a scrolling device (e.g. a mouse wheel) is used.
onScroll(int, int, int, int, int, int, Object) - Method in class org.malai.interaction.Interaction
 
onSpinnerChanged(JSpinner) - Method in interface org.malai.interaction.EventHandler
Defines actions to do when the value of the given spinner change.
onSpinnerChanged(JSpinner) - Method in class org.malai.interaction.Interaction
 
onStarting() - Method in class org.malai.interaction.Interaction
 
onStarting() - Method in interface org.malai.stateMachine.IStateMachine
Starts the state machine.
onTabChanged(JTabbedPane) - Method in interface org.malai.interaction.EventHandler
Defines actions to do when the selected tab of a tabbed panel has changed.
onTabChanged(JTabbedPane) - Method in class org.malai.interaction.Interaction
 
onTerminating() - Method in class org.malai.interaction.Interaction
 
onTerminating() - Method in interface org.malai.stateMachine.IStateMachine
Terminates the state machine.
onTextChanged(JTextComponent) - Method in interface org.malai.interaction.EventHandler
Defines actions to do when the text of a text field or something equivalent is modified.
onTextChanged(JTextComponent) - Method in class org.malai.interaction.Interaction
 
onTimeout(TimeoutTransition) - Method in interface org.malai.interaction.EventHandler
Defines action to do when a timeout is elapsed.
onTimeout(TimeoutTransition) - Method in class org.malai.interaction.Interaction
 
onUndoableAdded(Undoable) - Method in class net.sf.latexdraw.glib.ui.LCanvas
 
onUndoableAdded(Undoable) - Method in class org.malai.instrument.Instrument
 
onUndoableAdded(Undoable) - Method in class org.malai.instrument.library.UndoRedoManager
 
onUndoableAdded(Undoable) - Method in interface org.malai.undo.UndoHandler
Actions to do when an undoable object is added to the undo register.
onUndoableRedo(Undoable) - Method in class net.sf.latexdraw.glib.ui.LCanvas
 
onUndoableRedo(Undoable) - Method in class net.sf.latexdraw.instruments.DrawingPropertiesCustomiser
 
onUndoableRedo(Undoable) - Method in class net.sf.latexdraw.instruments.MagneticGridCustomiser
 
onUndoableRedo(Undoable) - Method in class net.sf.latexdraw.instruments.ScaleRulersCustomiser
 
onUndoableRedo(Undoable) - Method in class net.sf.latexdraw.instruments.ShapePropertyCustomiser
 
onUndoableRedo(Undoable) - Method in class org.malai.instrument.Instrument
 
onUndoableRedo(Undoable) - Method in class org.malai.instrument.library.UndoRedoManager
 
onUndoableRedo(Undoable) - Method in interface org.malai.undo.UndoHandler
Actions to do when an undoable object is redone.
onUndoableUndo(Undoable) - Method in class net.sf.latexdraw.glib.ui.LCanvas
 
onUndoableUndo(Undoable) - Method in class net.sf.latexdraw.instruments.DrawingPropertiesCustomiser
 
onUndoableUndo(Undoable) - Method in class net.sf.latexdraw.instruments.MagneticGridCustomiser
 
onUndoableUndo(Undoable) - Method in class net.sf.latexdraw.instruments.ScaleRulersCustomiser
 
onUndoableUndo(Undoable) - Method in class net.sf.latexdraw.instruments.ShapePropertyCustomiser
 
onUndoableUndo(Undoable) - Method in class org.malai.instrument.Instrument
 
onUndoableUndo(Undoable) - Method in class org.malai.instrument.library.UndoRedoManager
 
onUndoableUndo(Undoable) - Method in interface org.malai.undo.UndoHandler
Actions to do when an undoable object is undone.
onUpdating() - Method in class org.malai.interaction.Interaction
 
onUpdating() - Method in interface org.malai.stateMachine.IStateMachine
Updates the state machine.
onWindowClosed(MFrame) - Method in interface org.malai.interaction.EventHandler
Defines actions to do when the decorative close button of a frame is pressed.
onWindowClosed(MFrame) - Method in class org.malai.interaction.Interaction
 
opacity - Variable in class net.sf.latexdraw.glib.handlers.Handler
The opacity of the delimiters.
opacity - Variable in class net.sf.latexdraw.glib.models.impl.LShape
The opacity of the shape (in [0;1]).
open(String, UI, MProgressBar, Object) - Method in class net.sf.latexdraw.generators.svg.SVGDocumentGenerator
 
open - Variable in class net.sf.latexdraw.glib.models.impl.LFreehand
Defines if the drawing is opened of closed.
open(String, UI, MProgressBar, Object) - Method in interface org.malai.ui.ISOpenSaver
Opens the given file and sets the abstract presentations and the instruments parameters of the given UI to the given file.
OPEN_ICON - Static variable in class net.sf.latexdraw.util.LResources
 
openSaveManager - Variable in class org.malai.action.library.IOAction
The object that saves and loads files for the IS.
OpenWebPage - Class in org.malai.action.library
This action opens an URI in the default browser.
OpenWebPage() - Constructor for class org.malai.action.library.OpenWebPage
Creates the action.
OPLUS_STYLE - Static variable in class net.sf.latexdraw.glib.views.pst.PSTricksConstants
The style which draw a o and aplus
OPTION_HELP - Static variable in class net.sf.latexdraw.util.LCommandLine
The option for show the help.
ORANGE - Static variable in class net.sf.latexdraw.glib.views.latex.DviPsColors
 
ORANGERED - Static variable in class net.sf.latexdraw.glib.views.latex.DviPsColors
 
ORCHID - Static variable in class net.sf.latexdraw.glib.views.latex.DviPsColors
 
org.malai.action - package org.malai.action
 
org.malai.action.library - package org.malai.action.library
 
org.malai.error - package org.malai.error
 
org.malai.instrument - package org.malai.instrument
 
org.malai.instrument.library - package org.malai.instrument.library
 
org.malai.interaction - package org.malai.interaction
 
org.malai.interaction.library - package org.malai.interaction.library
 
org.malai.mapping - package org.malai.mapping
 
org.malai.picking - package org.malai.picking
 
org.malai.preferences - package org.malai.preferences
 
org.malai.presentation - package org.malai.presentation
 
org.malai.properties - package org.malai.properties
 
org.malai.stateMachine - package org.malai.stateMachine
 
org.malai.ui - package org.malai.ui
 
org.malai.undo - package org.malai.undo
 
org.malai.widget - package org.malai.widget
 
originx - Variable in class net.sf.latexdraw.glib.models.impl.LAbstractGrid
The x-coordinate of the origin of the grid
originy - Variable in class net.sf.latexdraw.glib.models.impl.LAbstractGrid
The y-coordinate of the origin of the grid
OtherNSElement - Class in net.sf.latexdraw.parsers.svg
Defines a generic element to store a non-SVG tag.
OtherNSElement(Node, SVGElement) - Constructor for class net.sf.latexdraw.parsers.svg.OtherNSElement
See SVGElement.SVGElement(Node, SVGElement).
OtherNSElement(SVGDocument) - Constructor for class net.sf.latexdraw.parsers.svg.OtherNSElement
Creates an non SVG element.
OTIMES_STYLE - Static variable in class net.sf.latexdraw.glib.views.pst.PSTricksConstants
The style which draw a o and a cross
OUTER_ICON - Static variable in class net.sf.latexdraw.util.LResources
 
outputState - Variable in class org.malai.interaction.Transition
The target state.
owner - Variable in class net.sf.latexdraw.glib.models.impl.LArrow
The owner of the arrow.
owner - Variable in class net.sf.latexdraw.parsers.svg.SVGAttr
The owner of the attribute.
ownerDocument - Variable in class net.sf.latexdraw.parsers.svg.SVGElement
The document containing the element.

P

p1 - Variable in class net.sf.latexdraw.instruments.Border.DnD2Rotate
The point corresponding to the 'press' position.
p1 - Variable in class net.sf.latexdraw.instruments.Border.DnD2Scale
The point corresponding to the 'press' position.
Package2TextViewMapping - Class in net.sf.latexdraw.mapping
This mapping maps the LaTeX packages, used for LaTeX compilation, with the text views.
Package2TextViewMapping(IUnary<String>, IViewText) - Constructor for class net.sf.latexdraw.mapping.Package2TextViewMapping
Creates the mapping.
PACKAGE_PSTRICKS - Static variable in class net.sf.latexdraw.glib.views.pst.PSTCodeGenerator
 
PACKAGES - Static variable in class net.sf.latexdraw.glib.views.latex.LaTeXGenerator
The latex packages used when exporting using latex.
packagesField - Variable in class net.sf.latexdraw.instruments.TextCustomiser
This text field permits to add latex packages that will be used during compilation.
packagesLabel - Variable in class net.sf.latexdraw.instruments.TextCustomiser
The label used to explain the goal of the package text field.
paint(Graphics2D) - Method in class net.sf.latexdraw.glib.handlers.Handler
paint the handler.
paint(Graphics2D) - Method in interface net.sf.latexdraw.glib.handlers.IHandler
paint the handler.
paint(Graphics2D) - Method in class net.sf.latexdraw.glib.handlers.RotationHandler
 
paint(Graphics) - Method in interface net.sf.latexdraw.glib.ui.ICanvas
Paints the shapes.
paint(Graphics) - Method in class net.sf.latexdraw.glib.ui.LCanvas
 
paint(Graphics2D) - Method in class net.sf.latexdraw.glib.ui.LMagneticGrid
Paints the magnetic grid is activated.
paint(Graphics2D, Color, boolean) - Method in class net.sf.latexdraw.glib.views.Java2D.impl.LArrowView
 
paint(Graphics2D) - Method in class net.sf.latexdraw.glib.views.Java2D.impl.LAxesView
 
paint(Graphics2D) - Method in class net.sf.latexdraw.glib.views.Java2D.impl.LDotView
 
paint(Graphics2D) - Method in class net.sf.latexdraw.glib.views.Java2D.impl.LGridView
 
paint(Graphics2D) - Method in class net.sf.latexdraw.glib.views.Java2D.impl.LGroupView
 
paint(Graphics2D) - Method in class net.sf.latexdraw.glib.views.Java2D.impl.LPictureView
 
paint(Graphics2D) - Method in class net.sf.latexdraw.glib.views.Java2D.impl.LShapeView
 
paint(Graphics2D) - Method in class net.sf.latexdraw.glib.views.Java2D.impl.LTextView
 
paint(Graphics2D, Color, boolean) - Method in interface net.sf.latexdraw.glib.views.Java2D.interfaces.IViewArrow
Paints the arrow.
paint(Graphics2D) - Method in interface net.sf.latexdraw.glib.views.Java2D.interfaces.IViewShape
Draws the shape within a Java2D graphics.
paint(Graphics2D) - Method in class net.sf.latexdraw.instruments.Border
Paints the border if activated.
paint(Graphics) - Method in class net.sf.latexdraw.ui.DisplayCanvas
 
paintArrow(Graphics2D, Color) - Method in class net.sf.latexdraw.glib.views.Java2D.impl.LArrowView
 
paintArrow(Graphics2D, Color, boolean) - Method in class net.sf.latexdraw.glib.views.Java2D.impl.LArrowView
 
paintArrows(Graphics2D, boolean) - Method in class net.sf.latexdraw.glib.views.Java2D.impl.LAxesView
 
paintArrows(Graphics2D, boolean) - Method in class net.sf.latexdraw.glib.views.Java2D.impl.LShapeView
Paints the arrows of the shape.
paintBarBracket(Graphics2D, Color) - Method in class net.sf.latexdraw.glib.views.Java2D.impl.LArrowView
 
paintBorders(Graphics2D) - Method in class net.sf.latexdraw.glib.views.Java2D.impl.LDotView
 
paintBorders(Graphics2D) - Method in class net.sf.latexdraw.glib.views.Java2D.impl.LShapeView
 
paintBorders(Graphics2D) - Method in interface net.sf.latexdraw.glib.views.Java2D.interfaces.IViewShape
Draws the borders of the shape within a Java2D graphics.
paintBordersDouble(Graphics2D) - Method in class net.sf.latexdraw.glib.views.Java2D.impl.LShapeView
Draws the double borders of the shape.
paintBordersSimple(Graphics2D) - Method in class net.sf.latexdraw.glib.views.Java2D.impl.LShapeView
Draws the simple border (not with double borders).
paintCircle(Graphics2D, Color, Color) - Method in class net.sf.latexdraw.glib.views.Java2D.impl.LArrowView
 
paintComponent(Graphics) - Method in class net.sf.latexdraw.ui.ScaleRuler
 
paintComponent(Graphics) - Method in class net.sf.latexdraw.ui.WidgetMiniToolbar
 
paintDisk(Graphics2D, Color) - Method in class net.sf.latexdraw.glib.views.Java2D.impl.LArrowView
 
paintDotShape(Graphics2D, boolean, Color) - Method in class net.sf.latexdraw.glib.views.Java2D.impl.LDotView
 
paintFilling(Graphics2D) - Method in class net.sf.latexdraw.glib.views.Java2D.impl.LShapeView
 
paintFilling(Graphics2D) - Method in interface net.sf.latexdraw.glib.views.Java2D.interfaces.IViewShape
Fills the shape within a Java2D graphics.
paintHandlers(Graphics2D) - Method in class net.sf.latexdraw.instruments.Border
Paints the required handlers.
paintHatchings2(Graphics2D, double, Rectangle2D) - Method in class net.sf.latexdraw.glib.views.Java2D.impl.LShapeView
Paints the hatchings.
paintIcon(Component, Graphics, int, int) - Method in class org.malai.widget.MButtonIcon
 
paintLine(Line2D, IPoint, IPoint, Graphics2D) - Method in class net.sf.latexdraw.glib.views.Java2D.impl.LBezierCurveView
 
paintMainLines(Graphics2D, double) - Method in class net.sf.latexdraw.glib.ui.LMagneticGrid
 
paintRoundBracket(Graphics2D, Color) - Method in class net.sf.latexdraw.glib.views.Java2D.impl.LArrowView
 
paintShadow(Graphics2D) - Method in class net.sf.latexdraw.glib.views.Java2D.impl.LShapeView
 
paintShadow(Graphics2D) - Method in interface net.sf.latexdraw.glib.views.Java2D.interfaces.IViewShape
Draws the shadow of the shape within a Java2D graphics.
paintShowPointsDots(Graphics2D) - Method in class net.sf.latexdraw.glib.views.Java2D.impl.LBezierCurveView
 
paintShowPointsDots(Graphics2D) - Method in class net.sf.latexdraw.glib.views.Java2D.impl.LShapeView
 
paintShowPointsDots(Graphics2D) - Method in interface net.sf.latexdraw.glib.views.Java2D.interfaces.IViewShape
Paints the dots of the option 'show points'.
paintShowPointsLines(Graphics2D) - Method in class net.sf.latexdraw.glib.views.Java2D.impl.LBezierCurveView
 
paintShowPointsLines(Graphics2D) - Method in class net.sf.latexdraw.glib.views.Java2D.impl.LShapeView
 
paintShowPointsLines(Graphics2D) - Method in interface net.sf.latexdraw.glib.views.Java2D.interfaces.IViewShape
Paints the lines of the option 'show points'.
paintSubLines(Graphics2D) - Method in class net.sf.latexdraw.glib.ui.LMagneticGrid
 
paintTriangle(Graphics, int, int) - Method in class net.sf.latexdraw.ui.WidgetMiniToolbar
Paints the triangle icon in a graphic.
paintViews(Graphics2D, boolean, boolean) - Method in interface net.sf.latexdraw.glib.ui.ICanvas
Paints the shapes.
paintViews(Graphics2D, boolean, boolean) - Method in class net.sf.latexdraw.glib.ui.LCanvas
 
panel - Variable in class org.malai.action.library.Scroll
The panel that contains the scroller.
panel - Variable in class org.malai.instrument.library.Scroller
The panel to scroll.
parent - Variable in class net.sf.latexdraw.parsers.svg.SVGElement
The parent SVGElement of this element.
parse() - Method in interface net.sf.latexdraw.parsers.Parser
Launches the parsing.
parse() - Method in class net.sf.latexdraw.parsers.svg.parsers.CSSStyleParser
 
parse() - Method in class net.sf.latexdraw.parsers.svg.parsers.Path2D2SVGPath
 
parse() - Method in class net.sf.latexdraw.parsers.svg.parsers.SVGNumberParser
 
parse() - Method in class net.sf.latexdraw.parsers.svg.parsers.SVGPathParser
 
parse() - Method in class net.sf.latexdraw.parsers.svg.parsers.SVGPointsParser
 
parse() - Method in class net.sf.latexdraw.parsers.svg.parsers.URIReferenceParser
 
parse(String[]) - Method in class net.sf.latexdraw.util.LCommandLine
Parses the given arguments.
parseClosepath() - Method in class net.sf.latexdraw.parsers.svg.parsers.SVGPathParser
Parses an SVGPath closepath.
parseCoordinate() - Method in class net.sf.latexdraw.parsers.svg.parsers.SVGLengthParser
Parses an SVG coordinate.
parseCurveto(boolean) - Method in class net.sf.latexdraw.parsers.svg.parsers.SVGPathParser
Parses an SVGPath curveto.
parseEllipticalArcto(boolean) - Method in class net.sf.latexdraw.parsers.svg.parsers.SVGPathParser
Parses an SVGPath arc.
parseFlag() - Method in class net.sf.latexdraw.parsers.svg.parsers.SVGNumberParser
Parses a flag (a boolean).
parseFunction() - Method in class net.sf.latexdraw.parsers.ps.PSFunctionParser
Parses the function.
parseHorizontalLineto(boolean) - Method in class net.sf.latexdraw.parsers.svg.parsers.SVGPathParser
Parses an SVGPath horizontal lineto.
parseLength() - Method in class net.sf.latexdraw.parsers.svg.parsers.SVGLengthParser
Parses an SVG length.
parseLineto(boolean) - Method in class net.sf.latexdraw.parsers.svg.parsers.SVGPathParser
Parses an SVGPath lineto.
parseMoveto(boolean) - Method in class net.sf.latexdraw.parsers.svg.parsers.SVGPathParser
Parses an SVGPath moveto.
parseNumber(boolean) - Method in class net.sf.latexdraw.parsers.svg.parsers.SVGNumberParser
Parses a number (a double).
parseNumberAsString(boolean) - Method in class net.sf.latexdraw.parsers.svg.parsers.SVGNumberParser
Parses a number (a double).
parseNumberOrPercent() - Method in class net.sf.latexdraw.parsers.svg.parsers.SVGLengthParser
Parses a number or a percentage (not yet managed).
parsePoints() - Method in class net.sf.latexdraw.parsers.svg.AbstractPointsElement
Parses the points of the element.
parseQuadraticBezierCurveto(boolean) - Method in class net.sf.latexdraw.parsers.svg.parsers.SVGPathParser
Parses an SVGPath quadratic curveto.
Parser - Interface in net.sf.latexdraw.parsers
This class defines the general structure of a parser.
parseShorthandCurveto(boolean) - Method in class net.sf.latexdraw.parsers.svg.parsers.SVGPathParser
Parses an SVGPath smooth curveto.
parseShorthandQuadraticBezierCurveto(boolean) - Method in class net.sf.latexdraw.parsers.svg.parsers.SVGPathParser
Parses an SVGPath quadratic smooth curveto.
parseVerticalLineto(boolean) - Method in class net.sf.latexdraw.parsers.svg.parsers.SVGPathParser
Parses an SVGPath vertical lineto.
PASTE_ICON - Static variable in class net.sf.latexdraw.util.LResources
 
pasteMenu - Variable in class net.sf.latexdraw.instruments.CopierCutterPaster
The menu item to paste the shapes.
paster - Variable in class net.sf.latexdraw.ui.LFrame
The instrument that copies, cuts and pastes selected shapes.
PasteShapes - Class in net.sf.latexdraw.actions
This action pastes the copied or cut shapes.
PasteShapes() - Constructor for class net.sf.latexdraw.actions.PasteShapes
 
path - Variable in class net.sf.latexdraw.generators.svg.SVGDocumentGenerator.IOWorker
 
path - Variable in class net.sf.latexdraw.glib.views.Java2D.impl.LArrowView
The path of the view.
path - Variable in class net.sf.latexdraw.glib.views.Java2D.impl.LShapeView
The Java2D path used to draw the shape.
Path2D2SVGPath - Class in net.sf.latexdraw.parsers.svg.parsers
Defines a parser parsing Java path2D to generate an SVG path element.
Path2D2SVGPath(Path2D, SVGDocument) - Constructor for class net.sf.latexdraw.parsers.svg.parsers.Path2D2SVGPath
Creates the parser.
PATH_CACHE_DIR - Static variable in class net.sf.latexdraw.util.LPath
 
PATH_CACHE_SHARE_DIR - Static variable in class net.sf.latexdraw.util.LPath
 
PATH_LOCAL_USER - Static variable in class net.sf.latexdraw.util.LPath
 
PATH_MSG - Static variable in class net.sf.latexdraw.util.VersionChecker
The path of the file containing the news
PATH_PREFERENCES_XML_FILE - Static variable in class net.sf.latexdraw.util.LPath
 
PATH_SHARED - Static variable in class net.sf.latexdraw.util.LPath
 
PATH_TEMPLATES_DIR_USER - Static variable in class net.sf.latexdraw.util.LPath
 
PATH_TEMPLATES_SHARED - Static variable in class net.sf.latexdraw.util.LPath
 
pathExport - Variable in class net.sf.latexdraw.instruments.Exporter
The default location of the exports.
pathExportField - Variable in class net.sf.latexdraw.instruments.PreferencesSetter
This textField allows to set the default directories for exporting actions.
pathLabels - Variable in class net.sf.latexdraw.glib.views.Java2D.impl.LStandardGridView
The path containing the labels.
pathOpenField - Variable in class net.sf.latexdraw.instruments.PreferencesSetter
This textField allows to set the default directories for open/save actions.
pathPic - Variable in class net.sf.latexdraw.glib.views.Java2D.impl.LTextView
The path of the files: for instance on Unix is can be /tmp/latexdraw180980 (without any extension).
pathSave - Variable in class net.sf.latexdraw.instruments.FileLoaderSaver
The path where documents are saved.
pathSource - Variable in class net.sf.latexdraw.glib.models.impl.LPicture
The path of the source image.
pathSubGrid - Variable in class net.sf.latexdraw.glib.views.Java2D.impl.LGridView
The Java2D path used to draw the sub-grid.
pathTarget - Variable in class net.sf.latexdraw.glib.models.impl.LPicture
The path of the eps image.
pathTexEditorField - Variable in class net.sf.latexdraw.instruments.PreferencesSetter
The field used to modifies the path of the selected latex editor.
pathTicks - Variable in class net.sf.latexdraw.glib.views.Java2D.impl.LAxesView
The path containing the data to paint concerning the ticks of the axes.
pCompression - Variable in class net.sf.latexdraw.ui.dialog.ExportDialog
The panel that contains the compression slider and its label.
PDF_EXTENSION - Static variable in class net.sf.latexdraw.filters.PDFFilter
 
PDF_ICON - Static variable in class net.sf.latexdraw.util.LResources
 
pdfButton - Variable in class net.sf.latexdraw.instruments.Exporter
The button used to export the drawing as a pdf document.
PDFFilter - Class in net.sf.latexdraw.filters
This class defines a filter for pdf documents (*.pdf)

This file is part of LaTeXDraw
Copyright (c) 2005-2012 Arnaud BLOUIN

LaTeXDraw is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.
PDFFilter() - Constructor for class net.sf.latexdraw.filters.PDFFilter
 
PEACH - Static variable in class net.sf.latexdraw.glib.views.latex.DviPsColors
 
pencil - Variable in class net.sf.latexdraw.actions.ModifyPencilParameter
The pencil to modify.
pencil - Variable in class net.sf.latexdraw.actions.ModifyPencilStyle
The pencil to set.
pencil - Variable in class net.sf.latexdraw.instruments.EditingSelector
The instrument Pencil.
Pencil - Class in net.sf.latexdraw.instruments
This instrument allows to draw shapes.
Pencil(IDrawing, Zoomer, LMagneticGrid, TextSetter) - Constructor for class net.sf.latexdraw.instruments.Pencil
Creates a pencil.
pencil - Variable in class net.sf.latexdraw.instruments.ShapePropertyCustomiser
The Pencil instrument.
pencil - Variable in class net.sf.latexdraw.instruments.TextSetter
The pencil used to create shapes.
pencil - Variable in class net.sf.latexdraw.ui.LFrame
The instrument used to draw shapes.
PencilLink<I extends Interaction> - Class in net.sf.latexdraw.instruments
This class defines a generic link for the pencil.
PencilLink(Pencil, boolean, Class<I>) - Constructor for class net.sf.latexdraw.instruments.PencilLink
The constructor by default.
PENTAGON_STYLE - Static variable in class net.sf.latexdraw.glib.views.pst.PSTricksConstants
The style which draw a pentagon
performedTx - Variable in class net.sf.latexdraw.actions.TranslateShapes
The x vector translation that has been already performed.
performedTy - Variable in class net.sf.latexdraw.actions.TranslateShapes
The y vector translation that has been already performed.
PERIWINKLE - Static variable in class net.sf.latexdraw.glib.views.latex.DviPsColors
 
persoGridGapField - Variable in class net.sf.latexdraw.instruments.PreferencesSetter
The field used to modifies the gap of the customised grid.
persoGridRB - Variable in class net.sf.latexdraw.instruments.PreferencesSetter
The widget used to display a customised grid.
picB - Variable in class net.sf.latexdraw.instruments.EditingSelector
The button that allows to select the instrument Pencil to add pictures.
Pickable - Interface in org.malai.picking
Defines an interface for objects that can be picked.
Picker - Interface in org.malai.picking
Defines an interface for objects that contains pickable and picker objects.
pictureFileChooser - Variable in class net.sf.latexdraw.instruments.Pencil
The file chooser used to select pictures.
PictureFilter - Class in net.sf.latexdraw.filters
This class defines a filter for pictures.
PictureFilter() - Constructor for class net.sf.latexdraw.filters.PictureFilter
 
PINEGREEN - Static variable in class net.sf.latexdraw.glib.views.latex.DviPsColors
 
PINK - Static variable in class net.sf.latexdraw.glib.views.latex.DviPsColors
 
PLUM - Static variable in class net.sf.latexdraw.glib.views.latex.DviPsColors
 
PLUS_COEFF_WIDTH - Static variable in interface net.sf.latexdraw.glib.models.interfaces.IDot
The thickness of the plus shape is computed with that coefficient.
PLUS_STYLE - Static variable in class net.sf.latexdraw.glib.views.pst.PSTricksConstants
The style which draw a plus
PNG_EXTENSION - Static variable in class net.sf.latexdraw.filters.PNGFilter
The name of the extension of png file
PNGFilter - Class in net.sf.latexdraw.filters
This class defines a filter for png files (*.png)

This file is part of LaTeXDraw
Copyright (c) 2005-2012 Arnaud BLOUIN

LaTeXDraw is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.
PNGFilter() - Constructor for class net.sf.latexdraw.filters.PNGFilter
 
point - Variable in class net.sf.latexdraw.glib.handlers.Handler
The coordinates of the centre of the delimiter.
point - Variable in class org.malai.interaction.library.PointInteraction
The pressed position.
PointingDeviceTransition - Class in org.malai.interaction
This abstract transition defines a model for transitions based on pointing device events.
PointingDeviceTransition(SourceableState, TargetableState) - Constructor for class org.malai.interaction.PointingDeviceTransition
Transition.Transition(SourceableState, TargetableState)
PointInteraction - Class in org.malai.interaction.library
This abstract interaction defines an interaction used by pointing devices.
PointInteraction() - Constructor for class org.malai.interaction.library.PointInteraction
Creates the interaction.
PointInteraction.PointPressureTransition - Class in org.malai.interaction.library
A press transition.
PointInteraction.PointPressureTransition(SourceableState, TargetableState) - Constructor for class org.malai.interaction.library.PointInteraction.PointPressureTransition
Creates the transition.
points - Variable in class net.sf.latexdraw.glib.models.impl.LShape
The points of the shape.
POINTS - Static variable in class net.sf.latexdraw.glib.views.Java2D.impl.LEllipseView
Used to compute the drawing of an ellipse.
points - Variable in class net.sf.latexdraw.parsers.svg.AbstractPointsElement
The points of the element.
points - Variable in class net.sf.latexdraw.parsers.svg.parsers.SVGPointsParser
The parsed points.
points - Variable in class org.malai.interaction.library.MultiClick
The list of pressed position.
POLYGON_ICON - Static variable in class net.sf.latexdraw.util.LResources
 
polygonB - Variable in class net.sf.latexdraw.instruments.EditingSelector
The button that allows to select the instrument Pencil to add polygons.
polygonListB - Variable in class net.sf.latexdraw.ui.ToolbarBuilder
The toolbar that contains the widgets to create polygon-like shapes.
popupMenu - Variable in class org.malai.action.library.ShowPopupMenu
The popup menu to show.
position - Variable in class net.sf.latexdraw.glib.handlers.ScaleHandler
The position of the possible scalings.
position - Variable in class net.sf.latexdraw.parsers.CodeParser.Code
The current position of the character to read.
PositionAction - Class in org.malai.action.library
Defines an abstract action that move an object to the given position.
PositionAction() - Constructor for class org.malai.action.library.PositionAction
Creates the action.
positionCB - Variable in class net.sf.latexdraw.instruments.DrawingPropertiesCustomiser
Defines the position of the drawing.
positionHoriCentre - Variable in class net.sf.latexdraw.glib.views.latex.LaTeXGenerator
The horizontal position of the drawing
positionShapes - Variable in class net.sf.latexdraw.actions.CutShapes
The index of the cut shapes.
positionShapes - Variable in class net.sf.latexdraw.actions.DeleteShapes
The index of the deleted shapes into the original list.
positionShapes - Variable in class net.sf.latexdraw.actions.JoinShapes
The index of the joined shapes into the original list.
positionVertToken - Variable in class net.sf.latexdraw.glib.views.latex.LaTeXGenerator
The token of the position of the drawing
PPC - Static variable in interface net.sf.latexdraw.glib.models.interfaces.IShape
The number of pixels per centimetre by default.
prefActivator - Variable in class net.sf.latexdraw.ui.LFrame
The instrument that activates the preferences setter.
preferenceFrame - Variable in class net.sf.latexdraw.instruments.PreferencesActivator
The frame containing the widgets of the preferences setter.
PREFERENCES_ICON - Static variable in class net.sf.latexdraw.util.LResources
 
PreferencesActivator - Class in net.sf.latexdraw.instruments
This instrument activates the preferences setter and shows the preferences frame.
PreferencesActivator(UIComposer<?>, PreferencesSetter) - Constructor for class net.sf.latexdraw.instruments.PreferencesActivator
Creates the instrument.
PreferencesFrame - Class in net.sf.latexdraw.ui.dialog
This frame allows the user to set his preferences concerning the program and its components.
PreferencesFrame(PreferencesSetter) - Constructor for class net.sf.latexdraw.ui.dialog.PreferencesFrame
The constructor using a frame.
PreferencesSetter - Class in net.sf.latexdraw.instruments
This instrument modifies the preferences.
PreferencesSetter(LFrame) - Constructor for class net.sf.latexdraw.instruments.PreferencesSetter
Creates the instrument.
Preferenciable - Interface in org.malai.preferences
The interface can be applied on classes which can preferences can be saved into an XML document.
prefSetter - Variable in class net.sf.latexdraw.actions.NewDrawing
The instrument used that manage the preferences.
prefSetter - Variable in class net.sf.latexdraw.actions.SaveDrawing
The instrument that manages the preferences.
prefSetter - Variable in class net.sf.latexdraw.instruments.FileLoaderSaver
The instrument used to manage preferences.
prefSetter - Variable in class net.sf.latexdraw.instruments.PreferencesActivator
The instrument that modifies the preferences.
prefSetter - Variable in class net.sf.latexdraw.ui.dialog.PreferencesFrame
The instrument that modifies the preferences.
prefSetters - Variable in class net.sf.latexdraw.ui.LFrame
The instrument that sets the preferences.
Presentation<A extends AbstractPresentation,C extends ConcretePresentation> - Class in org.malai.presentation
A presentation contains an abstract presentation and a concrete presentation.
Presentation(A, C) - Constructor for class org.malai.presentation.Presentation
Creates a presentation.
presentations - Variable in class org.malai.ui.UI
The presentations of the interactive system.
Press - Class in org.malai.interaction.library
This interaction starts and ends when a button of a pointing device is pressed.
Press() - Constructor for class org.malai.interaction.library.Press
Creates the interaction.
Press2AddShape - Class in net.sf.latexdraw.instruments
 
Press2AddShape(Pencil) - Constructor for class net.sf.latexdraw.instruments.Press2AddShape
 
Press2AddText - Class in net.sf.latexdraw.instruments
When a user starts to type a text using the text setter and then he clicks somewhere else in the canvas, the text typed must be added (if possible to the canvas) before starting typing a new text.
Press2AddText(Pencil, boolean) - Constructor for class net.sf.latexdraw.instruments.Press2AddText
Creates the link.
Press2InitTextSetter - Class in net.sf.latexdraw.instruments
This link maps a press interaction to activate the instrument that allows to add and modify some texts.
Press2InitTextSetter(Pencil) - Constructor for class net.sf.latexdraw.instruments.Press2InitTextSetter
 
Press2InsertPicture - Class in net.sf.latexdraw.instruments
Maps a mouse press interaction to an action that asks and adds a picture into the drawing.
Press2InsertPicture(Pencil, boolean) - Constructor for class net.sf.latexdraw.instruments.Press2InsertPicture
 
Press2Select - Class in net.sf.latexdraw.instruments
 
Press2Select(Hand) - Constructor for class net.sf.latexdraw.instruments.Press2Select
 
pressed - Variable in class org.malai.interaction.library.DnD
 
pressed - Variable in class org.malai.interaction.MoveTransition
Defines if a button is pressed while the pointing device is moving.
PressureTransition - Class in org.malai.interaction
This transition corresponds to a pressure of a button of a pointing device.
PressureTransition(SourceableState, TargetableState) - Constructor for class org.malai.interaction.PressureTransition
Transition.Transition(SourceableState, TargetableState)
PRINT_ICON - Static variable in class net.sf.latexdraw.util.LResources
 
printMappings(StringBuilder, Map<Object, IMapping>, Map<Object, List<IMapping>>) - Static method in class org.malai.mapping.MappingRegistry
This method is used by the toString function to print the register.
PROCESSBLUE - Static variable in class net.sf.latexdraw.glib.views.latex.DviPsColors
 
processEvents() - Method in class org.malai.interaction.Interaction
At the end of the interaction, the events still in process must be recycled to be reused in the interaction.
processXMLDataPreference(Map<String, Node>) - Method in class net.sf.latexdraw.instruments.PreferencesSetter
 
progressBar - Variable in class net.sf.latexdraw.generators.svg.SVGDocumentGenerator.ProgressListener
 
progressBar - Variable in class net.sf.latexdraw.instruments.FileLoaderSaver
The progress bar used to show the progress of loading and saving operations.
progressBar - Variable in class net.sf.latexdraw.ui.SplashScreen
The progress bar showing us the progression of the loading of the LaTeXDraw interface.
progressBar - Variable in class org.malai.action.library.IOAction
The progress bar used to show the progress of the saving.
PROPERTIES_ICON - Static variable in class net.sf.latexdraw.util.LResources
 
PropertiesToolbarBuilder - Class in net.sf.latexdraw.ui
The composer that creates the properties tool bar of the application.
PropertiesToolbarBuilder(LFrame) - Constructor for class net.sf.latexdraw.ui.PropertiesToolbarBuilder
Creates the bottom panel that contains a set of widgets to modify shapes.
property - Variable in class net.sf.latexdraw.actions.ModifyLatexProperties
The property to modify.
property - Variable in class net.sf.latexdraw.actions.ModifyMagneticGrid
The property to modify.
property - Variable in class net.sf.latexdraw.actions.ShapePropertyAction
The property to set.
propertyChange(PropertyChangeEvent) - Method in class net.sf.latexdraw.generators.svg.SVGDocumentGenerator.ProgressListener
 
propToolbarBuilder - Variable in class net.sf.latexdraw.ui.UIBuilder
The properties tool bar composer.
PS_EXTENSION - Static variable in class net.sf.latexdraw.filters.PSFilter
 
PSAbsCommand - Class in net.sf.latexdraw.parsers.ps
Defines a model of postscript command.
PSAbsCommand() - Constructor for class net.sf.latexdraw.parsers.ps.PSAbsCommand
 
PSAddCommand - Class in net.sf.latexdraw.parsers.ps
Defines the add command.
PSAddCommand() - Constructor for class net.sf.latexdraw.parsers.ps.PSAddCommand
 
PSArithemticCommand - Class in net.sf.latexdraw.parsers.ps
Defines an abstract arithmetic command.
PSArithemticCommand() - Constructor for class net.sf.latexdraw.parsers.ps.PSArithemticCommand
 
PSCeilingCommand - Class in net.sf.latexdraw.parsers.ps
Defines the ceiling command.
PSCeilingCommand() - Constructor for class net.sf.latexdraw.parsers.ps.PSCeilingCommand
 
PSClearCommand - Class in net.sf.latexdraw.parsers.ps
Defines the clear command.
PSClearCommand() - Constructor for class net.sf.latexdraw.parsers.ps.PSClearCommand
 
PSCosCommand - Class in net.sf.latexdraw.parsers.ps
Defines the cos command.
PSCosCommand() - Constructor for class net.sf.latexdraw.parsers.ps.PSCosCommand
 
PSCountCommand - Class in net.sf.latexdraw.parsers.ps
Defines the count command.
PSCountCommand() - Constructor for class net.sf.latexdraw.parsers.ps.PSCountCommand
 
PSDivCommand - Class in net.sf.latexdraw.parsers.ps
Defines the div command.
PSDivCommand() - Constructor for class net.sf.latexdraw.parsers.ps.PSDivCommand
 
PSDupCommand - Class in net.sf.latexdraw.parsers.ps
Defines the dup command.
PSDupCommand() - Constructor for class net.sf.latexdraw.parsers.ps.PSDupCommand
 
PSExchCommand - Class in net.sf.latexdraw.parsers.ps
Defines the exch command.
PSExchCommand() - Constructor for class net.sf.latexdraw.parsers.ps.PSExchCommand
 
PSExpCommand - Class in net.sf.latexdraw.parsers.ps
Defines the exp command.
PSExpCommand() - Constructor for class net.sf.latexdraw.parsers.ps.PSExpCommand
 
PSFilter - Class in net.sf.latexdraw.filters
This class defines a filter for ps documents (*.ps)

This file is part of LaTeXDraw
Copyright (c) 2005-2012 Arnaud BLOUIN

LaTeXDraw is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.
PSFilter() - Constructor for class net.sf.latexdraw.filters.PSFilter
 
PSFloorCommand - Class in net.sf.latexdraw.parsers.ps
Defines the floor command.
PSFloorCommand() - Constructor for class net.sf.latexdraw.parsers.ps.PSFloorCommand
 
PSFunctionParser - Class in net.sf.latexdraw.parsers.ps
Defines a postscript function parser.
PSFunctionParser(String) - Constructor for class net.sf.latexdraw.parsers.ps.PSFunctionParser
Creates and parser from postscript functions.
PSIDivCommand - Class in net.sf.latexdraw.parsers.ps
Defines the idiv command.
PSIDivCommand() - Constructor for class net.sf.latexdraw.parsers.ps.PSIDivCommand
 
PSModCommand - Class in net.sf.latexdraw.parsers.ps
Defines the mod command.
PSModCommand() - Constructor for class net.sf.latexdraw.parsers.ps.PSModCommand
 
PSMulCommand - Class in net.sf.latexdraw.parsers.ps
Defines the mul command.
PSMulCommand() - Constructor for class net.sf.latexdraw.parsers.ps.PSMulCommand
 
PSNegCommand - Class in net.sf.latexdraw.parsers.ps
Defines the neg command.
PSNegCommand() - Constructor for class net.sf.latexdraw.parsers.ps.PSNegCommand
 
PSPlotXVariable - Class in net.sf.latexdraw.parsers.ps
Manages postscript variables.
PSPlotXVariable() - Constructor for class net.sf.latexdraw.parsers.ps.PSPlotXVariable
 
PSPopCommand - Class in net.sf.latexdraw.parsers.ps
Defines the pop command.
PSPopCommand() - Constructor for class net.sf.latexdraw.parsers.ps.PSPopCommand
 
PSSinCommand - Class in net.sf.latexdraw.parsers.ps
Defines the sin command.
PSSinCommand() - Constructor for class net.sf.latexdraw.parsers.ps.PSSinCommand
 
PSSubCommand - Class in net.sf.latexdraw.parsers.ps
Defines the sub command.
PSSubCommand() - Constructor for class net.sf.latexdraw.parsers.ps.PSSubCommand
 
PSTArcView - Class in net.sf.latexdraw.glib.views.pst
Defines a PSTricks view of the LArc model.
PSTArcView(IArc) - Constructor for class net.sf.latexdraw.glib.views.pst.PSTArcView
Creates and initialises a LArc PSTricks view.
PSTAxesView - Class in net.sf.latexdraw.glib.views.pst
Defines a PSTricks view of the LAxes model.
PSTAxesView(IAxes) - Constructor for class net.sf.latexdraw.glib.views.pst.PSTAxesView
Creates and initialises a LAxes PSTricks view.
PSTBezierCurveView - Class in net.sf.latexdraw.glib.views.pst
Defines a PSTricks view of the LBezierCurve model.
PSTBezierCurveView(IBezierCurve) - Constructor for class net.sf.latexdraw.glib.views.pst.PSTBezierCurveView
Creates and initialises a LBezierCurve PSTricks view.
PSTCircleView - Class in net.sf.latexdraw.glib.views.pst
Defines a PSTricks view of the ICircle model.
PSTCircleView(ICircle) - Constructor for class net.sf.latexdraw.glib.views.pst.PSTCircleView
Creates an SVG generator for circles.
PSTClassicalView<S extends IShape> - Class in net.sf.latexdraw.glib.views.pst
Defines methods for classical PSTricks views.
PSTClassicalView(S) - Constructor for class net.sf.latexdraw.glib.views.pst.PSTClassicalView
Creates and initialises an abstract PSTricks view for classical model.
PSTCodeGenerator - Class in net.sf.latexdraw.glib.views.pst
Defines a PSTricks generator; it manages the PSTricks views and the latex additional code.
PSTCodeGenerator(IDrawing, ViewsSynchroniserHandler, boolean, boolean) - Constructor for class net.sf.latexdraw.glib.views.pst.PSTCodeGenerator
Creates and initialises the generator.
PSTDotView - Class in net.sf.latexdraw.glib.views.pst
Defines a PSTricks view of the LDot model.
PSTDotView(IDot) - Constructor for class net.sf.latexdraw.glib.views.pst.PSTDotView
Creates and initialises a LDot PSTricks view.
PSTEllipseView - Class in net.sf.latexdraw.glib.views.pst
Defines a PSTricks view of the LEllipse model.
PSTEllipseView(IEllipse) - Constructor for class net.sf.latexdraw.glib.views.pst.PSTEllipseView
Creates and initialises a LEllipse PSTricks view.
PSTFreeHandView - Class in net.sf.latexdraw.glib.views.pst
Defines a PSTricks view of the LFreeHand model.
PSTFreeHandView(IFreehand) - Constructor for class net.sf.latexdraw.glib.views.pst.PSTFreeHandView
Creates and initialises a LFreeHand PSTricks view.
pstGenerator - Variable in class net.sf.latexdraw.ui.LCodePanel
The PSTricks generator.
PSTGridView - Class in net.sf.latexdraw.glib.views.pst
Defines a PSTricks view of the LGrid model.
PSTGridView(IGrid) - Constructor for class net.sf.latexdraw.glib.views.pst.PSTGridView
Creates and initialises a LGrid PSTricks view.
PSTGroupView - Class in net.sf.latexdraw.glib.views.pst
Defines a PSTricks view of the LDrawing model.
PSTGroupView(IGroup) - Constructor for class net.sf.latexdraw.glib.views.pst.PSTGroupView
Creates and initialises a LDrawing PSTricks view.
PSTLinesView - Class in net.sf.latexdraw.glib.views.pst
Defines a PSTricks view of the LLines model.
PSTLinesView(IPolyline) - Constructor for class net.sf.latexdraw.glib.views.pst.PSTLinesView
Creates and initialises a LLines PSTricks view.
PSTPictureView - Class in net.sf.latexdraw.glib.views.pst
Defines a PSTricks view of the LPicture model.
PSTPictureView(IPicture) - Constructor for class net.sf.latexdraw.glib.views.pst.PSTPictureView
Creates and initialises a LPicture PSTricks view.
PSTPolygonView - Class in net.sf.latexdraw.glib.views.pst
Defines a PSTricks view of the LPolygon model.
PSTPolygonView(IPolygon) - Constructor for class net.sf.latexdraw.glib.views.pst.PSTPolygonView
Creates and initialises a LRect PSTricks view.
PSTRectView - Class in net.sf.latexdraw.glib.views.pst
Defines a PSTricks view of the LRect model.
PSTRectView(IRectangle) - Constructor for class net.sf.latexdraw.glib.views.pst.PSTRectView
Creates and initialises a LRect PSTricks view.
PSTRhombusView - Class in net.sf.latexdraw.glib.views.pst
Defines a PSTricks view of the LRhombus model.
PSTRhombusView(IRhombus) - Constructor for class net.sf.latexdraw.glib.views.pst.PSTRhombusView
Creates and initialises a LRhombus PSTricks view.
PSTricksConstants - Class in net.sf.latexdraw.glib.views.pst
This class contains several constants of pstricks

This file is part of LaTeXDraw
Copyright (c) 2005-2012 Arnaud BLOUIN

LaTeXDraw is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.
PSTricksConstants() - Constructor for class net.sf.latexdraw.glib.views.pst.PSTricksConstants
 
PSTShapeView<S extends IShape> - Class in net.sf.latexdraw.glib.views.pst
Defines a PSTricks view of the LShape model.
PSTShapeView(S) - Constructor for class net.sf.latexdraw.glib.views.pst.PSTShapeView
Creates and initialises an abstract PSTricks view.
PSTTextView - Class in net.sf.latexdraw.glib.views.pst
Defines a PSTricks view of the LText model.
PSTTextView(IText) - Constructor for class net.sf.latexdraw.glib.views.pst.PSTTextView
Creates and initialises a LText PSTricks view.
PSTTriangleView - Class in net.sf.latexdraw.glib.views.pst
Defines a PSTricks view of the LTriangle model.
PSTTriangleView(ITriangle) - Constructor for class net.sf.latexdraw.glib.views.pst.PSTTriangleView
Creates and initialises a LTriangle PSTricks view.
PSTViewsFactory - Class in net.sf.latexdraw.glib.views.pst
Defines a generator that generates PSTricks views from given models.
PSTViewsFactory() - Constructor for class net.sf.latexdraw.glib.views.pst.PSTViewsFactory
 
PSTViewsFactory.CreateViewPSTCmd - Class in net.sf.latexdraw.glib.views.pst
This class is a mix of the design patterns Command and Chain of responsibility.
PSTViewsFactory.CreateViewPSTCmd(PSTViewsFactory.CreateViewPSTCmd, Class<? extends IShape>) - Constructor for class net.sf.latexdraw.glib.views.pst.PSTViewsFactory.CreateViewPSTCmd
Creates the command.
PSTViewsSynchroniser - Class in net.sf.latexdraw.glib.views.pst
Defines a synchroniser between a sets of Java2D views and their PSTricks views.
PSTViewsSynchroniser(ViewsSynchroniserHandler, IDrawing) - Constructor for class net.sf.latexdraw.glib.views.pst.PSTViewsSynchroniser
Creates and launches the synchronisation of the synchroniser.
PSValue - Class in net.sf.latexdraw.parsers.ps
Defines a postscript value model.
PSValue(double) - Constructor for class net.sf.latexdraw.parsers.ps.PSValue
Creates of postscript value.
PURPLE - Static variable in class net.sf.latexdraw.glib.views.latex.DviPsColors
 
px - Variable in class org.malai.action.library.PositionAction
The X-coordinate of the location to zoom.
px - Variable in class org.malai.interaction.library.Scrolling
The X-coordinate of the scroll position.
py - Variable in class org.malai.action.library.PositionAction
The Y-coordinate of the location to zoom.
py - Variable in class org.malai.interaction.library.Scrolling
The Y-coordinate of the scroll position.

Q

quit() - Method in class net.sf.latexdraw.actions.SaveDrawing
 

R

radius - Variable in class net.sf.latexdraw.glib.models.impl.LDot
The radius of the dot.
RARROW_STYLE - Static variable in class net.sf.latexdraw.glib.views.pst.PSTricksConstants
 
RAWSIENNA - Static variable in class net.sf.latexdraw.glib.views.latex.DviPsColors
 
rBracketNum - Variable in class net.sf.latexdraw.glib.models.impl.LArrow
The latex parameter rbracket num.
rbracketNum - Variable in class net.sf.latexdraw.instruments.ShapeArrowCustomiser
The field to set the rounded bracket num parameter of arrows.
readLang() - Method in class net.sf.latexdraw.lang.LangTool
Allows to get the language of the program.
readNumber() - Method in class net.sf.latexdraw.parsers.svg.parsers.SVGPointsParser
Reads a number.
readTheme() - Method in class net.sf.latexdraw.util.Theme
Allows to get the theme of the program.
readXMLPreferences() - Method in class net.sf.latexdraw.instruments.PreferencesSetter
Reads the preferences of latexdraw defined in XML.
readXMLPreferencesFromFile(File) - Method in class net.sf.latexdraw.instruments.PreferencesSetter
 
recB - Variable in class net.sf.latexdraw.instruments.EditingSelector
The button that allows to select the instrument Pencil to add rectangles.
recentFilesMenu - Variable in class net.sf.latexdraw.instruments.FileLoaderSaver
The menu that contains the menu item corresponding to the recent documents.
recentFilesName - Variable in class net.sf.latexdraw.instruments.PreferencesSetter
The recent files.
RecentMenuItem2LoadLink - Class in net.sf.latexdraw.instruments
The link maps recent menu items to an action that loads documents.
RecentMenuItem2LoadLink(FileLoaderSaver) - Constructor for class net.sf.latexdraw.instruments.RecentMenuItem2LoadLink
 
recListB - Variable in class net.sf.latexdraw.ui.ToolbarBuilder
The toolbar that contains the widgets to create rectangle-like shapes.
RECT_ICON - Static variable in class net.sf.latexdraw.util.LResources
 
RED - Static variable in class net.sf.latexdraw.glib.views.latex.DviPsColors
 
RED_ORANGE - Static variable in class net.sf.latexdraw.glib.views.latex.DviPsColors
 
redo() - Method in class net.sf.latexdraw.actions.AddShape
 
redo() - Method in class net.sf.latexdraw.actions.CutShapes
 
redo() - Method in class net.sf.latexdraw.actions.DeleteShapes
 
redo() - Method in class net.sf.latexdraw.actions.InsertPicture
 
redo() - Method in class net.sf.latexdraw.actions.JoinShapes
 
redo() - Method in class net.sf.latexdraw.actions.ModifyLatexProperties
 
redo() - Method in class net.sf.latexdraw.actions.ModifyMagneticGrid
 
redo() - Method in class net.sf.latexdraw.actions.ModifyShapeProperty
 
redo() - Method in class net.sf.latexdraw.actions.MoveCtrlPoint
 
redo() - Method in class net.sf.latexdraw.actions.MovePointShape
 
redo() - Method in class net.sf.latexdraw.actions.PasteShapes
 
redo() - Method in class net.sf.latexdraw.actions.RotateShapes
 
redo() - Method in class net.sf.latexdraw.actions.ScaleShapes
 
redo() - Method in class net.sf.latexdraw.actions.SeparateShapes
 
redo() - Method in class net.sf.latexdraw.actions.SetUnit
 
redo() - Method in class net.sf.latexdraw.actions.TranslateShapes
 
Redo - Class in org.malai.action.library
Defines an action that redoes an action.
Redo() - Constructor for class org.malai.action.library.Redo
Initialises a Redo action.
redo() - Method in interface org.malai.undo.Undoable
Redoes the cancelled action.
redo - Variable in class org.malai.undo.UndoCollector
Contains the redoable objects.
redo() - Method in class org.malai.undo.UndoCollector
Redoes the last undoable object.
REDO_ICON - Static variable in class net.sf.latexdraw.util.LResources
 
redoB - Variable in class org.malai.instrument.library.UndoRedoManager
The button used to redo actions.
redoHandlers - Variable in class org.malai.undo.UndoCollector
Contains the handlers of each undoable of the redo stack
REDVIOLET - Static variable in class net.sf.latexdraw.glib.views.latex.DviPsColors
 
refPosition - Variable in class net.sf.latexdraw.actions.ScaleShapes
The direction of the scaling.
refresh() - Method in interface net.sf.latexdraw.glib.ui.ICanvas
Repaints the canvas.
refresh() - Method in class net.sf.latexdraw.glib.ui.LCanvas
 
registerUI(UI) - Method in class org.malai.ui.UIManager
Registers the given UI.
REGISTRY - Static variable in class org.malai.mapping.MappingRegistry
The singleton of the class.
reinit() - Method in class net.sf.latexdraw.glib.models.impl.LDrawing
 
reinit() - Method in class net.sf.latexdraw.glib.ui.LCanvas
 
reinit() - Method in class net.sf.latexdraw.instruments.Border
 
reinit() - Method in class net.sf.latexdraw.instruments.DrawingPropertiesCustomiser
 
reinit() - Method in class net.sf.latexdraw.instruments.Exporter
 
reinit() - Method in class net.sf.latexdraw.instruments.FileLoaderSaver
 
reinit() - Method in class net.sf.latexdraw.instruments.Zoomer
 
reinit() - Method in class net.sf.latexdraw.ui.LCodePanel
 
reinit() - Method in class net.sf.latexdraw.ui.LFrame
 
reinit() - Method in class org.malai.instrument.Instrument
 
reinit() - Method in class org.malai.interaction.Interaction
 
reinit() - Method in class org.malai.interaction.library.ButtonPressed
 
reinit() - Method in class org.malai.interaction.library.DnD
 
reinit() - Method in class org.malai.interaction.library.KeyInteraction
 
reinit() - Method in class org.malai.interaction.library.KeysPressure
 
reinit() - Method in class org.malai.interaction.library.KeysScrolling
 
reinit() - Method in class org.malai.interaction.library.KeysTyped
 
reinit() - Method in class org.malai.interaction.library.MultiClick
 
reinit() - Method in class org.malai.interaction.library.PointInteraction
 
reinit() - Method in class org.malai.interaction.library.Scrolling
 
reinit() - Method in class org.malai.interaction.library.TabSelected
 
reinit() - Method in class org.malai.interaction.library.TextChanged
 
reinit() - Method in class org.malai.interaction.library.WindowClosed
 
reinit() - Method in class org.malai.presentation.Presentation
Reinitialises the presentation (its concrete and abstract presentations).
reinit() - Method in interface org.malai.properties.Reinitialisable
Reinitialises the object.
reinit() - Method in interface org.malai.stateMachine.IStateMachine
Reinits the state machine.
reinit() - Method in class org.malai.ui.UI
Reinitialises the UI and its instruments, presentations and so on.
reinitGrid() - Method in class net.sf.latexdraw.glib.ui.LMagneticGrid
Reinitialises the magnetic grid.
Reinitialisable - Interface in org.malai.properties
Defines an interface for object that can be reinitialised.
relativePoint - Variable in class net.sf.latexdraw.actions.InitTextSetter
The position that takes account of the zoom.
relativePoint - Variable in class net.sf.latexdraw.instruments.TextSetter
The point where texts are added.
released - Variable in class org.malai.interaction.library.DnD
 
ReleaseTransition - Class in org.malai.interaction
This transition corresponds to a release of a button of a pointing device.
ReleaseTransition(SourceableState, TargetableState) - Constructor for class org.malai.interaction.ReleaseTransition
Transition.Transition(SourceableState, TargetableState)
remove(IViewShape) - Method in class net.sf.latexdraw.instruments.Border
Removes the given view from the selection.
remove(int) - Method in class org.malai.mapping.ActiveArrayList
 
remove(Object) - Method in class org.malai.mapping.ActiveArrayList
 
removeAction(Action) - Method in class org.malai.action.ActionsRegistry
Removes the action from the register.
removeAllHandlers() - Method in class org.malai.action.ActionsRegistry
Removes all the action handlers.
removeAttribute(String) - Method in class net.sf.latexdraw.parsers.svg.SVGElement
 
removeAttributeNode(Attr) - Method in class net.sf.latexdraw.parsers.svg.SVGElement
 
removeAttributeNS(String, String) - Method in class net.sf.latexdraw.parsers.svg.SVGElement
 
removeChild(Node) - Method in class net.sf.latexdraw.parsers.svg.SVGAttr
 
removeChild(Node) - Method in class net.sf.latexdraw.parsers.svg.SVGDocument
 
removeChild(Node) - Method in class net.sf.latexdraw.parsers.svg.SVGElement
 
removeFromSelection(IShape) - Method in class net.sf.latexdraw.glib.models.impl.LDrawing
 
removeFromSelection(IShape) - Method in interface net.sf.latexdraw.glib.models.interfaces.IDrawing
Removes the given shape from the selection.
removeHandler(BadaboomHandler) - Method in class net.sf.latexdraw.badaboom.BadaboomCollector
Removes the given handler of the manager.
removeHandler(ActionHandler) - Method in class org.malai.action.ActionsRegistry
Removes the given handler.
removeHandler(EventHandler) - Method in class org.malai.interaction.SwingEventManager
Removes a handler from the event manager.
removeHandler(UndoHandler) - Method in class org.malai.undo.UndoCollector
Removes the given handler from the collector.
removeKeyEvent(int, int) - Method in class org.malai.interaction.Interaction
Removes the given KeyPress event from the events 'still in process' list.
removeLink(Link<?, ?, ?>) - Method in class org.malai.instrument.Instrument
Removes the given link from the list of links of the instrument.
removeMappings(Object, Class<? extends IMapping>, Map<Object, IMapping>, Map<Object, List<IMapping>>, boolean, boolean) - Method in class org.malai.mapping.MappingRegistry
Remove the mappings of the given type and using the given object from the hash maps.
removeMappingsUsingSource(Object) - Method in interface org.malai.mapping.IMappingRegistry
Removes the mappings that use the given object as source.
removeMappingsUsingSource(Object, Class<? extends IMapping>) - Method in interface org.malai.mapping.IMappingRegistry
Removes the mappings of the given type that use the given object as source.
removeMappingsUsingSource(Object, Class<? extends IMapping>) - Method in class org.malai.mapping.MappingRegistry
 
removeMappingsUsingSource(Object, Class<? extends IMapping>, boolean) - Method in class org.malai.mapping.MappingRegistry
Idem than removeMappingsUsingSource.
removeMappingsUsingSource(Object) - Method in class org.malai.mapping.MappingRegistry
 
removeMappingsUsingTarget(Object, Class<? extends IMapping>) - Method in interface org.malai.mapping.IMappingRegistry
Removes the mappings that use the given object as target.
removeMappingsUsingTarget(Object) - Method in interface org.malai.mapping.IMappingRegistry
Removes the mappings that use the given object as target.
removeMappingsUsingTarget(Object, Class<? extends IMapping>) - Method in class org.malai.mapping.MappingRegistry
 
removeMappingsUsingTarget(Object, Class<? extends IMapping>, boolean) - Method in class org.malai.mapping.MappingRegistry
Idem than removeMappingsUsingTarget.
removeMappingsUsingTarget(Object) - Method in class org.malai.mapping.MappingRegistry
 
removeNamedItem(String) - Method in class net.sf.latexdraw.parsers.svg.SVGNamedNodeMap
 
removeNamedItemNS(String, String) - Method in class net.sf.latexdraw.parsers.svg.SVGNamedNodeMap
 
removeOppositeMapping(IMapping, boolean) - Method in class org.malai.mapping.MappingRegistry
 
removePoint(IPoint) - Method in class net.sf.latexdraw.glib.models.impl.LAbstractCtrlPointShape
 
removePoint(int) - Method in class net.sf.latexdraw.glib.models.impl.LAbstractCtrlPointShape
 
removePoint(IPoint) - Method in class net.sf.latexdraw.glib.models.impl.LModifiablePointsShape
 
removePoint(int) - Method in class net.sf.latexdraw.glib.models.impl.LModifiablePointsShape
 
removePoint(IPoint) - Method in interface net.sf.latexdraw.glib.models.interfaces.IModifiablePointsShape
Removes the given point of the shape.
removePoint(int) - Method in interface net.sf.latexdraw.glib.models.interfaces.IModifiablePointsShape
Removes the point at the given position.
removePressEvent(int) - Method in class org.malai.interaction.Interaction
Removes the given Press event from the events 'still in process' list.
removeSelection() - Method in class net.sf.latexdraw.glib.models.impl.LDrawing
 
removeSelection() - Method in interface net.sf.latexdraw.glib.models.interfaces.IDrawing
Clears the selection.
removeShape(IShape) - Method in class net.sf.latexdraw.glib.models.impl.LDrawing
 
removeShape(int) - Method in class net.sf.latexdraw.glib.models.impl.LDrawing
 
removeShape(IShape) - Method in class net.sf.latexdraw.glib.models.impl.LGroup
 
removeShape(int) - Method in class net.sf.latexdraw.glib.models.impl.LGroup
 
removeShape(IShape) - Method in interface net.sf.latexdraw.glib.models.interfaces.ISetShapes
Removes a shape of the drawing.
removeShape(int) - Method in interface net.sf.latexdraw.glib.models.interfaces.ISetShapes
Removes a shape of the drawing a the given position.
renameNode(Node, String, String) - Method in class net.sf.latexdraw.parsers.svg.SVGDocument
 
renderingCheckBox - Variable in class net.sf.latexdraw.instruments.PreferencesSetter
This check-box allows to set if rendering quality must be used.
renderingValue - Variable in class net.sf.latexdraw.glib.ui.LCanvas
The value of the rendering (cf.
repaint() - Method in class net.sf.latexdraw.ui.WidgetMiniToolbar
 
replaceChild(Node, Node) - Method in class net.sf.latexdraw.parsers.svg.SVGAttr
 
replaceChild(Node, Node) - Method in class net.sf.latexdraw.parsers.svg.SVGDocument
 
replaceChild(Node, Node) - Method in class net.sf.latexdraw.parsers.svg.SVGElement
 
replaceData(int, int, String) - Method in class net.sf.latexdraw.parsers.svg.SVGText
 
replacePoint(IPoint, int) - Method in class net.sf.latexdraw.glib.models.impl.LAbstractCtrlPointShape
 
replacePoint(IPoint, int) - Method in class net.sf.latexdraw.glib.models.impl.LModifiablePointsShape
 
replacePoint(IPoint, int) - Method in interface net.sf.latexdraw.glib.models.interfaces.IModifiablePointsShape
Replaces the point at the given position by the given point.
replaceWholeText(String) - Method in class net.sf.latexdraw.parsers.svg.SVGText
 
reportBugItem - Variable in class net.sf.latexdraw.instruments.Helper
This menu opens the web page used to report bugs.
reportError(Exception) - Method in class org.malai.error.ErrorCatcher
Gathers malai exceptions.
requestFocus() - Method in interface net.sf.latexdraw.glib.ui.ICanvas
Requests the focus to the canvas.
RES_BUNDLE_16 - Static variable in class net.sf.latexdraw.lang.LangTool
 
RES_BUNDLE_17 - Static variable in class net.sf.latexdraw.lang.LangTool
 
RES_BUNDLE_18 - Static variable in class net.sf.latexdraw.lang.LangTool
 
RES_BUNDLE_19 - Static variable in class net.sf.latexdraw.lang.LangTool
 
RES_BUNDLE_DIALOG_FRAME - Static variable in class net.sf.latexdraw.lang.LangTool
 
RES_BUNDLE_LFRAME - Static variable in class net.sf.latexdraw.lang.LangTool
 
RES_BUNDLE_OTHERS - Static variable in class net.sf.latexdraw.lang.LangTool
 
resolveEntity(String, String) - Method in class net.sf.latexdraw.parsers.svg.SVGDocument.SVGEntityResolver
 
rgbToHex(Color) - Method in class net.sf.latexdraw.parsers.svg.CSSColors
Creates the corresponding hexadecimal colour given a RGB one.
RHODAMINE - Static variable in class net.sf.latexdraw.glib.views.latex.DviPsColors
 
RHOMBUS_ICON - Static variable in class net.sf.latexdraw.util.LResources
 
rhombusB - Variable in class net.sf.latexdraw.instruments.EditingSelector
The button that allows to select the instrument Pencil to add rhombuses.
root - Variable in class net.sf.latexdraw.parsers.svg.SVGDocument
The root of the SVG drawing.
rotate(IPoint, double) - Method in class net.sf.latexdraw.glib.models.impl.LGroup
 
rotate(IPoint, double) - Method in class net.sf.latexdraw.glib.models.impl.LShape
 
rotate(IPoint, double) - Method in interface net.sf.latexdraw.glib.models.interfaces.IShape
Rotates the shape.
rotate(double) - Method in class net.sf.latexdraw.parsers.svg.parsers.Graphics2D2SVG
 
rotate(double, double, double) - Method in class net.sf.latexdraw.parsers.svg.parsers.Graphics2D2SVG
 
rotate(double) - Method in class net.sf.latexdraw.parsers.svg.SVGMatrix
Rotates the matrix (without reinitialisation).
rotate180Button - Variable in class net.sf.latexdraw.instruments.ShapeRotationCustomiser
The rotation button to perform 180 degree rotation.
rotate270Button - Variable in class net.sf.latexdraw.instruments.ShapeRotationCustomiser
The rotation button to perform 270 degree rotation.
rotate90Button - Variable in class net.sf.latexdraw.instruments.ShapeRotationCustomiser
The rotation button to perform 90 degree rotation.
ROTATE_180_ICON - Static variable in class net.sf.latexdraw.util.LResources
 
ROTATE_270_ICON - Static variable in class net.sf.latexdraw.util.LResources
 
ROTATE_90_ICON - Static variable in class net.sf.latexdraw.util.LResources
 
ROTATE_ICON - Static variable in class net.sf.latexdraw.util.LResources
 
rotatePoint(IPoint, double) - Method in class net.sf.latexdraw.glib.models.impl.LPoint
 
rotatePoint(IPoint, double) - Method in interface net.sf.latexdraw.glib.models.interfaces.IPoint
Rotates a point with as reference another point.
RotateShapes - Class in net.sf.latexdraw.actions
This action increments to rotation angle of shapes.
RotateShapes() - Constructor for class net.sf.latexdraw.actions.RotateShapes
Creates the action.
rotateShapes(double) - Method in class net.sf.latexdraw.actions.RotateShapes
Rotates the shape.
rotationAngle - Variable in class net.sf.latexdraw.actions.RotateShapes
The rotation angle to apply.
rotationAngle - Variable in class net.sf.latexdraw.glib.models.impl.LShape
The rotation angle of the shape.
rotationCustomiser - Variable in class net.sf.latexdraw.instruments.MetaShapeCustomiser
This instrument customises the rotation angle.
rotationField - Variable in class net.sf.latexdraw.instruments.ShapeRotationCustomiser
The field that modifies the rotation angle.
RotationHandler - Class in net.sf.latexdraw.glib.handlers
Defines a handler that rotates a shape.
RotationHandler() - Constructor for class net.sf.latexdraw.glib.handlers.RotationHandler
The constructor by default.
rotHandler - Variable in class net.sf.latexdraw.instruments.Border
The handler that rotates shapes.
ROUNDEND_STYLE - Static variable in class net.sf.latexdraw.glib.views.pst.PSTricksConstants
 
ROUNDIN_STYLE - Static variable in class net.sf.latexdraw.glib.views.pst.PSTricksConstants
 
ROUNDNESS_ICON - Static variable in class net.sf.latexdraw.util.LResources
 
ROYALBLUE - Static variable in class net.sf.latexdraw.glib.views.latex.DviPsColors
 
ROYALPURPLE - Static variable in class net.sf.latexdraw.glib.views.latex.DviPsColors
 
RRBRACKET_STYLE - Static variable in class net.sf.latexdraw.glib.views.pst.PSTricksConstants
 
RSBRACKET_STYLE - Static variable in class net.sf.latexdraw.glib.views.pst.PSTricksConstants
 
RUBINERED - Static variable in class net.sf.latexdraw.glib.views.latex.DviPsColors
 
ruler - Variable in class net.sf.latexdraw.actions.ShowHideScaleRuler
The scale ruler to show/hide.
run() - Method in class net.sf.latexdraw.util.StreamExecReader
 
run() - Method in class net.sf.latexdraw.util.VersionChecker
 
run() - Method in class org.malai.interaction.TimeoutTransition.TimeoutRunnable
 
rx - Variable in class net.sf.latexdraw.parsers.svg.path.SVGPathSegArc
The x radius of the arc.
ry - Variable in class net.sf.latexdraw.parsers.svg.path.SVGPathSegArc
The y radius of the arc.

S

SALMON - Static variable in class net.sf.latexdraw.glib.views.latex.DviPsColors
 
save(String, UI, MProgressBar, Object) - Method in class net.sf.latexdraw.generators.svg.SVGDocumentGenerator
 
save(boolean, String, Document, Element) - Method in class net.sf.latexdraw.glib.ui.LCanvas
 
save(boolean, String, Document, Element) - Method in class net.sf.latexdraw.glib.ui.LMagneticGrid
 
save(boolean, String, Document, Element) - Method in class net.sf.latexdraw.instruments.DrawingPropertiesCustomiser
 
save(boolean, String, Document, Element) - Method in class net.sf.latexdraw.instruments.Exporter
 
save(boolean, String, Document, Element) - Method in class net.sf.latexdraw.instruments.FileLoaderSaver
 
save(boolean, String, Document, Element) - Method in class net.sf.latexdraw.instruments.ScaleRulersCustomiser
 
save(boolean, String, Document, Element) - Method in class net.sf.latexdraw.ui.LCodePanel
 
save(boolean, String, Document, Element) - Method in class net.sf.latexdraw.ui.LFrame
 
Save - Class in org.malai.action.library
This action allows to save abstract presentations and instruments' parameters to a file.
Save() - Constructor for class org.malai.action.library.Save
Creates a save action.
save(boolean, String, Document, Element) - Method in class org.malai.instrument.Instrument
 
save(boolean, String, Document, Element) - Method in interface org.malai.preferences.Preferenciable
Saves the parameters of the instrument into an XML tag.
save(String, UI, MProgressBar, Object) - Method in interface org.malai.ui.ISOpenSaver
Saves the abstract presentations and the instruments parameters of the given UI to the given file.
save(boolean, String, Document, Element) - Method in class org.malai.ui.UI
 
SAVE_AS_ICON - Static variable in class net.sf.latexdraw.util.LResources
 
SAVE_ICON - Static variable in class net.sf.latexdraw.util.LResources
 
saveAs - Variable in class net.sf.latexdraw.actions.SaveDrawing
True: A dialog bow will be always shown to ask the location to save.
saveAsMenu - Variable in class net.sf.latexdraw.instruments.FileLoaderSaver
The menu item used to save as a document.
saveButton - Variable in class net.sf.latexdraw.instruments.FileLoaderSaver
The button used to save documents.
SaveDrawing - Class in net.sf.latexdraw.actions
This action saves the given drawing into an SVG document.
SaveDrawing() - Constructor for class net.sf.latexdraw.actions.SaveDrawing
Creates the action.
saveMenu - Variable in class net.sf.latexdraw.instruments.FileLoaderSaver
The menu used to save documents.
saveOnClose - Variable in class net.sf.latexdraw.actions.SaveDrawing
True: the app will be closed after the drawing saved.
saveSVGDocument(String) - Method in class net.sf.latexdraw.parsers.svg.SVGDocument
Serialise the given SVG document.
scale(double, double, IShape.Position, Rectangle2D) - Method in class net.sf.latexdraw.glib.models.impl.LAbstractCtrlPointShape
 
scale(double, double, IShape.Position, Rectangle2D) - Method in class net.sf.latexdraw.glib.models.impl.LCircle
 
scale(double, double, IShape.Position, Rectangle2D) - Method in class net.sf.latexdraw.glib.models.impl.LCircleArc
 
scale(double, double, IShape.Position, Rectangle2D) - Method in class net.sf.latexdraw.glib.models.impl.LDot
 
scale(double, double, IShape.Position, Rectangle2D) - Method in class net.sf.latexdraw.glib.models.impl.LGrid
 
scale(double, double, IShape.Position, Rectangle2D) - Method in class net.sf.latexdraw.glib.models.impl.LGroup
 
scale(double, double, IShape.Position, Rectangle2D) - Method in class net.sf.latexdraw.glib.models.impl.LShape
 
scale(double, double, IShape.Position, Rectangle2D) - Method in class net.sf.latexdraw.glib.models.impl.LSquare
 
scale(double, double, IShape.Position, Rectangle2D) - Method in interface net.sf.latexdraw.glib.models.interfaces.IShape
Scales the shape where the move reference point is the bottom right point, and the fixation point the top left point.
scale(double, double) - Method in class net.sf.latexdraw.parsers.svg.parsers.Graphics2D2SVG
 
scale(double) - Method in class net.sf.latexdraw.parsers.svg.SVGMatrix
Scales the matrix (without reinitialisation).
SCALE_IMAGE - Static variable in class net.sf.latexdraw.glib.views.Java2D.impl.LTextView
A ratio used to create bigger thumbnails to improve the quality of the displayed image.
ScaleHandler - Class in net.sf.latexdraw.glib.handlers
Defines a handler that scales a shape.
ScaleHandler(IShape.Position) - Constructor for class net.sf.latexdraw.glib.handlers.ScaleHandler
The constructor by default.
scaleHandlers - Variable in class net.sf.latexdraw.instruments.Border
The handlers that scale shapes.
scaleNonUniform(double, double) - Method in class net.sf.latexdraw.parsers.svg.SVGMatrix
Scales the matrix (without reinitialisation).
ScaleRuler - Class in net.sf.latexdraw.ui
This class defines an abstract scale ruler.
ScaleRuler(ICanvas) - Constructor for class net.sf.latexdraw.ui.ScaleRuler
Creates the ruler.
ScaleRuler.AccessibleScaleRuler - Class in net.sf.latexdraw.ui
This class implements accessibility support for the ScaleRuler class.
ScaleRuler.AccessibleScaleRuler() - Constructor for class net.sf.latexdraw.ui.ScaleRuler.AccessibleScaleRuler
 
ScaleRuler.Unit - Enum in net.sf.latexdraw.ui
Defines the different possible units used by the rulers.
ScaleRuler.Unit() - Constructor for enum net.sf.latexdraw.ui.ScaleRuler.Unit
 
ScaleRulersCustomiser - Class in net.sf.latexdraw.instruments
This instrument activates X and Y scale rulers.
ScaleRulersCustomiser(XScaleRuler, YScaleRuler) - Constructor for class net.sf.latexdraw.instruments.ScaleRulersCustomiser
Creates the instrument.
scaleRulersCustomiser - Variable in class net.sf.latexdraw.ui.LFrame
The instrument that (des-)activates the scale rulers.
scaleSetPoints(List<IPoint>, double, double, IShape.Position, Rectangle2D) - Method in class net.sf.latexdraw.glib.models.impl.LShape
 
ScaleShapes - Class in net.sf.latexdraw.actions
This action scales the selected shapes of a drawing.
ScaleShapes() - Constructor for class net.sf.latexdraw.actions.ScaleShapes
Creates the action.
SCALING_FACTOR - Static variable in enum net.sf.latexdraw.parsers.svg.parsers.SVGLengthParser.FontSize
 
Scroll - Class in org.malai.action.library
Defines an action that scrolls a panel.
Scroll() - Constructor for class org.malai.action.library.Scroll
Creates and initialises a Scroll action.
scroll(int, boolean) - Method in class org.malai.widget.MLayeredPane
Scroll the vertical or horizontal scroll bar, if possible, using the given increment.
scroll(int, boolean) - Method in class org.malai.widget.MPanel
Scroll the vertical or horizontal scroll bar, if possible, using the given increment.
Scroll2Zoom - Class in net.sf.latexdraw.instruments
This link maps a scroll interaction to a zoom action.
Scroll2Zoom(Zoomer) - Constructor for class net.sf.latexdraw.instruments.Scroll2Zoom
Creates the action.
Scrollable - Interface in org.malai.widget
This interface is for widgets that can have a scroll pane.
scroller - Variable in class net.sf.latexdraw.ui.LFrame
The scroller used to scroll the canvas.
Scroller - Class in org.malai.instrument.library
Defines a scroller that scrolls on a scrollable object.
Scroller(MPanel) - Constructor for class org.malai.instrument.library.Scroller
Initialises a scroller.
scrollHorizontally(int) - Method in class org.malai.widget.MLayeredPane
Scroll the vertical scroll bar, if possible, using the given increment.
scrollHorizontally(int) - Method in class org.malai.widget.MPanel
Scroll the vertical scroll bar, if possible, using the given increment.
Scrolling - Class in org.malai.interaction.library
Defines an interaction based on mouse scrolling.
Scrolling() - Constructor for class org.malai.interaction.library.Scrolling
Creates the interaction.
Scrolling.ScrollingScrollTransition - Class in org.malai.interaction.library
This scroll transition modifies the scrolling interaction.
Scrolling.ScrollingScrollTransition(SourceableState, TargetableState) - Constructor for class org.malai.interaction.library.Scrolling.ScrollingScrollTransition
 
Scrolling2Scroll - Class in org.malai.instrument.library
ScrollInteraction -> ScrollAction
Scrolling2Scroll(Scroller) - Constructor for class org.malai.instrument.library.Scrolling2Scroll
Creates a link ScrollInteraction -> ScrollAction
scrollpane - Variable in class org.malai.widget.MEditorPane
The possible scrollpane that contains the panel.
scrollpane - Variable in class org.malai.widget.MLayeredPane
The possible scrollpane that contains the panel.
scrollpane - Variable in class org.malai.widget.MPanel
The possible scrollpane that contains the panel.
scrollpane - Variable in class org.malai.widget.MTextArea
The possible scrollpane that contains the text area.
scrollTarget - Variable in class org.malai.interaction.library.Scrolling
The object on which the scroll is performed.
ScrollTransition - Class in org.malai.interaction
This transition corresponds to a scroll event.
ScrollTransition(SourceableState, TargetableState) - Constructor for class org.malai.interaction.ScrollTransition
Transition.Transition(SourceableState, TargetableState)
scrollVertically(int) - Method in class org.malai.widget.MLayeredPane
Scroll the vertical scroll bar, if possible, using the given increment.
scrollVertically(int) - Method in class org.malai.widget.MPanel
Scroll the vertical scroll bar, if possible, using the given increment.
SEAGREEN - Static variable in class net.sf.latexdraw.glib.views.latex.DviPsColors
 
secondCtrlPts - Variable in class net.sf.latexdraw.glib.models.impl.LAbstractCtrlPointShape
Contains the second control points of each points; useful for closed curve.
SELECT_COLOUR - Static variable in class net.sf.latexdraw.ui.LabelListCellRenderer
The colour displayed when a item is selected in the list
SELECT_ICON - Static variable in class net.sf.latexdraw.util.LResources
 
selectedItemChanged() - Method in class org.malai.widget.MComboBox
 
selection - Variable in class net.sf.latexdraw.actions.CopyShapes
The selection action.
selection - Variable in class net.sf.latexdraw.glib.models.impl.LDrawing
The selected shapes of the drawing.
selection - Variable in class net.sf.latexdraw.instruments.Border
The selected views.
selection - Variable in class net.sf.latexdraw.mapping.SelectionMapping
The selected shapes.
Selection2BorderMapping - Class in net.sf.latexdraw.mapping
This mapping maps the selected shapes of the drawing to the Border instrument that manages the corresponding selected views.
Selection2BorderMapping(List<IShape>, Border) - Constructor for class net.sf.latexdraw.mapping.Selection2BorderMapping
Creates the mapping.
Selection2DeleterMapping - Class in net.sf.latexdraw.mapping
This mapping maps the selected shapes of the drawing to the instrument that can delete them.
Selection2DeleterMapping(List<IShape>, ShapeDeleter) - Constructor for class net.sf.latexdraw.mapping.Selection2DeleterMapping
Creates the mapping.
Selection2MetaCustumiserMapping - Class in net.sf.latexdraw.mapping
This mapping maps the selected shapes of the drawing to the instrument that manages the instruments customising the shapes and the pencil.
Selection2MetaCustumiserMapping(List<IShape>, MetaShapeCustomiser) - Constructor for class net.sf.latexdraw.mapping.Selection2MetaCustumiserMapping
Creates the mapping.
selectionBorder - Variable in class net.sf.latexdraw.instruments.DnD2Select
The is rectangle is used as interim feedback to show the rectangle made by the user to select some shapes.
SelectionMapping - Class in net.sf.latexdraw.mapping
This abstract mapping maps the selected shapes of the drawing to something.
SelectionMapping(List<IShape>) - Constructor for class net.sf.latexdraw.mapping.SelectionMapping
Creates the mapping.
SelectShapes - Class in net.sf.latexdraw.actions
This action allows to (un-)select shapes.
SelectShapes() - Constructor for class net.sf.latexdraw.actions.SelectShapes
Initialises the action.
SEPARATE_ICON - Static variable in class net.sf.latexdraw.util.LResources
 
SeparateShapes - Class in net.sf.latexdraw.actions
This action separates joined shapes.
SeparateShapes() - Constructor for class net.sf.latexdraw.actions.SeparateShapes
Creates the action.
SEPARATION_WIDTH - Static variable in class net.sf.latexdraw.ui.PropertiesToolbarBuilder
The space added between widgets.
sepB - Variable in class net.sf.latexdraw.instruments.ShapeGrouper
The widget to separate shapes.
SEPIA - Static variable in class net.sf.latexdraw.glib.views.latex.DviPsColors
 
serialVersionUID - Static variable in class net.sf.latexdraw.badaboom.BadaboomCollector
 
serialVersionUID - Static variable in class net.sf.latexdraw.badaboom.BadaboomManager
 
serialVersionUID - Static variable in class net.sf.latexdraw.badaboom.BadaboomTableModel
 
serialVersionUID - Static variable in class net.sf.latexdraw.glib.models.impl.LLine
 
serialVersionUID - Static variable in class net.sf.latexdraw.glib.models.impl.LPoint
 
serialVersionUID - Static variable in class net.sf.latexdraw.glib.ui.LCanvas
 
serialVersionUID - Static variable in exception net.sf.latexdraw.parsers.ps.InvalidFormatPSFunctionException
 
serialVersionUID - Static variable in class net.sf.latexdraw.parsers.svg.CSSStyleList
 
serialVersionUID - Static variable in exception net.sf.latexdraw.parsers.svg.MalformedSVGDocument
 
serialVersionUID - Static variable in class net.sf.latexdraw.parsers.svg.path.SVGPathSegList
 
serialVersionUID - Static variable in class net.sf.latexdraw.parsers.svg.SVGTransformList
 
serialVersionUID - Static variable in class net.sf.latexdraw.ui.CloseButton
 
serialVersionUID - Static variable in class net.sf.latexdraw.ui.dialog.AboutDialogueBox
 
serialVersionUID - Static variable in class net.sf.latexdraw.ui.dialog.ExportDialog
 
serialVersionUID - Static variable in class net.sf.latexdraw.ui.dialog.PreferencesFrame
 
serialVersionUID - Static variable in class net.sf.latexdraw.ui.dialog.ShortcutsFrame
 
serialVersionUID - Static variable in class net.sf.latexdraw.ui.DisplayCanvas
 
serialVersionUID - Static variable in class net.sf.latexdraw.ui.LabelListCellRenderer
 
serialVersionUID - Static variable in class net.sf.latexdraw.ui.LCodePanel
 
serialVersionUID - Static variable in class net.sf.latexdraw.ui.LFrame
 
serialVersionUID - Static variable in class net.sf.latexdraw.ui.ScaleRuler.AccessibleScaleRuler
 
serialVersionUID - Static variable in class net.sf.latexdraw.ui.ScaleRuler
 
serialVersionUID - Static variable in class net.sf.latexdraw.ui.SplashScreen
 
serialVersionUID - Static variable in class net.sf.latexdraw.ui.TextAreaAutoSize
 
serialVersionUID - Static variable in class net.sf.latexdraw.ui.WidgetMiniToolbar
 
serialVersionUID - Static variable in class net.sf.latexdraw.ui.WidgetMiniToolbar.WindowWidgets
 
serialVersionUID - Static variable in class net.sf.latexdraw.ui.XScaleRuler
 
serialVersionUID - Static variable in class net.sf.latexdraw.ui.YScaleRuler
 
serialVersionUID - Static variable in exception org.malai.instrument.MustBeUndoableActionException
 
serialVersionUID - Static variable in class org.malai.mapping.ActiveArrayList
 
serialVersionUID - Static variable in exception org.malai.stateMachine.MustAbortStateMachineException
 
serialVersionUID - Static variable in class org.malai.ui.UI
 
serialVersionUID - Static variable in class org.malai.widget.MButton
 
serialVersionUID - Static variable in class org.malai.widget.MButtonIcon
 
serialVersionUID - Static variable in class org.malai.widget.MCheckBox
 
serialVersionUID - Static variable in class org.malai.widget.MCheckBoxMenuItem
 
serialVersionUID - Static variable in class org.malai.widget.MColorButton
 
serialVersionUID - Static variable in class org.malai.widget.MComboBox
 
serialVersionUID - Static variable in class org.malai.widget.MEditorPane
 
serialVersionUID - Static variable in class org.malai.widget.MFrame
 
serialVersionUID - Static variable in class org.malai.widget.MLayeredPane
 
serialVersionUID - Static variable in class org.malai.widget.MMenu
 
serialVersionUID - Static variable in class org.malai.widget.MMenuBar
 
serialVersionUID - Static variable in class org.malai.widget.MMenuItem
 
serialVersionUID - Static variable in class org.malai.widget.MPanel
 
serialVersionUID - Static variable in class org.malai.widget.MPopupMenu
 
serialVersionUID - Static variable in class org.malai.widget.MProgressBar
 
serialVersionUID - Static variable in class org.malai.widget.MRadioButton
 
serialVersionUID - Static variable in class org.malai.widget.MScrollPane
 
serialVersionUID - Static variable in class org.malai.widget.MSlider
 
serialVersionUID - Static variable in class org.malai.widget.MSpinner.MSpinnerNumberModel
 
serialVersionUID - Static variable in class org.malai.widget.MSpinner
 
serialVersionUID - Static variable in class org.malai.widget.MTabbedPane
 
serialVersionUID - Static variable in class org.malai.widget.MTextArea
 
serialVersionUID - Static variable in class org.malai.widget.MTextField
 
serialVersionUID - Static variable in class org.malai.widget.MToggleButton
 
serialVersionUID - Static variable in class org.malai.widget.MToolBar
 
set(int, Throwable) - Method in class net.sf.latexdraw.badaboom.BadaboomCollector
 
set(int, E) - Method in class org.malai.mapping.ActiveArrayList
 
setAbsolutePoint(IPoint) - Method in class net.sf.latexdraw.actions.InitTextSetter
 
setActivated(boolean) - Method in class net.sf.latexdraw.instruments.CopierCutterPaster
 
setActivated(boolean) - Method in class net.sf.latexdraw.instruments.DrawingPropertiesCustomiser
 
setActivated(boolean) - Method in class net.sf.latexdraw.instruments.EditingSelector
 
setActivated(boolean) - Method in class net.sf.latexdraw.instruments.ExceptionsManager
 
setActivated(boolean, boolean) - Method in class net.sf.latexdraw.instruments.Exporter
 
setActivated(boolean) - Method in class net.sf.latexdraw.instruments.Exporter
 
setActivated(boolean, boolean) - Method in class net.sf.latexdraw.instruments.FileLoaderSaver
 
setActivated(boolean) - Method in class net.sf.latexdraw.instruments.FileLoaderSaver
 
setActivated(boolean) - Method in class net.sf.latexdraw.instruments.Hand
 
setActivated(boolean) - Method in class net.sf.latexdraw.instruments.MagneticGridCustomiser
 
setActivated(boolean) - Method in class net.sf.latexdraw.instruments.MetaShapeCustomiser
 
setActivated(boolean) - Method in class net.sf.latexdraw.instruments.Pencil
 
setActivated(boolean) - Method in class net.sf.latexdraw.instruments.ScaleRulersCustomiser
 
setActivated(boolean, boolean) - Method in class net.sf.latexdraw.instruments.ShapeDeleter
 
setActivated(boolean) - Method in class net.sf.latexdraw.instruments.ShapeDeleter
 
setActivated(boolean) - Method in class net.sf.latexdraw.instruments.ShapePropertyCustomiser
 
setActivated(boolean) - Method in class net.sf.latexdraw.instruments.TextSetter
 
setActivated(boolean) - Method in class net.sf.latexdraw.instruments.Zoomer
 
setActivated(boolean) - Method in class org.malai.instrument.Instrument
Activates or deactivates the instrument.
setActivated(boolean) - Method in class org.malai.instrument.library.UndoRedoManager
 
setActivated(boolean) - Method in class org.malai.instrument.Link
Activates the link.
setActivated(boolean, boolean) - Method in class org.malai.instrument.WidgetInstrument
Activates or deactivates the instrument.
setActivated(boolean) - Method in class org.malai.interaction.Interaction
 
setActivated(boolean) - Method in interface org.malai.stateMachine.IStateMachine
Defines if the state machine is activated.
setActivateFirst(boolean) - Method in class org.malai.action.library.ActivateInactivateInstruments
 
setAlphaInterpolation(Object) - Method in interface net.sf.latexdraw.glib.ui.ICanvas
Sets the alpha interpolation value.
setAlphaInterpolation(Object) - Method in class net.sf.latexdraw.glib.ui.LCanvas
 
setAmount(int) - Method in class org.malai.interaction.ScrollTransition
 
setAngleEnd(double) - Method in class net.sf.latexdraw.glib.models.impl.LArc
 
setAngleEnd(double) - Method in class net.sf.latexdraw.glib.models.impl.LGroup
 
setAngleEnd(double) - Method in interface net.sf.latexdraw.glib.models.interfaces.Arcable
 
setAngleEndList(List<Double>) - Method in class net.sf.latexdraw.glib.models.impl.LGroup
 
setAngleEndList(List<Double>) - Method in interface net.sf.latexdraw.glib.models.interfaces.IGroup
Sets the ending angle of the arcable shapes of the group.
setAngleStart(double) - Method in class net.sf.latexdraw.glib.models.impl.LArc
 
setAngleStart(double) - Method in class net.sf.latexdraw.glib.models.impl.LGroup
 
setAngleStart(double) - Method in interface net.sf.latexdraw.glib.models.interfaces.Arcable
 
setAngleStartList(List<Double>) - Method in class net.sf.latexdraw.glib.models.impl.LGroup
 
setAngleStartList(List<Double>) - Method in interface net.sf.latexdraw.glib.models.interfaces.IGroup
Sets the starting angle of the arcable shapes of the group.
setAntiAliasing(Object) - Method in interface net.sf.latexdraw.glib.ui.ICanvas
Sets the anti aliasing value.
setAntiAliasing(Object) - Method in class net.sf.latexdraw.glib.ui.LCanvas
 
setArcPath(Path2D, double, double, double, double, double, double, int) - Static method in class net.sf.latexdraw.glib.views.Java2D.impl.LArcView
Appends an arc to the given path.
setArcStyle(Arcable.ArcStyle) - Method in class net.sf.latexdraw.glib.models.impl.LArc
 
setArcStyle(Arcable.ArcStyle) - Method in class net.sf.latexdraw.glib.models.impl.LGroup
 
setArcStyle(Arcable.ArcStyle) - Method in interface net.sf.latexdraw.glib.models.interfaces.Arcable
 
setArcStyleList(List<Arcable.ArcStyle>) - Method in class net.sf.latexdraw.glib.models.impl.LGroup
 
setArcStyleList(List<Arcable.ArcStyle>) - Method in interface net.sf.latexdraw.glib.models.interfaces.IGroup
Sets the arc style of the arcable shapes of the group.
setArrow(SVGMarkerElement, IShape) - Method in class net.sf.latexdraw.generators.svg.LArrowSVGGenerator
Initialises the arrow using an SVGMarkerElement.
setArrow(SVGCircleElement, SVGMarkerElement, IShape) - Method in class net.sf.latexdraw.generators.svg.LArrowSVGGenerator
Initialises the arrowhead using a circle arrow.
setArrow(SVGPathElement, SVGMarkerElement, IShape) - Method in class net.sf.latexdraw.generators.svg.LArrowSVGGenerator
Initialises the arrowhead using a path arrow.
setArrowArrow(SVGPathElement, SVGPathSegMoveto, double, SVGPathSeg, SVGPathSegList, boolean) - Method in class net.sf.latexdraw.generators.svg.LArrowSVGGenerator
 
setArrowBarBracket(SVGPathElement, SVGPathSegMoveto, double, SVGPathSeg, SVGMarkerElement, SVGPathSegList, boolean) - Method in class net.sf.latexdraw.generators.svg.LArrowSVGGenerator
 
setArrowInset(double) - Method in class net.sf.latexdraw.glib.models.impl.LArrow
 
setArrowInset(double) - Method in class net.sf.latexdraw.glib.models.impl.LGroup
 
setArrowInset(double) - Method in class net.sf.latexdraw.glib.models.impl.LShape
 
setArrowInset(double) - Method in interface net.sf.latexdraw.glib.models.interfaces.IArrowable
Defines the inset of the arrow.
setArrowLength(double) - Method in class net.sf.latexdraw.glib.models.impl.LArrow
 
setArrowLength(double) - Method in class net.sf.latexdraw.glib.models.impl.LGroup
 
setArrowLength(double) - Method in class net.sf.latexdraw.glib.models.impl.LShape
 
setArrowLength(double) - Method in interface net.sf.latexdraw.glib.models.interfaces.IArrowable
Defines the length of the arrow.
setArrowSizeDim(double) - Method in class net.sf.latexdraw.glib.models.impl.LArrow
 
setArrowSizeDim(double) - Method in class net.sf.latexdraw.glib.models.impl.LGroup
 
setArrowSizeDim(double) - Method in class net.sf.latexdraw.glib.models.impl.LShape
 
setArrowSizeDim(double) - Method in interface net.sf.latexdraw.glib.models.interfaces.IArrowable
Sets the latex parameter arrowSize num.
setArrowSizeNum(double) - Method in class net.sf.latexdraw.glib.models.impl.LArrow
 
setArrowSizeNum(double) - Method in class net.sf.latexdraw.glib.models.impl.LGroup
 
setArrowSizeNum(double) - Method in class net.sf.latexdraw.glib.models.impl.LShape
 
setArrowSizeNum(double) - Method in interface net.sf.latexdraw.glib.models.interfaces.IArrowable
Sets the latex parameter arrowSize num.
setArrowStyle(IArrow.ArrowStyle) - Method in class net.sf.latexdraw.glib.models.impl.LArrow
 
setArrowStyle(IArrow.ArrowStyle, int) - Method in class net.sf.latexdraw.glib.models.impl.LAxes
 
setArrowStyle(IArrow.ArrowStyle, int) - Method in class net.sf.latexdraw.glib.models.impl.LGroup
 
setArrowStyle(IArrow.ArrowStyle, int) - Method in class net.sf.latexdraw.glib.models.impl.LShape
 
setArrowStyle(IArrow.ArrowStyle) - Method in interface net.sf.latexdraw.glib.models.interfaces.IArrow
Defines the style of the arrow.
setArrowStyle(IArrow.ArrowStyle, int) - Method in interface net.sf.latexdraw.glib.models.interfaces.IShape
Sets the style of the arrow at the given position.
setArrowStyleList(List<IArrow.ArrowStyle>, int) - Method in class net.sf.latexdraw.glib.models.impl.LGroup
 
setArrowStyleList(List<IArrow.ArrowStyle>, int) - Method in interface net.sf.latexdraw.glib.models.interfaces.IGroup
Sets the arrow style of the arrowable shapes of the group.
setAttribute(String, String) - Method in class net.sf.latexdraw.parsers.svg.SVGElement
 
setAttributeNode(Attr) - Method in class net.sf.latexdraw.parsers.svg.SVGElement
 
setAttributeNodeNS(Attr) - Method in class net.sf.latexdraw.parsers.svg.SVGElement
 
setAttributeNS(String, String, String) - Method in class net.sf.latexdraw.parsers.svg.SVGElement
 
setAttributes(Node) - Method in class net.sf.latexdraw.parsers.svg.SVGElement
Copies the attributes of the given node.
setAxesDistLabelsList(List<IPoint>) - Method in class net.sf.latexdraw.glib.models.impl.LGroup
 
setAxesDistLabelsList(List<IPoint>) - Method in interface net.sf.latexdraw.glib.models.interfaces.IGroup
Sets the distances between the labels of the axes contained by the group are displayed.
setAxesIncrementsList(List<IPoint>) - Method in class net.sf.latexdraw.glib.models.impl.LGroup
 
setAxesIncrementsList(List<IPoint>) - Method in interface net.sf.latexdraw.glib.models.interfaces.IGroup
Sets the labels' increments of the axes contained by the group are displayed.
setAxesLabelsDisplayedList(List<IAxes.PlottingStyle>) - Method in class net.sf.latexdraw.glib.models.impl.LGroup
 
setAxesLabelsDisplayedList(List<IAxes.PlottingStyle>) - Method in interface net.sf.latexdraw.glib.models.interfaces.IGroup
Sets how the labels of the axes contained by the group are displayed.
setAxesShowOriginList(List<Boolean>) - Method in class net.sf.latexdraw.glib.models.impl.LGroup
 
setAxesShowOriginList(List<Boolean>) - Method in interface net.sf.latexdraw.glib.models.interfaces.IGroup
Defines if the origin of the axes contained by the group are displayed.
setAxesStyle(IAxes.AxesStyle) - Method in class net.sf.latexdraw.glib.models.impl.LAxes
 
setAxesStyle(IAxes.AxesStyle) - Method in class net.sf.latexdraw.glib.models.impl.LGroup
 
setAxesStyle(IAxes.AxesStyle) - Method in interface net.sf.latexdraw.glib.models.interfaces.IAxes
 
setAxesStyleList(List<IAxes.AxesStyle>) - Method in class net.sf.latexdraw.glib.models.impl.LGroup
 
setAxesStyleList(List<IAxes.AxesStyle>) - Method in interface net.sf.latexdraw.glib.models.interfaces.IGroup
Sets the style of the axes contained by the group.
setAxesTicksDisplayedList(List<IAxes.PlottingStyle>) - Method in class net.sf.latexdraw.glib.models.impl.LGroup
 
setAxesTicksDisplayedList(List<IAxes.PlottingStyle>) - Method in interface net.sf.latexdraw.glib.models.interfaces.IGroup
Sets how the ticks of the axes contained by the group are displayed.
setAxesTicksSizeList(List<Double>) - Method in class net.sf.latexdraw.glib.models.impl.LGroup
 
setAxesTicksSizeList(List<Double>) - Method in interface net.sf.latexdraw.glib.models.interfaces.IGroup
Sets the size of the axes' ticks contained by the group.
setAxesTicksStyleList(List<IAxes.TicksStyle>) - Method in class net.sf.latexdraw.glib.models.impl.LGroup
 
setAxesTicksStyleList(List<IAxes.TicksStyle>) - Method in interface net.sf.latexdraw.glib.models.interfaces.IGroup
Sets the style of the axes' ticks contained by the group.
setBackground(Color) - Method in class net.sf.latexdraw.parsers.svg.parsers.Graphics2D2SVG
 
setBalanceGap(int) - Method in class net.sf.latexdraw.glib.models.impl.LAbstractCtrlPointShape
 
setBalanceGap(int) - Method in interface net.sf.latexdraw.glib.models.interfaces.IControlPointShape
 
setBordersPosition(IShape.BorderPos) - Method in class net.sf.latexdraw.glib.models.impl.LGroup
 
setBordersPosition(IShape.BorderPos) - Method in class net.sf.latexdraw.glib.models.impl.LShape
 
setBordersPosition(IShape.BorderPos) - Method in interface net.sf.latexdraw.glib.models.interfaces.IShape
Sets the position of the borders.
setBordersPositionList(List<IShape.BorderPos>) - Method in class net.sf.latexdraw.glib.models.impl.LGroup
 
setBordersPositionList(List<IShape.BorderPos>) - Method in interface net.sf.latexdraw.glib.models.interfaces.IGroup
Sets the border position of the shapes of the group.
setBracketNum(double) - Method in class net.sf.latexdraw.glib.models.impl.LArrow
 
setBracketNum(double) - Method in class net.sf.latexdraw.glib.models.impl.LGroup
 
setBracketNum(double) - Method in class net.sf.latexdraw.glib.models.impl.LShape
 
setBracketNum(double) - Method in interface net.sf.latexdraw.glib.models.interfaces.IArrowable
Sets the latex parameter bracket num.
setButton(AbstractButton) - Method in class org.malai.interaction.ButtonPressedTransition
Sets the pressed button.
setButton(int) - Method in class org.malai.interaction.PointingDeviceTransition
Sets the button of the pointing device used by the event.
setButtonsFrameVisible(boolean) - Method in class net.sf.latexdraw.ui.WidgetMiniToolbar
Sets id the toolbar must be visible or not.
setCanvas(ICanvas) - Method in class net.sf.latexdraw.actions.Export
 
setCaption(String) - Method in class net.sf.latexdraw.glib.views.latex.LaTeXGenerator
 
setCentre(IPoint) - Method in class net.sf.latexdraw.glib.models.impl.LEllipse
 
setCentre(IPoint) - Method in interface net.sf.latexdraw.glib.models.interfaces.IEllipse
Translates the shape to its new centre.
setCheckBox(JCheckBox) - Method in class org.malai.interaction.CheckBoxTransition
Sets the checkbox that produced the transition.
setCircleParameters(SVGCircleElement, double) - Method in class net.sf.latexdraw.generators.svg.LCircleSVGGenerator
Sets the circle parameters.
setClip(int, int, int, int) - Method in class net.sf.latexdraw.parsers.svg.parsers.Graphics2D2SVG
 
setClip(Shape) - Method in class net.sf.latexdraw.parsers.svg.parsers.Graphics2D2SVG
 
setCode(String) - Method in class net.sf.latexdraw.parsers.CodeParser
 
setCodeCore(CodeParser.Code) - Method in class net.sf.latexdraw.parsers.CodeParser
 
setColor(Color) - Method in class net.sf.latexdraw.parsers.svg.parsers.Graphics2D2SVG
 
setColor(Color) - Method in class org.malai.widget.MButtonIcon
Sets the colour of the interior of the icon.
setColor(Color) - Method in class org.malai.widget.MColorButton
Set a new colour to the button.
setColorRendering(Object) - Method in interface net.sf.latexdraw.glib.ui.ICanvas
Sets the colour rendering value.
setColorRendering(Object) - Method in class net.sf.latexdraw.glib.ui.LCanvas
 
setComment(String) - Method in class net.sf.latexdraw.glib.views.latex.LaTeXGenerator
 
setComponent(Component) - Method in class org.malai.action.library.SetWidgetPosition
 
setComponent(Component) - Method in class org.malai.action.library.WidgetAction
 
setComposite(Composite) - Method in class net.sf.latexdraw.parsers.svg.parsers.Graphics2D2SVG
 
setControlPoints(int, IPoint[]) - Method in class net.sf.latexdraw.glib.models.impl.LAbstractCtrlPointShape
Method used by the balance method.
setCopy(CopyShapes) - Method in class net.sf.latexdraw.actions.PasteShapes
 
setCSSStyles(IShape, CSSStyleList, SVGDefsElement) - Method in class net.sf.latexdraw.generators.svg.CSSStylesGenerator
Sets the CSS styles of the given list to the given LaTeXDraw shape.
setCurrentChoice(EditionChoice) - Method in class net.sf.latexdraw.instruments.Pencil
Sets the current editing choice.
setCurrentFile(File) - Method in class net.sf.latexdraw.instruments.FileLoaderSaver
Sets the current file loaded or saved.
setCursor(Cursor) - Method in interface net.sf.latexdraw.glib.ui.ICanvas
Changes the cursor of the canvas.
setCx(double) - Method in class net.sf.latexdraw.parsers.svg.SVGCircleElement
Sets the X-coordinate of the circle.
setCy(double) - Method in class net.sf.latexdraw.parsers.svg.SVGCircleElement
Sets the Y-coordinate of the circle.
setDashedDotted(IShape, String, String) - Static method in class net.sf.latexdraw.generators.svg.LShapeSVGGenerator
Sets the figure properties concerning the line properties.
setDashedDotted(Element, double, double, double, String, boolean, double, double) - Static method in class net.sf.latexdraw.generators.svg.LShapeSVGGenerator
Sets the line style to the given SVG element.
setDashSepBlack(double) - Method in class net.sf.latexdraw.glib.models.impl.LShape
 
setDashSepBlack(double) - Method in interface net.sf.latexdraw.glib.models.interfaces.IShape
 
setDashSepWhite(double) - Method in class net.sf.latexdraw.glib.models.impl.LShape
 
setDashSepWhite(double) - Method in interface net.sf.latexdraw.glib.models.interfaces.IShape
 
setData(String) - Method in class net.sf.latexdraw.parsers.svg.SVGText
 
setDbleBordCol(Color) - Method in class net.sf.latexdraw.glib.models.impl.LGroup
 
setDbleBordCol(Color) - Method in class net.sf.latexdraw.glib.models.impl.LShape
 
setDbleBordCol(Color) - Method in interface net.sf.latexdraw.glib.models.interfaces.IShape
 
setDbleBordColList(List<Color>) - Method in class net.sf.latexdraw.glib.models.impl.LGroup
 
setDbleBordColList(List<Color>) - Method in interface net.sf.latexdraw.glib.models.interfaces.IGroup
Sets the double borders colour of the shapes of the group.
setDbleBordSep(double) - Method in class net.sf.latexdraw.glib.models.impl.LGroup
 
setDbleBordSep(double) - Method in class net.sf.latexdraw.glib.models.impl.LShape
 
setDbleBordSep(double) - Method in interface net.sf.latexdraw.glib.models.interfaces.IShape
 
setDbleBordSepList(List<Double>) - Method in class net.sf.latexdraw.glib.models.impl.LGroup
 
setDbleBordSepList(List<Double>) - Method in interface net.sf.latexdraw.glib.models.interfaces.IGroup
Sets the double border gap of the shapes of the group.
setDefaultPackages(String) - Method in class net.sf.latexdraw.instruments.Exporter
 
setDialogueBox(ExportDialog) - Method in class net.sf.latexdraw.actions.Export
 
setDimensionGridElement(SVGGElement, String) - Method in class net.sf.latexdraw.generators.svg.LGridSVGGenerator
Sets the dimensions of a grid from an SVGGElement.
setDirection(int) - Method in class org.malai.interaction.ScrollTransition
 
setDistLabels(IPoint) - Method in class net.sf.latexdraw.glib.models.impl.LAxes
 
setDistLabels(IPoint) - Method in class net.sf.latexdraw.glib.models.impl.LGroup
 
setDistLabels(IPoint) - Method in interface net.sf.latexdraw.glib.models.interfaces.IAxes
 
setDistLabelsX(double) - Method in class net.sf.latexdraw.glib.models.impl.LAxes
 
setDistLabelsX(double) - Method in class net.sf.latexdraw.glib.models.impl.LGroup
 
setDistLabelsX(double) - Method in interface net.sf.latexdraw.glib.models.interfaces.IAxes
 
setDistLabelsY(double) - Method in class net.sf.latexdraw.glib.models.impl.LAxes
 
setDistLabelsY(double) - Method in class net.sf.latexdraw.glib.models.impl.LGroup
 
setDistLabelsY(double) - Method in interface net.sf.latexdraw.glib.models.interfaces.IAxes
 
setDocument(SVGDocument) - Method in class net.sf.latexdraw.parsers.svg.parsers.Shape2D2SVG
Sets the SVG document that will be used to create SVG elements.
setDocumentURI(String) - Method in class net.sf.latexdraw.parsers.svg.SVGDocument
 
setDotFillingCol(Color) - Method in class net.sf.latexdraw.glib.models.impl.LDot
 
setDotFillingCol(Color) - Method in class net.sf.latexdraw.glib.models.impl.LGroup
 
setDotFillingCol(Color) - Method in interface net.sf.latexdraw.glib.models.interfaces.Dottable
Sets the filling colour of the dottable.
setDotFillingColList(List<Color>) - Method in class net.sf.latexdraw.glib.models.impl.LGroup
 
setDotFillingColList(List<Color>) - Method in interface net.sf.latexdraw.glib.models.interfaces.IGroup
Sets the filling colour of the dot shapes of the group.
setDotPath() - Method in class net.sf.latexdraw.glib.views.Java2D.impl.LDotView
 
setDotSep(double) - Method in class net.sf.latexdraw.glib.models.impl.LShape
 
setDotSep(double) - Method in interface net.sf.latexdraw.glib.models.interfaces.IShape
 
setDotSizeDim(double) - Method in class net.sf.latexdraw.glib.models.impl.LArrow
 
setDotSizeDim(double) - Method in class net.sf.latexdraw.glib.models.impl.LGroup
 
setDotSizeDim(double) - Method in class net.sf.latexdraw.glib.models.impl.LShape
 
setDotSizeDim(double) - Method in interface net.sf.latexdraw.glib.models.interfaces.IArrowable
Sets the latex parameter dotsize dim.
setDotSizeList(List<Double>) - Method in class net.sf.latexdraw.glib.models.impl.LGroup
 
setDotSizeList(List<Double>) - Method in interface net.sf.latexdraw.glib.models.interfaces.IGroup
Sets the size of the dot shapes of the group.
setDotSizeNum(double) - Method in class net.sf.latexdraw.glib.models.impl.LArrow
 
setDotSizeNum(double) - Method in class net.sf.latexdraw.glib.models.impl.LGroup
 
setDotSizeNum(double) - Method in class net.sf.latexdraw.glib.models.impl.LShape
 
setDotSizeNum(double) - Method in interface net.sf.latexdraw.glib.models.interfaces.IArrowable
Sets the latex parameter dotsize num.
setDotStyle(IDot.DotStyle) - Method in class net.sf.latexdraw.glib.models.impl.LDot
 
setDotStyle(IDot.DotStyle) - Method in class net.sf.latexdraw.glib.models.impl.LGroup
 
setDotStyle(IDot.DotStyle) - Method in interface net.sf.latexdraw.glib.models.interfaces.Dottable
Defines the style of the dot.
setDotStyleList(List<IDot.DotStyle>) - Method in class net.sf.latexdraw.glib.models.impl.LGroup
 
setDotStyleList(List<IDot.DotStyle>) - Method in interface net.sf.latexdraw.glib.models.interfaces.IGroup
Sets the dot style of the dottable shapes of the group.
setDrawing(IDrawing) - Method in class net.sf.latexdraw.actions.DrawingAction
 
setEditingChoice(EditionChoice) - Method in class net.sf.latexdraw.actions.ModifyPencilStyle
Sets the new editing choice of the pencil.
setEllipseParameters(SVGEllipseElement, double) - Method in class net.sf.latexdraw.generators.svg.LEllipseSVGGenerator
Sets the ellipse parameters.
setEllipsePath(Path2D, double, double, double, double) - Static method in class net.sf.latexdraw.glib.views.Java2D.impl.LEllipseView
Creates an ellipse in the given path.
setEquation(String) - Method in interface net.sf.latexdraw.glib.models.interfaces.IPlot
 
setEventableToInstruments() - Method in class net.sf.latexdraw.ui.UIBuilder
Sets the eventable objects to the instruments.
setFactory(IShapeFactory) - Static method in class net.sf.latexdraw.glib.models.interfaces.DrawingTK
Sets the new factory.
setFactory(IViewsFactory) - Static method in class net.sf.latexdraw.glib.views.Java2D.interfaces.View2DTK
Sets the view factory.
setFile(File) - Method in class org.malai.action.library.IOAction
 
setFileChooser(JFileChooser) - Method in class net.sf.latexdraw.actions.InsertPicture
 
setFileChooser(JFileChooser) - Method in class net.sf.latexdraw.actions.LoadDrawing
 
setFileChooser(JFileChooser) - Method in class net.sf.latexdraw.actions.NewDrawing
 
setFileChooser(JFileChooser) - Method in class net.sf.latexdraw.actions.SaveDrawing
 
setFill(IShape, String, SVGDefsElement) - Static method in class net.sf.latexdraw.generators.svg.LShapeSVGGenerator
Sets the fill properties to the given figure.
setFill(Color) - Method in class net.sf.latexdraw.parsers.svg.SVGElement
Sets the colour of the filling.
setFilled(boolean) - Method in class net.sf.latexdraw.glib.models.impl.LShape
 
setFilled(boolean) - Method in interface net.sf.latexdraw.glib.models.interfaces.IShape
 
setFillingCol(Color) - Method in class net.sf.latexdraw.glib.models.impl.LGroup
 
setFillingCol(Color) - Method in class net.sf.latexdraw.glib.models.impl.LShape
 
setFillingCol(Color) - Method in interface net.sf.latexdraw.glib.models.interfaces.IShape
 
setFillingColList(List<Color>) - Method in class net.sf.latexdraw.glib.models.impl.LGroup
 
setFillingColList(List<Color>) - Method in interface net.sf.latexdraw.glib.models.interfaces.IGroup
Sets the filling colour of the shapes of the group.
setFillingStyle(IShape.FillingStyle) - Method in class net.sf.latexdraw.glib.models.impl.LGroup
 
setFillingStyle(IShape.FillingStyle) - Method in class net.sf.latexdraw.glib.models.impl.LShape
 
setFillingStyle(IShape.FillingStyle) - Method in interface net.sf.latexdraw.glib.models.interfaces.IShape
 
setFillingStyleList(List<IShape.FillingStyle>) - Method in class net.sf.latexdraw.glib.models.impl.LGroup
 
setFillingStyleList(List<IShape.FillingStyle>) - Method in interface net.sf.latexdraw.glib.models.interfaces.IGroup
Sets the style of the filling of the shapes of the group.
setFont(Font) - Method in class net.sf.latexdraw.parsers.svg.parsers.Graphics2D2SVG
 
setFormat(Export.ExportFormat) - Method in class net.sf.latexdraw.actions.Export
 
setFrame(MFrame) - Method in class org.malai.interaction.WindowClosedTransition
 
setGc(IPoint) - Method in class net.sf.latexdraw.actions.RotateShapes
 
setGenerator(LaTeXGenerator) - Method in class net.sf.latexdraw.actions.ModifyLatexProperties
 
setGlobalShortcutEventable(Instrument, LCanvas) - Method in class net.sf.latexdraw.ui.UIBuilder
 
setGradAngle(double) - Method in class net.sf.latexdraw.glib.models.impl.LGroup
 
setGradAngle(double) - Method in class net.sf.latexdraw.glib.models.impl.LShape
 
setGradAngle(double) - Method in interface net.sf.latexdraw.glib.models.interfaces.IShape
 
setGradAngleList(List<Double>) - Method in class net.sf.latexdraw.glib.models.impl.LGroup
 
setGradAngleList(List<Double>) - Method in interface net.sf.latexdraw.glib.models.interfaces.IGroup
Sets the starting angle of the gradient of the shapes of the group.
setGradColEnd(Color) - Method in class net.sf.latexdraw.glib.models.impl.LGroup
 
setGradColEnd(Color) - Method in class net.sf.latexdraw.glib.models.impl.LShape
 
setGradColEnd(Color) - Method in interface net.sf.latexdraw.glib.models.interfaces.IShape
 
setGradColEndList(List<Color>) - Method in class net.sf.latexdraw.glib.models.impl.LGroup
 
setGradColEndList(List<Color>) - Method in interface net.sf.latexdraw.glib.models.interfaces.IGroup
Sets the last gradient colour of the shapes of the group.
setGradColStart(Color) - Method in class net.sf.latexdraw.glib.models.impl.LGroup
 
setGradColStart(Color) - Method in class net.sf.latexdraw.glib.models.impl.LShape
 
setGradColStart(Color) - Method in interface net.sf.latexdraw.glib.models.interfaces.IShape
 
setGradColStartList(List<Color>) - Method in class net.sf.latexdraw.glib.models.impl.LGroup
 
setGradColStartList(List<Color>) - Method in interface net.sf.latexdraw.glib.models.interfaces.IGroup
Sets the first gradient colour of the shapes of the group.
setGradMidPt(double) - Method in class net.sf.latexdraw.glib.models.impl.LGroup
 
setGradMidPt(double) - Method in class net.sf.latexdraw.glib.models.impl.LShape
 
setGradMidPt(double) - Method in interface net.sf.latexdraw.glib.models.interfaces.IShape
 
setGradMidPtList(List<Double>) - Method in class net.sf.latexdraw.glib.models.impl.LGroup
 
setGradMidPtList(List<Double>) - Method in interface net.sf.latexdraw.glib.models.interfaces.IGroup
Sets the middle point reference of the gradient of the shapes of the group.
setGrid(LMagneticGrid) - Method in class net.sf.latexdraw.actions.ModifyMagneticGrid
 
setGridDots(int) - Method in class net.sf.latexdraw.glib.models.impl.LGrid
 
setGridDots(int) - Method in interface net.sf.latexdraw.glib.models.interfaces.IGrid
 
setGridEnd(double, double) - Method in class net.sf.latexdraw.glib.models.impl.LAbstractGrid
 
setGridEnd(double, double) - Method in class net.sf.latexdraw.glib.models.impl.LGroup
 
setGridEnd(double, double) - Method in interface net.sf.latexdraw.glib.models.interfaces.IStandardGrid
 
setGridEndList(List<IPoint>) - Method in class net.sf.latexdraw.glib.models.impl.LGroup
 
setGridEndList(List<IPoint>) - Method in interface net.sf.latexdraw.glib.models.interfaces.IGroup
Sets the ending points of the grid shapes of the group.
setGridEndX(double) - Method in class net.sf.latexdraw.glib.models.impl.LAbstractGrid
 
setGridEndX(double) - Method in class net.sf.latexdraw.glib.models.impl.LGroup
 
setGridEndX(double) - Method in interface net.sf.latexdraw.glib.models.interfaces.IStandardGrid
 
setGridEndY(double) - Method in class net.sf.latexdraw.glib.models.impl.LAbstractGrid
 
setGridEndY(double) - Method in class net.sf.latexdraw.glib.models.impl.LGroup
 
setGridEndY(double) - Method in interface net.sf.latexdraw.glib.models.interfaces.IStandardGrid
 
setGridLabelsColour(Color) - Method in class net.sf.latexdraw.glib.models.impl.LGrid
 
setGridLabelsColour(Color) - Method in interface net.sf.latexdraw.glib.models.interfaces.IGrid
 
setGridLabelSizeList(List<Integer>) - Method in class net.sf.latexdraw.glib.models.impl.LGroup
 
setGridLabelSizeList(List<Integer>) - Method in interface net.sf.latexdraw.glib.models.interfaces.IGroup
Sets the size of the labels of the grid shapes of the group.
setGridOriginList(List<IPoint>) - Method in class net.sf.latexdraw.glib.models.impl.LGroup
 
setGridOriginList(List<IPoint>) - Method in interface net.sf.latexdraw.glib.models.interfaces.IGroup
Sets the origin points of the grid shapes of the group.
setGridSpacing(int) - Method in class net.sf.latexdraw.glib.ui.LMagneticGrid
 
setGridStart(double, double) - Method in class net.sf.latexdraw.glib.models.impl.LAbstractGrid
 
setGridStart(double, double) - Method in class net.sf.latexdraw.glib.models.impl.LGroup
 
setGridStart(double, double) - Method in interface net.sf.latexdraw.glib.models.interfaces.IStandardGrid
 
setGridStartList(List<IPoint>) - Method in class net.sf.latexdraw.glib.models.impl.LGroup
 
setGridStartList(List<IPoint>) - Method in interface net.sf.latexdraw.glib.models.interfaces.IGroup
Sets the starting points of the grid shapes of the group.
setGridStartX(double) - Method in class net.sf.latexdraw.glib.models.impl.LAbstractGrid
 
setGridStartX(double) - Method in class net.sf.latexdraw.glib.models.impl.LGroup
 
setGridStartX(double) - Method in interface net.sf.latexdraw.glib.models.interfaces.IStandardGrid
 
setGridStartY(double) - Method in class net.sf.latexdraw.glib.models.impl.LAbstractGrid
 
setGridStartY(double) - Method in class net.sf.latexdraw.glib.models.impl.LGroup
 
setGridStartY(double) - Method in interface net.sf.latexdraw.glib.models.interfaces.IStandardGrid
 
setGridWidth(double) - Method in class net.sf.latexdraw.glib.models.impl.LGrid
 
setGridWidth(double) - Method in interface net.sf.latexdraw.glib.models.interfaces.IGrid
 
setGridXLabelSouthList(List<Boolean>) - Method in class net.sf.latexdraw.glib.models.impl.LGroup
 
setGridXLabelSouthList(List<Boolean>) - Method in interface net.sf.latexdraw.glib.models.interfaces.IGroup
Sets the Y-coordinate of the labels of the grid contained by the group.
setGridYLabelWestList(List<Boolean>) - Method in class net.sf.latexdraw.glib.models.impl.LGroup
 
setGridYLabelWestList(List<Boolean>) - Method in interface net.sf.latexdraw.glib.models.interfaces.IGroup
Sets the X-coordinate of the labels of the grid contained by the group.
setGroup(IGroup) - Method in class net.sf.latexdraw.actions.ModifyShapeProperty
Sets the group of shapes to modify.
setHandler(ViewsSynchroniserHandler) - Method in class net.sf.latexdraw.glib.views.synchroniser.ViewsSynchroniser
 
setHasDbleBord(boolean) - Method in class net.sf.latexdraw.glib.models.impl.LGroup
 
setHasDbleBord(boolean) - Method in class net.sf.latexdraw.glib.models.impl.LShape
 
setHasDbleBord(boolean) - Method in interface net.sf.latexdraw.glib.models.interfaces.IShape
 
setHasDbleBordList(List<Boolean>) - Method in class net.sf.latexdraw.glib.models.impl.LGroup
 
setHasDbleBordList(List<Boolean>) - Method in interface net.sf.latexdraw.glib.models.interfaces.IGroup
Defines if the shapes of the group have double borders.
setHasShadow(boolean) - Method in class net.sf.latexdraw.glib.models.impl.LGroup
 
setHasShadow(boolean) - Method in class net.sf.latexdraw.glib.models.impl.LShape
 
setHasShadow(boolean) - Method in interface net.sf.latexdraw.glib.models.interfaces.IShape
 
setHasShadowList(List<Boolean>) - Method in class net.sf.latexdraw.glib.models.impl.LGroup
 
setHasShadowList(List<Boolean>) - Method in interface net.sf.latexdraw.glib.models.interfaces.IGroup
Defines if the shapes of the group have a shadow.
setHatchingsAngle(double) - Method in class net.sf.latexdraw.glib.models.impl.LGroup
 
setHatchingsAngle(double) - Method in class net.sf.latexdraw.glib.models.impl.LShape
 
setHatchingsAngle(double) - Method in interface net.sf.latexdraw.glib.models.interfaces.IShape
 
setHatchingsAngleList(List<Double>) - Method in class net.sf.latexdraw.glib.models.impl.LGroup
 
setHatchingsAngleList(List<Double>) - Method in interface net.sf.latexdraw.glib.models.interfaces.IGroup
Sets the hatchings angle of the shapes of the group.
setHatchingsCol(Color) - Method in class net.sf.latexdraw.glib.models.impl.LGroup
 
setHatchingsCol(Color) - Method in class net.sf.latexdraw.glib.models.impl.LShape
 
setHatchingsCol(Color) - Method in interface net.sf.latexdraw.glib.models.interfaces.IShape
 
setHatchingsColList(List<Color>) - Method in class net.sf.latexdraw.glib.models.impl.LGroup
 
setHatchingsColList(List<Color>) - Method in interface net.sf.latexdraw.glib.models.interfaces.IGroup
Sets the hatchings colour of the shapes of the group.
setHatchingsSep(double) - Method in class net.sf.latexdraw.glib.models.impl.LGroup
 
setHatchingsSep(double) - Method in class net.sf.latexdraw.glib.models.impl.LShape
 
setHatchingsSep(double) - Method in interface net.sf.latexdraw.glib.models.interfaces.IShape
 
setHatchingsSepList(List<Double>) - Method in class net.sf.latexdraw.glib.models.impl.LGroup
 
setHatchingsSepList(List<Double>) - Method in interface net.sf.latexdraw.glib.models.interfaces.IGroup
Sets the hatchings gap of the shapes of the group.
setHatchingsWidth(double) - Method in class net.sf.latexdraw.glib.models.impl.LGroup
 
setHatchingsWidth(double) - Method in class net.sf.latexdraw.glib.models.impl.LShape
 
setHatchingsWidth(double) - Method in interface net.sf.latexdraw.glib.models.interfaces.IShape
 
setHatchingsWidthList(List<Double>) - Method in class net.sf.latexdraw.glib.models.impl.LGroup
 
setHatchingsWidthList(List<Double>) - Method in interface net.sf.latexdraw.glib.models.interfaces.IGroup
Sets the hatchings width of the shapes of the group.
setHeight(double) - Method in class net.sf.latexdraw.glib.models.impl.LCircle
 
setHeight(double) - Method in class net.sf.latexdraw.glib.models.impl.LCircleArc
 
setHeight(double) - Method in class net.sf.latexdraw.glib.models.impl.LRectangularShape
 
setHeight(double) - Method in class net.sf.latexdraw.glib.models.impl.LSquare
 
setHeight(double) - Method in interface net.sf.latexdraw.glib.models.interfaces.IRectangularShape
Sets the height of the rectangle (the reference point is the bottom-left point of the rectangle).
setHid(int) - Method in class org.malai.interaction.Transition
 
setHid(int) - Method in interface org.malai.stateMachine.ITransition
 
setHideWidgets(boolean) - Method in class org.malai.action.library.ActivateInactivateInstruments
 
setIcon() - Method in class net.sf.latexdraw.ui.WidgetMiniToolbar
The icon of the button will be the red triangle.
setIcon(Icon) - Method in class net.sf.latexdraw.ui.WidgetMiniToolbar
 
setId(int) - Method in class net.sf.latexdraw.glib.models.impl.LShape
 
setId(int) - Method in interface net.sf.latexdraw.glib.models.interfaces.IShape
 
setIdAttribute(String, boolean) - Method in class net.sf.latexdraw.parsers.svg.SVGElement
 
setIdAttributeNode(Attr, boolean) - Method in class net.sf.latexdraw.parsers.svg.SVGElement
 
setIdAttributeNS(String, String, boolean) - Method in class net.sf.latexdraw.parsers.svg.SVGElement
 
setIncrement(IPoint) - Method in class net.sf.latexdraw.glib.models.impl.LAxes
 
setIncrement(IPoint) - Method in class net.sf.latexdraw.glib.models.impl.LGroup
 
setIncrement(IPoint) - Method in interface net.sf.latexdraw.glib.models.interfaces.IAxes
 
setIncrement(int) - Method in class org.malai.action.library.Scroll
Sets the increment.
setIncrementX(double) - Method in class net.sf.latexdraw.glib.models.impl.LAxes
 
setIncrementX(double) - Method in class net.sf.latexdraw.glib.models.impl.LGroup
 
setIncrementX(double) - Method in interface net.sf.latexdraw.glib.models.interfaces.IAxes
 
setIncrementY(double) - Method in class net.sf.latexdraw.glib.models.impl.LAxes
 
setIncrementY(double) - Method in class net.sf.latexdraw.glib.models.impl.LGroup
 
setIncrementY(double) - Method in interface net.sf.latexdraw.glib.models.interfaces.IAxes
 
setIndexPt(int) - Method in class net.sf.latexdraw.actions.MovePoint
 
setInstrument(Instrument) - Method in class org.malai.action.library.InstrumentAction
Sets the manipulated instrument.
setInterval(int) - Method in class net.sf.latexdraw.glib.models.impl.LFreehand
 
setInterval(int) - Method in interface net.sf.latexdraw.glib.models.interfaces.IFreehand
 
setIsClosed(boolean) - Method in class net.sf.latexdraw.glib.models.impl.LBezierCurve
 
setIsClosed(boolean) - Method in interface net.sf.latexdraw.glib.models.interfaces.IBezierCurve
Defines if the shape is closed.
setIsFirstCtrlPt(boolean) - Method in class net.sf.latexdraw.actions.MoveCtrlPoint
 
setKey(int) - Method in class org.malai.interaction.KeyboardTransition
Sets the pressed key.
setKeyHIDUsed(int) - Method in class org.malai.interaction.library.KeysScrolling
 
setLabel(String) - Method in class net.sf.latexdraw.glib.views.latex.LaTeXGenerator
 
setLabelGridElement(SVGElement) - Method in class net.sf.latexdraw.generators.svg.LGridSVGGenerator
Sets the label properties of a grid from an SVGElement.
setLabelsDisplayed(IAxes.PlottingStyle) - Method in class net.sf.latexdraw.glib.models.impl.LAxes
 
setLabelsDisplayed(IAxes.PlottingStyle) - Method in class net.sf.latexdraw.glib.models.impl.LGroup
 
setLabelsDisplayed(IAxes.PlottingStyle) - Method in interface net.sf.latexdraw.glib.models.interfaces.IAxes
 
setLabelsSize(int) - Method in class net.sf.latexdraw.glib.models.impl.LAbstractGrid
 
setLabelsSize(int) - Method in class net.sf.latexdraw.glib.models.impl.LGroup
 
setLabelsSize(int) - Method in interface net.sf.latexdraw.glib.models.interfaces.IStandardGrid
Defines the size of the labels.
setLastHIDUsed(int) - Method in class org.malai.interaction.Interaction
 
setLine(double, double, double, double) - Method in class net.sf.latexdraw.glib.models.impl.LLine
 
setLine(double, double, double, double) - Method in interface net.sf.latexdraw.glib.models.interfaces.ILine
Sets the position of the line.
setLineArc(double) - Method in class net.sf.latexdraw.glib.models.impl.LGroup
 
setLineArc(double) - Method in class net.sf.latexdraw.glib.models.impl.LRectangle
 
setLineArc(double) - Method in interface net.sf.latexdraw.glib.models.interfaces.ILineArcShape
 
setLineArcList(List<Double>) - Method in class net.sf.latexdraw.glib.models.impl.LGroup
 
setLineArcList(List<Double>) - Method in interface net.sf.latexdraw.glib.models.interfaces.IGroup
Sets the line arc value of the line-arcable shapes of the group.
setLineColour(IShape, String) - Static method in class net.sf.latexdraw.generators.svg.LShapeSVGGenerator
Sets the colour of the line of the shape with the given SVG stroke.
setLineColour(Color) - Method in class net.sf.latexdraw.glib.models.impl.LGroup
 
setLineColour(Color) - Method in class net.sf.latexdraw.glib.models.impl.LShape
 
setLineColour(Color) - Method in interface net.sf.latexdraw.glib.models.interfaces.IShape
 
setLineColourList(List<Color>) - Method in class net.sf.latexdraw.glib.models.impl.LGroup
 
setLineColourList(List<Color>) - Method in interface net.sf.latexdraw.glib.models.interfaces.IGroup
Sets the line colour of the shapes of the group.
setLinePosition(int) - Method in class net.sf.latexdraw.parsers.CodeParser
 
setLineStyle(IShape.LineStyle) - Method in class net.sf.latexdraw.glib.models.impl.LGroup
 
setLineStyle(IShape.LineStyle) - Method in class net.sf.latexdraw.glib.models.impl.LShape
 
setLineStyle(IShape.LineStyle) - Method in interface net.sf.latexdraw.glib.models.interfaces.IShape
 
setLineStyleList(List<IShape.LineStyle>) - Method in class net.sf.latexdraw.glib.models.impl.LGroup
 
setLineStyleList(List<IShape.LineStyle>) - Method in interface net.sf.latexdraw.glib.models.interfaces.IGroup
Sets the line style colour of the shapes of the group.
setList(ItemSelectable) - Method in class org.malai.interaction.ListTransition
Sets the modified list.
setLocation(int) - Method in class net.sf.latexdraw.ui.WidgetMiniToolbar
Sets the location of the mini toolbar.
setMagnetic(boolean) - Method in class net.sf.latexdraw.glib.ui.LMagneticGrid
 
setMainGridElement(SVGElement, String) - Method in class net.sf.latexdraw.generators.svg.LGridSVGGenerator
Sets the main grid properties of a grid from an SVGElement.
setMatrix(double, double, double, double, double, double) - Method in class net.sf.latexdraw.parsers.svg.SVGMatrix
Sets the matrix with the given values.
setMatrix(double, double, double, double, double, double) - Method in class net.sf.latexdraw.parsers.svg.SVGTransform
The transformation will be set by the given values.
setMaximumSafely(Comparable<?>) - Method in class org.malai.widget.MSpinner.MSpinnerNumberModel
Changes the upper bound for numbers in this sequence without firing any event (that may produce actions).
setMaxX(double) - Method in interface net.sf.latexdraw.glib.models.interfaces.IPlot
 
setMenuItem(JMenuItem) - Method in class org.malai.interaction.MenuItemTransition
Sets the menu item concerned by the transition.
setMinPoints(int) - Method in class org.malai.interaction.library.MultiClick
 
setMinumunSafely(Comparable<?>) - Method in class org.malai.widget.MSpinner.MSpinnerNumberModel
Changes the lower bound for numbers in this sequence without firing any event (that may produce actions).
setMinX(double) - Method in interface net.sf.latexdraw.glib.models.interfaces.IPlot
 
setModified(boolean) - Method in class net.sf.latexdraw.glib.models.impl.LGroup
 
setModified(boolean) - Method in class net.sf.latexdraw.glib.models.impl.LShape
 
setModified(boolean) - Method in class net.sf.latexdraw.glib.ui.LCanvas
 
setModified(boolean) - Method in class net.sf.latexdraw.glib.ui.LMagneticGrid
 
setModified(boolean) - Method in class net.sf.latexdraw.glib.views.latex.LaTeXGenerator
 
setModified(boolean) - Method in class net.sf.latexdraw.ui.LCodePanel
 
setModified(boolean) - Method in class org.malai.instrument.Instrument
 
setModified(boolean) - Method in class org.malai.presentation.Presentation
 
setModified(boolean) - Method in interface org.malai.properties.Modifiable
Sets the Modifiable object as modified.
setModified(boolean) - Method in class org.malai.ui.UI
 
setNamedItem(Node) - Method in class net.sf.latexdraw.parsers.svg.SVGNamedNodeMap
 
setNamedItemNS(Node) - Method in class net.sf.latexdraw.parsers.svg.SVGNamedNodeMap
 
setNbPoints(int) - Method in interface net.sf.latexdraw.glib.models.interfaces.IPlot
 
setNewCoord(IPoint) - Method in class net.sf.latexdraw.actions.MovePoint
 
setNewId() - Method in class net.sf.latexdraw.glib.models.impl.LShape
 
setNewId() - Method in interface net.sf.latexdraw.glib.models.interfaces.IShape
Defines a new unique ID to the shape.
setNewX(double) - Method in class net.sf.latexdraw.actions.ScaleShapes
 
setNewY(double) - Method in class net.sf.latexdraw.actions.ScaleShapes
 
setNodeName(String) - Method in class net.sf.latexdraw.parsers.svg.SVGElement
Sets the name of the SVG element.
setNodeValue(String) - Method in class net.sf.latexdraw.parsers.svg.SVGAttr
 
setNodeValue(String) - Method in class net.sf.latexdraw.parsers.svg.SVGDocument
 
setNodeValue(String) - Method in class net.sf.latexdraw.parsers.svg.SVGElement
 
setNotifier(ErrorNotifier) - Method in class org.malai.error.ErrorCatcher
Sets the notifier that will be notified about Malai errors.
setNumber(SVGGElement) - Method in class net.sf.latexdraw.generators.svg.LShapeSVGGenerator
Sets the ID of the figure according to the ID attribute of the SVGGElement, or an increment of meter if a problem occur.
setOpacity(int) - Method in class net.sf.latexdraw.glib.handlers.Handler
 
setOpacity(int) - Method in interface net.sf.latexdraw.glib.handlers.IHandler
 
setOpacity(double) - Method in class net.sf.latexdraw.glib.models.impl.LShape
 
setOpacity(double) - Method in interface net.sf.latexdraw.glib.models.interfaces.IShape
 
setOpen(boolean) - Method in class net.sf.latexdraw.glib.models.impl.LFreehand
 
setOpen(boolean) - Method in interface net.sf.latexdraw.glib.models.interfaces.IFreehand
 
setOpenSaveManager(ISOpenSaver) - Method in class org.malai.action.library.IOAction
 
setOrigin(double, double) - Method in class net.sf.latexdraw.glib.models.impl.LAbstractGrid
 
setOrigin(double, double) - Method in class net.sf.latexdraw.glib.models.impl.LGroup
 
setOrigin(double, double) - Method in interface net.sf.latexdraw.glib.models.interfaces.IStandardGrid
 
setOriginX(double) - Method in class net.sf.latexdraw.glib.models.impl.LAbstractGrid
 
setOriginX(double) - Method in class net.sf.latexdraw.glib.models.impl.LGroup
 
setOriginX(double) - Method in interface net.sf.latexdraw.glib.models.interfaces.IStandardGrid
 
setOriginY(double) - Method in class net.sf.latexdraw.glib.models.impl.LAbstractGrid
 
setOriginY(double) - Method in class net.sf.latexdraw.glib.models.impl.LGroup
 
setOriginY(double) - Method in interface net.sf.latexdraw.glib.models.interfaces.IStandardGrid
 
setOwnerDocument(SVGDocument) - Method in class net.sf.latexdraw.parsers.svg.SVGElement
Sets the owner document of the node.
setP1(IPoint) - Method in class net.sf.latexdraw.glib.models.impl.LLine
 
setP1(double, double) - Method in class net.sf.latexdraw.glib.models.impl.LLine
 
setP1(IPoint) - Method in interface net.sf.latexdraw.glib.models.interfaces.ILine
Sets the first point.
setP1(double, double) - Method in interface net.sf.latexdraw.glib.models.interfaces.ILine
Sets the coordinates of the first point.
setP2(IPoint) - Method in class net.sf.latexdraw.glib.models.impl.LLine
 
setP2(double, double) - Method in class net.sf.latexdraw.glib.models.impl.LLine
 
setP2(IPoint) - Method in interface net.sf.latexdraw.glib.models.interfaces.ILine
Sets the second point.
setP2(double, double) - Method in interface net.sf.latexdraw.glib.models.interfaces.ILine
Sets the coordinates of the second point.
setPackages(String) - Static method in class net.sf.latexdraw.glib.views.latex.LaTeXGenerator
 
setPackages(String) - Method in class net.sf.latexdraw.instruments.Exporter
 
setPaint(Paint) - Method in class net.sf.latexdraw.parsers.svg.parsers.Graphics2D2SVG
 
setPaintMode() - Method in class net.sf.latexdraw.parsers.svg.parsers.Graphics2D2SVG
 
setPanel(MPanel) - Method in class org.malai.action.library.Scroll
Sets the panel that contains the scroller.
setParent(SVGElement) - Method in class net.sf.latexdraw.parsers.svg.SVGElement
 
setPath(SVGPathSegList) - Method in class net.sf.latexdraw.generators.svg.LBezierCurveSVGGenerator
Sets the shape path according to the given SVG path segments.
setPath(boolean) - Method in class net.sf.latexdraw.glib.views.Java2D.impl.LBezierCurveView
 
setPath() - Method in class net.sf.latexdraw.glib.views.Java2D.impl.LFreeHandView
Updates the Swing path of the freehand shape.
setPath(boolean) - Method in class net.sf.latexdraw.glib.views.Java2D.impl.LModifiablePointsShapeView
Update the path of the multi-point shape.
setPathAsterisk() - Method in class net.sf.latexdraw.glib.views.Java2D.impl.LDotView
 
setPathBar() - Method in class net.sf.latexdraw.glib.views.Java2D.impl.LDotView
 
setPathCurves() - Method in class net.sf.latexdraw.glib.views.Java2D.impl.LFreeHandView
Fills the path of curves.
setPathData(SVGPathSegList) - Method in class net.sf.latexdraw.parsers.svg.SVGPathElement
Sets the path data.
setPathDiamond() - Method in class net.sf.latexdraw.glib.views.Java2D.impl.LDotView
Creates a diamond (one of the possibles shapes of a dot).
setPathExport(String) - Method in class net.sf.latexdraw.instruments.Exporter
 
setPathLines() - Method in class net.sf.latexdraw.glib.views.Java2D.impl.LFreeHandView
Fills the path of lines.
setPathO() - Method in class net.sf.latexdraw.glib.views.Java2D.impl.LDotView
 
setPathOLikeDot(double) - Method in class net.sf.latexdraw.glib.views.Java2D.impl.LDotView
 
setPathOPlus() - Method in class net.sf.latexdraw.glib.views.Java2D.impl.LDotView
 
setPathOTime() - Method in class net.sf.latexdraw.glib.views.Java2D.impl.LDotView
 
setPathPentagon() - Method in class net.sf.latexdraw.glib.views.Java2D.impl.LDotView
Creates a pentagon (one of the possibles shapes of a dot)
setPathPlus() - Method in class net.sf.latexdraw.glib.views.Java2D.impl.LDotView
 
setPathSave(String) - Method in class net.sf.latexdraw.instruments.FileLoaderSaver
Sets the path where documents are saved.
setPathSource(String) - Method in class net.sf.latexdraw.glib.models.impl.LPicture
 
setPathSource(String) - Method in interface net.sf.latexdraw.glib.models.interfaces.IPicture
Sets the new picture.
setPathSquare() - Method in class net.sf.latexdraw.glib.views.Java2D.impl.LDotView
 
setPathTriangle() - Method in class net.sf.latexdraw.glib.views.Java2D.impl.LDotView
Creates a triangle (one of the possibles shapes of a dot).
setPathX() - Method in class net.sf.latexdraw.glib.views.Java2D.impl.LDotView
 
setPencil(Pencil) - Method in class net.sf.latexdraw.actions.ModifyPencilParameter
Defines the pencil to modify.
setPencil(Pencil) - Method in class net.sf.latexdraw.actions.ModifyPencilStyle
Sets the pencil to parameterise.
setPencil(Pencil) - Method in class net.sf.latexdraw.instruments.TextSetter
 
setPoint(double, double) - Method in class net.sf.latexdraw.glib.handlers.Handler
Changes the centre of the handler and updates the shape.
setPoint(double, double) - Method in interface net.sf.latexdraw.glib.handlers.IHandler
Changes the centre of the handler and updates the shape.
setPoint(double, double, int) - Method in class net.sf.latexdraw.glib.models.impl.LAbstractCtrlPointShape
 
setPoint(IPoint, int) - Method in class net.sf.latexdraw.glib.models.impl.LModifiablePointsShape
 
setPoint(double, double, int) - Method in class net.sf.latexdraw.glib.models.impl.LModifiablePointsShape
 
setPoint(double, double) - Method in class net.sf.latexdraw.glib.models.impl.LPoint
 
setPoint(IPoint) - Method in class net.sf.latexdraw.glib.models.impl.LPoint
 
setPoint(IPoint, int) - Method in interface net.sf.latexdraw.glib.models.interfaces.IModifiablePointsShape
Sets the point at the given position to the given coordinate.
setPoint(double, double, int) - Method in interface net.sf.latexdraw.glib.models.interfaces.IModifiablePointsShape
Sets the point at the given position to the given coordinate.
setPoint(IPoint) - Method in interface net.sf.latexdraw.glib.models.interfaces.IPoint
Changes the coordinates of the point.
setPoint(double, double) - Method in interface net.sf.latexdraw.glib.models.interfaces.IPoint
Sets the coordinates of the point.
setPoint2D(Point2D) - Method in class net.sf.latexdraw.glib.models.impl.LPoint
 
setPoint2D(Point2D) - Method in interface net.sf.latexdraw.glib.models.interfaces.IPoint
Defines the current point using the given point.
setPoints(String) - Method in class net.sf.latexdraw.parsers.svg.AbstractPointsElement
Parses and sets the points to the element.
setPopupMenu(MPopupMenu) - Method in class org.malai.action.library.ShowPopupMenu
 
setPosition(IPoint) - Method in class net.sf.latexdraw.glib.models.impl.LGroup
 
setPosition(double, double) - Method in class net.sf.latexdraw.glib.models.impl.LGroup
 
setPosition(IPoint) - Method in class net.sf.latexdraw.glib.models.impl.LPositionShape
 
setPosition(double, double) - Method in class net.sf.latexdraw.glib.models.impl.LPositionShape
 
setPosition(IPoint) - Method in interface net.sf.latexdraw.glib.models.interfaces.IPositionShape
Sets the position of the shape (the bottom-left point of the shape).
setPosition(double, double) - Method in interface net.sf.latexdraw.glib.models.interfaces.IPositionShape
Sets the position of the shape (the bottom-left point of the shape).
setPosition(int) - Method in class net.sf.latexdraw.parsers.CodeParser
 
setPositionHoriCentre(boolean) - Method in class net.sf.latexdraw.glib.views.latex.LaTeXGenerator
 
setPositionVertToken(LaTeXGenerator.VerticalPosition) - Method in class net.sf.latexdraw.glib.views.latex.LaTeXGenerator
 
setPrefix(String) - Method in class net.sf.latexdraw.parsers.svg.SVGAttr
 
setPrefix(String) - Method in class net.sf.latexdraw.parsers.svg.SVGDocument
 
setPrefix(String) - Method in class net.sf.latexdraw.parsers.svg.SVGElement
 
setPrefSetter(PreferencesSetter) - Method in class net.sf.latexdraw.actions.NewDrawing
 
setPrefSetter(PreferencesSetter) - Method in class net.sf.latexdraw.actions.SaveDrawing
 
setPressed(boolean) - Method in class org.malai.interaction.MoveTransition
Defines if a button is pressed while the pointing device is moving.
setProgressBar(MProgressBar) - Method in class org.malai.action.library.IOAction
 
setProperty(ModifyLatexProperties.LatexProperties) - Method in class net.sf.latexdraw.actions.ModifyLatexProperties
 
setProperty(ModifyMagneticGrid.GridProperties) - Method in class net.sf.latexdraw.actions.ModifyMagneticGrid
 
setProperty(ShapeProperties) - Method in class net.sf.latexdraw.actions.ShapePropertyAction
Defines the property to modify
setProperty(JSpinner, ShapeFillingCustomiser, ShapePropertyAction) - Static method in class net.sf.latexdraw.instruments.Spinner2SelectionFilling
 
setPropertyValue(IGroup, Object) - Method in enum net.sf.latexdraw.actions.ShapeProperties
Sets the given value of the property to the given group.
setPropertyValueList(IGroup, List<?>) - Method in enum net.sf.latexdraw.actions.ShapeProperties
Sets the given values of the property to the given group.
setPx(double) - Method in class org.malai.action.library.PositionAction
 
setPy(double) - Method in class org.malai.action.library.PositionAction
 
setR(double) - Method in class net.sf.latexdraw.parsers.svg.SVGCircleElement
Sets the radius of the circle.
setRadius(double) - Method in class net.sf.latexdraw.glib.models.impl.LDot
 
setRadius(double) - Method in class net.sf.latexdraw.glib.models.impl.LGroup
 
setRadius(double) - Method in interface net.sf.latexdraw.glib.models.interfaces.Dottable
Defines the radius of the dot.
setRBracketNum(double) - Method in class net.sf.latexdraw.glib.models.impl.LArrow
 
setRBracketNum(double) - Method in class net.sf.latexdraw.glib.models.impl.LGroup
 
setRBracketNum(double) - Method in class net.sf.latexdraw.glib.models.impl.LShape
 
setRBracketNum(double) - Method in interface net.sf.latexdraw.glib.models.interfaces.IArrowable
Sets the latex parameter rbracket num.
setRectangularShape(Path2D, double, double, double, double) - Method in class net.sf.latexdraw.glib.views.Java2D.impl.LArcView
 
setRectangularShape(Path2D, double, double, double, double) - Method in class net.sf.latexdraw.glib.views.Java2D.impl.LEllipseView
 
setRectangularShape(Path2D, double, double, double, double) - Method in class net.sf.latexdraw.glib.views.Java2D.impl.LRectangleView
 
setRectangularShape(Path2D, double, double, double, double) - Method in class net.sf.latexdraw.glib.views.Java2D.impl.LRectangularView
Creates a rectangular shape in the given path using the given information.
setRectangularShape(Path2D, double, double, double, double) - Method in class net.sf.latexdraw.glib.views.Java2D.impl.LRhombusView
 
setRectangularShape(Path2D, double, double, double, double) - Method in class net.sf.latexdraw.glib.views.Java2D.impl.LTriangleView
 
setRefPosition(IShape.Position) - Method in class net.sf.latexdraw.actions.ScaleShapes
 
setRelative(boolean) - Method in class net.sf.latexdraw.parsers.svg.path.SVGPathSeg
 
setRelativePoint(IPoint) - Method in class net.sf.latexdraw.actions.InitTextSetter
 
setRelativePoint(IPoint) - Method in class net.sf.latexdraw.instruments.TextSetter
 
setRendering(Object) - Method in interface net.sf.latexdraw.glib.ui.ICanvas
Sets the rendering value.
setRendering(Object) - Method in class net.sf.latexdraw.glib.ui.LCanvas
 
setRenderingHint(RenderingHints.Key, Object) - Method in class net.sf.latexdraw.parsers.svg.parsers.Graphics2D2SVG
 
setRenderingHints(Map<?, ?>) - Method in class net.sf.latexdraw.parsers.svg.parsers.Graphics2D2SVG
 
setRotate(double, double, double) - Method in class net.sf.latexdraw.parsers.svg.SVGTransform
The transformation will be a rotation form the origin.
setRotationAngle(double) - Method in class net.sf.latexdraw.actions.RotateShapes
 
setRotationAngle(double) - Method in class net.sf.latexdraw.glib.models.impl.LGroup
 
setRotationAngle(double) - Method in class net.sf.latexdraw.glib.models.impl.LShape
 
setRotationAngle(double) - Method in interface net.sf.latexdraw.glib.models.interfaces.IShape
 
setRotationAngleList(List<Double>) - Method in class net.sf.latexdraw.glib.models.impl.LGroup
 
setRotationAngleList(List<Double>) - Method in interface net.sf.latexdraw.glib.models.interfaces.IGroup
Sets the rotation angle of the shapes of the group.
setRuler(ScaleRuler) - Method in class net.sf.latexdraw.actions.ShowHideScaleRuler
 
setRx(double) - Method in class net.sf.latexdraw.glib.models.impl.LCircle
 
setRx(double) - Method in class net.sf.latexdraw.glib.models.impl.LEllipse
 
setRx(double) - Method in interface net.sf.latexdraw.glib.models.interfaces.IEllipse
Sets the x radius of the ellipse.
setRy(double) - Method in class net.sf.latexdraw.glib.models.impl.LCircle
 
setRy(double) - Method in class net.sf.latexdraw.glib.models.impl.LEllipse
 
setRy(double) - Method in interface net.sf.latexdraw.glib.models.interfaces.IEllipse
Sets the y radius of the ellipse.
setSaveAs(boolean) - Method in class net.sf.latexdraw.actions.SaveDrawing
 
setSaveOnClose(boolean) - Method in class net.sf.latexdraw.actions.SaveDrawing
 
setScale(double, double) - Method in class net.sf.latexdraw.parsers.svg.SVGTransform
The transformation will be a scaling.
setSelected(boolean) - Method in class net.sf.latexdraw.ui.WidgetMiniToolbar
 
setSelectedItemSafely(Object) - Method in class org.malai.widget.MComboBox
Idem than method setSelectedItem(value) but here the SwingEventManager listener is removed from the combobox before the setting to avoid any unexpected behaviour.
setSelection(SelectShapes) - Method in class net.sf.latexdraw.actions.CopyShapes
 
setSelection(IShape) - Method in class net.sf.latexdraw.glib.models.impl.LDrawing
 
setSelection(List<IShape>) - Method in class net.sf.latexdraw.glib.models.impl.LDrawing
 
setSelection(IShape) - Method in interface net.sf.latexdraw.glib.models.interfaces.IDrawing
Selects the given shape and unselect the already selected shapes.
setSelection(List<IShape>) - Method in interface net.sf.latexdraw.glib.models.interfaces.IDrawing
Selects the given shapes and unselect the already selected shapes.
setSetter(PreferencesSetter) - Method in class net.sf.latexdraw.actions.WritePreferences
 
setShadowAngle(double) - Method in class net.sf.latexdraw.glib.models.impl.LGroup
 
setShadowAngle(double) - Method in class net.sf.latexdraw.glib.models.impl.LShape
 
setShadowAngle(double) - Method in interface net.sf.latexdraw.glib.models.interfaces.IShape
 
setShadowAngleList(List<Double>) - Method in class net.sf.latexdraw.glib.models.impl.LGroup
 
setShadowAngleList(List<Double>) - Method in interface net.sf.latexdraw.glib.models.interfaces.IGroup
Sets the shadow angles of the shapes of the group.
setShadowCol(Color) - Method in class net.sf.latexdraw.glib.models.impl.LGroup
 
setShadowCol(Color) - Method in class net.sf.latexdraw.glib.models.impl.LShape
 
setShadowCol(Color) - Method in interface net.sf.latexdraw.glib.models.interfaces.IShape
 
setShadowColList(List<Color>) - Method in class net.sf.latexdraw.glib.models.impl.LGroup
 
setShadowColList(List<Color>) - Method in interface net.sf.latexdraw.glib.models.interfaces.IGroup
Sets the shadow colour of the shapes of the group.
setShadowSize(double) - Method in class net.sf.latexdraw.glib.models.impl.LGroup
 
setShadowSize(double) - Method in class net.sf.latexdraw.glib.models.impl.LShape
 
setShadowSize(double) - Method in interface net.sf.latexdraw.glib.models.interfaces.IShape
 
setShadowSizeList(List<Double>) - Method in class net.sf.latexdraw.glib.models.impl.LGroup
 
setShadowSizeList(List<Double>) - Method in interface net.sf.latexdraw.glib.models.interfaces.IGroup
Sets the shadow sizes of the shapes of the group.
setShape(IControlPointShape) - Method in class net.sf.latexdraw.actions.MoveCtrlPoint
 
setShape(IModifiablePointsShape) - Method in class net.sf.latexdraw.actions.MovePointShape
 
setShape(IShape) - Method in class net.sf.latexdraw.actions.MultiShapesAction
Sets the shape to handle.
setShape(IGroup) - Method in class net.sf.latexdraw.actions.ScaleShapes
 
setShape(T) - Method in class net.sf.latexdraw.actions.ShapeAction
Sets the shape to add.
setShape(IShape) - Method in class net.sf.latexdraw.glib.models.impl.LArrow
 
setShape(IShape) - Method in interface net.sf.latexdraw.glib.models.interfaces.IArrow
Defines the shape that contains the arrow.
setShape(S) - Method in class net.sf.latexdraw.parsers.svg.parsers.Shape2D2SVG
 
setShapeAttributes(SVGElement, boolean, boolean) - Method in class net.sf.latexdraw.parsers.svg.parsers.Graphics2D2SVG
Sets the current stroke, colour, etc. to the given SVG element.
setShapeDash(SVGElement, float[]) - Method in class net.sf.latexdraw.parsers.svg.parsers.Graphics2D2SVG
Sets the dashes of the given SVG element.
setShapeLineCap(SVGElement, int) - Method in class net.sf.latexdraw.parsers.svg.parsers.Graphics2D2SVG
Sets the line cap of the given SVG element.
setShapeLineJoin(SVGElement, int) - Method in class net.sf.latexdraw.parsers.svg.parsers.Graphics2D2SVG
Sets the line join of the given SVG element.
setShapeParameters(IShape) - Method in class net.sf.latexdraw.instruments.Pencil
Configures the given shape with the parameters (e.g. thickness, colours, etc.) of the pencil.
setShapeStroke(SVGElement) - Method in class net.sf.latexdraw.parsers.svg.parsers.Graphics2D2SVG
Sets the current stroke to the given SVG element.
setShowOrigin(boolean) - Method in class net.sf.latexdraw.glib.models.impl.LAxes
 
setShowOrigin(boolean) - Method in class net.sf.latexdraw.glib.models.impl.LGroup
 
setShowOrigin(boolean) - Method in interface net.sf.latexdraw.glib.models.interfaces.IAxes
 
setShowPts(boolean) - Method in class net.sf.latexdraw.glib.models.impl.LShape
 
setShowPts(boolean) - Method in interface net.sf.latexdraw.glib.models.interfaces.IShape
 
setSize(double) - Method in class net.sf.latexdraw.glib.handlers.Handler
Sets the width of the handler and updates the shape.
setSize(double) - Method in interface net.sf.latexdraw.glib.handlers.IHandler
Sets the width of the handler.
setSize(int, int) - Method in class net.sf.latexdraw.glib.ui.LMagneticGrid
Sets the size of the magnetic grid.
setSizeMax(int) - Method in class org.malai.action.ActionsRegistry
 
setSizeMax(int) - Method in class org.malai.undo.UndoCollector
 
setSkewX(double) - Method in class net.sf.latexdraw.parsers.svg.SVGTransform
The transformation will be a X skew.
setSkewY(double) - Method in class net.sf.latexdraw.parsers.svg.SVGTransform
The transformation will be a Y skew.
setSource(Object) - Method in class org.malai.interaction.KeyboardTransition
 
setSource(Object) - Method in class org.malai.interaction.PointingDeviceTransition
Sets the object picked at the position (x, y).
setSpinner(JSpinner) - Method in class org.malai.interaction.SpinnerTransition
Sets the modified spinner.
setStateMachine(IStateMachine) - Method in class org.malai.interaction.State
 
setStateMachine(IStateMachine) - Method in interface org.malai.stateMachine.IState
Sets the state machine of the state.
setStatusWidget(Object) - Method in class org.malai.action.library.IOAction
 
setStrictErrorChecking(boolean) - Method in class net.sf.latexdraw.parsers.svg.SVGDocument
 
setStroke(Stroke) - Method in class net.sf.latexdraw.parsers.svg.parsers.Graphics2D2SVG
 
setStroke(Color) - Method in class net.sf.latexdraw.parsers.svg.SVGElement
Sets The colour of the stroke.
setStrokeDashArray(String) - Method in class net.sf.latexdraw.parsers.svg.SVGElement
Sets the dash array of the stroke.
setStrokeDashOffset(double) - Method in class net.sf.latexdraw.parsers.svg.SVGElement
Sets the dash offset of the stroke.
setStrokeLineCap(String) - Method in class net.sf.latexdraw.parsers.svg.SVGElement
Sets the line cap of the stroke of the SVG shape.
setStrokeLineJoin(String) - Method in class net.sf.latexdraw.parsers.svg.SVGElement
Sets the line join of the stroke of the SVG shape.
setStrokeMiterLevel(double) - Method in class net.sf.latexdraw.parsers.svg.SVGElement
Sets the miter level of the stroke.
setStrokeWidth(double) - Method in class net.sf.latexdraw.parsers.svg.SVGElement
Sets the stroke width of the SVG shape.
setStyle(ICurve.CurveStyle) - Method in interface net.sf.latexdraw.glib.models.interfaces.ICurve
 
setStyle(LMagneticGrid.GridStyle) - Method in class net.sf.latexdraw.glib.ui.LMagneticGrid
 
setSubGridColour(Color) - Method in class net.sf.latexdraw.glib.models.impl.LGrid
 
setSubGridColour(Color) - Method in interface net.sf.latexdraw.glib.models.interfaces.IGrid
 
setSubGridDiv(int) - Method in class net.sf.latexdraw.glib.models.impl.LGrid
 
setSubGridDiv(int) - Method in interface net.sf.latexdraw.glib.models.interfaces.IGrid
 
setSubGridDots(int) - Method in class net.sf.latexdraw.glib.models.impl.LGrid
 
setSubGridDots(int) - Method in interface net.sf.latexdraw.glib.models.interfaces.IGrid
 
setSubGridElement(SVGElement, String) - Method in class net.sf.latexdraw.generators.svg.LGridSVGGenerator
Sets the sub-grid properties of a grid from an SVGElement.
setSubGridWidth(double) - Method in class net.sf.latexdraw.glib.models.impl.LGrid
 
setSubGridWidth(double) - Method in interface net.sf.latexdraw.glib.models.interfaces.IGrid
 
setSVGArrow(SVGElement, int, boolean, SVGDocument, SVGDefsElement) - Method in class net.sf.latexdraw.generators.svg.LShapeSVGGenerator
 
setSVGArrow(IArrow, String, SVGElement) - Method in class net.sf.latexdraw.generators.svg.LShapeSVGGenerator
Sets the given arrow head using the SVG arrow with the ID arrowID
setSVGAttributes(SVGDocument, SVGElement, boolean) - Method in class net.sf.latexdraw.generators.svg.LShapeSVGGenerator
Sets the SVG attribute of the current figure.
setSVGBorderBackground(SVGElement, SVGElement) - Method in class net.sf.latexdraw.generators.svg.LShapeSVGGenerator
When a shape has a shadow and is filled, the background of its borders must be filled with the colour of the interior of the shape.
setSVGDbleBordersParameters(SVGElement) - Method in class net.sf.latexdraw.generators.svg.LShapeSVGGenerator
Sets the double borders parameters of the figure by using an SVG element.
setSVGDoubleBordersAttributes(Element) - Method in class net.sf.latexdraw.generators.svg.LShapeSVGGenerator
Sets the double borders parameters to the given SVG element if the current figure has double borders.
setSVGLatexdrawParameters(SVGElement) - Method in class net.sf.latexdraw.generators.svg.LShapeSVGGenerator
 
setSVGModifiablePointsParameters(AbstractPointsElement) - Method in class net.sf.latexdraw.generators.svg.LModifiablePointsGenerator
Sets the latexdraw polygon using the given SVG element that contains points.
setSVGParameters(SVGElement) - Method in class net.sf.latexdraw.generators.svg.LShapeSVGGenerator
Sets the global parameters of the figure by using an SVG element.
setSVGRectParameters(SVGRectElement) - Method in class net.sf.latexdraw.generators.svg.LRectangleSVGGenerator
Sets the parameters of the latexdraw rectangle using the given SVG rectangle.
setSVGRotationAttribute(Element) - Method in class net.sf.latexdraw.generators.svg.LShapeSVGGenerator
 
setSVGRoundCorner(SVGElement) - Method in class net.sf.latexdraw.generators.svg.LRectangleSVGGenerator
Sets the roundness of the SVG shape.
setSVGShadowAttributes(Element, boolean) - Method in class net.sf.latexdraw.generators.svg.LShapeSVGGenerator
 
setSVGShadowParameters(SVGElement) - Method in class net.sf.latexdraw.generators.svg.LShapeSVGGenerator
Sets the shadow parameters of the figure by using an SVG element having "type:shadow".
setTabbedPane(JTabbedPane) - Method in class org.malai.interaction.TabSelectedTransition
 
setTBarSizeDim(double) - Method in class net.sf.latexdraw.glib.models.impl.LArrow
 
setTBarSizeDim(double) - Method in class net.sf.latexdraw.glib.models.impl.LGroup
 
setTBarSizeDim(double) - Method in class net.sf.latexdraw.glib.models.impl.LShape
 
setTBarSizeDim(double) - Method in interface net.sf.latexdraw.glib.models.interfaces.IArrowable
Sets the latex parameter tbarsize num.
setTBarSizeNum(double) - Method in class net.sf.latexdraw.glib.models.impl.LArrow
 
setTBarSizeNum(double) - Method in class net.sf.latexdraw.glib.models.impl.LGroup
 
setTBarSizeNum(double) - Method in class net.sf.latexdraw.glib.models.impl.LShape
 
setTBarSizeNum(double) - Method in interface net.sf.latexdraw.glib.models.interfaces.IArrowable
Sets the latex parameter tbarsize num.
setTempShape(IShape) - Method in class net.sf.latexdraw.glib.models.impl.LDrawing
 
setTempShape(IShape) - Method in interface net.sf.latexdraw.glib.models.interfaces.IDrawing
Sets the temporary shape.
setTempUserSelectionBorder(Rectangle2D) - Method in interface net.sf.latexdraw.glib.ui.ICanvas
Sets the rectangle corresponding to the rectangle that performs users to select shapes.
setTempUserSelectionBorder(Rectangle2D) - Method in class net.sf.latexdraw.glib.ui.LCanvas
 
setTempView(IViewShape) - Method in interface net.sf.latexdraw.glib.ui.ICanvas
Sets the temporary view.
setTempView(IViewShape) - Method in class net.sf.latexdraw.glib.ui.LCanvas
 
setter - Variable in class net.sf.latexdraw.actions.InitTextSetter
The text setter to move.
setter - Variable in class net.sf.latexdraw.actions.WritePreferences
The setter that sets the preferences.
setText(String) - Method in class net.sf.latexdraw.actions.InitTextSetter
Sets the text to display into the text setter.
setText(String) - Method in class net.sf.latexdraw.glib.models.impl.LGroup
 
setText(String) - Method in class net.sf.latexdraw.glib.models.impl.LText
 
setText(String) - Method in interface net.sf.latexdraw.glib.models.interfaces.IText
 
setText(IText) - Method in class net.sf.latexdraw.instruments.TextSetter
Sets the text to modify throw this instrument.
setText(String) - Method in class net.sf.latexdraw.ui.TextAreaAutoSize
 
setText(String) - Method in class org.malai.interaction.TextChangedTransition
Sets the modified text.
setTextComp(JTextComponent) - Method in class org.malai.interaction.TextChangedTransition
Sets the modified text field.
setTextContent(String) - Method in class net.sf.latexdraw.parsers.svg.SVGAttr
 
setTextContent(String) - Method in class net.sf.latexdraw.parsers.svg.SVGDocument
 
setTextContent(String) - Method in class net.sf.latexdraw.parsers.svg.SVGElement
 
setTextList(List<String>) - Method in class net.sf.latexdraw.glib.models.impl.LGroup
 
setTextList(List<String>) - Method in interface net.sf.latexdraw.glib.models.interfaces.IGroup
Sets the text content of the text shapes of the group.
setTextPosition(IText.TextPosition) - Method in class net.sf.latexdraw.glib.models.impl.LGroup
 
setTextPosition(IText.TextPosition) - Method in class net.sf.latexdraw.glib.models.impl.LText
 
setTextPosition(IText.TextPosition) - Method in interface net.sf.latexdraw.glib.models.interfaces.IText
Sets the text position of the text.
setTextPositionList(List<IText.TextPosition>) - Method in class net.sf.latexdraw.glib.models.impl.LGroup
 
setTextPositionList(List<IText.TextPosition>) - Method in interface net.sf.latexdraw.glib.models.interfaces.IGroup
Sets the text position of the text shapes of the group.
setTextSetter(TextSetter) - Method in class net.sf.latexdraw.actions.InitTextSetter
 
setTextShape(IText) - Method in class net.sf.latexdraw.actions.InitTextSetter
Sets the text shape to modify.
setTextToEditorPane(JEditorPane, String) - Method in class net.sf.latexdraw.ui.dialog.AboutDialogueBox
Read a text file using the utf-8 encoding and sets it to the given editor panel.
setTheme() - Method in class net.sf.latexdraw.util.Theme
Sets the current look and feel.
setThickness(IShape, String, String) - Static method in class net.sf.latexdraw.generators.svg.LShapeSVGGenerator
Sets the thickness of the given figure with the given SVG stroke-width.
setThickness(SVGElement, double, boolean, double) - Static method in class net.sf.latexdraw.generators.svg.LShapeSVGGenerator
Sets the given thickness to the given SVG element.
setThickness(double) - Method in class net.sf.latexdraw.glib.models.impl.LGroup
 
setThickness(double) - Method in class net.sf.latexdraw.glib.models.impl.LShape
 
setThickness(double) - Method in interface net.sf.latexdraw.glib.models.interfaces.IShape
 
setThicknessList(List<Double>) - Method in class net.sf.latexdraw.glib.models.impl.LGroup
 
setThicknessList(List<Double>) - Method in interface net.sf.latexdraw.glib.models.interfaces.IGroup
Sets the thickness of the shapes of the group.
setTicksDisplayed(IAxes.PlottingStyle) - Method in class net.sf.latexdraw.glib.models.impl.LAxes
 
setTicksDisplayed(IAxes.PlottingStyle) - Method in class net.sf.latexdraw.glib.models.impl.LGroup
 
setTicksDisplayed(IAxes.PlottingStyle) - Method in interface net.sf.latexdraw.glib.models.interfaces.IAxes
 
setTicksSize(double) - Method in class net.sf.latexdraw.glib.models.impl.LAxes
 
setTicksSize(double) - Method in class net.sf.latexdraw.glib.models.impl.LGroup
 
setTicksSize(double) - Method in interface net.sf.latexdraw.glib.models.interfaces.IAxes
 
setTicksStyle(IAxes.TicksStyle) - Method in class net.sf.latexdraw.glib.models.impl.LAxes
 
setTicksStyle(IAxes.TicksStyle) - Method in class net.sf.latexdraw.glib.models.impl.LGroup
 
setTicksStyle(IAxes.TicksStyle) - Method in interface net.sf.latexdraw.glib.models.interfaces.IAxes
 
setTimeout(int) - Method in class org.malai.interaction.library.KeysTyped
 
setTimeout(int) - Method in class org.malai.interaction.TimeoutTransition
 
setTransform(AffineTransform) - Method in class net.sf.latexdraw.parsers.svg.parsers.Graphics2D2SVG
 
setTransformation(String) - Method in class net.sf.latexdraw.parsers.svg.SVGElement
Sets the transformation of the elements.
setTransformation(String) - Method in class net.sf.latexdraw.parsers.svg.SVGTransform
Parses a string containing the SVG transformation in order to set the transformation.
setTranslate(double, double) - Method in class net.sf.latexdraw.parsers.svg.SVGTransform
The transformation will be a translation.
setTx(double) - Method in class net.sf.latexdraw.actions.TranslateShapes
 
setTy(double) - Method in class net.sf.latexdraw.actions.TranslateShapes
 
setType(IFreehand.FreeHandType) - Method in class net.sf.latexdraw.glib.models.impl.LFreehand
 
setType(IFreehand.FreeHandType) - Method in interface net.sf.latexdraw.glib.models.interfaces.IFreehand
 
setType(int) - Method in class org.malai.interaction.ScrollTransition
 
setUi(UI) - Method in class org.malai.action.library.IOAction
 
SetUnit - Class in net.sf.latexdraw.actions
This action allows to modify the unit.
SetUnit() - Constructor for class net.sf.latexdraw.actions.SetUnit
Initialises the action.
setUnit(ScaleRuler.Unit) - Method in class net.sf.latexdraw.actions.SetUnit
 
setUnit(double) - Method in class net.sf.latexdraw.glib.models.impl.LGrid
 
setUnit(double) - Method in interface net.sf.latexdraw.glib.models.interfaces.IGrid
 
setUnit(ScaleRuler.Unit) - Static method in class net.sf.latexdraw.ui.ScaleRuler
 
setUri(URI) - Method in class org.malai.action.library.OpenWebPage
 
setUserData(String, Object, UserDataHandler) - Method in class net.sf.latexdraw.parsers.svg.SVGAttr
 
setUserData(String, Object, UserDataHandler) - Method in class net.sf.latexdraw.parsers.svg.SVGDocument
 
setUserData(String, Object, UserDataHandler) - Method in class net.sf.latexdraw.parsers.svg.SVGElement
 
setValue(Object) - Method in class net.sf.latexdraw.actions.ModifyLatexProperties
 
setValue(JSpinner, ShapeFillingCustomiser, ShapePropertyAction) - Static method in class net.sf.latexdraw.instruments.Spinner2SelectionFilling
 
setValue(String) - Method in class net.sf.latexdraw.parsers.svg.SVGAttr
 
setValue(Object) - Method in class org.malai.action.library.ModifyValue
Sets the new value of the parameter to change.
setValue(T) - Method in class org.malai.mapping.ActiveUnary
 
setValue(T) - Method in interface org.malai.mapping.IUnary
Sets a new value to the singleton.
setValueSafely(Object) - Method in class org.malai.widget.MSpinner
Idem than method setValue(value) but here the SwingEventManager listener is removed from the spinner before the setting to avoid any unexpected behaviour.
setViews2D(IDrawing) - Method in class net.sf.latexdraw.glib.views.synchroniser.ViewsSynchroniser
 
setVisible(boolean) - Method in class net.sf.latexdraw.actions.ShowHideAction
Defines if the code panel must be hide or shown.
setVisible(boolean) - Method in class net.sf.latexdraw.badaboom.BadaboomManager
 
setVisible(boolean) - Method in class net.sf.latexdraw.ui.LCodePanel
 
setVisible(boolean) - Method in class net.sf.latexdraw.ui.TextAreaAutoSize
 
setVisible(boolean) - Method in class org.malai.action.library.ShowWidget
 
setVisible(boolean) - Method in class org.malai.widget.MSpinner
 
SetWidgetPosition - Class in org.malai.action.library
Defines an action that move a widget to the given position.
SetWidgetPosition() - Constructor for class org.malai.action.library.SetWidgetPosition
Creates the action.
setWidgetsVisible(boolean) - Method in class net.sf.latexdraw.instruments.MetaShapeCustomiser
 
setWidgetsVisible(boolean) - Method in class net.sf.latexdraw.instruments.ShapeArcCustomiser
 
setWidgetsVisible(boolean) - Method in class net.sf.latexdraw.instruments.ShapeArrowCustomiser
 
setWidgetsVisible(boolean) - Method in class net.sf.latexdraw.instruments.ShapeAxesCustomiser
 
setWidgetsVisible(boolean) - Method in class net.sf.latexdraw.instruments.ShapeBorderCustomiser
 
setWidgetsVisible(boolean) - Method in class net.sf.latexdraw.instruments.ShapeCoordDimCustomiser
 
setWidgetsVisible(boolean) - Method in class net.sf.latexdraw.instruments.ShapeDotCustomiser
 
setWidgetsVisible(boolean) - Method in class net.sf.latexdraw.instruments.ShapeDoubleBorderCustomiser
 
setWidgetsVisible(boolean) - Method in class net.sf.latexdraw.instruments.ShapeFillingCustomiser
 
setWidgetsVisible(boolean) - Method in class net.sf.latexdraw.instruments.ShapeGridCustomiser
 
setWidgetsVisible(boolean) - Method in class net.sf.latexdraw.instruments.ShapeGrouper
 
setWidgetsVisible(boolean) - Method in class net.sf.latexdraw.instruments.ShapePropertyCustomiser
Sets the widgets of the instrument visible or not.
setWidgetsVisible(boolean) - Method in class net.sf.latexdraw.instruments.ShapeRotationCustomiser
 
setWidgetsVisible(boolean) - Method in class net.sf.latexdraw.instruments.ShapeShadowCustomiser
 
setWidgetsVisible(boolean) - Method in class net.sf.latexdraw.instruments.TextCustomiser
 
setWidgetVisible(Component, boolean) - Method in class net.sf.latexdraw.ui.UIBuilder
 
setWidgetVisible(Component, boolean) - Method in class org.malai.ui.UIComposer
Changes the visibility of the given widget and may launch a process of recomposition/adaptation of the UI if needed.
setWidth(double) - Method in class net.sf.latexdraw.glib.models.impl.LCircle
 
setWidth(double) - Method in class net.sf.latexdraw.glib.models.impl.LCircleArc
 
setWidth(double) - Method in class net.sf.latexdraw.glib.models.impl.LRectangularShape
 
setWidth(double) - Method in class net.sf.latexdraw.glib.models.impl.LSquare
 
setWidth(double) - Method in interface net.sf.latexdraw.glib.models.interfaces.IRectangularShape
Sets the width of the rectangle (the reference point is the bottom-left point of the rectangle).
setWithComments(boolean) - Method in class net.sf.latexdraw.glib.views.pst.PSTCodeGenerator
Defines if the code must contains comments.
setWithLatexParams(boolean) - Method in class net.sf.latexdraw.glib.views.pst.PSTCodeGenerator
Defines if the latex parameters must be used by the generated code.
setX(double) - Method in class net.sf.latexdraw.glib.models.impl.LDot
 
setX(double) - Method in class net.sf.latexdraw.glib.models.impl.LGroup
 
setX(double) - Method in class net.sf.latexdraw.glib.models.impl.LPoint
 
setX(double) - Method in class net.sf.latexdraw.glib.models.impl.LPositionShape
 
setX(double) - Method in interface net.sf.latexdraw.glib.models.interfaces.IPoint
Sets the X coordinate of the point.
setX(double) - Method in interface net.sf.latexdraw.glib.models.interfaces.IPositionShape
Sets the X coordinate of the shape (of the bottom-left point of the shape).
setX(int) - Method in class org.malai.interaction.PointingDeviceTransition
Sets the X-coordinate of the pointing device.
setX1(double) - Method in class net.sf.latexdraw.glib.models.impl.LLine
 
setX1(double) - Method in interface net.sf.latexdraw.glib.models.interfaces.ILine
Sets the x coordinate of the first point.
setX1(double) - Method in class net.sf.latexdraw.parsers.svg.SVGLineElement
Sets the first X-coordinate of the line.
setX2(double) - Method in class net.sf.latexdraw.glib.models.impl.LLine
 
setX2(double) - Method in interface net.sf.latexdraw.glib.models.interfaces.ILine
Sets the x coordinate of the second point.
setX2(double) - Method in class net.sf.latexdraw.parsers.svg.SVGLineElement
Sets the second X-coordinate of the line.
setXFirstCtrlPt(double, int) - Method in class net.sf.latexdraw.glib.models.impl.LAbstractCtrlPointShape
 
setXFirstCtrlPt(double, int) - Method in interface net.sf.latexdraw.glib.models.interfaces.IControlPointShape
Sets the X-coordinate of one of the first control point.
setXGap(IShape.Position, IPoint, IPoint) - Method in class net.sf.latexdraw.instruments.Border.DnD2Scale
 
setXLabelSouth(boolean) - Method in class net.sf.latexdraw.glib.models.impl.LAbstractGrid
 
setXLabelSouth(boolean) - Method in class net.sf.latexdraw.glib.models.impl.LGroup
 
setXLabelSouth(boolean) - Method in interface net.sf.latexdraw.glib.models.interfaces.IStandardGrid
 
setXmlStandalone(boolean) - Method in class net.sf.latexdraw.parsers.svg.SVGDocument
 
setXmlVersion(String) - Method in class net.sf.latexdraw.parsers.svg.SVGDocument
 
setXORMode(Color) - Method in class net.sf.latexdraw.parsers.svg.parsers.Graphics2D2SVG
 
setXScale(double) - Method in interface net.sf.latexdraw.glib.models.interfaces.IPlot
 
setXSecondCtrlPt(double, int) - Method in class net.sf.latexdraw.glib.models.impl.LAbstractCtrlPointShape
 
setXSecondCtrlPt(double, int) - Method in interface net.sf.latexdraw.glib.models.interfaces.IControlPointShape
Sets the X-coordinate of one of the second control point.
setY(double) - Method in class net.sf.latexdraw.glib.models.impl.LDot
 
setY(double) - Method in class net.sf.latexdraw.glib.models.impl.LGroup
 
setY(double) - Method in class net.sf.latexdraw.glib.models.impl.LPoint
 
setY(double) - Method in class net.sf.latexdraw.glib.models.impl.LPositionShape
 
setY(double) - Method in interface net.sf.latexdraw.glib.models.interfaces.IPoint
Sets the Y coordinate of the point.
setY(double) - Method in interface net.sf.latexdraw.glib.models.interfaces.IPositionShape
Sets the Y coordinate of the shape (of the bottom-left point of the shape).
setY(int) - Method in class org.malai.interaction.PointingDeviceTransition
Sets the Y-coordinate of the pointing device.
setY1(double) - Method in class net.sf.latexdraw.glib.models.impl.LLine
 
setY1(double) - Method in interface net.sf.latexdraw.glib.models.interfaces.ILine
Sets the y coordinate of the first point.
setY1(double) - Method in class net.sf.latexdraw.parsers.svg.SVGLineElement
Sets the first Y-coordinate of the line.
setY2(double) - Method in class net.sf.latexdraw.glib.models.impl.LLine
 
setY2(double) - Method in interface net.sf.latexdraw.glib.models.interfaces.ILine
Sets the y coordinate of the second point.
setY2(double) - Method in class net.sf.latexdraw.parsers.svg.SVGLineElement
Sets the second Y-coordinate of the line.
setYFirstCtrlPt(double, int) - Method in class net.sf.latexdraw.glib.models.impl.LAbstractCtrlPointShape
 
setYFirstCtrlPt(double, int) - Method in interface net.sf.latexdraw.glib.models.interfaces.IControlPointShape
Sets the Y-coordinate of one of the first control point.
setYGap(IShape.Position, IPoint, IPoint) - Method in class net.sf.latexdraw.instruments.Border.DnD2Scale
 
setYLabelWest(boolean) - Method in class net.sf.latexdraw.glib.models.impl.LAbstractGrid
 
setYLabelWest(boolean) - Method in class net.sf.latexdraw.glib.models.impl.LGroup
 
setYLabelWest(boolean) - Method in interface net.sf.latexdraw.glib.models.interfaces.IStandardGrid
 
setYScale(double) - Method in interface net.sf.latexdraw.glib.models.interfaces.IPlot
 
setYSecondCtrlPt(double, int) - Method in class net.sf.latexdraw.glib.models.impl.LAbstractCtrlPointShape
 
setYSecondCtrlPt(double, int) - Method in interface net.sf.latexdraw.glib.models.interfaces.IControlPointShape
Sets the Y-coordinate of one of the second control point.
setZoom(double, double, double) - Method in class net.sf.latexdraw.glib.ui.LCanvas
 
setZoom(double, double, double) - Method in interface org.malai.properties.Zoomable
Zooms in the zoomable object.
setZoomable(Zoomable) - Method in class org.malai.action.library.Zoom
 
setZoomLevel(double) - Method in class org.malai.action.library.Zoom
 
SHADOW_ICON - Static variable in class net.sf.latexdraw.util.LResources
 
shadowAngle - Variable in class net.sf.latexdraw.glib.models.impl.LShape
The angle of the shadow in radian.
shadowAngleField - Variable in class net.sf.latexdraw.instruments.ShapeShadowCustomiser
Changes the angle of the shadow.
shadowCB - Variable in class net.sf.latexdraw.instruments.ShapeShadowCustomiser
Sets if the a shape has a shadow or not.
shadowCol - Variable in class net.sf.latexdraw.glib.models.impl.LShape
The colour of the shadow.
shadowColB - Variable in class net.sf.latexdraw.instruments.ShapeShadowCustomiser
Sets the colour of the shadow of a figure.
shadowCustomiser - Variable in class net.sf.latexdraw.instruments.MetaShapeCustomiser
This instrument customises the shadow properties of shapes and the pencil.
shadowFillsShape() - Method in class net.sf.latexdraw.glib.models.impl.LBezierCurve
 
shadowFillsShape() - Method in class net.sf.latexdraw.glib.models.impl.LPolyline
 
shadowFillsShape() - Method in class net.sf.latexdraw.glib.models.impl.LShape
 
shadowFillsShape() - Method in interface net.sf.latexdraw.glib.models.interfaces.IShape
 
shadowSize - Variable in class net.sf.latexdraw.glib.models.impl.LShape
The size of the shadow in pixel.
shadowSizeField - Variable in class net.sf.latexdraw.instruments.ShapeShadowCustomiser
Changes the size of the shadow.
shape - Variable in class net.sf.latexdraw.actions.MoveCtrlPoint
The control point shape to modify.
shape - Variable in class net.sf.latexdraw.actions.MovePointShape
The shape to modify.
shape - Variable in class net.sf.latexdraw.actions.ShapeAction
The shape to add.
shape - Variable in class net.sf.latexdraw.generators.svg.LShapeSVGGenerator
The shape model use for the generation.
shape - Variable in class net.sf.latexdraw.glib.handlers.Handler
The shape of the handler.
shape - Variable in class net.sf.latexdraw.glib.views.AbstractView
The shape model.
shape - Variable in class net.sf.latexdraw.parsers.svg.parsers.Shape2D2SVG
The Java shape to convert.
Shape2BorderMapping - Class in net.sf.latexdraw.mapping
This mapping is used to link a selected shape to the border instrument.
Shape2BorderMapping(IShape, Border) - Constructor for class net.sf.latexdraw.mapping.Shape2BorderMapping
Object2ObjectMapping.Object2ObjectMapping(Object, Object)
Shape2D2SVG<S extends java.awt.Shape,T extends SVGElement> - Class in net.sf.latexdraw.parsers.svg.parsers
This abstract converter converts a Java Shape into an SVG element.
Shape2D2SVG(S, SVGDocument) - Constructor for class net.sf.latexdraw.parsers.svg.parsers.Shape2D2SVG
Creates the converter.
Shape2ViewMapping - Class in net.sf.latexdraw.mapping
Defines a mapping that link an IShape to a IShapeView.
Shape2ViewMapping(IShape, IViewShape) - Constructor for class net.sf.latexdraw.mapping.Shape2ViewMapping
Object2ObjectMapping.Object2ObjectMapping(Object, Object)
ShapeAction<T extends IShape> - Class in net.sf.latexdraw.actions
This abstract action allows the definition of actions related with spaes.
ShapeAction() - Constructor for class net.sf.latexdraw.actions.ShapeAction
Creates the action.
ShapeArcCustomiser - Class in net.sf.latexdraw.instruments
This instrument modifies arc parameters.
ShapeArcCustomiser(UIComposer<?>, Hand, Pencil) - Constructor for class net.sf.latexdraw.instruments.ShapeArcCustomiser
Creates the instrument.
ShapeArrowCustomiser - Class in net.sf.latexdraw.instruments
This instrument customises the arrows of shapes or of the pencil.
ShapeArrowCustomiser(UIComposer<?>, Hand, Pencil) - Constructor for class net.sf.latexdraw.instruments.ShapeArrowCustomiser
Creates the instrument.
shapeAxes - Variable in class net.sf.latexdraw.instruments.ShapeAxesCustomiser
The widget that permits to select the style of the axes.
shapeAxesCustomiser - Variable in class net.sf.latexdraw.instruments.MetaShapeCustomiser
This instrument that customises axes.
ShapeAxesCustomiser - Class in net.sf.latexdraw.instruments
This instrument modifies axes properties of shapes or the pencil.
ShapeAxesCustomiser(UIComposer<?>, Hand, Pencil) - Constructor for class net.sf.latexdraw.instruments.ShapeAxesCustomiser
Creates the instrument.
ShapeAxesCustomiser.CheckBox2CustomAxes<A extends ShapePropertyAction> - Class in net.sf.latexdraw.instruments
Maps a checkbox to an action that modifies several axes' parameters.
ShapeAxesCustomiser.CheckBox2CustomAxes(ShapeAxesCustomiser, Class<A>) - Constructor for class net.sf.latexdraw.instruments.ShapeAxesCustomiser.CheckBox2CustomAxes
 
ShapeAxesCustomiser.CheckBox2CustomPencilAxes - Class in net.sf.latexdraw.instruments
Maps a spinner to an action that modifies the ticks size of the pencil.
ShapeAxesCustomiser.CheckBox2CustomPencilAxes(ShapeAxesCustomiser) - Constructor for class net.sf.latexdraw.instruments.ShapeAxesCustomiser.CheckBox2CustomPencilAxes
 
ShapeAxesCustomiser.CheckBox2CustomSelectedAxes - Class in net.sf.latexdraw.instruments
Maps a spinner to an action that modifies the ticks size of the selected shapes.
ShapeAxesCustomiser.CheckBox2CustomSelectedAxes(ShapeAxesCustomiser) - Constructor for class net.sf.latexdraw.instruments.ShapeAxesCustomiser.CheckBox2CustomSelectedAxes
 
ShapeAxesCustomiser.Combobox2CustomAxes<A extends ShapePropertyAction> - Class in net.sf.latexdraw.instruments
Maps a combobox to an action that modifies the axe's style.
ShapeAxesCustomiser.Combobox2CustomAxes(ShapeAxesCustomiser, Class<A>) - Constructor for class net.sf.latexdraw.instruments.ShapeAxesCustomiser.Combobox2CustomAxes
 
ShapeAxesCustomiser.Combobox2CustomPencilAxes - Class in net.sf.latexdraw.instruments
Maps a combobox to an action that modifies the axe's style of the pencil.
ShapeAxesCustomiser.Combobox2CustomPencilAxes(ShapeAxesCustomiser) - Constructor for class net.sf.latexdraw.instruments.ShapeAxesCustomiser.Combobox2CustomPencilAxes
 
ShapeAxesCustomiser.Combobox2CustomSelectedAxes - Class in net.sf.latexdraw.instruments
Maps a combobox to an action that modifies the axe's style of the selection.
ShapeAxesCustomiser.Combobox2CustomSelectedAxes(ShapeAxesCustomiser) - Constructor for class net.sf.latexdraw.instruments.ShapeAxesCustomiser.Combobox2CustomSelectedAxes
 
ShapeAxesCustomiser.Spinner2CustomAxes<A extends ShapePropertyAction> - Class in net.sf.latexdraw.instruments
Maps a spinner to an action that modifies several axes' parameters.
ShapeAxesCustomiser.Spinner2CustomAxes(ShapeAxesCustomiser, Class<A>) - Constructor for class net.sf.latexdraw.instruments.ShapeAxesCustomiser.Spinner2CustomAxes
 
ShapeAxesCustomiser.Spinner2CustomPencilAxes - Class in net.sf.latexdraw.instruments
Maps a spinner to an action that modifies the ticks size of the pencil.
ShapeAxesCustomiser.Spinner2CustomPencilAxes(ShapeAxesCustomiser) - Constructor for class net.sf.latexdraw.instruments.ShapeAxesCustomiser.Spinner2CustomPencilAxes
 
ShapeAxesCustomiser.Spinner2CustomSelectedAxes - Class in net.sf.latexdraw.instruments
Maps a spinner to an action that modifies the ticks size of the selected shapes.
ShapeAxesCustomiser.Spinner2CustomSelectedAxes(ShapeAxesCustomiser) - Constructor for class net.sf.latexdraw.instruments.ShapeAxesCustomiser.Spinner2CustomSelectedAxes
 
ShapeBorderCustomiser - Class in net.sf.latexdraw.instruments
This instrument modifies border properties of shapes or the pencil.
ShapeBorderCustomiser(UIComposer<?>, Hand, Pencil) - Constructor for class net.sf.latexdraw.instruments.ShapeBorderCustomiser
Creates the instrument.
ShapeCoordDimCustomiser - Class in net.sf.latexdraw.instruments
This instrument modifies arc dimensions and coordinates of shapes or pencil parameters.
ShapeCoordDimCustomiser(UIComposer<?>, Hand, Pencil) - Constructor for class net.sf.latexdraw.instruments.ShapeCoordDimCustomiser
Creates the instrument.
ShapeCoordDimCustomiser.Spinner2TranslateShape - Class in net.sf.latexdraw.instruments
Maps spinners to translation of shapes.
ShapeCoordDimCustomiser.Spinner2TranslateShape(ShapeCoordDimCustomiser) - Constructor for class net.sf.latexdraw.instruments.ShapeCoordDimCustomiser.Spinner2TranslateShape
 
shapeCustomiser - Variable in class net.sf.latexdraw.mapping.Selection2MetaCustumiserMapping
The instrument that manages the instruments customising the shapes and the pencil.
ShapeDeleter - Class in net.sf.latexdraw.instruments
This instrument deletes the selected shapes.
ShapeDeleter(UIComposer<?>) - Constructor for class net.sf.latexdraw.instruments.ShapeDeleter
Creates the instrument.
ShapeDotCustomiser - Class in net.sf.latexdraw.instruments
This instrument modifies dot parameters.
ShapeDotCustomiser(UIComposer<?>, Hand, Pencil) - Constructor for class net.sf.latexdraw.instruments.ShapeDotCustomiser
Creates the instrument.
ShapeDotCustomiser.FillingButton2PencilFilling - Class in net.sf.latexdraw.instruments
This link maps a colour button to the pencil.
ShapeDotCustomiser.FillingButton2PencilFilling(ShapeDotCustomiser) - Constructor for class net.sf.latexdraw.instruments.ShapeDotCustomiser.FillingButton2PencilFilling
 
ShapeDotCustomiser.FillingButton2SelectionFilling - Class in net.sf.latexdraw.instruments
This link maps a colour button to the pencil.
ShapeDotCustomiser.FillingButton2SelectionFilling(ShapeDotCustomiser) - Constructor for class net.sf.latexdraw.instruments.ShapeDotCustomiser.FillingButton2SelectionFilling
 
ShapeDotCustomiser.List2PencilDotStyle - Class in net.sf.latexdraw.instruments
This link maps a list to a ModifyPencil action.
ShapeDotCustomiser.List2PencilDotStyle(ShapeDotCustomiser) - Constructor for class net.sf.latexdraw.instruments.ShapeDotCustomiser.List2PencilDotStyle
 
ShapeDotCustomiser.List2SelectionDotStyle - Class in net.sf.latexdraw.instruments
This link maps a list to a ModifyShape action.
ShapeDotCustomiser.List2SelectionDotStyle(ShapeDotCustomiser) - Constructor for class net.sf.latexdraw.instruments.ShapeDotCustomiser.List2SelectionDotStyle
 
ShapeDotCustomiser.Spinner2PencilDotSize - Class in net.sf.latexdraw.instruments
This link maps a spinner to a ModifyPencil action.
ShapeDotCustomiser.Spinner2PencilDotSize(ShapeDotCustomiser) - Constructor for class net.sf.latexdraw.instruments.ShapeDotCustomiser.Spinner2PencilDotSize
 
ShapeDotCustomiser.Spinner2SelectionDotSize - Class in net.sf.latexdraw.instruments
This link maps a spinner to a ModifyPencil action.
ShapeDotCustomiser.Spinner2SelectionDotSize(ShapeDotCustomiser) - Constructor for class net.sf.latexdraw.instruments.ShapeDotCustomiser.Spinner2SelectionDotSize
 
ShapeDoubleBorderCustomiser - Class in net.sf.latexdraw.instruments
This instrument modifies double border properties of shapes or the pencil.
ShapeDoubleBorderCustomiser(UIComposer<?>, Hand, Pencil) - Constructor for class net.sf.latexdraw.instruments.ShapeDoubleBorderCustomiser
Creates the instrument.
ShapeFillingCustomiser - Class in net.sf.latexdraw.instruments
This instrument modifies filling properties of shapes or the pencil.
ShapeFillingCustomiser(UIComposer<?>, Hand, Pencil) - Constructor for class net.sf.latexdraw.instruments.ShapeFillingCustomiser
Creates the instrument.
ShapeGridCustomiser - Class in net.sf.latexdraw.instruments
This instrument modifies the parameters of grids and axes.
ShapeGridCustomiser(UIComposer<?>, Hand, Pencil) - Constructor for class net.sf.latexdraw.instruments.ShapeGridCustomiser
Creates the instrument.
ShapeGridCustomiser.CheckBox2ModifyPencilGrid - Class in net.sf.latexdraw.instruments
The link that maps a checkbox to an action that modifies the pencil.
ShapeGridCustomiser.CheckBox2ModifyPencilGrid(ShapeGridCustomiser) - Constructor for class net.sf.latexdraw.instruments.ShapeGridCustomiser.CheckBox2ModifyPencilGrid
 
ShapeGridCustomiser.CheckBox2ModifySelectionGrid - Class in net.sf.latexdraw.instruments
The link that maps a checkbox to an action that modifies the selection.
ShapeGridCustomiser.CheckBox2ModifySelectionGrid(ShapeGridCustomiser) - Constructor for class net.sf.latexdraw.instruments.ShapeGridCustomiser.CheckBox2ModifySelectionGrid
 
ShapeGridCustomiser.CheckBox4ShapeGridCust<A extends ShapePropertyAction> - Class in net.sf.latexdraw.instruments
 
ShapeGridCustomiser.CheckBox4ShapeGridCust(ShapeGridCustomiser, Class<A>) - Constructor for class net.sf.latexdraw.instruments.ShapeGridCustomiser.CheckBox4ShapeGridCust
 
ShapeGridCustomiser.Spinner2ModifyGridCoords<A extends ShapePropertyAction> - Class in net.sf.latexdraw.instruments
 
ShapeGridCustomiser.Spinner2ModifyGridCoords(ShapeGridCustomiser, Class<A>) - Constructor for class net.sf.latexdraw.instruments.ShapeGridCustomiser.Spinner2ModifyGridCoords
 
ShapeGridCustomiser.Spinner2ModifyPencilGridCoords - Class in net.sf.latexdraw.instruments
The link that maps a spinner to an action that modifies the pencil.
ShapeGridCustomiser.Spinner2ModifyPencilGridCoords(ShapeGridCustomiser) - Constructor for class net.sf.latexdraw.instruments.ShapeGridCustomiser.Spinner2ModifyPencilGridCoords
 
ShapeGridCustomiser.Spinner2ModifySelectionGridCoords - Class in net.sf.latexdraw.instruments
The link that maps a spinner to an action that modifies the selected shapes.
ShapeGridCustomiser.Spinner2ModifySelectionGridCoords(ShapeGridCustomiser) - Constructor for class net.sf.latexdraw.instruments.ShapeGridCustomiser.Spinner2ModifySelectionGridCoords
 
shapeGrouper - Variable in class net.sf.latexdraw.instruments.MetaShapeCustomiser
This instrument groups shapes.
ShapeGrouper - Class in net.sf.latexdraw.instruments
This instrument groups and separates shapes.
ShapeGrouper(UIComposer<?>, Hand, Pencil) - Constructor for class net.sf.latexdraw.instruments.ShapeGrouper
Creates the instrument.
ShapeGrouper.Button2GroupShapes - Class in net.sf.latexdraw.instruments
This link maps a button to an action that groups the selected shapes.
ShapeGrouper.Button2GroupShapes(ShapeGrouper) - Constructor for class net.sf.latexdraw.instruments.ShapeGrouper.Button2GroupShapes
 
ShapeGrouper.Button2SeparateShapes - Class in net.sf.latexdraw.instruments
This link maps a button to an action that separates the selected group.
ShapeGrouper.Button2SeparateShapes(ShapeGrouper) - Constructor for class net.sf.latexdraw.instruments.ShapeGrouper.Button2SeparateShapes
 
ShapeList2ExporterMapping - Class in net.sf.latexdraw.mapping
Creates a mapping between a list of shapes and the instrument exporter.
ShapeList2ExporterMapping(List<IShape>, Exporter) - Constructor for class net.sf.latexdraw.mapping.ShapeList2ExporterMapping
Creates a mapping between a list of shapes and the instrument exporter.
ShapeList2ViewListMapping - Class in net.sf.latexdraw.mapping
Defines a mapping that link a list of IShape to a list of IShapeView.
ShapeList2ViewListMapping(List<IShape>, List<IViewShape>) - Constructor for class net.sf.latexdraw.mapping.ShapeList2ViewListMapping
SymmetricList2ListMapping.SymmetricList2ListMapping(List, List)
ShapeProperties - Enum in net.sf.latexdraw.actions
Defines shape properties.
ShapeProperties() - Constructor for enum net.sf.latexdraw.actions.ShapeProperties
 
ShapePropertyAction - Class in net.sf.latexdraw.actions
This action modifies a shape property of an object.
ShapePropertyAction() - Constructor for class net.sf.latexdraw.actions.ShapePropertyAction
Creates and initialises the action.
ShapePropertyCustomiser - Class in net.sf.latexdraw.instruments
This abstract instrument defines the base definition of instruments that customise shape properties.
ShapePropertyCustomiser(UIComposer<?>, Hand, Pencil) - Constructor for class net.sf.latexdraw.instruments.ShapePropertyCustomiser
Creates the instrument.
ShapeRotationCustomiser - Class in net.sf.latexdraw.instruments
This instrument modifies the rotation angle of selected shapes.
ShapeRotationCustomiser(UIComposer<?>, Hand, Pencil) - Constructor for class net.sf.latexdraw.instruments.ShapeRotationCustomiser
Creates the instrument.
shapes - Variable in class net.sf.latexdraw.actions.ModifyShapeProperty
The shape to modify.
shapes - Variable in class net.sf.latexdraw.actions.MultiShapesAction
The shapes to handle.
shapes - Variable in class net.sf.latexdraw.glib.models.impl.LGroup
The set of shapes.
shapes - Variable in class net.sf.latexdraw.mapping.ShapeList2ExporterMapping
The list of shapes to listen.
ShapeShadowCustomiser - Class in net.sf.latexdraw.instruments
This instrument modifies shadow properties of shapes or the pencil.
ShapeShadowCustomiser(UIComposer<?>, Hand, Pencil) - Constructor for class net.sf.latexdraw.instruments.ShapeShadowCustomiser
Creates the instrument.
shapeTicks - Variable in class net.sf.latexdraw.instruments.ShapeAxesCustomiser
The widget that permits to select the style of the ticks.
shear(double, double) - Method in class net.sf.latexdraw.parsers.svg.parsers.Graphics2D2SVG
 
Shortcut2CopyShapes - Class in net.sf.latexdraw.instruments
This link maps a shortcut interaction to a copy action.
Shortcut2CopyShapes(CopierCutterPaster) - Constructor for class net.sf.latexdraw.instruments.Shortcut2CopyShapes
Creates the link.
Shortcut2CutShapes - Class in net.sf.latexdraw.instruments
This link maps a shortcut interaction to a cut action.
Shortcut2CutShapes(CopierCutterPaster) - Constructor for class net.sf.latexdraw.instruments.Shortcut2CutShapes
Creates the link.
Shortcut2LoadLink - Class in net.sf.latexdraw.instruments
This link maps a keyboard shortcut to a load action.
Shortcut2LoadLink(FileLoaderSaver) - Constructor for class net.sf.latexdraw.instruments.Shortcut2LoadLink
Creates the link.
Shortcut2NewLink - Class in net.sf.latexdraw.instruments
 
Shortcut2NewLink(FileLoaderSaver) - Constructor for class net.sf.latexdraw.instruments.Shortcut2NewLink
 
Shortcut2PasteShapes - Class in net.sf.latexdraw.instruments
This link maps a shortcut interaction to a paste action.
Shortcut2PasteShapes(CopierCutterPaster) - Constructor for class net.sf.latexdraw.instruments.Shortcut2PasteShapes
Creates the link.
Shortcut2SaveLink - Class in net.sf.latexdraw.instruments
This link maps a keyboard shortcut to a save action.
Shortcut2SaveLink(FileLoaderSaver) - Constructor for class net.sf.latexdraw.instruments.Shortcut2SaveLink
Creates the link.
Shortcut2SavePrefLink - Class in net.sf.latexdraw.instruments
This link maps a keyboard shortcut to an action that saves the preferences.
Shortcut2SavePrefLink(FileLoaderSaver) - Constructor for class net.sf.latexdraw.instruments.Shortcut2SavePrefLink
The constructor by default.
ShortcutsFrame - Class in net.sf.latexdraw.ui.dialog
This class defines a frame containing the shortcuts of the program.
ShortcutsFrame() - Constructor for class net.sf.latexdraw.ui.dialog.ShortcutsFrame
The constructor creates a frame containing a table with all the shortcuts.
show - Variable in class net.sf.latexdraw.actions.ShowHideAction
True: the code panel will be show.
showAskModificationsDialog(UI) - Static method in class net.sf.latexdraw.actions.SaveDrawing
 
showDialog(JFileChooser, boolean, UI, File) - Static method in class net.sf.latexdraw.actions.SaveDrawing
Show the export dialog to select a path.
showDialog(Component, String) - Method in class net.sf.latexdraw.ui.dialog.ExportDialog
 
ShowHideAction - Class in net.sf.latexdraw.actions
This abstract action modifies the visibility of an object.
ShowHideAction() - Constructor for class net.sf.latexdraw.actions.ShowHideAction
Creates the action.
ShowHideScaleRuler - Class in net.sf.latexdraw.actions
This action shows/hides scale rulers.
ShowHideScaleRuler() - Constructor for class net.sf.latexdraw.actions.ShowHideScaleRuler
Creates the action.
showLabels - Variable in class net.sf.latexdraw.instruments.ShapeAxesCustomiser
The widget that permits to set the visibility of the labels.
showOrigin - Variable in class net.sf.latexdraw.glib.models.impl.LAxes
Define the origin must be shown.
showOrigin - Variable in class net.sf.latexdraw.instruments.ShapeAxesCustomiser
The widget that permits to set the visibility of the origin point.
ShowPopupMenu - Class in org.malai.action.library
This action shows a popup menu.
ShowPopupMenu() - Constructor for class org.malai.action.library.ShowPopupMenu
Creates the action.
showPreferencesMenu - Variable in class net.sf.latexdraw.instruments.PreferencesActivator
The menu item used to activate the setter.
showPts - Variable in class net.sf.latexdraw.glib.models.impl.LShape
Defines if the points of the shape must be considered.
showTicks - Variable in class net.sf.latexdraw.instruments.ShapeAxesCustomiser
The widget that permits to show/hide the ticks of the axes.
ShowWidget - Class in org.malai.action.library
This action shows or hides a JComponent.
ShowWidget() - Constructor for class org.malai.action.library.ShowWidget
Creates the action.
SimpleClick - Class in org.malai.interaction.library
This interaction defines a simple click.
SimpleClick() - Constructor for class org.malai.interaction.library.SimpleClick
Creates the interaction.
size - Variable in class net.sf.latexdraw.glib.handlers.Handler
The size of the handler.
size() - Method in class net.sf.latexdraw.glib.models.impl.LGroup
 
size() - Method in interface net.sf.latexdraw.glib.models.interfaces.ISetShapes
Allows to get the number of shapes that contains the drawing.
size() - Method in class net.sf.latexdraw.glib.views.Java2D.impl.LGroupView
 
SIZE - Static variable in class net.sf.latexdraw.ui.ScaleRuler
The size of the lines in axes
sizeMax - Variable in class org.malai.action.ActionsRegistry
The max number of actions that can contains the register.
sizeMax - Variable in class org.malai.undo.UndoCollector
The maximal number of undo.
skewX(double) - Method in class net.sf.latexdraw.parsers.svg.SVGMatrix
Skews the matrix (without reinitialisation).
skewY(double) - Method in class net.sf.latexdraw.parsers.svg.SVGMatrix
Skews the matrix (without reinitialisation).
skipComment() - Method in class net.sf.latexdraw.parsers.CodeParser
Skips the comment.
skipComment() - Method in class net.sf.latexdraw.parsers.css.AbstractCSSParser
 
skipComment() - Method in class net.sf.latexdraw.parsers.svg.parsers.AbstractSVGParser
 
skipWSP() - Method in class net.sf.latexdraw.parsers.CodeParser
Skips the useless characters.
skipWSP() - Method in class net.sf.latexdraw.parsers.css.AbstractCSSParser
 
skipWSP() - Method in class net.sf.latexdraw.parsers.svg.parsers.AbstractSVGParser
 
skipWSPComma() - Method in class net.sf.latexdraw.parsers.svg.parsers.AbstractSVGParser
Skips the useless characters and a possible comma.
skipWSPComments() - Method in class net.sf.latexdraw.parsers.CodeParser
Skips both comments and ignorable characters.
SKYBLUE - Static variable in class net.sf.latexdraw.glib.views.latex.DviPsColors
 
source - Variable in class org.malai.interaction.KeyboardTransition
The object that produced the event.
source - Variable in class org.malai.interaction.KeyPressEvent
The object that produced the key event.
source - Variable in class org.malai.interaction.MousePressEvent
The object targeted during the pressure.
source - Variable in class org.malai.interaction.PointingDeviceTransition
The object picked at the position (x, y).
source - Variable in class org.malai.mapping.List2ObjectMapping
The source list.
SourceableState - Interface in org.malai.stateMachine
This interface defines a state that can be the source state of a transition.
sourceObject - Variable in class org.malai.mapping.Object2ObjectMapping
The source object.
sourceObject - Variable in class org.malai.mapping.Unary2UnaryMapping
The source unary relation of the mapping.
sourcePt - Variable in class net.sf.latexdraw.instruments.Border.DnD2MoveCtrlPoint
The original coordinates of the moved point.
sourcePt - Variable in class net.sf.latexdraw.instruments.Border.DnD2MovePoint
The original coordinates of the moved point.
spinner - Variable in class org.malai.interaction.library.SpinnerModified
The modified spinner.
spinner - Variable in class org.malai.interaction.SpinnerTransition
The modified spinner.
Spinner2ArrowParam<A extends ShapePropertyAction> - Class in net.sf.latexdraw.instruments
 
Spinner2ArrowParam(ShapeArrowCustomiser, Class<A>) - Constructor for class net.sf.latexdraw.instruments.Spinner2ArrowParam
 
Spinner2GridSpacing - Class in net.sf.latexdraw.instruments
Links a spinner widget to an action that modifies the spacing of the customised magnetic grid.
Spinner2GridSpacing(MagneticGridCustomiser) - Constructor for class net.sf.latexdraw.instruments.Spinner2GridSpacing
Initialises the link.
Spinner2PencilArrowParam - Class in net.sf.latexdraw.instruments
This link maps spinners to a ModifyShapeProperty action.
Spinner2PencilArrowParam(ShapeArrowCustomiser) - Constructor for class net.sf.latexdraw.instruments.Spinner2PencilArrowParam
 
Spinner2PencilBorder - Class in net.sf.latexdraw.instruments
This link maps a spinner to a ModifyPencil action.
Spinner2PencilBorder(ShapeBorderCustomiser) - Constructor for class net.sf.latexdraw.instruments.Spinner2PencilBorder
Creates the link.
Spinner2PencilDoubleBorder - Class in net.sf.latexdraw.instruments
This link maps a spinner to a ModifyPencil action.
Spinner2PencilDoubleBorder(ShapeDoubleBorderCustomiser) - Constructor for class net.sf.latexdraw.instruments.Spinner2PencilDoubleBorder
Creates the link.
Spinner2PencilEndAngle - Class in net.sf.latexdraw.instruments
 
Spinner2PencilEndAngle(ShapeArcCustomiser) - Constructor for class net.sf.latexdraw.instruments.Spinner2PencilEndAngle
 
Spinner2PencilFilling - Class in net.sf.latexdraw.instruments
This link maps a spinner to a ModifyPencil action.
Spinner2PencilFilling(ShapeFillingCustomiser) - Constructor for class net.sf.latexdraw.instruments.Spinner2PencilFilling
Creates the link.
Spinner2PencilShadow - Class in net.sf.latexdraw.instruments
This link maps a spinner to a ModifyPencil action.
Spinner2PencilShadow(ShapeShadowCustomiser) - Constructor for class net.sf.latexdraw.instruments.Spinner2PencilShadow
Creates the link.
Spinner2PencilStartAngle - Class in net.sf.latexdraw.instruments
 
Spinner2PencilStartAngle(ShapeArcCustomiser) - Constructor for class net.sf.latexdraw.instruments.Spinner2PencilStartAngle
 
Spinner2RotateShape - Class in net.sf.latexdraw.instruments
This link maps a spinner to an action that rotates the selected shapes.
Spinner2RotateShape(ShapeRotationCustomiser) - Constructor for class net.sf.latexdraw.instruments.Spinner2RotateShape
Creates the link.
Spinner2SelectionArrowParam - Class in net.sf.latexdraw.instruments
This link maps spinners to a ModifyShapeProperty action.
Spinner2SelectionArrowParam(ShapeArrowCustomiser) - Constructor for class net.sf.latexdraw.instruments.Spinner2SelectionArrowParam
 
Spinner2SelectionBorder - Class in net.sf.latexdraw.instruments
This link maps a spinner to a ModifyPencil action.
Spinner2SelectionBorder(ShapeBorderCustomiser) - Constructor for class net.sf.latexdraw.instruments.Spinner2SelectionBorder
Creates the link.
Spinner2SelectionDoubleBorder - Class in net.sf.latexdraw.instruments
This link maps a spinner to a ModifyPencil action.
Spinner2SelectionDoubleBorder(ShapeDoubleBorderCustomiser) - Constructor for class net.sf.latexdraw.instruments.Spinner2SelectionDoubleBorder
Creates the link.
Spinner2SelectionEndAngle - Class in net.sf.latexdraw.instruments
 
Spinner2SelectionEndAngle(ShapeArcCustomiser) - Constructor for class net.sf.latexdraw.instruments.Spinner2SelectionEndAngle
 
Spinner2SelectionFilling - Class in net.sf.latexdraw.instruments
This link maps a spinner to a ModifyPencil action.
Spinner2SelectionFilling(ShapeFillingCustomiser) - Constructor for class net.sf.latexdraw.instruments.Spinner2SelectionFilling
Creates the link.
Spinner2SelectionShadow - Class in net.sf.latexdraw.instruments
This link maps a spinner to a ModifyPencil action.
Spinner2SelectionShadow(ShapeShadowCustomiser) - Constructor for class net.sf.latexdraw.instruments.Spinner2SelectionShadow
Creates the link.
Spinner2SelectionStartAngle - Class in net.sf.latexdraw.instruments
 
Spinner2SelectionStartAngle(ShapeArcCustomiser) - Constructor for class net.sf.latexdraw.instruments.Spinner2SelectionStartAngle
 
Spinner2Zoom - Class in net.sf.latexdraw.instruments
The links maps the zoom spinner to the zoom action.
Spinner2Zoom(Zoomer) - Constructor for class net.sf.latexdraw.instruments.Spinner2Zoom
Initialises the link.
SpinnerForCustomiser<A extends ShapePropertyAction,N extends ShapePropertyCustomiser> - Class in net.sf.latexdraw.instruments
This link maps a spinner to an object.
SpinnerForCustomiser(N, Class<A>) - Constructor for class net.sf.latexdraw.instruments.SpinnerForCustomiser
Creates the link.
SpinnerModified - Class in org.malai.interaction.library
This interaction is based on a spinner that has been modified.
SpinnerModified() - Constructor for class org.malai.interaction.library.SpinnerModified
Creates the interaction.
SpinnerModified.SpinnerModifiedSpinnerTransition - Class in org.malai.interaction.library
The kind of transition of the SpinnerModified corresponding to a spinner event.
SpinnerModified.SpinnerModifiedSpinnerTransition(SourceableState, TargetableState) - Constructor for class org.malai.interaction.library.SpinnerModified.SpinnerModifiedSpinnerTransition
Creates the transition.
SpinnerTransition - Class in org.malai.interaction
This transition is mapped to a spinner that has been modified.
SpinnerTransition(SourceableState, TargetableState) - Constructor for class org.malai.interaction.SpinnerTransition
Transition.Transition(SourceableState, TargetableState)
SplashScreen - Class in net.sf.latexdraw.ui
This class defines a splash screen displayed during the start of the program with a progress bar showing us the progression of the loading of the LaTeXDraw interface.
SplashScreen(String) - Constructor for class net.sf.latexdraw.ui.SplashScreen
The constructor by default.
splitText(int) - Method in class net.sf.latexdraw.parsers.svg.SVGText
 
SPRINGGREEN - Static variable in class net.sf.latexdraw.glib.views.latex.DviPsColors
 
SQUARE_ICON - Static variable in class net.sf.latexdraw.util.LResources
 
SQUARE_STYLE - Static variable in class net.sf.latexdraw.glib.views.pst.PSTricksConstants
The style which draw a square
squareB - Variable in class net.sf.latexdraw.instruments.EditingSelector
The button that allows to select the instrument Pencil to add squares.
SQUAREEND_STYLE - Static variable in class net.sf.latexdraw.glib.views.pst.PSTricksConstants
 
start - Variable in class net.sf.latexdraw.glib.handlers.ArcAngleHandler
Defines if the handled angle is the starting or the ending angle.
startAngle - Variable in class net.sf.latexdraw.glib.models.impl.LArc
The start angle of the arc.
startAngleS - Variable in class net.sf.latexdraw.instruments.ShapeArcCustomiser
The spinner that sets the start angle.
startObject - Variable in class org.malai.interaction.library.DnD
The object picked at the beginning of the dnd.
startPt - Variable in class org.malai.interaction.library.DnD
The starting point of the dnd.
startTimeout() - Method in class org.malai.interaction.TimeoutTransition
Launches the chronometre (and its thread).
State - Class in org.malai.interaction
A state is a component of a state machine.
State(String) - Constructor for class org.malai.interaction.State
Creates the state.
stateChanged(ChangeEvent) - Method in class net.sf.latexdraw.ui.WidgetMiniToolbar
 
stateChanged(ChangeEvent) - Method in class org.malai.interaction.SwingEventManager
 
stateMachine - Variable in class org.malai.interaction.State
The state machine that contains the state.
states - Variable in class org.malai.interaction.Interaction
The states that compose the finite state machine.
status - Variable in class org.malai.action.Action
Provides the state of the action.
statusBar - Variable in class net.sf.latexdraw.generators.svg.SVGDocumentGenerator.IOWorker
 
statusBar - Variable in class net.sf.latexdraw.instruments.Exporter
The field where messages are displayed.
statusBar - Variable in class net.sf.latexdraw.instruments.FileLoaderSaver
The field where messages are displayed.
statusBar - Variable in class net.sf.latexdraw.ui.LFrame
The status-bar of the frame.
statusWidget - Variable in class org.malai.action.library.IOAction
The widget that displays the status of the I/O operation.
stillProcessingEvents - Variable in class org.malai.interaction.Interaction
The events still in process.
STOP_ICON - Static variable in class net.sf.latexdraw.util.LResources
 
stopCurrentTimeout() - Method in class org.malai.interaction.Interaction
Stops the current timeout transition.
stopTimeout() - Method in class org.malai.interaction.TimeoutTransition
Stops the chronometre (and its thread).
stream - Variable in class net.sf.latexdraw.util.StreamExecReader
The stream to listen.
StreamExecReader - Class in net.sf.latexdraw.util
Defines a thread for managing command execution.
StreamExecReader(InputStream) - Constructor for class net.sf.latexdraw.util.StreamExecReader
Default constructor.
STROKE - Static variable in class net.sf.latexdraw.glib.handlers.RotationHandler
 
STROKE - Static variable in class net.sf.latexdraw.glib.ui.LMagneticGrid
The stroke of the grid.
STROKE - Static variable in class net.sf.latexdraw.instruments.Border
The stroke uses by the border to display its bounding rectangle.
STROKE - Static variable in class net.sf.latexdraw.ui.ScaleRuler
The stroke of the ruler.
STROKE_CTRL_LINES - Static variable in class net.sf.latexdraw.glib.views.Java2D.impl.LBezierCurveView
 
STROKE_USER_SELECTION_BORDER - Static variable in class net.sf.latexdraw.glib.ui.LCanvas
This stroke is used to show the rectangle made by the user to select some shapes.
style - Variable in class net.sf.latexdraw.glib.models.impl.LArc
The style of the arc.
style - Variable in class net.sf.latexdraw.glib.models.impl.LArrow
The style of the arrow.
style - Variable in class net.sf.latexdraw.glib.models.impl.LDot
The current style of the dot.
style - Variable in class net.sf.latexdraw.glib.ui.LMagneticGrid
The style of the grid.
styleList - Variable in class net.sf.latexdraw.instruments.MagneticGridCustomiser
Contains the different possible kind of grids.
stylesCSS - Variable in class net.sf.latexdraw.parsers.svg.SVGElement
The list of the CSS styles of the SVG attribute style.
subGridColour - Variable in class net.sf.latexdraw.glib.models.impl.LGrid
The colour of the sub-grid.
subGridDiv - Variable in class net.sf.latexdraw.glib.models.impl.LGrid
The number of division in a sub-grid.
subGridDots - Variable in class net.sf.latexdraw.glib.models.impl.LGrid
The number of dots in the lines of the sub-grid ( if >0, replace a plain line)
subGridWidth - Variable in class net.sf.latexdraw.glib.models.impl.LGrid
The thickness of the lines of the sub-grid
substringData(int, int) - Method in class net.sf.latexdraw.parsers.svg.SVGText
 
supportArrow() - Method in enum net.sf.latexdraw.glib.models.interfaces.Arcable.ArcStyle
 
supportsArrows() - Method in enum net.sf.latexdraw.glib.models.interfaces.IAxes.AxesStyle
 
SVG_BASE_PROFILE - Static variable in class net.sf.latexdraw.parsers.svg.SVGAttributes
 
SVG_CIRCLE - Static variable in class net.sf.latexdraw.parsers.svg.SVGElements
 
SVG_CX - Static variable in class net.sf.latexdraw.parsers.svg.SVGAttributes
 
SVG_CY - Static variable in class net.sf.latexdraw.parsers.svg.SVGAttributes
 
SVG_D - Static variable in class net.sf.latexdraw.parsers.svg.SVGAttributes
 
SVG_DEFS - Static variable in class net.sf.latexdraw.parsers.svg.SVGElements
 
SVG_DX - Static variable in class net.sf.latexdraw.parsers.svg.SVGAttributes
 
SVG_DY - Static variable in class net.sf.latexdraw.parsers.svg.SVGAttributes
 
SVG_ELLIPSE - Static variable in class net.sf.latexdraw.parsers.svg.SVGElements
 
SVG_EXTENSION - Static variable in class net.sf.latexdraw.filters.SVGFilter
 
SVG_FILL - Static variable in class net.sf.latexdraw.parsers.svg.SVGAttributes
 
SVG_FONT_FAMILY - Static variable in class net.sf.latexdraw.parsers.svg.SVGAttributes
 
SVG_FONT_SIZE - Static variable in class net.sf.latexdraw.parsers.svg.SVGAttributes
 
SVG_FONT_STYLE - Static variable in class net.sf.latexdraw.parsers.svg.SVGAttributes
 
SVG_FONT_STYLE_ITALIC - Static variable in class net.sf.latexdraw.parsers.svg.SVGAttributes
 
SVG_FONT_STYLE_NORMAL - Static variable in class net.sf.latexdraw.parsers.svg.SVGAttributes
 
SVG_FONT_STYLE_OBLIQUE - Static variable in class net.sf.latexdraw.parsers.svg.SVGAttributes
 
SVG_FONT_WEIGHT - Static variable in class net.sf.latexdraw.parsers.svg.SVGAttributes
 
SVG_FONT_WEIGHT_BOLD - Static variable in class net.sf.latexdraw.parsers.svg.SVGAttributes
 
SVG_FONT_WEIGHT_NORMAL - Static variable in class net.sf.latexdraw.parsers.svg.SVGAttributes
 
SVG_G - Static variable in class net.sf.latexdraw.parsers.svg.SVGElements
 
SVG_GRADIENT_UNITS - Static variable in class net.sf.latexdraw.parsers.svg.SVGAttributes
 
SVG_HEIGHT - Static variable in class net.sf.latexdraw.parsers.svg.SVGAttributes
 
SVG_ID - Static variable in class net.sf.latexdraw.parsers.svg.SVGAttributes
 
SVG_IMAGE - Static variable in class net.sf.latexdraw.parsers.svg.SVGElements
 
SVG_INHERIT - Static variable in class net.sf.latexdraw.parsers.svg.SVGAttributes
 
SVG_LINE - Static variable in class net.sf.latexdraw.parsers.svg.SVGElements
 
SVG_LINEAR_GRADIENT - Static variable in class net.sf.latexdraw.parsers.svg.SVGElements
 
SVG_LINECAP_VALUE_BUTT - Static variable in class net.sf.latexdraw.parsers.svg.SVGAttributes
 
SVG_LINECAP_VALUE_ROUND - Static variable in class net.sf.latexdraw.parsers.svg.SVGAttributes
 
SVG_LINECAP_VALUE_SQUARE - Static variable in class net.sf.latexdraw.parsers.svg.SVGAttributes
 
SVG_LINEJOIN_VALUE_BEVEL - Static variable in class net.sf.latexdraw.parsers.svg.SVGAttributes
 
SVG_LINEJOIN_VALUE_MITER - Static variable in class net.sf.latexdraw.parsers.svg.SVGAttributes
 
SVG_LINEJOIN_VALUE_ROUND - Static variable in class net.sf.latexdraw.parsers.svg.SVGAttributes
 
SVG_MARKER - Static variable in class net.sf.latexdraw.parsers.svg.SVGElements
 
SVG_MARKER_END - Static variable in class net.sf.latexdraw.parsers.svg.SVGAttributes
 
SVG_MARKER_HEIGHT - Static variable in class net.sf.latexdraw.parsers.svg.SVGAttributes
 
SVG_MARKER_MID - Static variable in class net.sf.latexdraw.parsers.svg.SVGAttributes
 
SVG_MARKER_START - Static variable in class net.sf.latexdraw.parsers.svg.SVGAttributes
 
SVG_MARKER_UNITS - Static variable in class net.sf.latexdraw.parsers.svg.SVGAttributes
 
SVG_MARKER_WIDTH - Static variable in class net.sf.latexdraw.parsers.svg.SVGAttributes
 
SVG_METADATA - Static variable in class net.sf.latexdraw.parsers.svg.SVGElements
 
SVG_NAMESPACE - Static variable in class net.sf.latexdraw.parsers.svg.SVGDocument
 
SVG_OFFSET - Static variable in class net.sf.latexdraw.parsers.svg.SVGAttributes
 
SVG_ORIENT - Static variable in class net.sf.latexdraw.parsers.svg.SVGAttributes
 
SVG_OVERFLOW - Static variable in class net.sf.latexdraw.parsers.svg.SVGAttributes
 
SVG_PAD - Static variable in class net.sf.latexdraw.parsers.svg.SVGAttributes
 
SVG_PATH - Static variable in class net.sf.latexdraw.parsers.svg.SVGElements
 
SVG_PATTERN - Static variable in class net.sf.latexdraw.parsers.svg.SVGElements
 
SVG_PATTERN_CONTENTS_UNITS - Static variable in class net.sf.latexdraw.parsers.svg.SVGAttributes
 
SVG_PATTERN_UNITS - Static variable in class net.sf.latexdraw.parsers.svg.SVGAttributes
 
SVG_POINTS - Static variable in class net.sf.latexdraw.parsers.svg.SVGAttributes
 
SVG_POLY_LINE - Static variable in class net.sf.latexdraw.parsers.svg.SVGElements
 
SVG_POLYGON - Static variable in class net.sf.latexdraw.parsers.svg.SVGElements
 
SVG_R - Static variable in class net.sf.latexdraw.parsers.svg.SVGAttributes
 
SVG_RECT - Static variable in class net.sf.latexdraw.parsers.svg.SVGElements
 
SVG_REF_X - Static variable in class net.sf.latexdraw.parsers.svg.SVGAttributes
 
SVG_REF_Y - Static variable in class net.sf.latexdraw.parsers.svg.SVGAttributes
 
SVG_REFLECT - Static variable in class net.sf.latexdraw.parsers.svg.SVGAttributes
 
SVG_REPEAT - Static variable in class net.sf.latexdraw.parsers.svg.SVGAttributes
 
SVG_RX - Static variable in class net.sf.latexdraw.parsers.svg.SVGAttributes
 
SVG_RY - Static variable in class net.sf.latexdraw.parsers.svg.SVGAttributes
 
SVG_SPREAD_METHOD - Static variable in class net.sf.latexdraw.parsers.svg.SVGAttributes
 
SVG_STOP - Static variable in class net.sf.latexdraw.parsers.svg.SVGElements
 
SVG_STOP_COLOR - Static variable in class net.sf.latexdraw.parsers.svg.SVGAttributes
 
SVG_STROKE - Static variable in class net.sf.latexdraw.parsers.svg.SVGAttributes
 
SVG_STROKE_DASHARRAY - Static variable in class net.sf.latexdraw.parsers.svg.SVGAttributes
 
SVG_STROKE_DASHOFFSET - Static variable in class net.sf.latexdraw.parsers.svg.SVGAttributes
 
SVG_STROKE_LINECAP - Static variable in class net.sf.latexdraw.parsers.svg.SVGAttributes
 
SVG_STROKE_LINEJOIN - Static variable in class net.sf.latexdraw.parsers.svg.SVGAttributes
 
SVG_STROKE_MITERLIMIT - Static variable in class net.sf.latexdraw.parsers.svg.SVGAttributes
 
SVG_STROKE_WIDTH - Static variable in class net.sf.latexdraw.parsers.svg.SVGAttributes
 
SVG_STYLE - Static variable in class net.sf.latexdraw.parsers.svg.SVGAttributes
 
SVG_SVG - Static variable in class net.sf.latexdraw.parsers.svg.SVGElements
 
SVG_TEXT - Static variable in class net.sf.latexdraw.parsers.svg.SVGElements
 
SVG_TRANSFORM - Static variable in class net.sf.latexdraw.parsers.svg.SVGAttributes
 
SVG_TRANSFORM_MATRIX - Static variable in class net.sf.latexdraw.parsers.svg.SVGAttributes
 
SVG_TRANSFORM_MATRIX - Static variable in class net.sf.latexdraw.parsers.svg.SVGTransform
 
SVG_TRANSFORM_ROTATE - Static variable in class net.sf.latexdraw.parsers.svg.SVGAttributes
 
SVG_TRANSFORM_ROTATE - Static variable in class net.sf.latexdraw.parsers.svg.SVGTransform
 
SVG_TRANSFORM_SCALE - Static variable in class net.sf.latexdraw.parsers.svg.SVGAttributes
 
SVG_TRANSFORM_SCALE - Static variable in class net.sf.latexdraw.parsers.svg.SVGTransform
 
SVG_TRANSFORM_SKEW_X - Static variable in class net.sf.latexdraw.parsers.svg.SVGAttributes
 
SVG_TRANSFORM_SKEW_Y - Static variable in class net.sf.latexdraw.parsers.svg.SVGAttributes
 
SVG_TRANSFORM_SKEWX - Static variable in class net.sf.latexdraw.parsers.svg.SVGTransform
 
SVG_TRANSFORM_SKEWY - Static variable in class net.sf.latexdraw.parsers.svg.SVGTransform
 
SVG_TRANSFORM_TRANSLATE - Static variable in class net.sf.latexdraw.parsers.svg.SVGAttributes
 
SVG_TRANSFORM_TRANSLATE - Static variable in class net.sf.latexdraw.parsers.svg.SVGTransform
 
SVG_TRANSFORM_UNKNOWN - Static variable in class net.sf.latexdraw.parsers.svg.SVGTransform
 
SVG_UNITS_VALUE_OBJ - Static variable in class net.sf.latexdraw.parsers.svg.SVGAttributes
 
SVG_UNITS_VALUE_STROKE - Static variable in class net.sf.latexdraw.parsers.svg.SVGAttributes
 
SVG_UNITS_VALUE_USR - Static variable in class net.sf.latexdraw.parsers.svg.SVGAttributes
 
SVG_URL_TOKEN_BEGIN - Static variable in class net.sf.latexdraw.generators.svg.LShapeSVGGenerator
The beginning of the token used to declare a URL in an SVG document.
SVG_USE - Static variable in class net.sf.latexdraw.parsers.svg.SVGElements
 
SVG_VALUE_AUTO - Static variable in class net.sf.latexdraw.parsers.svg.SVGAttributes
 
SVG_VALUE_NONE - Static variable in class net.sf.latexdraw.parsers.svg.SVGAttributes
 
SVG_VALUE_VISIBLE - Static variable in class net.sf.latexdraw.parsers.svg.SVGAttributes
 
SVG_VERSION - Static variable in class net.sf.latexdraw.parsers.svg.SVGAttributes
 
SVG_WIDTH - Static variable in class net.sf.latexdraw.parsers.svg.SVGAttributes
 
SVG_X - Static variable in class net.sf.latexdraw.parsers.svg.SVGAttributes
 
SVG_X1 - Static variable in class net.sf.latexdraw.parsers.svg.SVGAttributes
 
SVG_X2 - Static variable in class net.sf.latexdraw.parsers.svg.SVGAttributes
 
SVG_Y - Static variable in class net.sf.latexdraw.parsers.svg.SVGAttributes
 
SVG_Y1 - Static variable in class net.sf.latexdraw.parsers.svg.SVGAttributes
 
SVG_Y2 - Static variable in class net.sf.latexdraw.parsers.svg.SVGAttributes
 
SVGAttr - Class in net.sf.latexdraw.parsers.svg
Defines an SVG attribute.
SVGAttr(String, String, Element) - Constructor for class net.sf.latexdraw.parsers.svg.SVGAttr
Creates an SVG attribute.
SVGAttributes - Class in net.sf.latexdraw.parsers.svg
Contains SVG attributes according to the SVG specification version 1.1.
SVGAttributes() - Constructor for class net.sf.latexdraw.parsers.svg.SVGAttributes
 
SVGCDATASection - Class in net.sf.latexdraw.parsers.svg
Defines a CDATA node.
SVGCDATASection(String, SVGDocument) - Constructor for class net.sf.latexdraw.parsers.svg.SVGCDATASection
Creates an CData tag.
SVGCircleElement - Class in net.sf.latexdraw.parsers.svg
Defines the SVG tag ciricle.
SVGCircleElement(Node, SVGElement) - Constructor for class net.sf.latexdraw.parsers.svg.SVGCircleElement
SVGElement.SVGElement(Node, SVGElement)
SVGCircleElement(SVGDocument) - Constructor for class net.sf.latexdraw.parsers.svg.SVGCircleElement
Creates a circle with a radius equal to 0.
SVGCircleElement(double, double, double, SVGDocument) - Constructor for class net.sf.latexdraw.parsers.svg.SVGCircleElement
Creates an SVG circle element.
SVGComment - Class in net.sf.latexdraw.parsers.svg
Defines a comment node.
SVGComment(String, SVGDocument) - Constructor for class net.sf.latexdraw.parsers.svg.SVGComment
Creates a comment element.
SVGDefsElement - Class in net.sf.latexdraw.parsers.svg
Defines the SVG tag defs.
SVGDefsElement(Node, SVGElement) - Constructor for class net.sf.latexdraw.parsers.svg.SVGDefsElement
See SVGElement.SVGElement(Node, SVGElement).
SVGDefsElement(SVGDocument) - Constructor for class net.sf.latexdraw.parsers.svg.SVGDefsElement
Creates a meta data element.
SVGDocument - Class in net.sf.latexdraw.parsers.svg
Defines an SVG document.
SVGDocument(URI) - Constructor for class net.sf.latexdraw.parsers.svg.SVGDocument
The constructor.
SVGDocument() - Constructor for class net.sf.latexdraw.parsers.svg.SVGDocument
Creates an SVG document with an empty SVG element.
SVGDocument.SVGEntityResolver - Class in net.sf.latexdraw.parsers.svg
Used to avoid freeze when opening an SVG document.
SVGDocument.SVGEntityResolver() - Constructor for class net.sf.latexdraw.parsers.svg.SVGDocument.SVGEntityResolver
 
SVGDocumentGenerator - Class in net.sf.latexdraw.generators.svg
Defines a generator that creates SVG documents from drawings.
SVGDocumentGenerator() - Constructor for class net.sf.latexdraw.generators.svg.SVGDocumentGenerator
 
SVGDocumentGenerator.IOWorker - Class in net.sf.latexdraw.generators.svg
The abstract worker that factorises the code of loading and saving workers.
SVGDocumentGenerator.IOWorker(UI, String, Object) - Constructor for class net.sf.latexdraw.generators.svg.SVGDocumentGenerator.IOWorker
 
SVGDocumentGenerator.LoadWorker - Class in net.sf.latexdraw.generators.svg
The worker that loads SVG documents.
SVGDocumentGenerator.LoadWorker(UI, String, Object) - Constructor for class net.sf.latexdraw.generators.svg.SVGDocumentGenerator.LoadWorker
 
SVGDocumentGenerator.ProgressListener - Class in net.sf.latexdraw.generators.svg
The listener that listens the progress performed by the workers to update the progress bar.
SVGDocumentGenerator.ProgressListener(MProgressBar) - Constructor for class net.sf.latexdraw.generators.svg.SVGDocumentGenerator.ProgressListener
 
SVGDocumentGenerator.SaveWorker - Class in net.sf.latexdraw.generators.svg
 
SVGDocumentGenerator.SaveWorker(UI, String, Object) - Constructor for class net.sf.latexdraw.generators.svg.SVGDocumentGenerator.SaveWorker
 
SVGElement - Class in net.sf.latexdraw.parsers.svg
Defines an SVG element.
SVGElement() - Constructor for class net.sf.latexdraw.parsers.svg.SVGElement
The constructor by default.
SVGElement(SVGDocument) - Constructor for class net.sf.latexdraw.parsers.svg.SVGElement
Creates an simple SVGElement with the owner document.
SVGElement(Node) - Constructor for class net.sf.latexdraw.parsers.svg.SVGElement
The constructor using a node in order to be initialised.
SVGElement(Node, SVGElement) - Constructor for class net.sf.latexdraw.parsers.svg.SVGElement
The constructor using a node to create the SVG element and an SVG element to be its parent.
SVGElements - Class in net.sf.latexdraw.parsers.svg
Contains SVG elements according to the SVG specification version 1.1.
SVGElements() - Constructor for class net.sf.latexdraw.parsers.svg.SVGElements
 
SVGElementsFactory - Class in net.sf.latexdraw.parsers.svg
This class must be used to create SVG elements.
SVGElementsFactory() - Constructor for class net.sf.latexdraw.parsers.svg.SVGElementsFactory
 
SVGEllipseElement - Class in net.sf.latexdraw.parsers.svg
Defines the SVG tag ellipse.
SVGEllipseElement(Node, SVGElement) - Constructor for class net.sf.latexdraw.parsers.svg.SVGEllipseElement
SVGElement.SVGElement(Node, SVGElement)
SVGEllipseElement(double, double, double, double, SVGDocument) - Constructor for class net.sf.latexdraw.parsers.svg.SVGEllipseElement
Creates an SVG ellipse element.
SVGEllipseElement(SVGDocument) - Constructor for class net.sf.latexdraw.parsers.svg.SVGEllipseElement
Creates an empty ellipse.
SVGFilter - Class in net.sf.latexdraw.filters
This class define a filter for SVG files (*.svg).
SVGFilter() - Constructor for class net.sf.latexdraw.filters.SVGFilter
 
SVGGElement - Class in net.sf.latexdraw.parsers.svg
Defines the SVG tag g.
SVGGElement(Node, SVGElement) - Constructor for class net.sf.latexdraw.parsers.svg.SVGGElement
See SVGElement.SVGElement(Node, SVGElement).
SVGGElement(SVGDocument) - Constructor for class net.sf.latexdraw.parsers.svg.SVGGElement
Creates an empty G element.
SVGImageElement - Class in net.sf.latexdraw.parsers.svg
Defines the SVG element defining a picture.
SVGImageElement(Node, SVGElement) - Constructor for class net.sf.latexdraw.parsers.svg.SVGImageElement
SVGImageElement.SVGImageElement(SVGDocument, String)
SVGImageElement(SVGDocument, String) - Constructor for class net.sf.latexdraw.parsers.svg.SVGImageElement
Creates an SVG image.
SVGLength - Class in net.sf.latexdraw.parsers.svg.parsers
Defines an SVG length implementation.
SVGLength(double, SVGLength.LengthType, String) - Constructor for class net.sf.latexdraw.parsers.svg.parsers.SVGLength
Builds an SVGLength.
SVGLength.LengthType - Enum in net.sf.latexdraw.parsers.svg.parsers
 
SVGLength.LengthType() - Constructor for enum net.sf.latexdraw.parsers.svg.parsers.SVGLength.LengthType
 
SVGLengthParser - Class in net.sf.latexdraw.parsers.svg.parsers
Defines a parser that parses SVG length code.
SVGLengthParser(String) - Constructor for class net.sf.latexdraw.parsers.svg.parsers.SVGLengthParser
The constructor.
SVGLengthParser.FontSize - Enum in net.sf.latexdraw.parsers.svg.parsers
Describes textual value for the font-size attribute.
SVGLengthParser.FontSize() - Constructor for enum net.sf.latexdraw.parsers.svg.parsers.SVGLengthParser.FontSize
 
SVGLinearGradientElement - Class in net.sf.latexdraw.parsers.svg
Defines the SVG tag linearGradient.
SVGLinearGradientElement(Node, SVGElement) - Constructor for class net.sf.latexdraw.parsers.svg.SVGLinearGradientElement
SVGElement.SVGElement(Node, SVGElement)
SVGLinearGradientElement(SVGDocument) - Constructor for class net.sf.latexdraw.parsers.svg.SVGLinearGradientElement
Creates an simple SVGLinearGradientElement with the owner document.
SVGLineElement - Class in net.sf.latexdraw.parsers.svg
Defines the SVG tag line.
SVGLineElement(Node, SVGElement) - Constructor for class net.sf.latexdraw.parsers.svg.SVGLineElement
SVGElement.SVGElement(Node, SVGElement)
SVGLineElement(double, double, double, double, SVGDocument) - Constructor for class net.sf.latexdraw.parsers.svg.SVGLineElement
Creates an SVGLine.
SVGLineElement(SVGDocument) - Constructor for class net.sf.latexdraw.parsers.svg.SVGLineElement
Creates an SVG line (0,0 ; 0,0)
SVGMarkerElement - Class in net.sf.latexdraw.parsers.svg
Defines the SVG tag marker.
SVGMarkerElement(SVGDocument) - Constructor for class net.sf.latexdraw.parsers.svg.SVGMarkerElement
SVGElement.SVGElement(Node, SVGElement)
SVGMarkerElement(Node, SVGElement) - Constructor for class net.sf.latexdraw.parsers.svg.SVGMarkerElement
SVGElement.SVGElement(Node, SVGElement)
SVGMatrix - Class in net.sf.latexdraw.parsers.svg
Defines a matrix according to the SVG specifications.
SVGMatrix() - Constructor for class net.sf.latexdraw.parsers.svg.SVGMatrix
Creates a matrix by initialising it as the identity.
SVGMetadataElement - Class in net.sf.latexdraw.parsers.svg
Defines the SVG tag metadata.
SVGMetadataElement(Node, SVGElement) - Constructor for class net.sf.latexdraw.parsers.svg.SVGMetadataElement
See SVGElement.SVGElement(Node, SVGElement).
SVGMetadataElement(SVGDocument) - Constructor for class net.sf.latexdraw.parsers.svg.SVGMetadataElement
Creates a meta data element.
SVGNamedNodeMap - Class in net.sf.latexdraw.parsers.svg
Defines an SVG named node map.
SVGNamedNodeMap() - Constructor for class net.sf.latexdraw.parsers.svg.SVGNamedNodeMap
The constructor by default.
SVGNodeList - Class in net.sf.latexdraw.parsers.svg
Defines an SVG node list.
SVGNodeList() - Constructor for class net.sf.latexdraw.parsers.svg.SVGNodeList
The constructor by default.
SVGNumberParser - Class in net.sf.latexdraw.parsers.svg.parsers
Defines a SVG number parser.
SVGNumberParser(String) - Constructor for class net.sf.latexdraw.parsers.svg.parsers.SVGNumberParser
The constructor.
SVGPathElement - Class in net.sf.latexdraw.parsers.svg
Defines the SVG tag path.
SVGPathElement(Node, SVGElement) - Constructor for class net.sf.latexdraw.parsers.svg.SVGPathElement
See SVGElement.SVGElement(Node, SVGElement).
SVGPathElement(SVGDocument) - Constructor for class net.sf.latexdraw.parsers.svg.SVGPathElement
Creates an empty SVG path element.
SVGPathHandler - Interface in net.sf.latexdraw.parsers.svg.path
Defines the model of a SVGPath handler.
SVGPathParser - Class in net.sf.latexdraw.parsers.svg.parsers
Defines an SVGPath parser.
SVGPathParser(String, SVGPathHandler) - Constructor for class net.sf.latexdraw.parsers.svg.parsers.SVGPathParser
The main constructor.
SVGPathSeg - Class in net.sf.latexdraw.parsers.svg.path
Defines a model for the SVGPath segments.
SVGPathSeg(boolean) - Constructor for class net.sf.latexdraw.parsers.svg.path.SVGPathSeg
The main constructor.
SVGPathSeg.PathSeg - Enum in net.sf.latexdraw.parsers.svg.path
All the different path segments.
SVGPathSeg.PathSeg() - Constructor for enum net.sf.latexdraw.parsers.svg.path.SVGPathSeg.PathSeg
 
SVGPathSegArc - Class in net.sf.latexdraw.parsers.svg.path
Defines the SVGPath arc segment.
SVGPathSegArc(double, double, double, double, double, boolean, boolean, boolean) - Constructor for class net.sf.latexdraw.parsers.svg.path.SVGPathSegArc
The main constructor.
SVGPathSegClosePath - Class in net.sf.latexdraw.parsers.svg.path
Defines the SVGPath closepath segment.
SVGPathSegClosePath() - Constructor for class net.sf.latexdraw.parsers.svg.path.SVGPathSegClosePath
The constructor.
SVGPathSegCurvetoCubic - Class in net.sf.latexdraw.parsers.svg.path
Defines the SVGPath curveto segment.
SVGPathSegCurvetoCubic(double, double, double, double, double, double, boolean) - Constructor for class net.sf.latexdraw.parsers.svg.path.SVGPathSegCurvetoCubic
The main constructor.
SVGPathSegCurvetoCubicSmooth - Class in net.sf.latexdraw.parsers.svg.path
Defines the SVGPath smooth curveto segment.
SVGPathSegCurvetoCubicSmooth(double, double, double, double, boolean) - Constructor for class net.sf.latexdraw.parsers.svg.path.SVGPathSegCurvetoCubicSmooth
The main constructor.
SVGPathSegCurvetoQuadratic - Class in net.sf.latexdraw.parsers.svg.path
Defines the SVGPath quadratic curveto segment.
SVGPathSegCurvetoQuadratic(double, double, double, double, boolean) - Constructor for class net.sf.latexdraw.parsers.svg.path.SVGPathSegCurvetoQuadratic
The main constructor.
SVGPathSegCurvetoQuadraticSmooth - Class in net.sf.latexdraw.parsers.svg.path
Defines the SVGPath quadratic smooth curveto segment.
SVGPathSegCurvetoQuadraticSmooth(double, double, boolean) - Constructor for class net.sf.latexdraw.parsers.svg.path.SVGPathSegCurvetoQuadraticSmooth
The main constructor.
SVGPathSegLineto - Class in net.sf.latexdraw.parsers.svg.path
Defines the SVGPath lineto segment.
SVGPathSegLineto(double, double, boolean) - Constructor for class net.sf.latexdraw.parsers.svg.path.SVGPathSegLineto
The main constructor.
SVGPathSegLinetoHorizontal - Class in net.sf.latexdraw.parsers.svg.path
Defines the SVGPath horizontal lineto segment.
SVGPathSegLinetoHorizontal(double, boolean) - Constructor for class net.sf.latexdraw.parsers.svg.path.SVGPathSegLinetoHorizontal
The main constructor.
SVGPathSegLinetoVertical - Class in net.sf.latexdraw.parsers.svg.path
Defines the SVGPath vertical lineto segment.
SVGPathSegLinetoVertical(double, boolean) - Constructor for class net.sf.latexdraw.parsers.svg.path.SVGPathSegLinetoVertical
The main constructor.
SVGPathSegList - Class in net.sf.latexdraw.parsers.svg.path
Defines a list of SVGPath segments.
SVGPathSegList() - Constructor for class net.sf.latexdraw.parsers.svg.path.SVGPathSegList
The constructor by default.
SVGPathSegMoveto - Class in net.sf.latexdraw.parsers.svg.path
Defines the SVGPath moveto segment.
SVGPathSegMoveto(double, double, boolean) - Constructor for class net.sf.latexdraw.parsers.svg.path.SVGPathSegMoveto
The main constructor.
SVGPatternElement - Class in net.sf.latexdraw.parsers.svg
Defines the SVG tag pattern.
SVGPatternElement(Node, SVGElement) - Constructor for class net.sf.latexdraw.parsers.svg.SVGPatternElement
See SVGElement.SVGElement(Node, SVGElement).
SVGPatternElement(SVGDocument) - Constructor for class net.sf.latexdraw.parsers.svg.SVGPatternElement
Creates a new empty SVG Pattern element.
SVGPointsParser - Class in net.sf.latexdraw.parsers.svg.parsers
Defines a parser that parses points from polygons and polylines.
SVGPointsParser(String) - Constructor for class net.sf.latexdraw.parsers.svg.parsers.SVGPointsParser
Creates and initialises the parser.
SVGPolygonElement - Class in net.sf.latexdraw.parsers.svg
Defines the SVG tag polygon.
SVGPolygonElement(Node, SVGElement) - Constructor for class net.sf.latexdraw.parsers.svg.SVGPolygonElement
AbstractPointsElement.AbstractPointsElement(Node, SVGElement)
SVGPolygonElement(SVGDocument) - Constructor for class net.sf.latexdraw.parsers.svg.SVGPolygonElement
AbstractPointsElement.AbstractPointsElement(Node, SVGElement)
SVGPolyLineElement - Class in net.sf.latexdraw.parsers.svg
Defines the SVG tag polyline.
SVGPolyLineElement(Node, SVGElement) - Constructor for class net.sf.latexdraw.parsers.svg.SVGPolyLineElement
AbstractPointsElement.AbstractPointsElement(Node, SVGElement)
SVGPolyLineElement(SVGDocument) - Constructor for class net.sf.latexdraw.parsers.svg.SVGPolyLineElement
AbstractPointsElement.AbstractPointsElement(Node, SVGElement)
SVGRectElement - Class in net.sf.latexdraw.parsers.svg
Defines the SVG tag rect.
SVGRectElement(Node, SVGElement) - Constructor for class net.sf.latexdraw.parsers.svg.SVGRectElement
See SVGElement.SVGElement(Node, SVGElement).
SVGRectElement(double, double, double, double, SVGDocument) - Constructor for class net.sf.latexdraw.parsers.svg.SVGRectElement
Creates an SVG rect element.
SVGRectElement(SVGDocument) - Constructor for class net.sf.latexdraw.parsers.svg.SVGRectElement
Creates an SVG rectangle with width=height=0.
svgRgbtoRgb(String) - Method in class net.sf.latexdraw.parsers.svg.CSSColors
Converts an SVG RGB colour: "rgb(int,int,int)" or "rgb(pc,pc,pc)" in an AWT colour.
SVGShapesFactory - Class in net.sf.latexdraw.generators.svg
Creates SVG elements based on latexdraw.
SVGShapesFactory() - Constructor for class net.sf.latexdraw.generators.svg.SVGShapesFactory
Creates the factory.
SVGShapesFactory.CreateViewSVGCmd - Class in net.sf.latexdraw.generators.svg
This class is a mix of the design patterns Command and Chain of responsibility.
SVGShapesFactory.CreateViewSVGCmd(SVGShapesFactory.CreateViewSVGCmd, Class<? extends IShape>) - Constructor for class net.sf.latexdraw.generators.svg.SVGShapesFactory.CreateViewSVGCmd
Creates the command.
SVGStopElement - Class in net.sf.latexdraw.parsers.svg
Defines the SVG tag stop.
SVGStopElement(Node, SVGElement) - Constructor for class net.sf.latexdraw.parsers.svg.SVGStopElement
See SVGElement.SVGElement(Node, SVGElement).
SVGStopElement(SVGDocument) - Constructor for class net.sf.latexdraw.parsers.svg.SVGStopElement
Creates a new empty SVG STOP element.
SVGSVGElement - Class in net.sf.latexdraw.parsers.svg
Defines the SVG tag SVG.
SVGSVGElement(SVGDocument, Node) - Constructor for class net.sf.latexdraw.parsers.svg.SVGSVGElement
See SVGElement.SVGElement()
SVGSVGElement(Node, SVGElement) - Constructor for class net.sf.latexdraw.parsers.svg.SVGSVGElement
 
SVGSVGElement(SVGDocument) - Constructor for class net.sf.latexdraw.parsers.svg.SVGSVGElement
Creates an empty SVG element.
SVGText - Class in net.sf.latexdraw.parsers.svg
Defines a text node.
SVGText(String, SVGDocument) - Constructor for class net.sf.latexdraw.parsers.svg.SVGText
Creates a text node.
SVGTextElement - Class in net.sf.latexdraw.parsers.svg
Defines the SVG tag text.
SVGTextElement(SVGDocument) - Constructor for class net.sf.latexdraw.parsers.svg.SVGTextElement
SVGElement.SVGElement(Node, SVGElement)
SVGTextElement(Node, SVGElement) - Constructor for class net.sf.latexdraw.parsers.svg.SVGTextElement
SVGElement.SVGElement(Node, SVGElement)
SVGTransform - Class in net.sf.latexdraw.parsers.svg
Defines an SVG transformation.
SVGTransform() - Constructor for class net.sf.latexdraw.parsers.svg.SVGTransform
Creates a transformation with no type.
SVGTransform(String) - Constructor for class net.sf.latexdraw.parsers.svg.SVGTransform
The constructor using a string containing the transformation.
SVGTransformList - Class in net.sf.latexdraw.parsers.svg
Defines a list containing SVG transformations.
SVGTransformList() - Constructor for class net.sf.latexdraw.parsers.svg.SVGTransformList
The constructor by default.
SVGTransformList(String) - Constructor for class net.sf.latexdraw.parsers.svg.SVGTransformList
The constructor using a string containing the transformations.
sweepFlag - Variable in class net.sf.latexdraw.parsers.svg.path.SVGPathSegArc
The value of the sweep-flag parameter.
SwingEventManager - Class in org.malai.interaction
A Swing event manager gathers Swing events produces by widgets and tranfers them handlers.
SwingEventManager() - Constructor for class org.malai.interaction.SwingEventManager
Creates a event manager that gathers Swing events and tranfers them to handlers.
SymmetricList2ListMapping<E,F> - Class in org.malai.mapping
This interface defines the concept of mapping that link source objects with target objects.
SymmetricList2ListMapping(List<E>, List<F>) - Constructor for class org.malai.mapping.SymmetricList2ListMapping
List2ListMapping.List2ListMapping(List, List)
synchro - Variable in class net.sf.latexdraw.glib.views.pst.PSTCodeGenerator
The PSTricks views.
synchronise() - Method in class net.sf.latexdraw.glib.views.pst.PSTViewsSynchroniser
 
synchronise() - Method in class net.sf.latexdraw.glib.views.synchroniser.ViewsSynchroniser
Synchronises the Java2D views with their PSTricks views.

T

tabbedPane - Variable in class org.malai.interaction.library.TabSelected
The tabbed panel that changed.
tabbedPane - Variable in class org.malai.interaction.TabSelectedTransition
The tabbed pane that produced the event.
tabbedPanel - Variable in class net.sf.latexdraw.ui.LFrame
 
table - Variable in class net.sf.latexdraw.badaboom.BadaboomManager
The table that sums up the gathered exceptions.
TabSelected - Class in org.malai.interaction.library
A TabSelected interaction occurs when the selected tab of a tabbed changed.
TabSelected() - Constructor for class org.malai.interaction.library.TabSelected
Creates the interaction.
TabSelectedTransition - Class in org.malai.interaction
This transition corresponds to a change in the selection of a tabbed pane.
TabSelectedTransition(SourceableState, TargetableState) - Constructor for class org.malai.interaction.TabSelectedTransition
Transition.Transition(SourceableState, TargetableState)
TabSelector - Class in net.sf.latexdraw.instruments
This instrument (de-)activates instruments while changing of tab (drawing tab, PST tab, etc.).
TabSelector(LFrame) - Constructor for class net.sf.latexdraw.instruments.TabSelector
Creates the instrument.
tabSelector - Variable in class net.sf.latexdraw.ui.LFrame
 
TabSelector.TabSelected2ActivateInstruments - Class in net.sf.latexdraw.instruments
 
TabSelector.TabSelected2ActivateInstruments(TabSelector) - Constructor for class net.sf.latexdraw.instruments.TabSelector.TabSelected2ActivateInstruments
 
TAN - Static variable in class net.sf.latexdraw.glib.views.latex.DviPsColors
 
target - Variable in class org.malai.interaction.library.PointInteraction
The object picked at the pressed position.
target - Variable in class org.malai.mapping.List2ObjectMapping
The target object.
TargetableState - Interface in org.malai.stateMachine
This interface defines a state that can be the target state of a transition.
targetObject - Variable in class org.malai.mapping.Object2ObjectMapping
The target object.
targetObject - Variable in class org.malai.mapping.Unary2UnaryMapping
The target unary relation of the mapping.
tBarSizeDim - Variable in class net.sf.latexdraw.glib.models.impl.LArrow
The latex parameter tbarsize num.
tbarsizeDim - Variable in class net.sf.latexdraw.instruments.ShapeArrowCustomiser
The field to set the t bar size dim parameter of arrows.
tBarSizeNum - Variable in class net.sf.latexdraw.glib.models.impl.LArrow
The latex parameter tbarsize num.
tbarsizeNum - Variable in class net.sf.latexdraw.instruments.ShapeArrowCustomiser
The field to set the t bar size num parameter of arrows.
tButton - Variable in class net.sf.latexdraw.instruments.TextCustomiser
The button that selects the top text position.
TEAL - Static variable in class net.sf.latexdraw.glib.views.latex.DviPsColors
 
TEALBLUE - Static variable in class net.sf.latexdraw.glib.views.latex.DviPsColors
 
TEMPLATE_DIR - Static variable in class net.sf.latexdraw.util.LPath
The name of the templates directory
TEMPLATE_START_ACTION_CMD - Static variable in class net.sf.latexdraw.util.LResources
The beginning of the action command of templates
tempShape - Variable in class net.sf.latexdraw.glib.models.impl.LDrawing
A temporary shape in the drawing.
TempShape2TempViewMapping - Class in net.sf.latexdraw.mapping
Defines a mapping that link the temporary shape of the drawing to the temporary view of the canvas.
TempShape2TempViewMapping(IUnary<IShape>, IUnary<IViewShape>) - Constructor for class net.sf.latexdraw.mapping.TempShape2TempViewMapping
Unary2UnaryMapping.Unary2UnaryMapping(IUnary, IUnary)
tempView - Variable in class net.sf.latexdraw.glib.ui.LCanvas
The temporary view that the canvas may contain.
TerminalState - Class in org.malai.interaction
This state defines a terminal state that ends the interaction.
TerminalState(String) - Constructor for class org.malai.interaction.TerminalState
 
TEX_EDITOR_ICON - Static variable in class net.sf.latexdraw.util.LResources
 
TEX_EXTENSION - Static variable in class net.sf.latexdraw.filters.TeXFilter
The name of the extension of TeX file
TeXFilter - Class in net.sf.latexdraw.filters
This class define a filter for TeX files (*.tex)

This file is part of LaTeXDraw
Copyright (c) 2005-2012 Arnaud BLOUIN

LaTeXDraw is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.
TeXFilter() - Constructor for class net.sf.latexdraw.filters.TeXFilter
 
text - Variable in class net.sf.latexdraw.actions.InitTextSetter
The text to set to the setter.
text - Variable in class net.sf.latexdraw.glib.models.impl.LText
The text
text - Variable in class net.sf.latexdraw.instruments.TextSetter
The text to modify throw this instrument.
text - Variable in class org.malai.interaction.library.TextChanged
The new text of the field.
text - Variable in class org.malai.interaction.TextChangedTransition
The modified text.
TEXT_ICON - Static variable in class net.sf.latexdraw.util.LResources
 
TEXT_NODE_NAME - Static variable in class net.sf.latexdraw.parsers.svg.SVGText
 
TextAreaAutoSize - Class in net.sf.latexdraw.ui
This widgets is a text area which automatically resizes is width and height according to its text.
TextAreaAutoSize() - Constructor for class net.sf.latexdraw.ui.TextAreaAutoSize
Creates the widget.
TextAreaAutoSize.TextAreaKeyListener - Class in net.sf.latexdraw.ui
This listener is used to override the key binding "enter" that adds an end of line character.
TextAreaAutoSize.TextAreaKeyListener() - Constructor for class net.sf.latexdraw.ui.TextAreaAutoSize.TextAreaKeyListener
 
textB - Variable in class net.sf.latexdraw.instruments.EditingSelector
The button that allows to select the instrument Pencil to add texts.
TextChanged - Class in org.malai.interaction.library
This interaction is performed when the text of a text field is modified.
TextChanged() - Constructor for class org.malai.interaction.library.TextChanged
Creates the interaction.
TextChangedTransition - Class in org.malai.interaction
This transition corresponds to a change of the text of a text field.
TextChangedTransition(SourceableState, TargetableState) - Constructor for class org.malai.interaction.TextChangedTransition
Transition.Transition(SourceableState, TargetableState)
textComp - Variable in class org.malai.interaction.library.TextChanged
The modified text field.
textComp - Variable in class org.malai.interaction.TextChangedTransition
The modified text field.
textCustomiser - Variable in class net.sf.latexdraw.instruments.MetaShapeCustomiser
This instrument customises the texts.
TextCustomiser - Class in net.sf.latexdraw.instruments
This instrument modifies texts.
TextCustomiser(UIComposer<?>, Hand, Pencil) - Constructor for class net.sf.latexdraw.instruments.TextCustomiser
Creates the instrument.
textField - Variable in class net.sf.latexdraw.instruments.TextSetter
The text field.
TEXTPOS_B - Static variable in class net.sf.latexdraw.util.LResources
 
TEXTPOS_BL - Static variable in class net.sf.latexdraw.util.LResources
 
TEXTPOS_BR - Static variable in class net.sf.latexdraw.util.LResources
 
TEXTPOS_T - Static variable in class net.sf.latexdraw.util.LResources
 
TEXTPOS_TL - Static variable in class net.sf.latexdraw.util.LResources
 
TEXTPOS_TR - Static variable in class net.sf.latexdraw.util.LResources
 
textPosition - Variable in class net.sf.latexdraw.glib.models.impl.LText
The text position of the text.
textSetter - Variable in class net.sf.latexdraw.instruments.Hand
The instrument used to edit texts.
textSetter - Variable in class net.sf.latexdraw.instruments.Pencil
The instrument used to add and modify texts.
TextSetter - Class in net.sf.latexdraw.instruments
This instrument allows to add and modify texts to the drawing.
TextSetter(MLayeredPane) - Constructor for class net.sf.latexdraw.instruments.TextSetter
Creates the instrument.
textSetter - Variable in class net.sf.latexdraw.ui.LFrame
The instrument used to add and modify texts.
textShape - Variable in class net.sf.latexdraw.actions.InitTextSetter
The text (shape) to modify throw the setter.
Theme - Class in net.sf.latexdraw.util
This singleton contains methods to handle look-and feel objects.
Theme() - Constructor for class net.sf.latexdraw.util.Theme
Creates the singleton.
themeList - Variable in class net.sf.latexdraw.instruments.PreferencesSetter
The list that contains the supported theme.
thickness - Variable in class net.sf.latexdraw.glib.models.impl.LShape
The thickness of the lines of the shape in pixels.
THICKNESS_ICON - Static variable in class net.sf.latexdraw.util.LResources
 
THICKNESS_O_STYLE_FACTOR - Static variable in interface net.sf.latexdraw.glib.models.interfaces.IDot
Useful to calculate the thickness of dot with the o style.
thicknessField - Variable in class net.sf.latexdraw.instruments.ShapeBorderCustomiser
The field which allows to change shapes thickness.
THISTLE - Static variable in class net.sf.latexdraw.glib.views.latex.DviPsColors
 
THRESHOLD - Static variable in class net.sf.latexdraw.util.LNumber
The threshold used to compare double values.
ticksDisplayed - Variable in class net.sf.latexdraw.glib.models.impl.LAxes
Define how the ticks must be shown.
ticksSize - Variable in class net.sf.latexdraw.glib.models.impl.LAxes
The size of the ticks.
ticksSizeS - Variable in class net.sf.latexdraw.instruments.ShapeAxesCustomiser
The widget that permits to set the size of the ticks.
ticksStyle - Variable in class net.sf.latexdraw.glib.models.impl.LAxes
Define the style of the ticks.
timeout - Variable in class org.malai.interaction.TimeoutTransition
The timeout in ms.
timeoutThread - Variable in class org.malai.interaction.TimeoutTransition
The current thread in progress.
timeoutTransition - Variable in class org.malai.interaction.library.KeysTyped
The timeout transition.
TimeoutTransition - Class in org.malai.interaction
This transition defines a timeout: when the user does nothing during a given duration, the timeout transition is executed.
TimeoutTransition(SourceableState, TargetableState, int) - Constructor for class org.malai.interaction.TimeoutTransition
Creates the transition.
TimeoutTransition.TimeoutRunnable - Class in org.malai.interaction
A TimeoutRunnable defines the executable part of the thread which is thrown when the chronometre of the transition is launched.
TimeoutTransition.TimeoutRunnable() - Constructor for class org.malai.interaction.TimeoutTransition.TimeoutRunnable
 
TITLE_DIALOG_EXPORT - Static variable in class net.sf.latexdraw.instruments.Exporter
The title of the dialog box used to export drawings.
titleField - Variable in class net.sf.latexdraw.instruments.DrawingPropertiesCustomiser
The field that changes the title of the drawing.
tlButton - Variable in class net.sf.latexdraw.instruments.TextCustomiser
The button that selects the top-left text position.
tlxS - Variable in class net.sf.latexdraw.instruments.ShapeCoordDimCustomiser
Sets the X-coordinate of the top-left position.
tlyS - Variable in class net.sf.latexdraw.instruments.ShapeCoordDimCustomiser
Sets the Y-coordinate of the top-left position.
TOKEN_ABSOLUTE - Static variable in class net.sf.latexdraw.glib.views.pst.PSTricksConstants
The token of the parameters : cornersize = absolute
TOKEN_AXES_STYLE_AXES - Static variable in class net.sf.latexdraw.glib.views.pst.PSTricksConstants
The text to display when the axes have the axes shape.
TOKEN_AXES_STYLE_FRAME - Static variable in class net.sf.latexdraw.glib.views.pst.PSTricksConstants
The text to display when the axes have the frame shape.
TOKEN_AXES_STYLE_NONE - Static variable in class net.sf.latexdraw.glib.views.pst.PSTricksConstants
The text to display when the axes must not be shown.
TOKEN_CM - Static variable in class net.sf.latexdraw.glib.views.pst.PSTricksConstants
The token of the unit of length : centimeter
TOKEN_COLOR_TYPE_CMYK - Static variable in class net.sf.latexdraw.glib.views.pst.PSTricksConstants
 
TOKEN_COLOR_TYPE_GRAY - Static variable in class net.sf.latexdraw.glib.views.pst.PSTricksConstants
 
TOKEN_COLOR_TYPE_HSB - Static variable in class net.sf.latexdraw.glib.views.pst.PSTricksConstants
 
TOKEN_COLOR_TYPE_NAMED - Static variable in class net.sf.latexdraw.glib.views.pst.PSTricksConstants
 
TOKEN_COLOR_TYPE_RGB - Static variable in class net.sf.latexdraw.glib.views.pst.PSTricksConstants
 
TOKEN_FILL_CROSSHATCH - Static variable in class net.sf.latexdraw.glib.views.pst.PSTricksConstants
The token of the parameters : fillstyle = crosshatch
TOKEN_FILL_CROSSHATCH_F - Static variable in class net.sf.latexdraw.glib.views.pst.PSTricksConstants
The token of the parameters : fillstyle = crosshatch*
TOKEN_FILL_GRADIENT - Static variable in class net.sf.latexdraw.glib.views.pst.PSTricksConstants
The token of the parameters : fillstyle = gradient
TOKEN_FILL_HLINES - Static variable in class net.sf.latexdraw.glib.views.pst.PSTricksConstants
The token of the parameters : fillstyle = hlines
TOKEN_FILL_HLINES_F - Static variable in class net.sf.latexdraw.glib.views.pst.PSTricksConstants
The token of the parameters : fillstyle = hlines*
TOKEN_FILL_NONE - Static variable in class net.sf.latexdraw.glib.views.pst.PSTricksConstants
The token of the parameters : fillstyle = none
TOKEN_FILL_SOLID - Static variable in class net.sf.latexdraw.glib.views.pst.PSTricksConstants
The token of the parameters : fillstyle = solid
TOKEN_FILL_VLINES - Static variable in class net.sf.latexdraw.glib.views.pst.PSTricksConstants
The token of the parameters : fillstyle = vlines
TOKEN_FILL_VLINES_F - Static variable in class net.sf.latexdraw.glib.views.pst.PSTricksConstants
The token of the parameters : fillstyle = vlines*
TOKEN_INCH - Static variable in class net.sf.latexdraw.glib.views.pst.PSTricksConstants
The token of the unit of length : inch
TOKEN_LABELS_DISPLAYED_ALL - Static variable in class net.sf.latexdraw.glib.views.pst.PSTricksConstants
The text to display when all the labels must be displayed.
TOKEN_LABELS_DISPLAYED_NONE - Static variable in class net.sf.latexdraw.glib.views.pst.PSTricksConstants
The text to display when no labels must be displayed.
TOKEN_LABELS_DISPLAYED_X - Static variable in class net.sf.latexdraw.glib.views.pst.PSTricksConstants
The text to display when only the X labels must be displayed.
TOKEN_LABELS_DISPLAYED_Y - Static variable in class net.sf.latexdraw.glib.views.pst.PSTricksConstants
The text to display when only the Y labels must be displayed.
TOKEN_MM - Static variable in class net.sf.latexdraw.glib.views.pst.PSTricksConstants
The token of the unit of length : millimeter
TOKEN_PS_PT - Static variable in class net.sf.latexdraw.glib.views.pst.PSTricksConstants
The token of the postscript point unit of length
TOKEN_PUT_ANGLE_0 - Static variable in class net.sf.latexdraw.glib.views.pst.PSTricksConstants
 
TOKEN_PUT_ANGLE_0_STAR - Static variable in class net.sf.latexdraw.glib.views.pst.PSTricksConstants
 
TOKEN_PUT_ANGLE_180 - Static variable in class net.sf.latexdraw.glib.views.pst.PSTricksConstants
 
TOKEN_PUT_ANGLE_180_STAR - Static variable in class net.sf.latexdraw.glib.views.pst.PSTricksConstants
 
TOKEN_PUT_ANGLE_270 - Static variable in class net.sf.latexdraw.glib.views.pst.PSTricksConstants
 
TOKEN_PUT_ANGLE_270_STAR - Static variable in class net.sf.latexdraw.glib.views.pst.PSTricksConstants
 
TOKEN_PUT_ANGLE_90 - Static variable in class net.sf.latexdraw.glib.views.pst.PSTricksConstants
 
TOKEN_PUT_ANGLE_90_STAR - Static variable in class net.sf.latexdraw.glib.views.pst.PSTricksConstants
 
TOKEN_RELATIVE - Static variable in class net.sf.latexdraw.glib.views.pst.PSTricksConstants
The token of the parameters : cornersize = relative
TOKEN_RPUT_BASE - Static variable in class net.sf.latexdraw.glib.views.pst.PSTricksConstants
 
TOKEN_RPUT_BOTTOM - Static variable in class net.sf.latexdraw.glib.views.pst.PSTricksConstants
 
TOKEN_RPUT_LEFT - Static variable in class net.sf.latexdraw.glib.views.pst.PSTricksConstants
 
TOKEN_RPUT_RIGHT - Static variable in class net.sf.latexdraw.glib.views.pst.PSTricksConstants
 
TOKEN_RPUT_TOP - Static variable in class net.sf.latexdraw.glib.views.pst.PSTricksConstants
 
TOKEN_TEMPLATE_FILE - Static variable in class net.sf.latexdraw.util.LResources
This token allows the program to identify LaTeXDraw template files
TOKEN_TICKS_STYLE_BOTTOM - Static variable in class net.sf.latexdraw.glib.views.pst.PSTricksConstants
The token when the ticks only the bottom of them must be shown.
TOKEN_TICKS_STYLE_FULL - Static variable in class net.sf.latexdraw.glib.views.pst.PSTricksConstants
The token when the ticks must be fully shown.
TOKEN_TICKS_STYLE_TOP - Static variable in class net.sf.latexdraw.glib.views.pst.PSTricksConstants
The token when the ticks only the top of them must be shown.
TOKEN_UPUT_DOWN - Static variable in class net.sf.latexdraw.glib.views.pst.PSTricksConstants
 
TOKEN_UPUT_LEFT - Static variable in class net.sf.latexdraw.glib.views.pst.PSTricksConstants
 
TOKEN_UPUT_RIGHT - Static variable in class net.sf.latexdraw.glib.views.pst.PSTricksConstants
 
TOKEN_UPUT_UP - Static variable in class net.sf.latexdraw.glib.views.pst.PSTricksConstants
 
toLatexdraw(SVGDocument, double) - Method in class net.sf.latexdraw.generators.svg.SVGDocumentGenerator.LoadWorker
Converts an SVG document into a set of shapes.
toolbar - Variable in class net.sf.latexdraw.ui.WidgetMiniToolbar
The toolbar which contains the buttons
ToolbarBuilder - Class in net.sf.latexdraw.ui
The composer that creates the tool bar of the application.
ToolbarBuilder(LFrame) - Constructor for class net.sf.latexdraw.ui.ToolbarBuilder
Creates the toolbar of the interactive system.
toolbarBuilder - Variable in class net.sf.latexdraw.ui.UIBuilder
The tool bar composer.
ToolTipable - Interface in net.sf.latexdraw.glib.views.Java2D.interfaces
Defines a type corresponding to shapes that support tooltips.
tooltipableView - Variable in class net.sf.latexdraw.glib.ui.LCanvas
This list contains a subset of the list 'view'.
toPoint(double, SVGLength.LengthType) - Method in class net.sf.latexdraw.parsers.svg.parsers.UnitProcessor
Transforms a value in point according to the given unit (%, em and ex are not managed).
toPoint2D() - Method in class net.sf.latexdraw.glib.models.impl.LPoint
 
toPoint2D() - Method in interface net.sf.latexdraw.glib.models.interfaces.IPoint
 
toString() - Method in class net.sf.latexdraw.glib.handlers.Handler
 
toString() - Method in enum net.sf.latexdraw.glib.models.interfaces.IAxes.PlottingStyle
 
toString() - Method in enum net.sf.latexdraw.glib.views.latex.LaTeXGenerator.VerticalPosition
 
toString() - Method in exception net.sf.latexdraw.parsers.svg.MalformedSVGDocument
 
toString() - Method in class net.sf.latexdraw.parsers.svg.path.SVGPathSegArc
 
toString() - Method in class net.sf.latexdraw.parsers.svg.path.SVGPathSegClosePath
 
toString() - Method in class net.sf.latexdraw.parsers.svg.path.SVGPathSegCurvetoCubic
 
toString() - Method in class net.sf.latexdraw.parsers.svg.path.SVGPathSegCurvetoCubicSmooth
 
toString() - Method in class net.sf.latexdraw.parsers.svg.path.SVGPathSegCurvetoQuadratic
 
toString() - Method in class net.sf.latexdraw.parsers.svg.path.SVGPathSegCurvetoQuadraticSmooth
 
toString() - Method in class net.sf.latexdraw.parsers.svg.path.SVGPathSegLineto
 
toString() - Method in class net.sf.latexdraw.parsers.svg.path.SVGPathSegLinetoHorizontal
 
toString() - Method in class net.sf.latexdraw.parsers.svg.path.SVGPathSegLinetoVertical
 
toString() - Method in class net.sf.latexdraw.parsers.svg.path.SVGPathSegList
 
toString() - Method in class net.sf.latexdraw.parsers.svg.path.SVGPathSegMoveto
 
toString() - Method in class net.sf.latexdraw.parsers.svg.SVGAttr
 
toString() - Method in class net.sf.latexdraw.parsers.svg.SVGDocument
 
toString() - Method in class net.sf.latexdraw.parsers.svg.SVGElement
 
toString() - Method in class net.sf.latexdraw.parsers.svg.SVGMatrix
 
toString() - Method in class net.sf.latexdraw.parsers.svg.SVGNamedNodeMap
 
toString() - Method in class net.sf.latexdraw.parsers.svg.SVGNodeList
 
toString() - Method in class net.sf.latexdraw.parsers.svg.SVGSVGElement
 
toString() - Method in class net.sf.latexdraw.parsers.svg.SVGTransform
 
toString() - Method in class net.sf.latexdraw.parsers.svg.SVGTransformList
 
toString() - Method in class org.malai.action.Action
 
toString() - Method in exception org.malai.instrument.MustBeUndoableActionException
 
toString() - Method in class org.malai.interaction.State
 
toString() - Method in class org.malai.interaction.Transition
 
toString() - Method in class org.malai.mapping.MappingRegistry
 
toSVG(SVGDocument, boolean) - Method in class net.sf.latexdraw.generators.svg.LArrowSVGGenerator
Return the SVG tree of the arrowhead or null if this arrowhead has no style.
toSVG(SVGDocument) - Method in class net.sf.latexdraw.generators.svg.LAxeSVGGenerator
 
toSVG(SVGDocument) - Method in class net.sf.latexdraw.generators.svg.LBezierCurveSVGGenerator
 
toSVG(SVGDocument) - Method in class net.sf.latexdraw.generators.svg.LCircleArcSVGGenerator
 
toSVG(SVGDocument) - Method in class net.sf.latexdraw.generators.svg.LCircleSVGGenerator
 
toSVG(SVGDocument) - Method in class net.sf.latexdraw.generators.svg.LDotSVGGenerator
 
toSVG(SVGDocument) - Method in class net.sf.latexdraw.generators.svg.LEllipseSVGGenerator
 
toSVG(SVGDocument) - Method in class net.sf.latexdraw.generators.svg.LFreeHandSVGGenerator
 
toSVG(SVGDocument) - Method in class net.sf.latexdraw.generators.svg.LGridSVGGenerator
 
toSVG(SVGDocument) - Method in class net.sf.latexdraw.generators.svg.LGroupSVGGenerator
 
toSVG(SVGDocument) - Method in class net.sf.latexdraw.generators.svg.LPictureSVGGenerator
 
toSVG(SVGDocument) - Method in class net.sf.latexdraw.generators.svg.LPolygonSVGGenerator
 
toSVG(SVGDocument) - Method in class net.sf.latexdraw.generators.svg.LPolylinesSVGGenerator
 
toSVG(SVGDocument) - Method in class net.sf.latexdraw.generators.svg.LRectangleSVGGenerator
 
toSVG(SVGDocument) - Method in class net.sf.latexdraw.generators.svg.LRhombusSVGGenerator
 
toSVG(SVGDocument) - Method in class net.sf.latexdraw.generators.svg.LShapeSVGGenerator
Creates an SVG element from the current latexdraw shape.
toSVG(SVGDocument) - Method in class net.sf.latexdraw.generators.svg.LSquareSVGGenerator
 
toSVG(SVGDocument) - Method in class net.sf.latexdraw.generators.svg.LTextSVGGenerator
 
toSVG(SVGDocument) - Method in class net.sf.latexdraw.generators.svg.LTriangleSVGGenerator
 
toSVG(IDrawing, double) - Method in class net.sf.latexdraw.generators.svg.SVGDocumentGenerator.SaveWorker
Creates an SVG document from a drawing.
toSVGArrow(SVGDocument, double, boolean, SVGElement) - Method in class net.sf.latexdraw.generators.svg.LArrowSVGGenerator
 
toSVGBar(SVGDocument, double, boolean, SVGElement) - Method in class net.sf.latexdraw.generators.svg.LArrowSVGGenerator
 
toSVGCircle(SVGDocument, double, boolean, SVGElement) - Method in class net.sf.latexdraw.generators.svg.LArrowSVGGenerator
 
toSVGDisk(SVGDocument, double, boolean, SVGElement) - Method in class net.sf.latexdraw.generators.svg.LArrowSVGGenerator
 
toSVGDoubleArrow(SVGDocument, double, boolean, SVGElement) - Method in class net.sf.latexdraw.generators.svg.LArrowSVGGenerator
 
toSVGRoundBracket(SVGDocument, double, boolean, SVGElement) - Method in class net.sf.latexdraw.generators.svg.LArrowSVGGenerator
 
toSVGRoundIn(SVGDocument, boolean, SVGElement) - Method in class net.sf.latexdraw.generators.svg.LArrowSVGGenerator
 
toSVGSquareBracket(SVGDocument, double, boolean, SVGElement) - Method in class net.sf.latexdraw.generators.svg.LArrowSVGGenerator
 
toUserUnit(double, SVGLength.LengthType) - Method in class net.sf.latexdraw.parsers.svg.parsers.UnitProcessor
Transforms a value in the user unit (in pixels) according to the given unit (%, em and ex are not managed).
transform(AffineTransform) - Method in class net.sf.latexdraw.parsers.svg.parsers.Graphics2D2SVG
 
transform - Variable in class net.sf.latexdraw.parsers.svg.SVGElement
The list of transformations which concern the element.
transformPoint(Point2D) - Method in class net.sf.latexdraw.parsers.svg.SVGTransformList
Transforms a point according to the transformation of the list.
Transition - Class in org.malai.interaction
A transition links two states of a state machine if a given condition is respected.
Transition(SourceableState, TargetableState) - Constructor for class org.malai.interaction.Transition
Defines a transition.
transitions - Variable in class org.malai.interaction.State
The list of the transitions that leave the state.
translate(double, double) - Method in class net.sf.latexdraw.glib.models.impl.LAbstractCtrlPointShape
 
translate(double, double) - Method in class net.sf.latexdraw.glib.models.impl.LGroup
 
translate(double, double) - Method in class net.sf.latexdraw.glib.models.impl.LPoint
 
translate(double, double) - Method in class net.sf.latexdraw.glib.models.impl.LShape
 
translate(double, double) - Method in interface net.sf.latexdraw.glib.models.interfaces.IPoint
Translates the point.
translate(double, double) - Method in interface net.sf.latexdraw.glib.models.interfaces.IShape
Translates the shape.
translate(int, int) - Method in class net.sf.latexdraw.parsers.svg.parsers.Graphics2D2SVG
 
translate(double, double) - Method in class net.sf.latexdraw.parsers.svg.parsers.Graphics2D2SVG
 
translate(double, double) - Method in class net.sf.latexdraw.parsers.svg.SVGMatrix
Translates the matrix (without reinitialisation).
TranslateShapes - Class in net.sf.latexdraw.actions
This action translates shapes.
TranslateShapes() - Constructor for class net.sf.latexdraw.actions.TranslateShapes
Initialises the action.
trButton - Variable in class net.sf.latexdraw.instruments.TextCustomiser
The button that selects the top-right text position.
TRIANGLE_GAP - Static variable in class net.sf.latexdraw.ui.WidgetMiniToolbar
 
TRIANGLE_ICON - Static variable in class net.sf.latexdraw.util.LResources
 
TRIANGLE_NB_POINT - Static variable in class net.sf.latexdraw.ui.WidgetMiniToolbar
 
TRIANGLE_STYLE - Static variable in class net.sf.latexdraw.glib.views.pst.PSTricksConstants
The style which draw a triangle
triangleB - Variable in class net.sf.latexdraw.instruments.EditingSelector
The button that allows to select the instrument Pencil to add triangles.
TURQUOISE - Static variable in class net.sf.latexdraw.glib.views.latex.DviPsColors
 
tx - Variable in class net.sf.latexdraw.actions.MovePoint
The X-translation factor performed by the action.
tx - Variable in class net.sf.latexdraw.actions.TranslateShapes
The x vector translation.
ty - Variable in class net.sf.latexdraw.actions.MovePoint
The Y-translation factor performed by the action.
ty - Variable in class net.sf.latexdraw.actions.TranslateShapes
The y vector translation.
type - Variable in class net.sf.latexdraw.glib.models.impl.LFreehand
The type of the curves of the shape.
type - Variable in class net.sf.latexdraw.parsers.svg.path.SVGPathSeg
The type of the segment path.
type - Variable in class net.sf.latexdraw.parsers.svg.SVGTransform
The type of the transformation.
type - Variable in class org.malai.interaction.ScrollTransition
The type of scrolling that should take place in response to this event (block or unit increment).

U

U - Static variable in class net.sf.latexdraw.glib.views.Java2D.impl.LEllipseView
Used to compute the drawing of an ellipse.
ui - Variable in class net.sf.latexdraw.generators.svg.SVGDocumentGenerator.IOWorker
 
ui - Variable in class net.sf.latexdraw.instruments.FileLoaderSaver
The UI to save/open.
ui - Variable in class org.malai.action.library.IOAction
The user interface that contains abstract presentations and instruments.
UI - Class in org.malai.ui
Defines the concept of User Interface based on a JFrame.
UI() - Constructor for class org.malai.ui.UI
Creates a user interface.
UIBuilder - Class in net.sf.latexdraw.ui
This composer composes the latexdraw user interface.
UIBuilder(LFrame) - Constructor for class net.sf.latexdraw.ui.UIBuilder
Creates the composer of the latexdraw user interface.
UIComposer<T extends java.awt.Component> - Class in org.malai.ui
A UI composer is a object that composes a user interface using instruments and presentations.
UIComposer() - Constructor for class org.malai.ui.UIComposer
Creates the composer.
UIManager - Class in org.malai.ui
A UI manager registers all the UIs of the applications in order to manage some technical aspects such as cleaning pending events of a UI losing the focus.
UIManager() - Constructor for class org.malai.ui.UIManager
Creates the register.
uiRegistered - Variable in class org.malai.ui.UIManager
The UI registered.
Unary2UnaryMapping<S,T> - Class in org.malai.mapping
This interface defines the concept of mapping that link a source value (unary relation) to a target one.
Unary2UnaryMapping(IUnary<S>, IUnary<T>) - Constructor for class org.malai.mapping.Unary2UnaryMapping
Creates a unary relation to unary relation mapping.
uncaughtException(Thread, Throwable) - Method in class net.sf.latexdraw.badaboom.BadaboomCollector
 
undo() - Method in class net.sf.latexdraw.actions.AddShape
 
undo() - Method in class net.sf.latexdraw.actions.CutShapes
 
undo() - Method in class net.sf.latexdraw.actions.DeleteShapes
 
undo() - Method in class net.sf.latexdraw.actions.JoinShapes
 
undo() - Method in class net.sf.latexdraw.actions.ModifyLatexProperties
 
undo() - Method in class net.sf.latexdraw.actions.ModifyMagneticGrid
 
undo() - Method in class net.sf.latexdraw.actions.ModifyShapeProperty
 
undo() - Method in class net.sf.latexdraw.actions.MoveCtrlPoint
 
undo() - Method in class net.sf.latexdraw.actions.MovePointShape
 
undo() - Method in class net.sf.latexdraw.actions.PasteShapes
 
undo() - Method in class net.sf.latexdraw.actions.RotateShapes
 
undo() - Method in class net.sf.latexdraw.actions.ScaleShapes
 
undo() - Method in class net.sf.latexdraw.actions.SeparateShapes
 
undo() - Method in class net.sf.latexdraw.actions.SetUnit
 
undo() - Method in class net.sf.latexdraw.actions.TranslateShapes
 
Undo - Class in org.malai.action.library
Defines an action that undoes an action.
Undo() - Constructor for class org.malai.action.library.Undo
Initialises an Undo action.
undo() - Method in interface org.malai.undo.Undoable
Cancels the action.
undo - Variable in class org.malai.undo.UndoCollector
Contains the undoable objects.
undo() - Method in class org.malai.undo.UndoCollector
Undoes the last undoable object.
UNDO_ICON - Static variable in class net.sf.latexdraw.util.LResources
 
Undoable - Interface in org.malai.undo
Defines an interface for undoable objects.
undoB - Variable in class org.malai.instrument.library.UndoRedoManager
The button used to undo actions.
UndoCollector - Class in org.malai.undo
Defines a collector of undone/redone objects.
UndoCollector() - Constructor for class org.malai.undo.UndoCollector
The constructor by default.
UndoHandler - Interface in org.malai.undo
This handler must help objet that want to be aware of undone/redone event (for instance, to update some widgets).
undoHandlers - Variable in class org.malai.undo.UndoCollector
Contains the handlers of each undoable of the undo stack
undoManager - Variable in class net.sf.latexdraw.ui.LFrame
The instrument that manages undo/redo actions.
UndoRedoManager - Class in org.malai.instrument.library
This instrument allows to undo and redo saved actions.
UndoRedoManager(UIComposer<?>) - Constructor for class org.malai.instrument.library.UndoRedoManager
Creates the instrument.
uniqueMappings - Variable in class org.malai.mapping.MappingRegistry
Contains objects and their unique mapping.
unit - Variable in class net.sf.latexdraw.actions.SetUnit
The new unit to set.
unit - Variable in class net.sf.latexdraw.glib.models.impl.LGrid
The unit of the grid
UNIT - Static variable in class net.sf.latexdraw.ui.ScaleRuler
The current unit of the rulers.
Unit2ScaleRuler - Class in net.sf.latexdraw.mapping
Creates a mapping between the unit value and a scale ruler.
Unit2ScaleRuler(IUnary<ScaleRuler.Unit>, ScaleRuler) - Constructor for class net.sf.latexdraw.mapping.Unit2ScaleRuler
Creates the mapping.
unitChoice - Variable in class net.sf.latexdraw.instruments.PreferencesSetter
Allows to set the unit of length by default.
unitCmItem - Variable in class net.sf.latexdraw.instruments.ScaleRulersCustomiser
The menu for the centimetre unit.
unitInchItem - Variable in class net.sf.latexdraw.instruments.ScaleRulersCustomiser
The menu for the inch unit.
unitMenu - Variable in class net.sf.latexdraw.ui.MenubarBuilder
This menu contains menu items to change the unit of the drawing.
UnitProcessor - Class in net.sf.latexdraw.parsers.svg.parsers
This processor manages and transforms value in different units.
UnitProcessor() - Constructor for class net.sf.latexdraw.parsers.svg.parsers.UnitProcessor
 
unregisterUI(UI) - Method in class org.malai.ui.UIManager
Unregisters the given UI.
update() - Method in class net.sf.latexdraw.glib.handlers.Handler
Updates the handler.
update() - Method in interface net.sf.latexdraw.glib.handlers.IHandler
Updates the handler.
update() - Method in interface net.sf.latexdraw.glib.ui.ICanvas
Updates the canvas.
update() - Method in class net.sf.latexdraw.glib.ui.LCanvas
 
update() - Method in interface net.sf.latexdraw.glib.views.IAbstractView
Updates the view.
update() - Method in class net.sf.latexdraw.glib.views.Java2D.impl.LGroupView
 
update() - Method in class net.sf.latexdraw.glib.views.Java2D.impl.LShapeView
 
update() - Method in class net.sf.latexdraw.glib.views.Java2D.impl.LStandardGridView
 
update() - Method in class net.sf.latexdraw.glib.views.Java2D.impl.LTextView
 
update() - Method in class net.sf.latexdraw.glib.views.latex.LaTeXGenerator
Updates the code cache.
update() - Method in class net.sf.latexdraw.glib.views.pst.PSTCodeGenerator
 
update() - Method in class net.sf.latexdraw.glib.views.pst.PSTShapeView
 
update() - Method in class net.sf.latexdraw.instruments.Border
Updates the bounding rectangle using the selected views.
update() - Method in class net.sf.latexdraw.instruments.MagneticGridCustomiser
 
update(IShape) - Method in class net.sf.latexdraw.instruments.MetaShapeCustomiser
 
update() - Method in class net.sf.latexdraw.instruments.ScaleRulersCustomiser
 
update(IShape) - Method in class net.sf.latexdraw.instruments.ShapeArcCustomiser
 
update(IShape) - Method in class net.sf.latexdraw.instruments.ShapeArrowCustomiser
 
update(IShape) - Method in class net.sf.latexdraw.instruments.ShapeAxesCustomiser
 
update(IShape) - Method in class net.sf.latexdraw.instruments.ShapeBorderCustomiser
 
update(IShape) - Method in class net.sf.latexdraw.instruments.ShapeCoordDimCustomiser
 
update(IShape) - Method in class net.sf.latexdraw.instruments.ShapeDotCustomiser
 
update(IShape) - Method in class net.sf.latexdraw.instruments.ShapeDoubleBorderCustomiser
 
update(IShape) - Method in class net.sf.latexdraw.instruments.ShapeFillingCustomiser
 
update(IShape) - Method in class net.sf.latexdraw.instruments.ShapeGridCustomiser
 
update(IShape) - Method in class net.sf.latexdraw.instruments.ShapeGrouper
 
update() - Method in class net.sf.latexdraw.instruments.ShapePropertyCustomiser
Updates the instrument and its widgets
update(IShape) - Method in class net.sf.latexdraw.instruments.ShapePropertyCustomiser
Updates the widgets using the given shape.
update(IShape) - Method in class net.sf.latexdraw.instruments.ShapeRotationCustomiser
 
update(IShape) - Method in class net.sf.latexdraw.instruments.ShapeShadowCustomiser
 
update(IShape) - Method in class net.sf.latexdraw.instruments.TextCustomiser
 
update() - Method in class net.sf.latexdraw.ui.LCodePanel
 
update() - Method in interface org.malai.presentation.ConcretePresentation
Updates the concrete presentation.
update() - Method in class org.malai.presentation.Presentation
Updates the presentation.
UPDATE_ICON - Static variable in class net.sf.latexdraw.util.LResources
 
updateAandB() - Method in class net.sf.latexdraw.glib.models.impl.LLine
 
updateAandB() - Method in interface net.sf.latexdraw.glib.models.interfaces.ILine
Update the y-intercept b and slope a.
updateAction() - Method in class net.sf.latexdraw.instruments.Border.DnD2MoveCtrlPoint
 
updateAction() - Method in class net.sf.latexdraw.instruments.Border.DnD2MovePoint
 
updateAction() - Method in class net.sf.latexdraw.instruments.Border.DnD2Rotate
 
updateAction() - Method in class net.sf.latexdraw.instruments.Border.DnD2Scale
 
updateAction() - Method in class net.sf.latexdraw.instruments.DnD2AddShape
 
updateAction() - Method in class net.sf.latexdraw.instruments.DnD2Select
 
updateAction() - Method in class net.sf.latexdraw.instruments.DnD2Translate
 
updateAction() - Method in class net.sf.latexdraw.instruments.DrawingPropertiesCustomiser.TextField2CustDrawing
 
updateAction() - Method in class net.sf.latexdraw.instruments.KeysTyped2ChangePackages
 
updateAction() - Method in class net.sf.latexdraw.instruments.MultiClic2AddShape
 
updateAction() - Method in class net.sf.latexdraw.instruments.Press2Select
 
updateAction() - Method in class net.sf.latexdraw.instruments.Scroll2Zoom
 
updateAction() - Method in class net.sf.latexdraw.instruments.ShapeAxesCustomiser.CheckBox2CustomAxes
 
updateAction() - Method in class net.sf.latexdraw.instruments.ShapeAxesCustomiser.Spinner2CustomAxes
 
updateAction() - Method in class net.sf.latexdraw.instruments.ShapeCoordDimCustomiser.Spinner2TranslateShape
 
updateAction() - Method in class net.sf.latexdraw.instruments.ShapeGridCustomiser.CheckBox4ShapeGridCust
 
updateAction() - Method in class net.sf.latexdraw.instruments.ShapeGridCustomiser.Spinner2ModifyGridCoords
 
updateAction() - Method in class net.sf.latexdraw.instruments.Spinner2GridSpacing
 
updateAction() - Method in class net.sf.latexdraw.instruments.Spinner2PencilEndAngle
 
updateAction() - Method in class net.sf.latexdraw.instruments.Spinner2PencilFilling
 
updateAction() - Method in class net.sf.latexdraw.instruments.Spinner2PencilShadow
 
updateAction() - Method in class net.sf.latexdraw.instruments.Spinner2PencilStartAngle
 
updateAction() - Method in class net.sf.latexdraw.instruments.Spinner2SelectionEndAngle
 
updateAction() - Method in class net.sf.latexdraw.instruments.Spinner2SelectionFilling
 
updateAction() - Method in class net.sf.latexdraw.instruments.Spinner2SelectionShadow
 
updateAction() - Method in class net.sf.latexdraw.instruments.Spinner2SelectionStartAngle
 
updateAction() - Method in class net.sf.latexdraw.instruments.Spinner2Zoom
 
updateAction() - Method in class net.sf.latexdraw.instruments.SpinnerForCustomiser
 
updateAction() - Method in class org.malai.instrument.Link
Updates the current action.
updateActivation(Object) - Method in class net.sf.latexdraw.mapping.Selection2BorderMapping
Updates the activation of the border.
updateArcHandlers() - Method in class net.sf.latexdraw.instruments.Border
Updates the arc handlers.
updateBorder() - Method in interface net.sf.latexdraw.glib.ui.ICanvas
Updates the border of the views.
updateBorder() - Method in class net.sf.latexdraw.glib.ui.LCanvas
 
updateBorder() - Method in class net.sf.latexdraw.glib.views.Java2D.impl.LArcView
 
updateBorder() - Method in class net.sf.latexdraw.glib.views.Java2D.impl.LAxesView
 
updateBorder() - Method in class net.sf.latexdraw.glib.views.Java2D.impl.LCircleView
 
updateBorder() - Method in class net.sf.latexdraw.glib.views.Java2D.impl.LDotView
 
updateBorder() - Method in class net.sf.latexdraw.glib.views.Java2D.impl.LGridView
 
updateBorder() - Method in class net.sf.latexdraw.glib.views.Java2D.impl.LGroupView
 
updateBorder() - Method in class net.sf.latexdraw.glib.views.Java2D.impl.LPictureView
 
updateBorder() - Method in class net.sf.latexdraw.glib.views.Java2D.impl.LRectangularView
 
updateBorder() - Method in class net.sf.latexdraw.glib.views.Java2D.impl.LShapeView
 
updateBorder() - Method in class net.sf.latexdraw.glib.views.Java2D.impl.LTextView
 
updateBorder() - Method in interface net.sf.latexdraw.glib.views.Java2D.interfaces.IViewShape
Update the border of the shape view.
updateBound(IPoint, IPoint) - Method in class net.sf.latexdraw.actions.ScaleShapes
 
updateCache(IPoint, float) - Method in class net.sf.latexdraw.glib.views.pst.PSTArcView
 
updateCache(IPoint, float) - Method in class net.sf.latexdraw.glib.views.pst.PSTAxesView
 
updateCache(IPoint, float) - Method in class net.sf.latexdraw.glib.views.pst.PSTBezierCurveView
 
updateCache(IPoint, float) - Method in class net.sf.latexdraw.glib.views.pst.PSTCircleView
 
updateCache(IPoint, float) - Method in class net.sf.latexdraw.glib.views.pst.PSTDotView
 
updateCache(IPoint, float) - Method in class net.sf.latexdraw.glib.views.pst.PSTEllipseView
 
updateCache(IPoint, float) - Method in class net.sf.latexdraw.glib.views.pst.PSTFreeHandView
 
updateCache(IPoint, float) - Method in class net.sf.latexdraw.glib.views.pst.PSTGridView
 
updateCache(IPoint, float) - Method in class net.sf.latexdraw.glib.views.pst.PSTGroupView
 
updateCache(IPoint, float) - Method in class net.sf.latexdraw.glib.views.pst.PSTLinesView
 
updateCache(IPoint, float) - Method in class net.sf.latexdraw.glib.views.pst.PSTPictureView
 
updateCache(IPoint, float) - Method in class net.sf.latexdraw.glib.views.pst.PSTPolygonView
 
updateCache(IPoint, float) - Method in class net.sf.latexdraw.glib.views.pst.PSTRectView
 
updateCache(IPoint, float) - Method in class net.sf.latexdraw.glib.views.pst.PSTRhombusView
 
updateCache(IPoint, float) - Method in class net.sf.latexdraw.glib.views.pst.PSTShapeView
Updates the cache.
updateCache(IPoint, float) - Method in class net.sf.latexdraw.glib.views.pst.PSTTextView
 
updateCache(IPoint, float) - Method in class net.sf.latexdraw.glib.views.pst.PSTTriangleView
 
updateCacheCurve(StringBuilder, double, double, double) - Method in class net.sf.latexdraw.glib.views.pst.PSTFreeHandView
Updates the cache with the code of the freehand shape having the Curve style.
updateCacheLines(StringBuilder, double, double, double) - Method in class net.sf.latexdraw.glib.views.pst.PSTFreeHandView
Updates the cache with the code of the freehand shape having the Line style.
updateCode(IShape) - Method in class net.sf.latexdraw.glib.views.pst.PSTViewsSynchroniser
 
updateCode(IShape) - Method in class net.sf.latexdraw.glib.views.synchroniser.ViewsSynchroniser
Updates the code corresponding to the given shape.
updateComponentSize(JComponent) - Method in class org.malai.widget.MLayeredPane
Updates the size of the given component.
updateCtrlMvHandlers() - Method in class net.sf.latexdraw.instruments.Border
Updates the handlers that move control points.
updateDblePathInside() - Method in class net.sf.latexdraw.glib.views.Java2D.impl.LDotView
 
updateDblePathInside() - Method in class net.sf.latexdraw.glib.views.Java2D.impl.LFreeHandView
 
updateDblePathInside() - Method in class net.sf.latexdraw.glib.views.Java2D.impl.LGroupView
 
updateDblePathInside() - Method in class net.sf.latexdraw.glib.views.Java2D.impl.LModifiablePointsShapeView
 
updateDblePathInside() - Method in class net.sf.latexdraw.glib.views.Java2D.impl.LPictureView
 
updateDblePathInside() - Method in class net.sf.latexdraw.glib.views.Java2D.impl.LRectangularView
 
updateDblePathInside() - Method in class net.sf.latexdraw.glib.views.Java2D.impl.LShapeView
Updates the borders of the double boundary when position is inside.
updateDblePathInside() - Method in class net.sf.latexdraw.glib.views.Java2D.impl.LStandardGridView
 
updateDblePathInside() - Method in class net.sf.latexdraw.glib.views.Java2D.impl.LTextView
 
updateDblePathMiddle() - Method in class net.sf.latexdraw.glib.views.Java2D.impl.LDotView
 
updateDblePathMiddle() - Method in class net.sf.latexdraw.glib.views.Java2D.impl.LFreeHandView
 
updateDblePathMiddle() - Method in class net.sf.latexdraw.glib.views.Java2D.impl.LGroupView
 
updateDblePathMiddle() - Method in class net.sf.latexdraw.glib.views.Java2D.impl.LModifiablePointsShapeView
 
updateDblePathMiddle() - Method in class net.sf.latexdraw.glib.views.Java2D.impl.LPictureView
 
updateDblePathMiddle() - Method in class net.sf.latexdraw.glib.views.Java2D.impl.LRectangularView
 
updateDblePathMiddle() - Method in class net.sf.latexdraw.glib.views.Java2D.impl.LShapeView
Updates the borders of the double boundary when position is middle.
updateDblePathMiddle() - Method in class net.sf.latexdraw.glib.views.Java2D.impl.LStandardGridView
 
updateDblePathMiddle() - Method in class net.sf.latexdraw.glib.views.Java2D.impl.LTextView
 
updateDblePathOutside() - Method in class net.sf.latexdraw.glib.views.Java2D.impl.LDotView
 
updateDblePathOutside() - Method in class net.sf.latexdraw.glib.views.Java2D.impl.LFreeHandView
 
updateDblePathOutside() - Method in class net.sf.latexdraw.glib.views.Java2D.impl.LGroupView
 
updateDblePathOutside() - Method in class net.sf.latexdraw.glib.views.Java2D.impl.LModifiablePointsShapeView
 
updateDblePathOutside() - Method in class net.sf.latexdraw.glib.views.Java2D.impl.LPictureView
 
updateDblePathOutside() - Method in class net.sf.latexdraw.glib.views.Java2D.impl.LRectangularView
 
updateDblePathOutside() - Method in class net.sf.latexdraw.glib.views.Java2D.impl.LShapeView
Updates the borders of the double boundary when position is outside.
updateDblePathOutside() - Method in class net.sf.latexdraw.glib.views.Java2D.impl.LStandardGridView
 
updateDblePathOutside() - Method in class net.sf.latexdraw.glib.views.Java2D.impl.LTextView
 
updateDimension() - Method in class net.sf.latexdraw.ui.TextAreaAutoSize
Updates the size of the widget according to its text.
updateExporter() - Method in class net.sf.latexdraw.mapping.ShapeList2ExporterMapping
Updates the activation of the instrument exporter.
updateFonts() - Method in class net.sf.latexdraw.glib.views.Java2D.impl.LStandardGridView
Updates the font and the fontMetrics.
updateFromArc(IArc, double) - Method in class net.sf.latexdraw.glib.handlers.ArcAngleHandler
Updates the handler using the given arc as reference.
updateFromShape(Shape) - Method in class net.sf.latexdraw.glib.handlers.Handler
 
updateFromShape(Shape) - Method in interface net.sf.latexdraw.glib.handlers.IHandler
Updates the handler using the given shape.
updateFromShape(Shape) - Method in class net.sf.latexdraw.glib.handlers.ScaleHandler
 
updateFull() - Method in class net.sf.latexdraw.glib.views.pst.PSTCodeGenerator
Updates the cache of every shapes and those of this generator.
updateFull() - Method in class net.sf.latexdraw.glib.views.pst.PSTViewsSynchroniser
Updates the cache of every shapes.
updateGeneralPath(double) - Method in class net.sf.latexdraw.glib.views.Java2D.impl.LRectangularView
Update the path of the rectangular shape.
updateGeneralPathInside() - Method in class net.sf.latexdraw.glib.views.Java2D.impl.LDotView
 
updateGeneralPathInside() - Method in class net.sf.latexdraw.glib.views.Java2D.impl.LFreeHandView
 
updateGeneralPathInside() - Method in class net.sf.latexdraw.glib.views.Java2D.impl.LGroupView
 
updateGeneralPathInside() - Method in class net.sf.latexdraw.glib.views.Java2D.impl.LModifiablePointsShapeView
 
updateGeneralPathInside() - Method in class net.sf.latexdraw.glib.views.Java2D.impl.LPictureView
 
updateGeneralPathInside() - Method in class net.sf.latexdraw.glib.views.Java2D.impl.LRectangularView
 
updateGeneralPathInside() - Method in class net.sf.latexdraw.glib.views.Java2D.impl.LShapeView
Updates the borders of the shape as inside borders.
updateGeneralPathInside() - Method in class net.sf.latexdraw.glib.views.Java2D.impl.LStandardGridView
 
updateGeneralPathInside() - Method in class net.sf.latexdraw.glib.views.Java2D.impl.LTextView
 
updateGeneralPathMiddle() - Method in class net.sf.latexdraw.glib.views.Java2D.impl.LDotView
 
updateGeneralPathMiddle() - Method in class net.sf.latexdraw.glib.views.Java2D.impl.LFreeHandView
 
updateGeneralPathMiddle() - Method in class net.sf.latexdraw.glib.views.Java2D.impl.LGroupView
 
updateGeneralPathMiddle() - Method in class net.sf.latexdraw.glib.views.Java2D.impl.LModifiablePointsShapeView
 
updateGeneralPathMiddle() - Method in class net.sf.latexdraw.glib.views.Java2D.impl.LPictureView
 
updateGeneralPathMiddle() - Method in class net.sf.latexdraw.glib.views.Java2D.impl.LPolylineView
 
updateGeneralPathMiddle() - Method in class net.sf.latexdraw.glib.views.Java2D.impl.LRectangularView
 
updateGeneralPathMiddle() - Method in class net.sf.latexdraw.glib.views.Java2D.impl.LShapeView
Updates the borders of the shape as middle borders.
updateGeneralPathMiddle() - Method in class net.sf.latexdraw.glib.views.Java2D.impl.LStandardGridView
 
updateGeneralPathMiddle() - Method in class net.sf.latexdraw.glib.views.Java2D.impl.LTextView
 
updateGeneralPathOutside() - Method in class net.sf.latexdraw.glib.views.Java2D.impl.LDotView
 
updateGeneralPathOutside() - Method in class net.sf.latexdraw.glib.views.Java2D.impl.LFreeHandView
 
updateGeneralPathOutside() - Method in class net.sf.latexdraw.glib.views.Java2D.impl.LGroupView
 
updateGeneralPathOutside() - Method in class net.sf.latexdraw.glib.views.Java2D.impl.LModifiablePointsShapeView
 
updateGeneralPathOutside() - Method in class net.sf.latexdraw.glib.views.Java2D.impl.LPictureView
 
updateGeneralPathOutside() - Method in class net.sf.latexdraw.glib.views.Java2D.impl.LRectangularView
 
updateGeneralPathOutside() - Method in class net.sf.latexdraw.glib.views.Java2D.impl.LShapeView
Updates the borders of the shape as outside borders.
updateGeneralPathOutside() - Method in class net.sf.latexdraw.glib.views.Java2D.impl.LStandardGridView
 
updateGeneralPathOutside() - Method in class net.sf.latexdraw.glib.views.Java2D.impl.LTextView
 
updateHandlersPosition() - Method in class net.sf.latexdraw.instruments.Border
Updates the position of the handlers.
updateImage() - Method in class net.sf.latexdraw.glib.views.Java2D.impl.LTextView
 
updateImage() - Method in interface net.sf.latexdraw.glib.views.Java2D.interfaces.IViewText
Updates the image.
updateMvHandlers() - Method in class net.sf.latexdraw.instruments.Border
Updates the handlers that move points.
updateParams(float) - Method in class net.sf.latexdraw.glib.views.pst.PSTAxesView
 
updatePath() - Method in class net.sf.latexdraw.glib.views.Java2D.impl.LArrowView
Updates the path of the arrow.
updatePath() - Method in class net.sf.latexdraw.glib.views.Java2D.impl.LAxesView
 
updatePath() - Method in class net.sf.latexdraw.glib.views.Java2D.impl.LDotView
 
updatePath() - Method in class net.sf.latexdraw.glib.views.Java2D.impl.LGridView
 
updatePath() - Method in class net.sf.latexdraw.glib.views.Java2D.impl.LShapeView
 
updatePath() - Method in interface net.sf.latexdraw.glib.views.Java2D.interfaces.IViewArrow
Updates the path of the arrow.
updatePath() - Method in interface net.sf.latexdraw.glib.views.Java2D.interfaces.IViewShape
Updates the path of the shape.
updatePathArrow(double, double, double, double, double, double, double, double) - Method in class net.sf.latexdraw.glib.views.Java2D.impl.LArrowView
 
updatePathArrows() - Method in class net.sf.latexdraw.glib.views.Java2D.impl.LAxesView
 
updatePathArrows() - Method in class net.sf.latexdraw.glib.views.Java2D.impl.LShapeView
Updates the path of the view of the arrows.
updatePathAxes() - Method in class net.sf.latexdraw.glib.views.Java2D.impl.LAxesView
Updates the general path of the view by drawing the axis of the shape.
updatePathBarEnd(double, double) - Method in class net.sf.latexdraw.glib.views.Java2D.impl.LArrowView
 
updatePathBarIn(double, double, IPoint, IPoint, double[], double[]) - Method in class net.sf.latexdraw.glib.views.Java2D.impl.LArrowView
 
updatePathDiskCircleEnd(double, double) - Method in class net.sf.latexdraw.glib.views.Java2D.impl.LArrowView
 
updatePathDiskCircleIn(double, double, IPoint, IPoint) - Method in class net.sf.latexdraw.glib.views.Java2D.impl.LArrowView
 
updatePathDoubleLeftRightArrow(double, double, IPoint, IPoint) - Method in class net.sf.latexdraw.glib.views.Java2D.impl.LArrowView
 
updatePathFrame() - Method in class net.sf.latexdraw.glib.views.Java2D.impl.LAxesView
Updates the general path of the view by drawing the frame of the shape.
updatePathLabels(double, double) - Method in class net.sf.latexdraw.glib.views.Java2D.impl.LAxesView
Updates the labels path by drawing the labels of the X/Y-axis.
updatePathLabels(double, double, double, double, double, double, double, double, double, double, double) - Method in class net.sf.latexdraw.glib.views.Java2D.impl.LGridView
 
updatePathLabelsX(IAxes.PlottingStyle, IAxes.TicksStyle, double, FontRenderContext) - Method in class net.sf.latexdraw.glib.views.Java2D.impl.LAxesView
Updates the labels path by drawing the labels of the X-axis.
updatePathLabelsY(IAxes.PlottingStyle, IAxes.TicksStyle, double, FontRenderContext) - Method in class net.sf.latexdraw.glib.views.Java2D.impl.LAxesView
Updates the labels path by drawing the labels of the Y-axis.
updatePathMainGrid(double, double, double, double, double, double, double, double, double, double, double, double, double, double) - Method in class net.sf.latexdraw.glib.views.Java2D.impl.LGridView
 
updatePathMainGridDots(double, double, double, double, double, double, double, double, double, double, double, double, double, double) - Method in class net.sf.latexdraw.glib.views.Java2D.impl.LGridView
 
updatePathRightLeftArrow(double, double, IPoint, IPoint) - Method in class net.sf.latexdraw.glib.views.Java2D.impl.LArrowView
 
updatePathRightLeftSquaredBracket(double, double, IPoint, IPoint) - Method in class net.sf.latexdraw.glib.views.Java2D.impl.LArrowView
 
updatePathRoundIn(double, double, IPoint, IPoint) - Method in class net.sf.latexdraw.glib.views.Java2D.impl.LArrowView
 
updatePathRoundLeftRightBracket(double, double, IPoint, IPoint) - Method in class net.sf.latexdraw.glib.views.Java2D.impl.LArrowView
 
updatePathSquareRoundEnd(double, double, IPoint, IPoint) - Method in class net.sf.latexdraw.glib.views.Java2D.impl.LArrowView
 
updatePathSubGrid(double, double, double, double, double, double, double, double, double, double, double, double, double) - Method in class net.sf.latexdraw.glib.views.Java2D.impl.LGridView
 
updatePathTicks(double, double) - Method in class net.sf.latexdraw.glib.views.Java2D.impl.LAxesView
Updates the ticks path by drawing the ticks of the X/Y-axis.
updatePathTicksX(double, IAxes.TicksStyle, double) - Method in class net.sf.latexdraw.glib.views.Java2D.impl.LAxesView
Updates the ticks path by drawing the ticks of the X-axis.
updatePathTicksY(double, IAxes.TicksStyle, double) - Method in class net.sf.latexdraw.glib.views.Java2D.impl.LAxesView
Updates the ticks path by drawing the ticks of the Y-axis.
updatePreferredSize() - Method in interface net.sf.latexdraw.glib.ui.ICanvas
Defines the dimensions of the canvas (needed for the scrollers).
updatePreferredSize() - Method in class net.sf.latexdraw.glib.ui.LCanvas
 
updatePresentations() - Method in class org.malai.ui.UI
Updates the presentations.
updateRecentMenuItems(List<String>) - Method in class net.sf.latexdraw.instruments.FileLoaderSaver
Updates the recent menu items.
updateSecondControlPoints() - Method in class net.sf.latexdraw.glib.models.impl.LAbstractCtrlPointShape
 
updateSecondControlPoints() - Method in interface net.sf.latexdraw.glib.models.interfaces.IControlPointShape
Updates the second control points by using the first control points.
updateSelected() - Method in class net.sf.latexdraw.ui.WidgetMiniToolbar
Sets the main button to selected or not following if a button is selected or not.
updateShape() - Method in class net.sf.latexdraw.glib.handlers.ArcAngleHandler
 
updateShape() - Method in class net.sf.latexdraw.glib.handlers.CtrlPointHandler
 
updateShape() - Method in class net.sf.latexdraw.glib.handlers.Handler
Updates the Java2D shape of the handler.
updateShape() - Method in class net.sf.latexdraw.glib.handlers.MovePtHandler
 
updateShape() - Method in class net.sf.latexdraw.glib.handlers.RotationHandler
 
updateShape() - Method in class net.sf.latexdraw.glib.handlers.ScaleHandler
 
updateShapeFromCentre(IRectangularShape, IPoint, double) - Method in class net.sf.latexdraw.instruments.DnD2AddShape
 
updateShapeFromDiag(IRectangularShape, IPoint, IPoint) - Method in class net.sf.latexdraw.instruments.DnD2AddShape
 
updateTarget() - Method in class net.sf.latexdraw.mapping.Package2TextViewMapping
Updates the text view.
updateText(String, float, float, Font, FontRenderContext) - Method in class net.sf.latexdraw.glib.views.Java2D.impl.LStandardGridView
 
updateWidgets(Action) - Method in class net.sf.latexdraw.instruments.CopierCutterPaster
Updates the widgets of the instrument.
updateWidgets() - Method in class net.sf.latexdraw.instruments.DrawingPropertiesCustomiser
 
updateWidgets(boolean) - Method in class net.sf.latexdraw.instruments.ShapeDeleter
Updates the widgets of this instrument.
updateWidgets() - Method in class org.malai.instrument.library.UndoRedoManager
Updates the widgets of the instrument.
uri - Variable in class net.sf.latexdraw.parsers.svg.parsers.URIReferenceParser
The parsed URI.
uri - Variable in class org.malai.action.library.OpenWebPage
The URI to open.
uri - Variable in class org.malai.instrument.library.MenuItem2OpenWebPageLink
The URI to open.
URIReferenceParser - Class in net.sf.latexdraw.parsers.svg.parsers
Defines a parser that parses URI references.
URIReferenceParser(String) - Constructor for class net.sf.latexdraw.parsers.svg.parsers.URIReferenceParser
Creates a parser.
userColourHT - Variable in class net.sf.latexdraw.glib.views.latex.DviPsColors
The colours defined by the user and their name.
userColours - Variable in class net.sf.latexdraw.parsers.svg.CSSColors
 
userNameColourHT - Variable in class net.sf.latexdraw.glib.views.latex.DviPsColors
The colours defined by the user and their name.
userSelectionBorder - Variable in class net.sf.latexdraw.glib.ui.LCanvas
This rectangle is used as interim feedback to show the rectangle made by the user to select some shapes.

V

value - Variable in class net.sf.latexdraw.actions.ModifyLatexProperties
The new value to set.
value - Variable in class net.sf.latexdraw.parsers.ps.PSValue
The value.
value - Variable in class net.sf.latexdraw.parsers.svg.parsers.SVGLength
The value of the length in the user space.
value - Variable in class net.sf.latexdraw.parsers.svg.SVGAttr
The value of the attribute.
value - Variable in class org.malai.action.library.ModifyValue
The new value of the property.
value - Variable in class org.malai.mapping.ActiveUnary
The value of the singleton.
valueAsString - Variable in class net.sf.latexdraw.parsers.svg.parsers.SVGLength
The original parsed length value (without the length token).
valueChanged(ListSelectionEvent) - Method in class net.sf.latexdraw.badaboom.BadaboomListener
 
valueOf(String) - Static method in enum net.sf.latexdraw.actions.Export.ExportFormat
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum net.sf.latexdraw.actions.ModifyLatexProperties.LatexProperties
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum net.sf.latexdraw.actions.ModifyMagneticGrid.GridProperties
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum net.sf.latexdraw.actions.ShapeProperties
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum net.sf.latexdraw.glib.models.interfaces.Arcable.ArcStyle
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum net.sf.latexdraw.glib.models.interfaces.IArrow.ArrowStyle
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum net.sf.latexdraw.glib.models.interfaces.IAxes.AxesStyle
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum net.sf.latexdraw.glib.models.interfaces.IAxes.PlottingStyle
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum net.sf.latexdraw.glib.models.interfaces.IAxes.TicksStyle
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum net.sf.latexdraw.glib.models.interfaces.ICurve.CurveStyle
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum net.sf.latexdraw.glib.models.interfaces.IDot.DotStyle
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum net.sf.latexdraw.glib.models.interfaces.IFreehand.FreeHandType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum net.sf.latexdraw.glib.models.interfaces.IShape.BorderPos
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum net.sf.latexdraw.glib.models.interfaces.IShape.FillingStyle
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum net.sf.latexdraw.glib.models.interfaces.IShape.LineStyle
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum net.sf.latexdraw.glib.models.interfaces.IShape.Position
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum net.sf.latexdraw.glib.models.interfaces.IText.TextPosition
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum net.sf.latexdraw.glib.models.interfaces.IText.TextSize
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum net.sf.latexdraw.glib.ui.LMagneticGrid.GridStyle
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum net.sf.latexdraw.glib.views.latex.LaTeXGenerator.VerticalPosition
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum net.sf.latexdraw.instruments.EditionChoice
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum net.sf.latexdraw.lang.LangTool.Lang
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum net.sf.latexdraw.parsers.svg.parsers.SVGLength.LengthType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum net.sf.latexdraw.parsers.svg.parsers.SVGLengthParser.FontSize
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum net.sf.latexdraw.parsers.svg.path.SVGPathSeg.PathSeg
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum net.sf.latexdraw.ui.ScaleRuler.Unit
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum net.sf.latexdraw.util.LCommandLine.CmdLineState
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum net.sf.latexdraw.util.LSystem.OperatingSystem
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.malai.action.Action.ActionStatus
Returns the enum constant of this type with the specified name.
values() - Static method in enum net.sf.latexdraw.actions.Export.ExportFormat
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum net.sf.latexdraw.actions.ModifyLatexProperties.LatexProperties
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum net.sf.latexdraw.actions.ModifyMagneticGrid.GridProperties
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum net.sf.latexdraw.actions.ShapeProperties
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum net.sf.latexdraw.glib.models.interfaces.Arcable.ArcStyle
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum net.sf.latexdraw.glib.models.interfaces.IArrow.ArrowStyle
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum net.sf.latexdraw.glib.models.interfaces.IAxes.AxesStyle
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum net.sf.latexdraw.glib.models.interfaces.IAxes.PlottingStyle
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum net.sf.latexdraw.glib.models.interfaces.IAxes.TicksStyle
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum net.sf.latexdraw.glib.models.interfaces.ICurve.CurveStyle
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum net.sf.latexdraw.glib.models.interfaces.IDot.DotStyle
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum net.sf.latexdraw.glib.models.interfaces.IFreehand.FreeHandType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum net.sf.latexdraw.glib.models.interfaces.IShape.BorderPos
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum net.sf.latexdraw.glib.models.interfaces.IShape.FillingStyle
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum net.sf.latexdraw.glib.models.interfaces.IShape.LineStyle
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum net.sf.latexdraw.glib.models.interfaces.IShape.Position
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum net.sf.latexdraw.glib.models.interfaces.IText.TextPosition
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum net.sf.latexdraw.glib.models.interfaces.IText.TextSize
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum net.sf.latexdraw.glib.ui.LMagneticGrid.GridStyle
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum net.sf.latexdraw.glib.views.latex.LaTeXGenerator.VerticalPosition
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum net.sf.latexdraw.instruments.EditionChoice
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum net.sf.latexdraw.lang.LangTool.Lang
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum net.sf.latexdraw.parsers.svg.parsers.SVGLength.LengthType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum net.sf.latexdraw.parsers.svg.parsers.SVGLengthParser.FontSize
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum net.sf.latexdraw.parsers.svg.path.SVGPathSeg.PathSeg
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum net.sf.latexdraw.ui.ScaleRuler.Unit
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum net.sf.latexdraw.util.LCommandLine.CmdLineState
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum net.sf.latexdraw.util.LSystem.OperatingSystem
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.malai.action.Action.ActionStatus
Returns an array containing the constants of this enum type, in the order they are declared.
VERSION - Static variable in class net.sf.latexdraw.util.VersionChecker
The version of the application
VERSION_STABILITY - Static variable in class net.sf.latexdraw.util.VersionChecker
 
VersionChecker - Class in net.sf.latexdraw.util
This class allows to check if a new version of LaTeXDraw is out.
VersionChecker(JLabel) - Constructor for class net.sf.latexdraw.util.VersionChecker
Creates the version checker.
verticalSymmetry(IPoint) - Method in class net.sf.latexdraw.glib.models.impl.LPoint
 
verticalSymmetry(IPoint) - Method in interface net.sf.latexdraw.glib.models.interfaces.IPoint
Returns vertically the point.
View2DTK - Class in net.sf.latexdraw.glib.views.Java2D.interfaces
This class permits the access to the current view factory.
View2DTK() - Constructor for class net.sf.latexdraw.glib.views.Java2D.interfaces.View2DTK
 
ViewList2TooltipableList - Class in net.sf.latexdraw.mapping
Defines a mapping that link the views of a canvas to a set of tooltipable views.
ViewList2TooltipableList(List<IViewShape>, List<ToolTipable>) - Constructor for class net.sf.latexdraw.mapping.ViewList2TooltipableList
Creates the mapping.
views - Variable in class net.sf.latexdraw.glib.ui.LCanvas
The shapes of the canvas.
views - Variable in class net.sf.latexdraw.glib.views.Java2D.impl.LGroupView
The view that contains the drawing.
viewsCode - Variable in class net.sf.latexdraw.glib.views.synchroniser.ViewsSynchroniser
The code views to synchronise.
ViewsSynchroniser - Class in net.sf.latexdraw.glib.views.synchroniser
Defines an abstract synchroniser between a sets of Java2D views and other views.
ViewsSynchroniser(ViewsSynchroniserHandler, IDrawing) - Constructor for class net.sf.latexdraw.glib.views.synchroniser.ViewsSynchroniser
Creates and initialises the synchroniser.
ViewsSynchroniserHandler - Interface in net.sf.latexdraw.glib.views.synchroniser
Defines a handler that provides information to a views synchroniser.
VIOLET - Static variable in class net.sf.latexdraw.glib.views.latex.DviPsColors
 
VIOLETRED - Static variable in class net.sf.latexdraw.glib.views.latex.DviPsColors
 
visible - Variable in class org.malai.action.library.ShowWidget
Defines if the component must be shown or hidden.

W

WEDGE_ICON - Static variable in class net.sf.latexdraw.util.LResources
 
wedgeB - Variable in class net.sf.latexdraw.instruments.ShapeArcCustomiser
The toggle button that selects the wedge style.
WHITE - Static variable in class net.sf.latexdraw.glib.views.latex.DviPsColors
 
widget - Variable in class org.malai.ui.UIComposer
The widget composed by the composer.
WidgetAction - Class in org.malai.action.library
Defines an abstract action that concerns a widget.
WidgetAction() - Constructor for class org.malai.action.library.WidgetAction
Creates the action.
WidgetInstrument - Class in org.malai.instrument
Defines an abstract model of an instrument that has widgets.
WidgetInstrument(UIComposer<?>) - Constructor for class org.malai.instrument.WidgetInstrument
Creates the instrument.
WidgetMiniToolbar - Class in net.sf.latexdraw.ui
This class defines a button which displays a frame containing others buttons; a kind of menu with buttons.
WidgetMiniToolbar(JFrame, String, int, Component) - Constructor for class net.sf.latexdraw.ui.WidgetMiniToolbar
The constructor using a text.
WidgetMiniToolbar(JFrame, Icon, int, Component) - Constructor for class net.sf.latexdraw.ui.WidgetMiniToolbar
The constructor using an icon.
WidgetMiniToolbar.ListToggleButtonAWTEventListener - Class in net.sf.latexdraw.ui
 
WidgetMiniToolbar.ListToggleButtonAWTEventListener() - Constructor for class net.sf.latexdraw.ui.WidgetMiniToolbar.ListToggleButtonAWTEventListener
 
WidgetMiniToolbar.WindowWidgets - Class in net.sf.latexdraw.ui
 
WidgetMiniToolbar.WindowWidgets(JFrame, JPanel, WidgetMiniToolbar) - Constructor for class net.sf.latexdraw.ui.WidgetMiniToolbar.WindowWidgets
 
WidgetUtilities - Class in org.malai.widget
This singleton provides common methods for widgets.
WidgetUtilities() - Constructor for class org.malai.widget.WidgetUtilities
Initialise the singleton.
width - Variable in class net.sf.latexdraw.glib.ui.LMagneticGrid
The width of the grid.
WIDTH - Static variable in class net.sf.latexdraw.parsers.svg.SVGMatrix
 
WIDTH - Static variable in class org.malai.widget.MButtonIcon
The width of the icon
WIDTH_ICON - Static variable in class net.sf.latexdraw.ui.WidgetMiniToolbar
 
WIDTH_TRIANGLE - Static variable in class net.sf.latexdraw.ui.WidgetMiniToolbar
The width of the triangle drawn in the button
WILDSTRAWBERRY - Static variable in class net.sf.latexdraw.glib.views.latex.DviPsColors
 
windowActivated(WindowEvent) - Method in class net.sf.latexdraw.ui.WidgetMiniToolbar.WindowWidgets
 
windowClosed(WindowEvent) - Method in class net.sf.latexdraw.ui.WidgetMiniToolbar.WindowWidgets
 
WindowClosed - Class in org.malai.interaction.library
This interaction is performed when a window is closed by pressing the decorating close button.
WindowClosed() - Constructor for class org.malai.interaction.library.WindowClosed
Creates the interaction.
windowClosed(MFrame) - Method in class org.malai.interaction.SwingEventManager
This pseudo-event is defined to manage pressure on the close button of frames.
WindowClosedTransition - Class in org.malai.interaction
This transition corresponds to a press on the decorative close button of a frame.
WindowClosedTransition(SourceableState, TargetableState) - Constructor for class org.malai.interaction.WindowClosedTransition
Transition.Transition(SourceableState, TargetableState)
windowClosing(WindowEvent) - Method in class net.sf.latexdraw.ui.WidgetMiniToolbar.WindowWidgets
 
windowDeactivated(WindowEvent) - Method in class net.sf.latexdraw.ui.WidgetMiniToolbar.WindowWidgets
 
windowDeiconified(WindowEvent) - Method in class net.sf.latexdraw.ui.WidgetMiniToolbar.WindowWidgets
 
windowGainedFocus(WindowEvent) - Method in class net.sf.latexdraw.ui.WidgetMiniToolbar
 
windowGainedFocus(WindowEvent) - Method in class org.malai.ui.UIManager
 
windowIconified(WindowEvent) - Method in class net.sf.latexdraw.ui.WidgetMiniToolbar.WindowWidgets
 
windowLostFocus(WindowEvent) - Method in class net.sf.latexdraw.ui.WidgetMiniToolbar
 
windowLostFocus(WindowEvent) - Method in class org.malai.ui.UIManager
 
windowOpened(WindowEvent) - Method in class net.sf.latexdraw.ui.WidgetMiniToolbar.WindowWidgets
 
WITH_UPDATE - Static variable in class net.sf.latexdraw.util.VersionChecker
To change if update is needed or not.
withComments - Variable in class net.sf.latexdraw.glib.views.pst.PSTCodeGenerator
Defines if the comments must be generated.
withLatexParams - Variable in class net.sf.latexdraw.glib.views.pst.PSTCodeGenerator
Defines if the latex parameters (position, caption, etc.) must be generated.
WritePreferences - Class in net.sf.latexdraw.actions
This action writes the preferences.
WritePreferences() - Constructor for class net.sf.latexdraw.actions.WritePreferences
 
writeXMLPreferences() - Method in class net.sf.latexdraw.instruments.PreferencesSetter
Writes the preferences of latexdraw in an XML document.

X

x - Variable in class net.sf.latexdraw.parsers.svg.path.SVGPathSegArc
The X-coordinate of the second point of the arc.
x - Variable in class net.sf.latexdraw.parsers.svg.path.SVGPathSegCurvetoCubic
The X-coordinate of the second point of the curve.
x - Variable in class net.sf.latexdraw.parsers.svg.path.SVGPathSegCurvetoCubicSmooth
The X-coordinate of the second point of the curve.
x - Variable in class net.sf.latexdraw.parsers.svg.path.SVGPathSegCurvetoQuadratic
The X-coordinate of the second point of the curve.
x - Variable in class net.sf.latexdraw.parsers.svg.path.SVGPathSegCurvetoQuadraticSmooth
The X-coordinate of the second point of the curve.
x - Variable in class net.sf.latexdraw.parsers.svg.path.SVGPathSegLineto
The X-coordinate of the second point of the line.
x - Variable in class org.malai.interaction.MousePressEvent
The x coordinate of the pressure.
x - Variable in class org.malai.interaction.PointingDeviceTransition
The X-coordinate of the pointing device.
x1 - Variable in class net.sf.latexdraw.parsers.svg.path.SVGPathSegCurvetoCubic
The x-coordinate of the first control point.
x1 - Variable in class net.sf.latexdraw.parsers.svg.path.SVGPathSegCurvetoQuadratic
The x-coordinate of the first control point.
x2 - Variable in class net.sf.latexdraw.parsers.svg.path.SVGPathSegCurvetoCubic
The x-coordinate of the second control point.
x2 - Variable in class net.sf.latexdraw.parsers.svg.path.SVGPathSegCurvetoCubicSmooth
The x-coordinate of the second control point.
X_STYLE - Static variable in class net.sf.latexdraw.glib.views.pst.PSTricksConstants
The style which draw a cross
xEndS - Variable in class net.sf.latexdraw.instruments.ShapeGridCustomiser
The field that sets the X-coordinate of the ending point of the grid.
xGap - Variable in class net.sf.latexdraw.instruments.Border.DnD2Scale
The x gap (gap between the pressed position and the targeted position) of the X-scaling.
xLabelSouth - Variable in class net.sf.latexdraw.glib.models.impl.LAbstractGrid
If true, the x label will be displayed at the south of the grid.
XML_ALPHA_INTER - Static variable in class net.sf.latexdraw.util.LNamespace
 
XML_ANTI_ALIAS - Static variable in class net.sf.latexdraw.util.LNamespace
 
XML_ARROW_DOT_SIZE_NUM - Static variable in class net.sf.latexdraw.util.LNamespace
 
XML_ARROW_SIZE_NUM - Static variable in class net.sf.latexdraw.util.LNamespace
 
XML_ARROW_TBAR_SIZE_NUM - Static variable in class net.sf.latexdraw.util.LNamespace
 
XML_AUTO_ADJUST - Static variable in class net.sf.latexdraw.util.LNamespace
 
XML_AXE_DIST_LABELS - Static variable in class net.sf.latexdraw.util.LNamespace
 
XML_AXE_INCREMENT - Static variable in class net.sf.latexdraw.util.LNamespace
 
XML_AXE_IS_SOUTH - Static variable in class net.sf.latexdraw.util.LNamespace
 
XML_AXE_IS_WEST - Static variable in class net.sf.latexdraw.util.LNamespace
 
XML_AXE_LABELS_STYLE - Static variable in class net.sf.latexdraw.util.LNamespace
 
XML_AXE_SHOW_ORIGIN - Static variable in class net.sf.latexdraw.util.LNamespace
 
XML_AXE_SHOW_TICKS - Static variable in class net.sf.latexdraw.util.LNamespace
 
XML_AXE_TICKS_SIZE - Static variable in class net.sf.latexdraw.util.LNamespace
 
XML_AXE_TICKS_STYLE - Static variable in class net.sf.latexdraw.util.LNamespace
 
XML_BORDER - Static variable in class net.sf.latexdraw.util.LNamespace
 
XML_BORDERS_POS - Static variable in class net.sf.latexdraw.util.LNamespace
 
XML_CAPTION - Static variable in class net.sf.latexdraw.util.LNamespace
 
XML_CHECK_VERSION - Static variable in class net.sf.latexdraw.util.LNamespace
 
XML_CLASSIC_GRID - Static variable in class net.sf.latexdraw.util.LNamespace
 
XML_CODE - Static variable in class net.sf.latexdraw.util.LNamespace
 
XML_COLOR_RENDERING - Static variable in class net.sf.latexdraw.util.LNamespace
 
XML_COMMENTS - Static variable in class net.sf.latexdraw.util.LNamespace
 
XML_DISPLAY_GRID - Static variable in class net.sf.latexdraw.util.LNamespace
 
XML_DISPLAY_X - Static variable in class net.sf.latexdraw.util.LNamespace
 
XML_DISPLAY_Y - Static variable in class net.sf.latexdraw.util.LNamespace
 
XML_DOT_SHAPE - Static variable in class net.sf.latexdraw.util.LNamespace
 
XML_DRAW_BORDERS - Static variable in class net.sf.latexdraw.util.LNamespace
 
XML_GRID_DOTS - Static variable in class net.sf.latexdraw.util.LNamespace
 
XML_GRID_END - Static variable in class net.sf.latexdraw.util.LNamespace
 
XML_GRID_GAP - Static variable in class net.sf.latexdraw.util.LNamespace
 
XML_GRID_ORIGIN - Static variable in class net.sf.latexdraw.util.LNamespace
 
XML_GRID_START - Static variable in class net.sf.latexdraw.util.LNamespace
 
XML_GRID_SUB_DIV - Static variable in class net.sf.latexdraw.util.LNamespace
 
XML_GRID_UNIT - Static variable in class net.sf.latexdraw.util.LNamespace
 
XML_GRID_WIDTH - Static variable in class net.sf.latexdraw.util.LNamespace
 
XML_GRID_X_SOUTH - Static variable in class net.sf.latexdraw.util.LNamespace
 
XML_GRID_Y_WEST - Static variable in class net.sf.latexdraw.util.LNamespace
 
XML_HEIGHT - Static variable in class net.sf.latexdraw.util.LNamespace
 
XML_INTERVAL - Static variable in class net.sf.latexdraw.util.LNamespace
 
XML_LABEL - Static variable in class net.sf.latexdraw.util.LNamespace
 
XML_LAF - Static variable in class net.sf.latexdraw.util.LNamespace
 
XML_LANG - Static variable in class net.sf.latexdraw.util.LNamespace
 
XML_LATEX_INCLUDES - Static variable in class net.sf.latexdraw.util.LNamespace
 
XML_MAGNETIC_GRID - Static variable in class net.sf.latexdraw.util.LNamespace
 
XML_MAGNETIC_GRID_STYLE - Static variable in class net.sf.latexdraw.util.LNamespace
 
XML_MAXIMISED - Static variable in class net.sf.latexdraw.util.LNamespace
 
XML_NB_RECENT_FILES - Static variable in class net.sf.latexdraw.util.LNamespace
 
XML_PATH_EXPORT - Static variable in class net.sf.latexdraw.util.LNamespace
 
XML_PATH_OPEN - Static variable in class net.sf.latexdraw.util.LNamespace
 
XML_PATH_TEX_EDITOR - Static variable in class net.sf.latexdraw.util.LNamespace
 
XML_PATH_TYPE - Static variable in class net.sf.latexdraw.util.LNamespace
 
XML_POINTS - Static variable in class net.sf.latexdraw.util.LNamespace
 
XML_POSITION - Static variable in class net.sf.latexdraw.util.LNamespace
 
XML_POSITION_HORIZ - Static variable in class net.sf.latexdraw.util.LNamespace
 
XML_POSITION_VERT - Static variable in class net.sf.latexdraw.util.LNamespace
 
XML_POSITION_X - Static variable in class net.sf.latexdraw.util.LNamespace
 
XML_POSITION_Y - Static variable in class net.sf.latexdraw.util.LNamespace
 
XML_RECENT_FILE - Static variable in class net.sf.latexdraw.util.LNamespace
 
XML_RECENT_FILES - Static variable in class net.sf.latexdraw.util.LNamespace
 
XML_RENDERING - Static variable in class net.sf.latexdraw.util.LNamespace
 
XML_ROOT_PREFERENCES - Static variable in class net.sf.latexdraw.util.LNamespace
 
XML_ROTATION - Static variable in class net.sf.latexdraw.util.LNamespace
 
XML_SIZE - Static variable in class net.sf.latexdraw.util.LNamespace
 
XML_STYLE - Static variable in class net.sf.latexdraw.util.LNamespace
 
XML_TYPE - Static variable in class net.sf.latexdraw.util.LNamespace
 
XML_TYPE_ARC - Static variable in class net.sf.latexdraw.util.LNamespace
 
XML_TYPE_ARROWHEAD - Static variable in class net.sf.latexdraw.util.LNamespace
 
XML_TYPE_AXE - Static variable in class net.sf.latexdraw.util.LNamespace
 
XML_TYPE_BEZIER_CURVE - Static variable in class net.sf.latexdraw.util.LNamespace
 
XML_TYPE_BG - Static variable in class net.sf.latexdraw.util.LNamespace
 
XML_TYPE_CIRCLE - Static variable in class net.sf.latexdraw.util.LNamespace
 
XML_TYPE_DBLE_BORDERS - Static variable in class net.sf.latexdraw.util.LNamespace
 
XML_TYPE_DOT - Static variable in class net.sf.latexdraw.util.LNamespace
 
XML_TYPE_ELLIPSE - Static variable in class net.sf.latexdraw.util.LNamespace
 
XML_TYPE_FRAMEDBOX - Static variable in class net.sf.latexdraw.util.LNamespace
 
XML_TYPE_FREEHAND - Static variable in class net.sf.latexdraw.util.LNamespace
 
XML_TYPE_GRID - Static variable in class net.sf.latexdraw.util.LNamespace
 
XML_TYPE_GRID_SUB - Static variable in class net.sf.latexdraw.util.LNamespace
 
XML_TYPE_GROUP - Static variable in class net.sf.latexdraw.util.LNamespace
 
XML_TYPE_JOINED_LINES - Static variable in class net.sf.latexdraw.util.LNamespace
 
XML_TYPE_LINE - Static variable in class net.sf.latexdraw.util.LNamespace
 
XML_TYPE_PICTURE - Static variable in class net.sf.latexdraw.util.LNamespace
 
XML_TYPE_POLYGON - Static variable in class net.sf.latexdraw.util.LNamespace
 
XML_TYPE_RECT - Static variable in class net.sf.latexdraw.util.LNamespace
 
XML_TYPE_RHOMBUS - Static variable in class net.sf.latexdraw.util.LNamespace
 
XML_TYPE_SHADOW - Static variable in class net.sf.latexdraw.util.LNamespace
 
XML_TYPE_SHOW_PTS - Static variable in class net.sf.latexdraw.util.LNamespace
 
XML_TYPE_SQUARE - Static variable in class net.sf.latexdraw.util.LNamespace
 
XML_TYPE_TEXT - Static variable in class net.sf.latexdraw.util.LNamespace
 
XML_TYPE_TRIANGLE - Static variable in class net.sf.latexdraw.util.LNamespace
 
XML_UNIT - Static variable in class net.sf.latexdraw.util.LNamespace
 
XML_VERSION - Static variable in class net.sf.latexdraw.util.LNamespace
 
XML_WIDTH - Static variable in class net.sf.latexdraw.util.LNamespace
 
XML_ZOOM - Static variable in class net.sf.latexdraw.util.LNamespace
 
xmlEncoding - Variable in class net.sf.latexdraw.parsers.svg.SVGDocument
The encoding of the document.
xmlStandalone - Variable in class net.sf.latexdraw.parsers.svg.SVGDocument
Defines if the document is standalone.
xmlVersion - Variable in class net.sf.latexdraw.parsers.svg.SVGDocument
The version of XML.
xOriginS - Variable in class net.sf.latexdraw.instruments.ShapeGridCustomiser
The field that sets the X-coordinate of the origin point of the grid.
xRuler - Variable in class net.sf.latexdraw.instruments.ScaleRulersCustomiser
The x ruler of the system.
xRulerItem - Variable in class net.sf.latexdraw.instruments.ScaleRulersCustomiser
The menu item that (des-)activate the x-scale ruler.
xScaleRuler - Variable in class net.sf.latexdraw.ui.LFrame
The ruler used to display X-dimensions.
XScaleRuler - Class in net.sf.latexdraw.ui
This class defines an X-scale ruler.
XScaleRuler(ICanvas, YScaleRuler) - Constructor for class net.sf.latexdraw.ui.XScaleRuler
Defines a x-scale ruler.
xStartS - Variable in class net.sf.latexdraw.instruments.ShapeGridCustomiser
The field that sets the X-coordinate of the starting point of the grid.

Y

y - Variable in class net.sf.latexdraw.parsers.svg.path.SVGPathSegArc
The Y-coordinate of the second point of the arc.
y - Variable in class net.sf.latexdraw.parsers.svg.path.SVGPathSegCurvetoCubic
The Y-coordinate of the second point of the curve.
y - Variable in class net.sf.latexdraw.parsers.svg.path.SVGPathSegCurvetoCubicSmooth
The Y-coordinate of the second point of the curve.
y - Variable in class net.sf.latexdraw.parsers.svg.path.SVGPathSegCurvetoQuadratic
The Y-coordinate of the second point of the curve.
y - Variable in class net.sf.latexdraw.parsers.svg.path.SVGPathSegCurvetoQuadraticSmooth
The Y-coordinate of the second point of the curve.
y - Variable in class net.sf.latexdraw.parsers.svg.path.SVGPathSegLineto
The Y-coordinate of the second point of the line.
y - Variable in class org.malai.interaction.MousePressEvent
The y coordinate of the pressure.
y - Variable in class org.malai.interaction.PointingDeviceTransition
The Y-coordinate of the pointing device.
y1 - Variable in class net.sf.latexdraw.parsers.svg.path.SVGPathSegCurvetoCubic
The y-coordinate of the first control point.
y1 - Variable in class net.sf.latexdraw.parsers.svg.path.SVGPathSegCurvetoQuadratic
The y-coordinate of the first control point.
y2 - Variable in class net.sf.latexdraw.parsers.svg.path.SVGPathSegCurvetoCubic
The y-coordinate of the second control point.
y2 - Variable in class net.sf.latexdraw.parsers.svg.path.SVGPathSegCurvetoCubicSmooth
The y-coordinate of the second control point.
YELLOW - Static variable in class net.sf.latexdraw.glib.views.latex.DviPsColors
 
YELLOW_ORANGE - Static variable in class net.sf.latexdraw.glib.views.latex.DviPsColors
 
YELLOWGREEN - Static variable in class net.sf.latexdraw.glib.views.latex.DviPsColors
 
yEndS - Variable in class net.sf.latexdraw.instruments.ShapeGridCustomiser
The field that sets the Y-coordinate of the ending point of the grid.
yGap - Variable in class net.sf.latexdraw.instruments.Border.DnD2Scale
The y gap (gap between the pressed position and the targeted position) of the Y-scaling.
yLabelWest - Variable in class net.sf.latexdraw.glib.models.impl.LAbstractGrid
If true, the y label will be displayed at the west of the grid.
yOriginS - Variable in class net.sf.latexdraw.instruments.ShapeGridCustomiser
The field that sets the Y-coordinate of the origin point of the grid.
yRuler - Variable in class net.sf.latexdraw.instruments.ScaleRulersCustomiser
The Y ruler of the system.
yruler - Variable in class net.sf.latexdraw.ui.XScaleRuler
The y rule. used to get information about where the x-scale must be displayed.
yRulerItem - Variable in class net.sf.latexdraw.instruments.ScaleRulersCustomiser
The menu item that (des-)activate the y-scale ruler.
yScaleRuler - Variable in class net.sf.latexdraw.ui.LFrame
The ruler used to display X-dimensions.
YScaleRuler - Class in net.sf.latexdraw.ui
This class defines an Y-scale ruler.
YScaleRuler(ICanvas) - Constructor for class net.sf.latexdraw.ui.YScaleRuler
Defines a y-scale ruler.
yStartS - Variable in class net.sf.latexdraw.instruments.ShapeGridCustomiser
The field that sets the Y-coordinate of the starting point of the grid.

Z

zoom(double) - Method in class net.sf.latexdraw.glib.models.impl.LPoint
 
zoom(double) - Method in interface net.sf.latexdraw.glib.models.interfaces.IPoint
Creates a new point zoomed using the calling points.
zoom - Variable in class net.sf.latexdraw.glib.ui.LCanvas
The zoom applied on the canvas.
Zoom - Class in org.malai.action.library
Defines an action that zoom int/out a panel.
Zoom() - Constructor for class org.malai.action.library.Zoom
Initialises a Zoom action.
Zoom2ScaleRuler - Class in net.sf.latexdraw.mapping
Creates a mapping between the zoom value and a scale ruler.
Zoom2ScaleRuler(IUnary<Double>, ScaleRuler) - Constructor for class net.sf.latexdraw.mapping.Zoom2ScaleRuler
Creates the mapping.
ZOOM_DEFAULT_ICON - Static variable in class net.sf.latexdraw.util.LResources
 
ZOOM_INCREMENT - Static variable in interface org.malai.properties.Zoomable
The increment of a zooming (0.25).
zoomable - Variable in class net.sf.latexdraw.instruments.Zoomer
The canvas to zoom in/out.
zoomable - Variable in class org.malai.action.library.Zoom
The object to zoom.
Zoomable - Interface in org.malai.properties
Defines an interface to zoomable objects.
zoomDefaultButton - Variable in class net.sf.latexdraw.instruments.Zoomer
This button allows to set the default zoom level.
zoomer - Variable in class net.sf.latexdraw.instruments.Hand
The zoomer that is used to give the zoom level to compute coordinates of the created shapes.
zoomer - Variable in class net.sf.latexdraw.instruments.Pencil
The zoomer that is used to give the zoom level to compute coordinates of the created shapes.
Zoomer - Class in net.sf.latexdraw.instruments
This instrument allows to zoom on the canvas.
Zoomer(Zoomable) - Constructor for class net.sf.latexdraw.instruments.Zoomer
Creates and initialises the zoomer.
zoomer - Variable in class net.sf.latexdraw.ui.LFrame
The instrument that zoomes in/out the canvas.
zoomLevel - Variable in class org.malai.action.library.Zoom
The zooming level.
zoomSpinner - Variable in class net.sf.latexdraw.instruments.Zoomer
The spinner that helps to change the zoom.

A B C D E F G H I J K L M N O P Q R S T U V W X Y Z