http://www.jpicedt.org
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_SLIDER_MAX - Static variable in class jpicedt.graphic.model.PicPsCurve
Max value of curvature coefficient accessible to Jslider in the geometry editor
A_SLIDER_MIN - Static variable in class jpicedt.graphic.model.PicPsCurve
Min value of curvature coefficient accessible to JSlider in the geometry editor
abs() - Method in class jpicedt.util.math.Complex
Returns the magnitude of a Complex number.
abs2() - Method in class jpicedt.util.math.Complex
Returns the square of the "length" of a Complex number.
absoluteIsCloseTo(Complex, double) - Method in class jpicedt.util.math.Complex
Renvoie cSub(z).normInf() <= tolerance.
AbstractCurve - Class in jpicedt.graphic.model
A curve made up of a concatenation of cubic bezier curves and straight lines, hereafter globally denoted as "segments".
AbstractCurve() - Constructor for class jpicedt.graphic.model.AbstractCurve
Creates a new empty open Abstract curve
AbstractCurve(boolean) - Constructor for class jpicedt.graphic.model.AbstractCurve
Creates a new empty Abstract curve
AbstractCurve(boolean, PicAttributeSet) - Constructor for class jpicedt.graphic.model.AbstractCurve
Creates a new empty Abstract curve with the given set of attributes
AbstractCurve(int, boolean) - Constructor for class jpicedt.graphic.model.AbstractCurve
Creates a new Abstract curve and allocates as many points as needed by the given number of segments.
AbstractCurve(int, boolean, PicAttributeSet) - Constructor for class jpicedt.graphic.model.AbstractCurve
Creates a new Abstract curve with the given number of segments, and attaches the given attribute set to it.
AbstractCurve(AbstractCurve) - Constructor for class jpicedt.graphic.model.AbstractCurve
"cloning" constructor (to be used by clone())
AbstractCurve.CtrlPtSubsetAbstractCurve - Class in jpicedt.graphic.model
 
AbstractCurve.CtrlPtSubsetAbstractCurve(AbstractCurve, int[]) - Constructor for class jpicedt.graphic.model.AbstractCurve.CtrlPtSubsetAbstractCurve
 
AbstractCurve.CurveToSegment - Class in jpicedt.graphic.model
 
AbstractCurve.CurveToSegment(PicPoint, PicVector, PicVector, PicPoint) - Constructor for class jpicedt.graphic.model.AbstractCurve.CurveToSegment
 
AbstractCurve.EndSegment - Class in jpicedt.graphic.model
Dernier Segment rendu par getMiminalSegmentList().
AbstractCurve.EndSegment(boolean) - Constructor for class jpicedt.graphic.model.AbstractCurve.EndSegment
 
AbstractCurve.LineToSegment - Class in jpicedt.graphic.model
 
AbstractCurve.LineToSegment(PicPoint, PicPoint) - Constructor for class jpicedt.graphic.model.AbstractCurve.LineToSegment
 
AbstractCurve.PointType - Enum in jpicedt.graphic.model
constant field for getPointType()
AbstractCurve.Segment - Class in jpicedt.graphic.model
 
AbstractCurve.Segment() - Constructor for class jpicedt.graphic.model.AbstractCurve.Segment
 
AbstractCurveFormatter - Class in jpicedt.format.output.dxf
Formatteur en DXF (marque déposée) pour les AbstractCurve's.
AbstractCurveFormatter(AbstractCurve, DXFFormatter) - Constructor for class jpicedt.format.output.dxf.AbstractCurveFormatter
 
AbstractCurveFormatter - Class in jpicedt.format.output.eepic
Format an AbstractCurve, or any subclass of it, to the eepic format.
AbstractCurveFormatter(AbstractCurve, EepicFormatter) - Constructor for class jpicedt.format.output.eepic.AbstractCurveFormatter
 
AbstractCurveFormatter - Class in jpicedt.format.output.latex
Format an AbstractCurve, or any subclass of it, to the LaTeX-picture format.
AbstractCurveFormatter(AbstractCurve, LatexFormatter) - Constructor for class jpicedt.format.output.latex.AbstractCurveFormatter
 
AbstractCurveFormatter - Class in jpicedt.format.output.pstricks
Format an AbstractCurve, or any subclass of it, using PsTricks macros.
AbstractCurveFormatter(AbstractCurve, PstricksFormatter) - Constructor for class jpicedt.format.output.pstricks.AbstractCurveFormatter
 
AbstractCurveFormatter - Class in jpicedt.format.output.tikz
Formatteur en Tikz pour les AbstractCurve's.
AbstractCurveFormatter(AbstractCurve, TikzFormatter) - Constructor for class jpicedt.format.output.tikz.AbstractCurveFormatter
 
AbstractCurveHighlighter - Class in jpicedt.graphic.view.highlighter
A Highlighter for any concrete implementation of jpicedt.graphic.model.AbstractCurve.
AbstractCurveHighlighter(AbstractCurve, DefaultHighlighterFactory) - Constructor for class jpicedt.graphic.view.highlighter.AbstractCurveHighlighter
construct a new Highlighter for the given curve
AbstractCurveView - Class in jpicedt.format.output.eepic
a View for rendering any concrete implementation of jpicedt.graphic.model.AbstractCurve eepic allows filling polygon only (using \\path macro).
AbstractCurveView(AbstractCurve, EepicViewFactory) - Constructor for class jpicedt.format.output.eepic.AbstractCurveView
construct a new View for the given curve
AbstractCurveView - Class in jpicedt.format.output.latex
a View for rendering any concrete implementation of jpicedt.graphic.model.AbstractCurve LaTeX-picture environment does not allow filling such shapes.
AbstractCurveView(AbstractCurve, LatexViewFactory) - Constructor for class jpicedt.format.output.latex.AbstractCurveView
construct a new View for the given curve
AbstractCurveView - Class in jpicedt.graphic.view
a View for rendering any concrete implementation of jpicedt.graphic.model.AbstractCurve.
AbstractCurveView(AbstractCurve, AttributesViewFactory) - Constructor for class jpicedt.graphic.view.AbstractCurveView
construct a new View for the given curve
AbstractCustomizer - Class in jpicedt.graphic.toolkit
An abstract superclass that alleviates the burden of creating a customizer panel, by providing a common set of behaviours where storing/retrieving value to/from a Properties object (or any storage class) is concerned.
AbstractCustomizer() - Constructor for class jpicedt.graphic.toolkit.AbstractCustomizer
Construct a new preferences-panel with BorderLayout as the default layout.
AbstractDrawingFormatter - Class in jpicedt.graphic.io.formatter
La classe AbstractDrawingFormatter Fournit l'implatation par défault des méthodes de l'interface Formatter lorsque celle-ci est utilisée pour le formattage d'un Drawing.
AbstractDrawingFormatter(Drawing, Object) - Constructor for class jpicedt.graphic.io.formatter.AbstractDrawingFormatter
 
AbstractElement - Class in jpicedt.graphic.model
An abstract class that can serve as the basis class for elements of a Drawing.
AbstractElement() - Constructor for class jpicedt.graphic.model.AbstractElement
construct an AbstractElement with no parent and a default PicAttributeSet
AbstractElement(PicAttributeSet) - Constructor for class jpicedt.graphic.model.AbstractElement
construct an AbstractElement with no parent and the given PicAttributeSet.
AbstractElement(AbstractElement) - Constructor for class jpicedt.graphic.model.AbstractElement
cloning constructor ; attribute set is deeply copied.
abstractEltLinAp(double[][], Element) - Static method in class jpicedt.graphic.util.LinearAlgebra
Application linéaire sur chaque point de contrôle d'un AbstractElement
AbstractEraser - Class in jpicedt.graphic.util
classe abstraite d'un effaceur.
AbstractEraser() - Constructor for class jpicedt.graphic.util.AbstractEraser
 
AbstractEraser.ErasureStatus - Enum in jpicedt.graphic.util
 
AbstractFormatter - Class in jpicedt.graphic.io.formatter
La classe AbstractFormatter Fournit l'implatation par défault des méthodes de l'interface Formatter lorsque celle-ci est utilisée pour le formattage d'un Element.
AbstractFormatter() - Constructor for class jpicedt.graphic.io.formatter.AbstractFormatter
 
AbstractFormatterFactory - Class in jpicedt.graphic.io.formatter
Classe de base des fabriques de formatteurs.
AbstractFormatterFactory() - Constructor for class jpicedt.graphic.io.formatter.AbstractFormatterFactory
 
AbstractMouseTransform - Class in jpicedt.graphic.toolkit
This implementation allows subclassers to modify a clone of the target Element, then to update the original Element when the operation is completed.
AbstractMouseTransform(Element) - Constructor for class jpicedt.graphic.toolkit.AbstractMouseTransform
 
AbstractMouseTransformFactory - Class in jpicedt.graphic.toolkit
Provide a skeletal implementation of the MouseTransformFactory interface.
AbstractMouseTransformFactory(EditorKit) - Constructor for class jpicedt.graphic.toolkit.AbstractMouseTransformFactory
 
AbstractMouseTransformFactory.HelpMessageMouseTransform - Class in jpicedt.graphic.toolkit
This mouse transform does nothing, it is just a convenience to post a HelpMessage (regarding what the user COULD do) when no other mouse-transform makes sense with the current mouse-event.
AbstractMouseTransformFactory.HelpMessageMouseTransform(String) - Constructor for class jpicedt.graphic.toolkit.AbstractMouseTransformFactory.HelpMessageMouseTransform
 
AbstractMouseTransformFactory.InvalidMouseTransform - Class in jpicedt.graphic.toolkit
This mouse transform does nothing, it simply returns an invalid cursor, and can be used by MouseTransform factories to notify the user of an invalid UI action.
AbstractMouseTransformFactory.InvalidMouseTransform() - Constructor for class jpicedt.graphic.toolkit.AbstractMouseTransformFactory.InvalidMouseTransform
 
AbstractMouseTransformFactory.SelectAreaTransform - Class in jpicedt.graphic.toolkit
A mouse-transform dedicated to select objects (Element's, control-point's,…) inside a rectangle dragged by the user.
AbstractMouseTransformFactory.SelectAreaTransform() - Constructor for class jpicedt.graphic.toolkit.AbstractMouseTransformFactory.SelectAreaTransform
 
AbstractRegularExpression - Class in jpicedt.format.input.util
This is the abstract superclass for all regular expressions that may help building a RegExp-based parser.
AbstractRegularExpression() - Constructor for class jpicedt.format.input.util.AbstractRegularExpression
 
AbstractSelectionHandler - Class in jpicedt.graphic
Provides some basic implementation of the SelectionHandler interface.
AbstractSelectionHandler() - Constructor for class jpicedt.graphic.AbstractSelectionHandler
 
AbstractView - Class in jpicedt.graphic.view
Abstract implementation that provide some basic common behaviours for View's.
AbstractView(Element) - Constructor for class jpicedt.graphic.view.AbstractView
Construct a new View for the given Element.
AbstractView(Element, Highlighter) - Constructor for class jpicedt.graphic.view.AbstractView
Construct a new View for the given Element, delegating highlighting to the given Highlighter.
accept(File) - Method in class jpicedt.ui.dialog.PEFileFilter
 
acos() - Method in class jpicedt.util.math.Complex
Returns the principal arc cosine of a Complex number.
acosh() - Method in class jpicedt.util.math.Complex
Returns the principal inverse hyperbolic cosine of a Complex number.
action(ParserEvent) - Method in class jpicedt.format.input.latex.EndPictureExpression
 
action(ParserEvent) - Method in class jpicedt.format.input.latex.LaTeXBox
called when this SequenceExpression was successfully parsed -> reinit locals for next time
action(ParserEvent) - Method in class jpicedt.format.input.latex.LaTeXInstanciationExpression
 
action(ParserEvent) - Method in class jpicedt.format.input.latex.LaTeXPicPointExpression
 
action(ParserEvent) - Method in class jpicedt.format.input.latex.LaTeXPutExpression
called when this SequenceExpression was successfully parsed -> reinit locals and Pool's keys for next time
action(ParserEvent) - Method in class jpicedt.format.input.latex.PicArrowTypeExpression
 
action(ParserEvent) - Method in class jpicedt.format.input.latex.PicDashStatement
 
action(ParserEvent) - Method in class jpicedt.format.input.pstricks.EndPsPictureExpression
 
action(ParserEvent) - Method in class jpicedt.format.input.pstricks.PsBox
 
action(ParserEvent) - Method in class jpicedt.format.input.pstricks.PsRPutExpression
called when this SequenceExpression was successfully parsed -> reinit locals for next time
action(ParserEvent) - Method in class jpicedt.format.input.pstricks.PSTAngleParameter
 
action(ParserEvent) - Method in class jpicedt.format.input.pstricks.PSTInstanciationExpression
 
action(ParserEvent) - Method in class jpicedt.format.input.pstricks.PSTPicPointExpression
 
action(ParserEvent) - Method in class jpicedt.format.input.pstricks.StarExpression
 
action(ParserEvent) - Method in class jpicedt.format.input.util.AbstractRegularExpression
Called in the course of the interpret operation at the end of a SUCCESSFUL interpret operation.
action(ParserEvent) - Method in class jpicedt.format.input.util.InstanciationExpression
Called when the tag-string was matched ; instanciate a new element, then add it to the current PicGroup.
action(ParserEvent) - Method in class jpicedt.format.input.util.NotParsableExpression
 
ActionDispatcher - Interface in jpicedt.graphic.toolkit
Allow PEAction's to know upon which target they must act.
ActionFactory - Interface in jpicedt.graphic.toolkit
Permet à un Element, en interaction avec une PopupMenuFactory, de produire des Action's qui ont du sens avec cet Element.
ActionLocalizer - Interface in jpicedt.graphic.toolkit
This interface, once properly implemented, may be used as a parameter for a PEAction, and can feed it with localized properties (e.g. tooltip, mnemonic…).
actionPerformed(ActionEvent) - Method in class jpicedt.graphic.model.Drawing.Customizer
 
actionPerformed(ActionEvent) - Method in class jpicedt.graphic.PEScrollPane.CenterViewportAction
 
actionPerformed(ActionEvent) - Method in class jpicedt.graphic.toolkit.EditorKit.ActivateSnapAction
 
actionPerformed(ActionEvent) - Method in class jpicedt.graphic.toolkit.EditorKit.CopyAction
 
actionPerformed(ActionEvent) - Method in class jpicedt.graphic.toolkit.EditorKit.DeleteConvexZoneAction
 
actionPerformed(ActionEvent) - Method in class jpicedt.graphic.toolkit.EditorKit.EditBoundingBoxAction
 
actionPerformed(ActionEvent) - Method in class jpicedt.graphic.toolkit.EditorKit.EditDispositionAction
 
actionPerformed(ActionEvent) - Method in class jpicedt.graphic.toolkit.EditorKit.EditGeometryAction
 
actionPerformed(ActionEvent) - Method in class jpicedt.graphic.toolkit.EditorKit.EditTextModeAction
changes the current textmode
actionPerformed(ActionEvent) - Method in class jpicedt.graphic.toolkit.EditorKit.SelectAllAction
 
actionPerformed(ActionEvent) - Method in class jpicedt.graphic.toolkit.EditorKit.SelectMouseToolAction
 
actionPerformed(ActionEvent) - Method in class jpicedt.graphic.toolkit.EditorKit.ShowGridAction
 
actionPerformed(ActionEvent) - Method in class jpicedt.graphic.toolkit.EditorKit.ToggleEditPointsModeAction
 
actionPerformed(ActionEvent) - Method in class jpicedt.graphic.toolkit.EditorKit.ToggleUseConvexZoneModeAction
 
actionPerformed(ActionEvent) - Method in class jpicedt.graphic.toolkit.EditorKit.ZoomInAction
 
actionPerformed(ActionEvent) - Method in class jpicedt.graphic.toolkit.EditorKit.ZoomOutAction
 
actionPerformed(ActionEvent) - Method in class jpicedt.graphic.toolkit.PEAbstractAction
This is a default implementation of the "actionPerformed" method suited for undoable actions : we first call "beginUndoableUpdate" with "actionName" as the presentation name, then delegate to "undoableActionPerformed", finally mark the undoable-update as ended.
actionPerformed(ActionEvent) - Method in class jpicedt.JPicEdt.AboutAction
 
actionPerformed(ActionEvent) - Method in class jpicedt.JPicEdt.ContentTypeAction
 
actionPerformed(ActionEvent) - Method in class jpicedt.JPicEdt.ExitAction
 
actionPerformed(ActionEvent) - Method in class jpicedt.JPicEdt.FileCloseAction
 
actionPerformed(ActionEvent) - Method in class jpicedt.JPicEdt.FileNewAction
 
actionPerformed(ActionEvent) - Method in class jpicedt.JPicEdt.FileOpenAction
 
actionPerformed(ActionEvent) - Method in class jpicedt.JPicEdt.FileSaveAction
 
actionPerformed(ActionEvent) - Method in class jpicedt.JPicEdt.FileSaveAllAction
 
actionPerformed(ActionEvent) - Method in class jpicedt.JPicEdt.FileSaveAsAction
 
actionPerformed(ActionEvent) - Method in class jpicedt.JPicEdt.FragmentSaveAction
 
actionPerformed(ActionEvent) - Method in class jpicedt.JPicEdt.MemoryMonitorAction
 
actionPerformed(ActionEvent) - Method in class jpicedt.JPicEdt.OpenBSHConsoleAction
 
actionPerformed(ActionEvent) - Method in class jpicedt.JPicEdt.PageFormatAction
 
actionPerformed(ActionEvent) - Method in class jpicedt.JPicEdt.PreferencesAction
 
actionPerformed(ActionEvent) - Method in class jpicedt.JPicEdt.RedoAction
 
actionPerformed(ActionEvent) - Method in class jpicedt.JPicEdt.RedrawAction
 
actionPerformed(ActionEvent) - Method in class jpicedt.JPicEdt.RunExternalCommandAction
 
actionPerformed(ActionEvent) - Method in class jpicedt.JPicEdt.ShowErrorLogAction
 
actionPerformed(ActionEvent) - Method in class jpicedt.JPicEdt.ShowHelpAction
 
actionPerformed(ActionEvent) - Method in class jpicedt.JPicEdt.ShowLicenseAction
 
actionPerformed(ActionEvent) - Method in class jpicedt.JPicEdt.ToggleAttributesPanelAction
 
actionPerformed(ActionEvent) - Method in class jpicedt.JPicEdt.ToggleConvexZonePanelAction
 
actionPerformed(ActionEvent) - Method in class jpicedt.JPicEdt.ToggleToolkitPanelAction
 
actionPerformed(ActionEvent) - Method in class jpicedt.JPicEdt.UndoAction
 
actionPerformed(ActionEvent) - Method in class jpicedt.JPicEdt.ViewLaTeXFileAction
 
actionPerformed(ActionEvent) - Method in class jpicedt.JPicEdt.WindowCascadeAction
 
actionPerformed(ActionEvent) - Method in class jpicedt.JPicEdt.WindowTileHorAction
 
actionPerformed(ActionEvent) - Method in class jpicedt.JPicEdt.WindowTileVertAction
 
actionPerformed(ActionEvent) - Method in class jpicedt.ui.dialog.DialogAbout
 
actionPerformed(ActionEvent) - Method in class jpicedt.ui.dialog.DirectoriesCustomizer
Open a directory browser when an action occurs on the "Browse" button.
actionPerformed(ActionEvent) - Method in class jpicedt.ui.dialog.DockableAttributesCustomizer.ArrowPropertiesPanel
synchronize the currently active attribute set with the widget's state.
actionPerformed(ActionEvent) - Method in class jpicedt.ui.dialog.DockableAttributesCustomizer.EditModeCustomPropertiesPanel
Synchronise l'attribute du jeu d'attribute actuellement active avec l'état du widget.
actionPerformed(ActionEvent) - Method in class jpicedt.ui.dialog.DockableAttributesCustomizer.FillPropertiesPanel
synchronize the currently active attribute set with the widget's state.
actionPerformed(ActionEvent) - Method in class jpicedt.ui.dialog.DockableAttributesCustomizer.HatchPropertiesPanel
synchronize the currently active attribute set with the widget's state.
actionPerformed(ActionEvent) - Method in class jpicedt.ui.dialog.DockableAttributesCustomizer.PolydotsPropertiesPanel
synchronize the currently active attribute set with the widget's state.
actionPerformed(ActionEvent) - Method in class jpicedt.ui.dialog.DockableAttributesCustomizer.PstCustomPropertiesPanel
synchronize the currently active attribute set with the widget's state.
actionPerformed(ActionEvent) - Method in class jpicedt.ui.dialog.DockableAttributesCustomizer.ShadowPropertiesPanel
synchronize the currently active attribute set with the widget's state.
actionPerformed(ActionEvent) - Method in class jpicedt.ui.dialog.DockableAttributesCustomizer.StrokePropertiesPanel
synchronize the currently active attribute set with the widget's state.
actionPerformed(ActionEvent) - Method in class jpicedt.ui.dialog.DockableAttributesCustomizer.TextPropertiesPanel
synchronize the currently active attribute set with the widget's state.
actionPerformed(ActionEvent) - Method in class jpicedt.ui.dialog.DockableAttributesCustomizer.TikzCustomPropertiesPanel
synchronize the currently active attribute set with the widget's state.
actionPerformed(ActionEvent) - Method in class jpicedt.ui.dialog.RadioChoiceDialog
 
actionPerformed(ActionEvent) - Method in class jpicedt.ui.dialog.RotateCenterChooser
 
actionPerformed(ActionEvent) - Method in class jpicedt.ui.dialog.ShortcutsCustomizer
Open a directory browser when an action occurs on the "Browse" button.
actionPerformed(ActionEvent) - Method in class jpicedt.ui.dialog.UIColorCustomizer
Ouvre un dialogue de sélection de couleur JColorChooser
actionPerformed(ActionEvent) - Method in class jpicedt.ui.dialog.ViewFormattedStringDialog
Dispose this dialog box when "ok" is pressed.
actionPerformed(ActionEvent) - Method in class jpicedt.ui.util.PEProgressBar.Test
 
actionPerformed(ActionEvent) - Method in class jpicedt.ui.util.RunExternalCommand.DlgBoxDisplayProcessIOStream
 
ActionRegistry - Class in jpicedt.ui.action
A registry that retains all JPicEdt's actions in a map, supplies them on-demand through a String key, and knows how to update actions state using the currently installed MDIManager.
ActionRegistry() - Constructor for class jpicedt.ui.action.ActionRegistry
construct an ActionRegistry with default Actions
ActionRegistry(ActionDispatcher) - Constructor for class jpicedt.ui.action.ActionRegistry
construct an ActionRegistry with default Actions
ActionRegistry(ActionLocalizer, ActionDispatcher) - Constructor for class jpicedt.ui.action.ActionRegistry
construct an ActionRegistry with default Actions
activated() - Method in class jpicedt.graphic.toolkit.AbstractCustomizer
Called when this component gets activated; may be used to request focus this implementation does nothing.
ACTIVE_BOARD_CHANGE - Static variable in class jpicedt.ui.MDIManager
PropertyChangeEvent's name corresponding to a new board being activated
activeBoard - Variable in class jpicedt.ui.MDIManager
Reference on the currently active board, or null if no board is currently open.
add(AbstractRegularExpression) - Method in class jpicedt.format.input.util.AlternateExpression
Add a new child to this AlternateExpression.
add(AbstractRegularExpression) - Method in class jpicedt.format.input.util.SequenceExpression
add the given expression to the sequence
add(PEMouseInputListener, PEMouseInputListener) - Static method in class jpicedt.graphic.event.PEEventMulticaster
Adds PEMouseInputListenera” with PEMouseInputListenerb” and returns the resulting multicast listener.
add(Element) - Method in class jpicedt.graphic.model.BranchElement
Add the given child to this BranchElement, setting its parent to this.
add(int, Element) - Method in class jpicedt.graphic.model.BranchElement
Insert the given child in this BranchElement at the given position, setting its parent to this, and create a view for the child using the ViewFactory that produced the View for this BranchElement.
add(CtrlPtSubset) - Method in class jpicedt.graphic.model.CtrlPtSubsetGroup
 
add(int, CtrlPtSubset) - Method in class jpicedt.graphic.model.CtrlPtSubsetGroup
 
add(Element) - Method in class jpicedt.graphic.model.Drawing
convenience call to RootElement's method
add(int, Element) - Method in class jpicedt.graphic.model.Drawing
convenience call to RootElement's method
add(PicPoint) - Method in class jpicedt.graphic.PicVector
Add the given vector to this vector, which modifies this, and return this for convenience.
add(PicPoint, double) - Method in class jpicedt.graphic.PicVector
Add the given vector scaled by "a" to this vector, which modifies this, and return this for convenience.
add(ConvexZone) - Method in class jpicedt.graphic.toolkit.ConvexZoneGroup
 
add(Element) - Method in class jpicedt.graphic.toolkit.DefaultSelectionHandler
overriden so that the parent of the added element isn't set to this, and its view is left unchanged.
add(int, Element) - Method in class jpicedt.graphic.toolkit.DefaultSelectionHandler
Convenient call to add(child).
add(Action) - Method in class jpicedt.graphic.toolkit.PEMenu
set menuitem accelerator to a.getValue(ACCELERATOR_KEY)
add(PEToggleAction) - Method in class jpicedt.graphic.toolkit.PEMenu
set menuitem accelerator to a.getValue(ACCELERATOR_KEY)
add(Action) - Method in class jpicedt.graphic.toolkit.PEToolBar
Creates a JButton from the given Action properties
add(PEToggleAction) - Method in class jpicedt.graphic.toolkit.PEToolBar
Creates a JToggleButton from the given PEToggleAction's properties
add(Action) - Method in class jpicedt.ui.dialog.DockableGenericToolbar
Creates a JButton from the given PEAction's properties
add(Action) - Method in class jpicedt.ui.internal.PEPopupMenuFactory.PopupMenu
Overriden from JPopupMenu so as to take localization into account.
add(Complex) - Method in class jpicedt.util.math.Complex
 
add(Polynomial) - Method in class jpicedt.util.math.Polynomial
 
add(double) - Method in class jpicedt.util.math.Polynomial
ajoute s au polynome this.
ADD_ENDPT - Static variable in class jpicedt.graphic.toolkit.CursorFactory
 
addAction(Action) - Method in class jpicedt.ui.action.ActionRegistry
 
addActionListener(ActionListener) - Method in class jpicedt.widgets.IncrementableTextField
adds an ActionListener to the component
addAll(Collection<? extends Element>) - Method in class jpicedt.graphic.model.BranchElement
Appends all the elements in the given collection that are instance of Element as children of this BranchElement.
addAll(int, Collection<? extends Element>) - Method in class jpicedt.graphic.model.BranchElement
Inserts all the elements in the given collection that are instance of Element as children of this BranchElement, at the given position.
addAll(Collection<? extends CtrlPtSubset>) - Method in class jpicedt.graphic.model.CtrlPtSubsetGroup
 
addAll(int, Collection<? extends CtrlPtSubset>) - Method in class jpicedt.graphic.model.CtrlPtSubsetGroup
 
addAll(Collection<? extends Element>) - Method in class jpicedt.graphic.model.Drawing
convenience call to RootElement's method
addAll(int, Collection<? extends Element>) - Method in class jpicedt.graphic.model.Drawing
convenience call to RootElement's method
addAll(Collection<? extends Element>) - Method in class jpicedt.graphic.toolkit.DefaultSelectionHandler
Appends all the elements in the given collection that are instance of Element as children of this BranchElement.
addAll(int, Collection<? extends Element>) - Method in class jpicedt.graphic.toolkit.DefaultSelectionHandler
Commodité d'appel de addAll(c).
addConnection(PicNodeConnection) - Method in class jpicedt.graphic.model.NodeConnectionManager
 
addConvexZone(ConvexZone) - Method in class jpicedt.graphic.PECanvas
 
addCurrentToHistory() - Method in class jpicedt.widgets.HistoryTextField
Adds the currently entered item to the history.
addDirtyRegion(JComponent, int, int, int, int) - Method in class jpicedt.ui.util.DebugRepaintManager
Add a component in the list of components that should be refreshed.
addDockablePanel(String, JPanel) - Method in class jpicedt.ui.internal.InternalFrameMDIManager
Adds the given pane to the hashtable of dockable panels, then shows it.
addDockablePanel(String, JPanel) - Method in class jpicedt.ui.MDIManager
Adds the given pane to the hashtable of dockable panels, then shows it.
addDockablePanelPropertyChangeListener(PropertyChangeListener) - Method in class jpicedt.ui.MDIManager
 
addDrawingBoard(PEDrawingBoard) - Method in class jpicedt.ui.MDIManager
Adds a new DrawingBoard component to the list of drawing boards.
addDrawingListener(DrawingListener) - Method in class jpicedt.graphic.model.Drawing
adds a DrawingListener to the Drawing.
addExtension(String) - Method in class jpicedt.ui.dialog.PEFileFilter
Add a new extension to the file filter
addGrammar(RootExpression) - Method in class jpicedt.format.input.DefaultParser
Add a new sub-tree to this parser
addHalfPlane(PicPoint, PicVector) - Method in class jpicedt.graphic.util.ConvexPolygonalZone
ajoute un demi-plan passant par org, normal à normalDir, et du côté pointé par par normalDir.
addHelpMessageListener(HelpMessageListener) - Method in class jpicedt.graphic.toolkit.EditorKit
adds a HelpMessageListener to the listener list
addInternal(EventListener, EventListener) - Static method in class jpicedt.graphic.event.PEEventMulticaster
Returns the multicast listener resulting from the addition of listener-a and listener-b.
addItem(String) - Method in class jpicedt.widgets.HistoryModel
Adds an item to the end of this history list, trimming the list to the maximum number of items if necessary.
addKeyListener(KeyListener) - Method in interface jpicedt.widgets.MDIComponent
 
addMDIComponent(MDIComponent) - Method in class jpicedt.ui.internal.InternalFrameMDIManager
Depending on the inner pane of the given container, adds it to the DEFAULT_LAYER or to the PALETTE_LAYER.
addMDIComponent(MDIComponent) - Method in class jpicedt.ui.internal.JFrameMDIManager
Add the given component to the desktop
addMDIComponent(MDIComponent) - Method in class jpicedt.ui.MDIManager
Adds the given component to the desktop of this MDIManager.
addMonomial(int, PicVector) - Method in class jpicedt.graphic.util.VecPolynomial
ajoute c*X^d au polynôme this. this est modifié.
addMonomial(int, double) - Method in class jpicedt.util.math.Polynomial
ajoute c*X^d au polynôme this, ceci modifie this
addPEMouseInputListener(PEMouseInputListener) - Method in class jpicedt.graphic.PECanvas
Adds the specified mouse listener to receive mouse events from this component.
addPoint(PicPoint) - Method in class jpicedt.graphic.model.AbstractCurve
Adds the given point to the end of this curve.
addPoint(PicPoint) - Method in class jpicedt.graphic.model.PicMultiCurve
Adds a new subdivision point to the end of this curve.
addPoint(PicPoint) - Method in class jpicedt.graphic.model.PicPsCurve
adds the given point at the end of this pscurve.
addPoint(int, PicPoint) - Method in class jpicedt.graphic.model.PicPsCurve
Inserts the specified point at the specified index.
addPoint(PicPoint) - Method in class jpicedt.graphic.model.PicSmoothPolygon
Add the given point at the end of this PicSmoothPolygon.
addPoint(PicPoint, double) - Method in class jpicedt.graphic.model.PicSmoothPolygon
Add the given point with the given smoothness-coefficient at the end of this PicSmoothPolygon.
addPoint(int, PicPoint) - Method in class jpicedt.graphic.model.PicSmoothPolygon
Add the given polygon point at the given position, shifting ensuing point indices to the right.
addPoint(int, PicPoint, double) - Method in class jpicedt.graphic.model.PicSmoothPolygon
Add the given polygon point at the given position, shifting ensuing point indices to the right.
addPropertyChangeListener(PropertyChangeListener) - Method in class jpicedt.graphic.toolkit.EditorKit
adds a PropertyChangeListener to the listener list
addPropertyChangeListener(PropertyChangeListener) - Method in class jpicedt.ui.MDIManager.DockablePanel
ajoute un PropertyChangeListener à la liste des auditeurs.
addRecentFile(Properties, String) - Static method in class jpicedt.MiscUtilities
Add the given file name to the list of recent files in the given Properties object, trimming the length of the list to 10.
addRotateListener(RotateListener) - Method in class jpicedt.graphic.PECanvas
Adds a RotateListener to the Canvas.
addSelectionListener(SelectionListener) - Method in class jpicedt.graphic.PECanvas
Adds a SelectionListener to the Canvas.
addToggle(Action) - Method in class jpicedt.ui.dialog.DockableGenericToolbar
Creates a JToggleButton from the given PEAction's properties
addUndoableEditListener(UndoableEditListener) - Method in class jpicedt.graphic.PECanvas
Register an UndoableEditListener for the Drawing hosted by this canvas.
addUserDefinedColour(String, Color) - Method in class jpicedt.format.output.util.ParameterString
Met à jour la liste de couleurs utilisateur, en l'allouant si nécessaire.
addUserDefinedColourDefinitions(StringBuffer, ParameterString, TikzFormatter) - Static method in class jpicedt.format.output.tikz.TikzUtilities
Ajoute les commandes \\definecolor{colourName}{rgb}{r,g,b} au tampon buf passé en argument.
addZoomListener(ZoomListener) - Method in class jpicedt.graphic.PECanvas
Adds a ZoomListener to the Canvas.
ALT_GRAPH_MASK - Static variable in class jpicedt.widgets.KeyEventWorkaround
 
AlternateExpression - Class in jpicedt.format.input.util
A regular expression that mimics the "x|y" RegExp syntax.
AlternateExpression(AbstractRegularExpression) - Constructor for class jpicedt.format.input.util.AlternateExpression
Creates a new AlternateExpression with the given expr as first element
AlternateExpression(AbstractRegularExpression, AbstractRegularExpression) - Constructor for class jpicedt.format.input.util.AlternateExpression
Creates a new AlternateExpression with the given expr as first and second element
AlternateExpression(AbstractRegularExpression, AbstractRegularExpression, AbstractRegularExpression) - Constructor for class jpicedt.format.input.util.AlternateExpression
Creates a new AlternateExpression with the given expr as first, second and third element
AlternateExpression() - Constructor for class jpicedt.format.input.util.AlternateExpression
Creates a new AlternateExpression with no element
anchorPointsIterator() - Method in class jpicedt.graphic.model.AbstractElement
Create an Iterator over points that can serve as anchor points for grid alignment.
anchorPointsIterator() - Method in interface jpicedt.graphic.model.Element
Return an Iterator over user-controlled point indexes that can for instance serve as anchor points for grid alignment.
anchorPointsIterator() - Method in class jpicedt.graphic.model.PicGroup
 
angle(PicVector) - Method in class jpicedt.graphic.PicVector
Return the (CCW oriented) angle, in radians, of the other vector relative to this vector.
angleDegrees(PicVector) - Method in class jpicedt.graphic.PicVector
Return the (CCW oriented) angle between this vector and the given vector, in degrees.
ANY_CHAR - Static variable in class jpicedt.format.input.util.ExpressionConstants
constant for WildCharExpression
ANY_CHAR_EOL - Static variable in class jpicedt.format.input.util.ExpressionConstants
constant for WildCharExpression
ANY_SIGN - Static variable in class jpicedt.format.input.util.ExpressionConstants
sign for NumericalExpression
APP_ICON - Static variable in class jpicedt.jpicedt_env.EnvConstants
 
APP_ICONS - Static variable in class jpicedt.jpicedt_env.EnvConstants
 
append(ConvexZoneGroup) - Method in class jpicedt.graphic.toolkit.ConvexZoneGroup
 
append(ConvexZoneHitInfo) - Method in interface jpicedt.graphic.toolkit.ConvexZoneHitInfo
 
append(ConvexZoneHitInfo) - Method in class jpicedt.graphic.toolkit.ConvexZoneHitInfo.CZHitInfo
 
append(ConvexZoneHitInfo) - Method in class jpicedt.graphic.toolkit.ConvexZoneHitInfo.List
 
append(HitInfo) - Method in class jpicedt.graphic.view.HitInfo.AbstractHitInfo
 
append(HitInfo) - Method in interface jpicedt.graphic.view.HitInfo
 
append(HitInfo) - Method in class jpicedt.graphic.view.HitInfo.List
Append the given HitInfo to this List.
append(String) - Method in class jpicedt.ui.util.RunExternalCommand.DlgBoxDisplayProcessIOStream
append text ; thread safe
append(char[], int, int) - Method in class jpicedt.ui.util.RunExternalCommand.DlgBoxDisplayProcessIOStream
append text ; thread safe
appendArrows(StringBuffer) - Method in class jpicedt.format.output.latex.PicEllipseFormatter
Append arrows to the given buffer by invoking arrowToLatexString() on the producing factory.
appendDashLine(StringBuffer, PicPoint, PicPoint, double) - Method in class jpicedt.format.output.eepic.EepicFormatter
Append a \\dashline with the given points and dash value to the given buffer
appendEmulatedArcString(StringBuffer) - Method in class jpicedt.format.output.latex.PicEllipseFormatter
Create a string representation of a circle/ellipse in the LaTeX format, using emulated lines, and append it to the given buffer.
appendLatexCircleString(StringBuffer) - Method in class jpicedt.format.output.latex.PicEllipseFormatter
Create a string representation of a circle in the LaTeX format, using the \\circle command, and append it to the given buffer.
appendLatexDiskString(StringBuffer) - Method in class jpicedt.format.output.latex.PicEllipseFormatter
Create a string representation of a disk in the LaTeX format, using the \\circle* command, and append it to the given buffer.
appendLine(DXFStringBuffer, PicPoint, PicPoint) - Method in class jpicedt.format.output.dxf.DXFFormatter
Ajoute à un tampon DXF (marque déposée) buf une définition de segment de droite joingant pt1 à pt2
appendThicknessString(StringBuffer, Element) - Method in class jpicedt.format.output.eepic.EepicFormatter
Create a string representation of the thickness command for the given PicObjet in the eepic format, and append it to the given StringBuffer.
appendThicknessString(StringBuffer, Element) - Method in class jpicedt.format.output.latex.LatexFormatter
Create a string representation of the thickness command for the given PicObjet in the LaTeX format, and append it to the given StringBuffer.
appendXMLized(Appendable, CharSequence) - Static method in class jpicedt.graphic.io.formatter.XMLizer
Encode les caractères speciaux dans text, et ajoute de résultat dans buf.
apply(AffineTransform) - Method in class jpicedt.graphic.PicPoint
Apply the given AffineTransform to the coordinates of this point
ARC - Static variable in class jpicedt.format.input.pstricks.PsArcExpression
 
ARC_CHORD - Static variable in class jpicedt.graphic.toolkit.DrawToolFactory
 
ARC_CHORD_FROM_3PTS - Static variable in class jpicedt.graphic.toolkit.DrawToolFactory
 
ARC_CHORD_FROM_PARALLELO - Static variable in class jpicedt.graphic.toolkit.DrawToolFactory
 
ARC_OPEN - Static variable in class jpicedt.graphic.toolkit.DrawToolFactory
 
ARC_OPEN_FROM_3PTS - Static variable in class jpicedt.graphic.toolkit.DrawToolFactory
 
ARC_OPEN_FROM_PARALLELO - Static variable in class jpicedt.graphic.toolkit.DrawToolFactory
 
ARC_PIE - Static variable in class jpicedt.graphic.toolkit.DrawToolFactory
 
ARC_PIE_FROM_3PTS - Static variable in class jpicedt.graphic.toolkit.DrawToolFactory
 
ARC_PIE_FROM_PARALLELO - Static variable in class jpicedt.graphic.toolkit.DrawToolFactory
 
areaSet - Variable in class jpicedt.graphic.model.PicText
 
areDimensionsComputed - Variable in class jpicedt.graphic.view.TextViewHybrid
 
arg() - Method in class jpicedt.util.math.Complex
Returns the principal angle of a Complex number, in radians, measured counter-clockwise from the real axis.
ARROW_GLOBAL_SCALE_LENGTH - Static variable in class jpicedt.graphic.model.PicAttributeName
 
ARROW_GLOBAL_SCALE_WIDTH - Static variable in class jpicedt.graphic.model.PicAttributeName
 
ARROW_INSET_SCALE - Static variable in class jpicedt.graphic.model.PicAttributeName
 
ARROW_LENGTH_SCALE - Static variable in class jpicedt.graphic.model.PicAttributeName
 
ARROW_WIDTH_LINEWIDTH_SCALE - Static variable in class jpicedt.graphic.model.PicAttributeName
 
ARROW_WIDTH_MINIMUM_MM - Static variable in class jpicedt.graphic.model.PicAttributeName
 
arrowToLatexString(PicPoint, PicPoint) - Method in class jpicedt.format.output.latex.LatexFormatter
Create a string representation of an arrow in the LaTeX format using \\vector's.
ArrowView - Class in jpicedt.graphic.view
A class implementing a view for the arrow attribute.
ArrowView(PicAttributeSet) - Constructor for class jpicedt.graphic.view.ArrowView
Configure the parameters of this arrow (size, scale, inset, ...) from the given attribute set, aka view/model synchronization.
ArrowView.CircleCentered - Class in jpicedt.graphic.view
 
ArrowView.CircleCentered(PicAttributeSet) - Constructor for class jpicedt.graphic.view.ArrowView.CircleCentered
 
ArrowView.CircleFlushed - Class in jpicedt.graphic.view
 
ArrowView.CircleFlushed(PicAttributeSet) - Constructor for class jpicedt.graphic.view.ArrowView.CircleFlushed
 
ArrowView.Direction - Enum in jpicedt.graphic.view
 
ArrowView.DiskCentered - Class in jpicedt.graphic.view
 
ArrowView.DiskCentered(PicAttributeSet) - Constructor for class jpicedt.graphic.view.ArrowView.DiskCentered
 
ArrowView.DiskFlushed - Class in jpicedt.graphic.view
 
ArrowView.DiskFlushed(PicAttributeSet) - Constructor for class jpicedt.graphic.view.ArrowView.DiskFlushed
 
ArrowView.DoubleHead - Class in jpicedt.graphic.view
 
ArrowView.DoubleHead(PicAttributeSet) - Constructor for class jpicedt.graphic.view.ArrowView.DoubleHead
 
ArrowView.DoubleReverseHead - Class in jpicedt.graphic.view
 
ArrowView.DoubleReverseHead(PicAttributeSet) - Constructor for class jpicedt.graphic.view.ArrowView.DoubleReverseHead
 
ArrowView.Head - Class in jpicedt.graphic.view
 
ArrowView.Head(PicAttributeSet) - Constructor for class jpicedt.graphic.view.ArrowView.Head
 
ArrowView.Pencil - Enum in jpicedt.graphic.view
 
ArrowView.ReverseHead - Class in jpicedt.graphic.view
 
ArrowView.ReverseHead(PicAttributeSet) - Constructor for class jpicedt.graphic.view.ArrowView.ReverseHead
 
ArrowView.RoundedBracket - Class in jpicedt.graphic.view
 
ArrowView.RoundedBracket(PicAttributeSet) - Constructor for class jpicedt.graphic.view.ArrowView.RoundedBracket
 
ArrowView.SquareBracket - Class in jpicedt.graphic.view
 
ArrowView.SquareBracket(PicAttributeSet) - Constructor for class jpicedt.graphic.view.ArrowView.SquareBracket
 
ArrowView.TBarCentered - Class in jpicedt.graphic.view
 
ArrowView.TBarCentered(PicAttributeSet) - Constructor for class jpicedt.graphic.view.ArrowView.TBarCentered
 
ArrowView.TBarFlushed - Class in jpicedt.graphic.view
 
ArrowView.TBarFlushed(PicAttributeSet) - Constructor for class jpicedt.graphic.view.ArrowView.TBarFlushed
 
asArray() - Method in class jpicedt.graphic.AbstractSelectionHandler
Return the selected elements wrapped in an array (may be a convenience call to asCollection)
asArray() - Method in interface jpicedt.graphic.SelectionHandler
Return the selected elements wrapped in an array (may be a convenience call to asCollection)
asArray() - Method in class jpicedt.graphic.toolkit.DefaultSelectionHandler
Return the selected elements wrapped in an array (may be a convenience call to asCollection)
asin() - Method in class jpicedt.util.math.Complex
Returns the principal arc sine of a Complex number.
asinh() - Method in class jpicedt.util.math.Complex
Returns the principal inverse hyperbolic sine of a Complex number.
AT_LEAST - Static variable in class jpicedt.format.input.util.ExpressionConstants
RepeatExpression mode
AT_MOST - Static variable in class jpicedt.format.input.util.ExpressionConstants
RepeatExpression mode
atan() - Method in class jpicedt.util.math.Complex
Returns the principal arc tangent of a Complex number.
atanh() - Method in class jpicedt.util.math.Complex
Returns the principal inverse hyperbolic tangent of a Complex number.
attrFactory - Variable in class jpicedt.graphic.view.LeafElementView
 
attributeSet - Variable in class jpicedt.graphic.model.AbstractElement
the attribute set
AttributesViewFactory - Interface in jpicedt.graphic.view
A factory to create objects related to Element's attributes, eg, BasicStroke's or Paint's objets.
AUTHOR - Static variable in class jpicedt.util.math.Complex
 

B

b2tVec - Variable in class jpicedt.graphic.model.PicParallelogram
see documentation for l2rVec
B_SLIDER_MAX - Static variable in class jpicedt.graphic.model.PicPsCurve
 
B_SLIDER_MIN - Static variable in class jpicedt.graphic.model.PicPsCurve
 
BACKWARD - Static variable in class jpicedt.graphic.toolkit.EditorKit.EditDispositionAction
Action command for moving element backward
BAND_SHAPED - Static variable in class jpicedt.graphic.toolkit.ConvexZoneToolFactory
 
BARBELL_SIZE - Static variable in class jpicedt.graphic.view.ViewConstants
a constant that can be used as the size of selection-barbells (in pixels !!!)
barbellize(Rectangle2D, double) - Static method in class jpicedt.graphic.view.ConvexZoneHalfPlaneView
Étend le rectangle allocation de sorte à prendre en compte l'épaisseur
BaseCommentFormatter - Class in jpicedt.format.output.util
Formateur de base pour les commentaires servant à enfouir le code JPIC-XML dans un fichier en format de sauvegarde.
BaseCommentFormatter(FormatterFactory) - Constructor for class jpicedt.format.output.util.BaseCommentFormatter
 
BaseEmptyDrawingBoundingBox - Class in jpicedt.format.output.util
Boîte bornante par défaut pour un dessin vide.
BaseEmptyDrawingBoundingBox() - Constructor for class jpicedt.format.output.util.BaseEmptyDrawingBoundingBox
 
BasicEditPointConstraint - Class in jpicedt.graphic.toolkit
 
BasicEditPointConstraint(UserConfirmationCache, EditPointConstraint.EditConstraint) - Constructor for class jpicedt.graphic.toolkit.BasicEditPointConstraint
 
BasicEditPointConstraint(UserConfirmationCache) - Constructor for class jpicedt.graphic.toolkit.BasicEditPointConstraint
 
BasicEditPointConstraint(EditPointConstraint.EditConstraint) - Constructor for class jpicedt.graphic.toolkit.BasicEditPointConstraint
 
bb - Variable in class jpicedt.ui.dialog.RotateCenterChooser.RotateCenterChoice
 
BeanShell - Class in jpicedt.ui.util
Wrapper for the BSH interpreter console + some useful static methods for running scripts from inside JPicEdt.
BeanShell(MDIManager) - Constructor for class jpicedt.ui.util.BeanShell
Open a new BSH console, and start the BSH interpreter interactively in it.
BeginPictureExpression - Class in jpicedt.format.input.latex
LaTeX or eepic : \begin{picture}(w,h) \begin{picture}(w,h)(x,y)
BeginPictureExpression() - Constructor for class jpicedt.format.input.latex.BeginPictureExpression
 
BeginPsPictureExpression - Class in jpicedt.format.input.pstricks
\begin{pspicture}(x0,y0)(x1,y1) -> defines a box with BL=(x0,y0) and TR=(x1,y1)
\begin{pspicture}*(x0,y0)(x1,y1) -> clipped
\begin{pspicture}[baseline](x0,y0)(x1,y1) -> changes baseline (see pstricks's doc p.41)
\begin{pspicture}[](x0,y0)(x1,y1) -> baseline passes across the origine
And the same commands with \pspicture (that is, TeX-like).
BeginPsPictureExpression() - Constructor for class jpicedt.format.input.pstricks.BeginPsPictureExpression
 
beginUndoableUpdate(String) - Method in class jpicedt.graphic.PECanvas
Create a new UndoableEdit that holds the current state of the Drawing.
bezierPts - Variable in class jpicedt.graphic.model.AbstractCurve
list of specification points
board - Variable in class jpicedt.graphic.toolkit.EditorKit
the PECanvas this EditorKit is installed in. null if not installed
boardEventHandler - Variable in class jpicedt.ui.MDIManager
Delegate which notifies dockable panels when an event is triggered by a PEDrawingBoard
boardMap - Variable in class jpicedt.ui.MDIManager
A hash table used to bind a PEDrawingBoard (the key) and its MDIComponent container (the value) This map plays pretty much the same role as JDesktopPane, but it's able to manage any desktop component implementing the MDIComponent interface, e.g.
bottomMarginMmDEFAULT - Static variable in class jpicedt.graphic.PageFormat
 
boundingBox - Variable in class jpicedt.graphic.model.Drawing
bounding box used when formatting to text ; null means that it'll be computed automatically
bounds - Variable in class jpicedt.graphic.view.AbstractView
The bounds rectangle used for clipping (as returned by getBounds); this should be updated by changedUpdate.
bounds - Variable in class jpicedt.graphic.view.highlighter.DefaultHighlighter
Cache for highlighter bounds.
BRACKET_LENGTH_SCALE - Static variable in class jpicedt.graphic.model.PicAttributeName
 
BranchElement - Class in jpicedt.graphic.model
A class for Element's that allow children, eg, primarily: groups, ie, clutches of objects that maintain a kind of relationship although their geometry is specified in an independent way; custom paths (PSTricks' pscustom) made up by piecing objects' paths together.
BranchElement() - Constructor for class jpicedt.graphic.model.BranchElement
Construct a BranchElement with no parent and a default PicAttributeSet.
BranchElement(PicAttributeSet) - Constructor for class jpicedt.graphic.model.BranchElement
Construct a BranchElement with no parent and the given PicAttributeSet
BranchElement(BranchElement) - Constructor for class jpicedt.graphic.model.BranchElement
Cloning constructor (though with no parent and no view): attribute set is deeply copied.
BranchElement(Collection<? extends Element>) - Constructor for class jpicedt.graphic.model.BranchElement
Create a new BranchElement from the content of the given Collection of Element's.
BranchElement.CompoundMode - Enum in jpicedt.graphic.model
This BranchElement can be displayed, either as a group of objects (=children, "SEPARATE" mode), or as a single path constructed by piecing children's paths together ("JOINT" mode).
bringBackward(Element) - Method in class jpicedt.graphic.model.BranchElement
Move the given child one position backward, i.e. removes it from its current position and insert it one position backward.
bringForward(Element) - Method in class jpicedt.graphic.model.BranchElement
Move the given child one position forward, i.e. removes it from its current position and insert it one position forward.
bringToBack(Element) - Method in class jpicedt.graphic.model.BranchElement
Move the given child to back (i.e. following z-ordering policy), i.e. removes it from its current position and insert it at position 0
Does nothing if the given child can't be found in this Drawing or is already to back.
bringToFront(Element) - Method in class jpicedt.graphic.model.BranchElement
Move the given child to front, i.e. removes it from its current position and appends to the drawing.
BROWSEFILEDIR - Static variable in class jpicedt.ui.dialog.PEFileChooser
file chooser type for browsing the save/open file directory
buildCommandLine(String) - Method in class jpicedt.ui.util.CommandLineBuilder
Construit la ligne de commande réelle en replaçant les occurences des macros ({f}, {p},…) dans l'argument command par leur valeur en cours.

C

C_SLIDER_MAX - Static variable in class jpicedt.graphic.model.PicPsCurve
 
C_SLIDER_MIN - Static variable in class jpicedt.graphic.model.PicPsCurve
 
cAdd(PicPoint) - Method in class jpicedt.graphic.PicVector
Make the addition the given vector to this vector, without modifying this, and return the result.
cAdd(PicVector, double) - Method in class jpicedt.graphic.PicVector
Make the addition the given other vector scaled by a to this vector, without modifying this nor other, and return the result.
cAdd(Complex) - Method in class jpicedt.util.math.Complex
To perform z1 + z2, you write z1.cAdd(z2).
cAdd(double) - Method in class jpicedt.util.math.Complex
CAdd z to this without modifying this, and returns the result.
cAdd(Polynomial) - Method in class jpicedt.util.math.Polynomial
Ajoute x à this, et renvoie la somme. this n'est pas changé.
cancelled - Variable in class jpicedt.ui.dialog.RotateCenterChooser.RotateCenterChoice
 
canRedo() - Method in class jpicedt.graphic.PECanvas
 
canUndo() - Method in class jpicedt.graphic.PECanvas
 
canvas - Variable in class jpicedt.graphic.toolkit.ConvexZone
 
canvas - Variable in class jpicedt.test.TestCanvas
 
cart(double, double) - Static method in class jpicedt.util.math.Complex
Returns a Complex from real and imaginary parts.
cascadeDrawingBoards() - Method in class jpicedt.ui.internal.InternalFrameMDIManager
Cascade all open internal frames
cascadeDrawingBoards() - Method in class jpicedt.ui.internal.JFrameMDIManager
Cascade all open internal frames
cascadeDrawingBoards() - Method in class jpicedt.ui.MDIManager
Rearranges all open drawing-boards by cascading them
cCompose(Polynomial) - Method in class jpicedt.util.math.Polynomial
Compose le polynôme this avec le polymôme other, sans changer this, et renvoie le resultat.
cConj() - Method in class jpicedt.util.math.Complex
Returns the Complex "conjugate" of this.
cCos() - Method in class jpicedt.util.math.Complex
Returns the cosine of a Complex number.
cCot() - Method in class jpicedt.util.math.Complex
Returns the cotangent of a Complex number.
cDerive() - Method in class jpicedt.util.math.Polynomial
calcule la dérivée du this sans modifier le this
cDiv(Complex) - Method in class jpicedt.util.math.Complex
To perform z1 / z2, you write z1.cDiv(z2) .
CENTER_FIXED - Static variable in class jpicedt.graphic.toolkit.BasicEditPointConstraint
 
centerViewport() - Method in class jpicedt.graphic.PEScrollPane
Bring the origin (i.e. (0,0)) at the center of the viewport
changedUpdate(DrawingEvent.EventType) - Method in class jpicedt.format.output.eepic.EllipseView
Give notification from the model that a change occured for an element this view is responsible for rendering.
changedUpdate(DrawingEvent.EventType) - Method in class jpicedt.format.output.latex.EllipseView
Give notification from the model that a change occured for an element this view is responsible for rendering.
changedUpdate(ConvexZoneEvent) - Method in interface jpicedt.graphic.event.ConvexZoneListener
 
changedUpdate(DrawingEvent) - Method in interface jpicedt.graphic.event.DrawingListener
Called when an element changed in the drawing.
changedUpdate(ConvexZoneEvent) - Method in class jpicedt.graphic.toolkit.DefaultConvexZoneSelectionHandler
 
changedUpdate(DrawingEvent) - Method in class jpicedt.graphic.toolkit.DefaultSelectionHandler
Implementation of DrawingListener interface aimed at keeping this selection-handler always synchronized with the Drawing, especially when the Drawing content gets modified directly throught the Drawing API (as opposed to using selection-related methods in PECanvas).
changedUpdate(DrawingEvent.EventType) - Method in class jpicedt.graphic.view.CompositeView
Give notification from the model that a change occured for an element this view is responsible for rendering.
changedUpdate(DrawingEvent.EventType, double) - Method in class jpicedt.graphic.view.highlighter.DefaultHighlighter
Give notification from the model that a change occured for an element's highlighting this highlighter is responsible for rendering.
changedUpdate(DrawingEvent.EventType, double) - Method in interface jpicedt.graphic.view.highlighter.Highlighter
Give notification from the model that a change occured for an element's highlighting this highlighter is responsible for rendering.
changedUpdate(DrawingEvent.EventType) - Method in class jpicedt.graphic.view.LeafElementView
Give notification from the model that a change occured for an element this view is responsible for rendering.
changedUpdate(DrawingEvent.EventType) - Method in class jpicedt.graphic.view.TextView
Give notification from the model that a change occured to the text this view is responsible for rendering.
changedUpdate(DrawingEvent.EventType) - Method in class jpicedt.graphic.view.TextViewHybrid
Give notification from the model that a change occured to the text this view is responsible for rendering.
changedUpdate(DrawingEvent.EventType) - Method in interface jpicedt.graphic.view.View
Give notification from the model that a change occured for an element this view is responsible for rendering.
changeLock - Variable in class jpicedt.graphic.model.BranchElement
A semaphor that signals a change of state is underway in this BranchElement and it shouldn't process events coming from its children before the change is completed (hence this is used inside forwardChangedUpdate()); set it to true each time you start modifying children in batch mode and you don't want events to be forwarded to the root of the hierarchy before everything is completed (e.g. to get rid of side-effects, or to reduce the burden for the repaint manager).
changeLock - Variable in class jpicedt.graphic.model.PicNodeConnection
a semaphor that signals a change of state is underway in this PicNodeConnection and it shouldn't process events coming from its node before the change is completed (hence this is used inside forwardChangedUpdate()); set it to true each time you start modifying nodes AND edge simulatneously and you don't want events to be forwarded to the root of the hierarchy before everything is completed (e.g. to get rid of side-effects, or to reduce the burden for the repaint manager).
characters(char[], int, int) - Method in class jpicedt.graphic.io.parser.JPICXmlHandler
 
checkModifiersEx(int, int) - Method in class jpicedt.graphic.event.PEMouseEvent
Convenience method to test the state of all modal keys and mouse buttons just after the mouse event occured.
children - Variable in class jpicedt.graphic.model.BranchElement
the array that contains children
children - Variable in class jpicedt.graphic.model.CtrlPtSubsetGroup
the array that contains children
CHORD - Static variable in class jpicedt.graphic.model.PicEllipse
prefined closure type for arcs
cIMul() - Method in class jpicedt.graphic.PicVector
Rotate this by PI/2 radian, without modifying this, and return the result of this rotation.
cIMul() - Method in class jpicedt.util.math.Complex
multiply this by i, without modifying this.
cInverse() - Method in class jpicedt.graphic.PicVector
 
CIRCLE_BOX - Static variable in class jpicedt.format.input.pstricks.PsBox
expects a \\pscirclebox macro
CIRCLE_FROM_3PTS - Static variable in class jpicedt.graphic.toolkit.DrawToolFactory
 
CircleHighlighter - Class in jpicedt.graphic.view.highlighter
a Highlighter for rendering circles.
CircleHighlighter(PicCircleFrom3Points, DefaultHighlighterFactory) - Constructor for class jpicedt.graphic.view.highlighter.CircleHighlighter
construct a new Highlighter for the given ellipse
circlePt1 - Variable in class jpicedt.graphic.model.PicCircleFrom3Points
The first point (out of three) this circle goes through, aka circle's specification point.
circlePt2 - Variable in class jpicedt.graphic.model.PicCircleFrom3Points
second spec-point, same as circlePt1
circlePt3 - Variable in class jpicedt.graphic.model.PicCircleFrom3Points
second spec-point, same as circlePt1
cleanTmpDir() - Static method in class jpicedt.ui.util.RunExternalCommand
Delete files created by JPicEdt or programms called by JPicEdt (LaTeX, dvips,…).
clear() - Method in class jpicedt.graphic.model.BranchElement
Remove all children from this BranchElement, set each child's parent to null.
clear() - Method in class jpicedt.graphic.model.CtrlPtSubsetGroup
 
clear() - Method in class jpicedt.graphic.model.Drawing
convenience call to RootElement's method
clear() - Method in class jpicedt.graphic.toolkit.DefaultSelectionHandler
overriden so as to leave children parent and view unchanged.
clear() - Method in class jpicedt.graphic.toolkit.EditPointMouseTransformFactory.SelectedPointsHandler
clears the state of this handler by removing the reference to the current Element and its selected points
CLICK_DISTANCE - Static variable in class jpicedt.graphic.view.ViewConstants
a constant that can be used as the max. distance b/w a point and a mouse click that triggers a selection (in mm !!!)
clickedObject - Variable in class jpicedt.graphic.view.HitInfo.AbstractHitInfo
 
cLog() - Method in class jpicedt.util.math.Complex
Returns the principal natural logarithm of a Complex number.
clone() - Method in class jpicedt.graphic.model.AbstractElement
Returns a clone of this Element
clone() - Method in class jpicedt.graphic.model.BranchElement
 
clone() - Method in class jpicedt.graphic.model.Drawing.BoundingBox
 
clone() - Method in class jpicedt.graphic.model.Drawing
 
clone() - Method in class jpicedt.graphic.model.Drawing.RootElement
 
clone() - Method in interface jpicedt.graphic.model.Element
Return a deep copy of this element.
clone() - Method in class jpicedt.graphic.model.PicCircleFrom3Points
Overrides Object.clone() method
clone() - Method in class jpicedt.graphic.model.PicEllipse
Overload Object.clone() method
clone() - Method in class jpicedt.graphic.model.PicGroup
Return a deep copy of this PicGroup
clone() - Method in class jpicedt.graphic.model.PicMultiCurve
Override Object.clone() method.
clone() - Method in class jpicedt.graphic.model.PicNodeConnection
 
clone() - Method in class jpicedt.graphic.model.PicParallelogram
Overrides Object.clone() method
clone() - Method in class jpicedt.graphic.model.PicPsCurve
Overide Object.clone() method
clone() - Method in class jpicedt.graphic.model.PicSmoothPolygon
Overide Object.clone() method
clone() - Method in class jpicedt.graphic.model.PicText
Override Object.clone() method
clone() - Method in class jpicedt.graphic.PicPoint
Creates and returns a deep copy of this PicPoint.
clone() - Method in class jpicedt.graphic.toolkit.ConvexZone
 
clone() - Method in class jpicedt.graphic.util.ConvexPolygonalZone
 
clone() - Method in class jpicedt.graphic.util.ConvexPolygonalZone.HalfPlane
 
clone() - Method in class jpicedt.graphic.util.VecPolynomial
Clone this
clone() - Method in class jpicedt.util.math.Complex
Overrides the Cloneable interface.
clone() - Method in class jpicedt.util.math.Interval
 
cloneIntersect(Interval) - Method in class jpicedt.util.math.Interval
 
closeBoard(PEDrawingBoard) - Static method in class jpicedt.JPicEdt
Close the given board, or the currently active board if "board" is null.
closeBoard(PEDrawingBoard) - Method in class jpicedt.ui.internal.InternalFrameMDIManager
 
closeBoard(PEDrawingBoard) - Method in class jpicedt.ui.internal.JFrameMDIManager
 
closeBoard(PEDrawingBoard) - Method in class jpicedt.ui.MDIManager
Ask the given board to close itself
CLOSED_MULTI_CURVE - Static variable in class jpicedt.graphic.toolkit.DrawToolFactory
 
CLOSED_PS_CURVE - Static variable in class jpicedt.graphic.toolkit.DrawToolFactory
 
CLOSED_SMOOTH_POLY - Static variable in class jpicedt.graphic.toolkit.DrawToolFactory
 
closePath() - Method in class jpicedt.graphic.model.BranchElement
Closes the path generated by the children of this BranchElement.
closure - Variable in class jpicedt.graphic.model.PicEllipse
closure type
cMIMul() - Method in class jpicedt.graphic.PicVector
Rotate this by -PI/2 radian, without modifying this, and return the result of this rotation.
cMIMul() - Method in class jpicedt.util.math.Complex
multiply this by -i, without modifying this.
cMul(double) - Method in class jpicedt.graphic.PicVector
Multiplie le vecteur this par s, sans modifier this.
cMul(Complex) - Method in class jpicedt.util.math.Complex
To perform z1 * z2, you write z1.cMul(z2) .
cMul(double) - Method in class jpicedt.util.math.Complex
 
cMul(Polynomial) - Method in class jpicedt.util.math.Polynomial
Multiplie x et this, et renvoie le produit. this n'est pas changé.
cNeg() - Method in class jpicedt.util.math.Complex
Returns the "negative" of a Complex number.
cNeg() - Method in class jpicedt.util.math.Polynomial
calcule -this, sans modifier this, et renvoie le résultat.
CodedContentExtraction - Interface in jpicedt.graphic.io.parser
Interface pour extraire un dessin codé depuis un fichier.
CodedContentExtraction.ExtractedCodedContent - Class in jpicedt.graphic.io.parser
Classe contenant le texte codé à analyser.
CodedContentExtraction.ExtractedCodedContent() - Constructor for class jpicedt.graphic.io.parser.CodedContentExtraction.ExtractedCodedContent
 
COEF_SLIDER_MAX - Static variable in class jpicedt.graphic.model.PicSmoothPolygon
Max value of smoothness coefficient accessible to Jslider in the geometry editor
COEF_SLIDER_MIN - Static variable in class jpicedt.graphic.model.PicSmoothPolygon
Min value of smoothness coefficient accessible to JSlider in the geometry editor
coeff(int) - Method in class jpicedt.graphic.util.VecPolynomial
Renvoie le coefficient du monôme de degré i
coeff(int) - Method in class jpicedt.util.math.Polynomial
renvoie le coefficient du monôme X^i de degré i
ColorCode<E> - Class in jpicedt.format.output.util
 
colorDEFAULT - Static variable in class jpicedt.graphic.grid.Grid
default colour used to paint grid lines
ColorFormatter - Class in jpicedt.format.output.util
La classe ColorFormatter contient des méthodes statiques pour l'encodage des Color en TeX selon les codes prédéfinies dans pstricks ou xcolor de base, ou xcolor avec les nomS SVG, ou encore avec les noms X11.
ColorFormatter.ColorEncoding - Enum in jpicedt.format.output.util
 
colorToHex(Color) - Method in class jpicedt.graphic.io.formatter.XmlAttributeSet
Convert the given Color to a XML-like RGB string, each colour being expressed in the hexadecimal radix
colour - Variable in class jpicedt.format.output.util.ParameterString.UserDefinedColour
 
CommandLineBuilder - Class in jpicedt.ui.util
La classe CommandLineBuilder sert à former une ligne de commande à partir d'une ligne contenant des macros de la forme {f} ou {p}.
CommandLineBuilder() - Constructor for class jpicedt.ui.util.CommandLineBuilder
 
CommentExpression - Class in jpicedt.format.input.util
Parse comment strings.
CommentExpression(String) - Constructor for class jpicedt.format.input.util.CommentExpression
 
commentFormat(String, String) - Method in class jpicedt.format.output.util.BaseCommentFormatter
Formate un commentaire contenant du JPIC-XML.
commentFormatter - Variable in class jpicedt.graphic.io.formatter.AbstractFormatterFactory
 
CommentFormatting - Interface in jpicedt.graphic.io.formatter
Une interface pour écrire des commentaires pour un certain type de contenu, de sorte à enfouir le code JPIC-XML en en-tête de ce type de contenu.
commonTagVal(DXFStringBuffer) - Method in class jpicedt.format.output.dxf.DXFFormatter
Ajoute à un tampon DXF (marque déposée) buf les éléments d'information DXF (marque déposée) communs à toute entité DXF (marque déposée), et indépendants de l'instance d'entité.
compare(Object, Object) - Method in class jpicedt.graphic.PicPoint.XComparator
 
compare(Object, Object) - Method in class jpicedt.graphic.PicPoint.YComparator
 
compare(HitInfo, HitInfo) - Method in class jpicedt.graphic.view.HitInfo.InverseZOrderingComparator
 
COMPARE_BY_NAME - Static variable in class jpicedt.format.output.util.NamedColor
 
completeConstruction(ActionRegistry) - Method in class jpicedt.ui.dialog.DockableConvexZoneToolBar
 
completeConstruction(ActionRegistry) - Method in class jpicedt.ui.dialog.DockableEditorKitToolBar
 
completeConstruction(ActionRegistry) - Method in class jpicedt.ui.dialog.DockableGenericToolbar
 
Complex - Class in jpicedt.util.math
Complex() - Constructor for class jpicedt.util.math.Complex
Constructs a Complex representing the number zero.
Complex(double) - Constructor for class jpicedt.util.math.Complex
Constructs a Complex representing a real number.
Complex(Complex) - Constructor for class jpicedt.util.math.Complex
Constructs a separate new Complex from an existing Complex.
Complex(double, double) - Constructor for class jpicedt.util.math.Complex
Constructs a Complex from real and imaginary parts.
componentCount() - Method in class jpicedt.util.math.IntervalUnion
 
CompositeHighlighter - Class in jpicedt.graphic.view.highlighter
A Highlighter for a BranchElement.
CompositeHighlighter(BranchElement, DefaultHighlighterFactory) - Constructor for class jpicedt.graphic.view.highlighter.CompositeHighlighter
construct a new Highlighter for the given BranchElement.
CompositeHighlighter.HighlightingMode - Enum in jpicedt.graphic.view.highlighter
Local highlighting mode corresponding to each Element in the parent BranchElement being highlighted Global highlighting mode corresponding to the 8 outer control-points being highlighted
CompositeView - Class in jpicedt.graphic.view
A CompositeView is a graphic representation of a BranchElement.
CompositeView(BranchElement, AttributesViewFactory) - Constructor for class jpicedt.graphic.view.CompositeView
Construct a new View for the given BranchElement.
compoundMode - Variable in class jpicedt.graphic.model.BranchElement
current CompoundMode
computeTangentToPath(Shape, PicPoint, double) - Static method in class jpicedt.graphic.PEToolKit
Returns the tangent to the given path, computed at the path-point which is closest to the given point "pt" than the given maximum distance Return null otherwise (ie if pt is too far from the given shape).
con - Variable in class jpicedt.test.TestBoard
 
con - Variable in class jpicedt.test.TestCanvas
 
configure(Properties) - Method in class jpicedt.format.output.dxf.DXFContentType
Configure l' EditorKit et le FormatterFactory renvoyé par les méthodes de la fabrique factory, pour les propriété p passées en argument.
configure(Properties) - Static method in class jpicedt.format.output.dxf.DXFFormatter
 
configure(Properties) - Method in class jpicedt.format.output.eepic.EepicContentType
Configure the EditorKit and the FormatterFactory returned by the factory methods, from the given Properties
configure(Properties) - Static method in class jpicedt.format.output.eepic.EepicFormatter
Configure static fields using the given Properties object
configure(Properties) - Method in class jpicedt.format.output.latex.LatexContentType
Configure the EditorKit and the FormatterFactory returned by the factory methods, from the given Properties
configure(Properties) - Static method in class jpicedt.format.output.latex.LatexFormatter
Configure static fields using the given Properties object
configure(Properties) - Static method in class jpicedt.format.output.latex.LatexViewFactory
Configure static fields using the given Properties object.
configure(Properties) - Method in class jpicedt.format.output.pstricks.PstricksContentType
Configure the EditorKit and the FormatterFactory returned by the factory methods, from the given Properties
configure(Properties) - Static method in class jpicedt.format.output.pstricks.PstricksFormatter
Configure static fields using the given Properties object
configure(Properties) - Method in class jpicedt.format.output.tikz.TikzContentType
Configure l' EditorKit et le FormatterFactory renvoyé par les méthodes de la fabrique factory, pour les propriété p passées en argument.
configure(Properties) - Static method in class jpicedt.format.output.tikz.TikzFormatter
Configure static fields using the given Properties object
configure(Properties) - Static method in class jpicedt.format.output.tikz.TikzViewFactory
La méthode configure est appelée lorsque les préférences utilisateurs sont mises à jour.
configure(Properties) - Method in interface jpicedt.graphic.ContentType
Configure the EditorKit and the FormatterFactory returned by the factory methods, from the given Properties
configure(Properties) - Method in class jpicedt.graphic.DefaultContentType
Configure the EditorKit and the FormatterFactory (as returned by factory methods), from the given Properties.
configure(Properties) - Static method in class jpicedt.graphic.io.formatter.JPICFormatter
Configure static fields using the given Properties object This implementation does nothing so far.
configure(Properties) - Static method in class jpicedt.graphic.view.DefaultViewFactory
Configure static fields using the given Properties object.
configure(Properties) - Static method in class jpicedt.ui.dialog.PEFileChooser
Configure the default directory for the static JFileChooser's from the given Properties object, using the following key/value pairs :
key = KEY_FILE_DIRECTORY, value = path-to-a-directory-for-opening-new-files Then reinits the static JFileChooser so that they'll reflect the new preferences next time they're called.
CONFIRMATION_NO - Static variable in class jpicedt.ui.dialog.UserConfirmationCache
 
CONFIRMATION_YES - Static variable in class jpicedt.ui.dialog.UserConfirmationCache
 
confirmMsg(String) - Method in class jpicedt.ui.util.PEProgressBar
open a dialog box with the given information message
conj() - Method in class jpicedt.util.math.Complex
conjugate this, and return it for convenience
containedPsCustomGroup - Variable in exception jpicedt.format.output.pstricks.NestedPsCustomException
 
contains(Object) - Method in class jpicedt.graphic.model.BranchElement
Returns true if the given Element (or one of its ancestor) is contained in this BranchElement.
contains(Object) - Method in class jpicedt.graphic.model.CtrlPtSubsetGroup
 
contains(Object) - Method in class jpicedt.graphic.model.Drawing
convenience call to RootElement's method
contains(PicPoint) - Method in class jpicedt.graphic.util.ConvexPolygonalZone
 
contains(PicPoint) - Method in class jpicedt.graphic.util.ConvexPolygonalZone.HalfPlane
 
contains(double) - Method in class jpicedt.util.math.Interval
 
containsAll(Collection<?>) - Method in class jpicedt.graphic.model.BranchElement
Returns true if this BranchElement contains all of the elements in the specified collection, possibly through indirect lineage.
containsAll(Collection<?>) - Method in class jpicedt.graphic.model.CtrlPtSubsetGroup
 
containsAll(Collection<?>) - Method in class jpicedt.graphic.model.Drawing
convenience call to RootElement's method
containsClass(Class<? extends Element>) - Method in class jpicedt.graphic.model.BranchElement
Returns whether this BranchElement contains children, grandchildren, etc. that are of the same type of inherit from the given clazz.
containsClass(Class<? extends Element>) - Method in interface jpicedt.graphic.SelectionHandler
Returns whether this selection-handler contains objects that are of the same type of inherit from the given clazz.
containsPoint(PicPoint) - Method in class jpicedt.graphic.toolkit.ConvexZone
 
containsPoint(PicPoint) - Method in class jpicedt.graphic.toolkit.ConvexZoneGroup
 
CONTENT_TYPE_CHANGE - Static variable in class jpicedt.graphic.PECanvas
property name for content-type's change events
ContentType - Interface in jpicedt.graphic
Specifies a content-type (aka mime-type) for a Drawing document created by an editor-kit.
contentType - Variable in class jpicedt.graphic.PECanvas
The current content-type for this PECanvas (determines the EditorKit behaviour).
context - Variable in class jpicedt.format.input.DefaultParser
holds information about the current parser state
Context - Class in jpicedt.format.input.util
A class that stores context information about the parsing process, like: current line number, current parsed substring, block markers, stack for markers… By convention, end markers (EOF, EndOfBlocks, …) always refer to a position one character ahead of the last character (e.g. of the block), so that String.substring() works properly w/o adding 1 to the end-index.
Context(Reader) - Constructor for class jpicedt.format.input.util.Context
Build a new Context fed by the given reader.
CONTROL_A - Static variable in class jpicedt.graphic.model.PicNodeConnection
index of control point A
CONTROL_B - Static variable in class jpicedt.graphic.model.PicNodeConnection
index of control point B
convert(AbstractCurve, double, double, int, int) - Static method in class jpicedt.graphic.util.MultiCurveToArc
Méthode permettant de convertir une chaîne de courbes cubiques de Bézier en une chaîne d'arc de cercle et de segment de droite (chaînés entre eux par un conteneur PicGroup).
convertCubicBezierToQuad(Point2D, Point2D, Point2D, Point2D) - Static method in class jpicedt.graphic.PEToolKit
Given four specification points of a cubic bezier spline, returns an array of five PicPoint's containing the specification points of two quad bezier splines having the same geometry as the given curve.
convertCubicBezierToQuad(CubicCurve2D) - Static method in class jpicedt.graphic.PEToolKit
Converts the given cubic curve to a quad curve
convertQuadBezierToCubic(Point2D, Point2D, Point2D) - Static method in class jpicedt.graphic.PEToolKit
Given the three specification points of a quad bezier spline, returns an array of PicPoint's containing the four specification points of a cubic spline having the same geometry.
convertQuadBezierToCubic(QuadCurve2D) - Static method in class jpicedt.graphic.PEToolKit
Converts the given quad curve to a cubic curve
convertToEllipse() - Method in class jpicedt.graphic.model.PicCircleFrom3Points
Convert this circle to a new PicEllipse object.
convertToMultiCurve() - Method in class jpicedt.graphic.model.PicEllipse
Return a Bezier curve created from this ellipse.
convertToMultiCurve() - Method in class jpicedt.graphic.model.PicMultiCurve
converts this ELement to a PicMultiCurve, i.e., itself (no copy).
convertToMultiCurve() - Method in interface jpicedt.graphic.model.PicMultiCurveConvertable
converts this ELement to a PicMultiCurve
convertToMultiCurve() - Method in class jpicedt.graphic.model.PicParallelogram
Return a polygon created from the sides of this parallelogram.
convertToMultiCurve() - Method in class jpicedt.graphic.model.PicPsCurve
Convert this PicPsCurve to a PicMultiCurve, by simply relying on the appropriate constructor in class PicMultiCurve.
convertToMultiCurve() - Method in class jpicedt.graphic.model.PicSmoothPolygon
Convert this PicSmoothPolygon to a PicMultiCurve, by simply relying on the appropriate constructor in class PicMultiCurve.
CONVEX_ZONE_SET_CHANGE - Static variable in class jpicedt.graphic.PECanvas
nom de la propriété pour les évènement de changement d'ensemble de zones convexes.
ConvexeZoneTool - Class in jpicedt.graphic.toolkit
 
ConvexeZoneTool() - Constructor for class jpicedt.graphic.toolkit.ConvexeZoneTool
 
convexPolygonalZone - Variable in class jpicedt.graphic.toolkit.ConvexZone
La définition de la zone polyogonale convexe sous-jacente.
ConvexPolygonalZone - Class in jpicedt.graphic.util
Zone polygonale convexe mémorisée comme un vecteur de demi-plans et définie comme l'intersection de ces demi-plans, chaque demi plan numéro i est défini par un point PicPoint zone.get(i).getOrg() par lequelle passe sa droite frontière, et par un vecteur PicVecteur zone.get(i).getDir() normal à sa droite frontière, et pointant du côté du demi-plan considéré
ConvexPolygonalZone() - Constructor for class jpicedt.graphic.util.ConvexPolygonalZone
 
ConvexPolygonalZone(int) - Constructor for class jpicedt.graphic.util.ConvexPolygonalZone
 
ConvexPolygonalZone.HalfPlane - Class in jpicedt.graphic.util
Classe représentant un demi plan par un PicPoint org compris dans la droite frontière du demi-plan, et par la direction normale dir à cette droite, le demi plan considéré étant celui pointé par dir.
ConvexPolygonalZoneBoundary - Class in jpicedt.graphic.util
Une classe pour représenter la frontière d'une zone polygonale convexe.
ConvexPolygonalZoneBoundary(int) - Constructor for class jpicedt.graphic.util.ConvexPolygonalZoneBoundary
 
ConvexPolygonalZoneBoundaryFactory - Class in jpicedt.graphic.util
Une classe pour fabriquer des ConvexPolygonalZoneBoundary.
ConvexPolygonalZoneBoundaryFactory(ConvexPolygonalZone) - Constructor for class jpicedt.graphic.util.ConvexPolygonalZoneBoundaryFactory
 
ConvexZone - Class in jpicedt.graphic.toolkit
Objet graphique permettant de visualiser une zone polygonale convexe sur la toile de dessin PECanvas, ainsi que dérouter les évenements d'entrée de l'utilisateur.
ConvexZone(ConvexPolygonalZone, PECanvas) - Constructor for class jpicedt.graphic.toolkit.ConvexZone
 
ConvexZoneActionFactory - Interface in jpicedt.graphic.toolkit
Permet à un ConvexZoneGroup, en interaction avec une PopupMenuFactory, de produire des Action's qui ont du sens avec ce ConvexZoneGroup.
ConvexZoneEvent - Interface in jpicedt.graphic.event
 
ConvexZoneEvent.EventType - Enum in jpicedt.graphic.event
 
ConvexZoneGroup - Class in jpicedt.graphic.toolkit
Describe class ConvexZoneGroup here.
ConvexZoneGroup() - Constructor for class jpicedt.graphic.toolkit.ConvexZoneGroup
 
ConvexZoneGroup(ConvexZone) - Constructor for class jpicedt.graphic.toolkit.ConvexZoneGroup
 
ConvexZoneGroup(Collection<ConvexZone>) - Constructor for class jpicedt.graphic.toolkit.ConvexZoneGroup
 
ConvexZoneHalfPlaneView - Class in jpicedt.graphic.view
La classe ConvexZoneHalfPlaneView permet de visualiser l'ensemble des couples (origine, direction normale) correspondant aux demi-plans délimitant une zone convexe.
ConvexZoneHalfPlaneView(ConvexZone) - Constructor for class jpicedt.graphic.view.ConvexZoneHalfPlaneView
 
ConvexZoneHitInfo - Interface in jpicedt.graphic.toolkit
Un ConvexZoneHitInfo comprend l'information relative à un clic de souris ayant porté sur un ConvexZone particulier.
ConvexZoneHitInfo.CZHitInfo - Class in jpicedt.graphic.toolkit
 
ConvexZoneHitInfo.CZHitInfo(ConvexZone, PEMouseEvent) - Constructor for class jpicedt.graphic.toolkit.ConvexZoneHitInfo.CZHitInfo
 
ConvexZoneHitInfo.List - Class in jpicedt.graphic.toolkit
 
ConvexZoneHitInfo.List() - Constructor for class jpicedt.graphic.toolkit.ConvexZoneHitInfo.List
 
ConvexZoneHitInfo.List(ConvexZoneHitInfo.CZHitInfo) - Constructor for class jpicedt.graphic.toolkit.ConvexZoneHitInfo.List
 
ConvexZoneHitInfo.Stroke - Class in jpicedt.graphic.toolkit
Represent a Hit that occured on an ConvexZone.
ConvexZoneHitInfo.Stroke(ConvexZone, int, PEMouseEvent) - Constructor for class jpicedt.graphic.toolkit.ConvexZoneHitInfo.Stroke
construct a new HitInfo.Stroke that occured on the stroke of the given Element
ConvexZoneListener - Interface in jpicedt.graphic.event
 
convexZones - Variable in class jpicedt.graphic.event.ConvexZoneSelectionEvent
the elements that were (un)selected
ConvexZoneSelectionEvent - Class in jpicedt.graphic.event
Un événement produit lorsque une ConvexZone est sélectionnée, ou désélectionnée.
ConvexZoneSelectionEvent(PECanvas, ConvexZone[], ConvexZoneSelectionEvent.EventType) - Constructor for class jpicedt.graphic.event.ConvexZoneSelectionEvent
A new SelectionEvent sourced from the given PECanvas Use this constructor when several elements were (un)selected.
ConvexZoneSelectionEvent(PECanvas, ConvexZone, ConvexZoneSelectionEvent.EventType) - Constructor for class jpicedt.graphic.event.ConvexZoneSelectionEvent
A new SelectionEvent sourced from the given PECanvas.
ConvexZoneSelectionEvent.EventType - Class in jpicedt.graphic.event
enumeration for SelectionEvent types
ConvexZoneSelectionHandler - Interface in jpicedt.graphic
Interface pour manipuler une sélection de ConvexZone.
ConvexZoneSelectionListener - Interface in jpicedt.graphic.event
 
ConvexZoneSelectionTool - Class in jpicedt.graphic.toolkit
 
ConvexZoneSelectionTool(EditorKit, MouseTransformFactory) - Constructor for class jpicedt.graphic.toolkit.ConvexZoneSelectionTool
 
convexZoneSet - Variable in class jpicedt.graphic.PECanvas
Une liste de zones convexe que l'utilisateur a définies pour éditer le dessins pour cette toile à dessin PECanvas.
ConvexZoneSet - Class in jpicedt.graphic.toolkit
 
ConvexZoneSet() - Constructor for class jpicedt.graphic.toolkit.ConvexZoneSet
 
ConvexZoneSet.DefaultConvexZoneEvent - Class in jpicedt.graphic.toolkit
an implementation of ConvexZoneEvent
ConvexZoneSet.DefaultConvexZoneEvent(ConvexZoneSet, ConvexZoneEvent.EventType) - Constructor for class jpicedt.graphic.toolkit.ConvexZoneSet.DefaultConvexZoneEvent
 
ConvexZoneTool - Class in jpicedt.graphic.toolkit
 
ConvexZoneTool() - Constructor for class jpicedt.graphic.toolkit.ConvexZoneTool
 
ConvexZoneToolFactory - Class in jpicedt.graphic.toolkit
Fabrique d'outils de manipulation de zones convexes.
ConvexZoneToolFactory(EditorKit) - Constructor for class jpicedt.graphic.toolkit.ConvexZoneToolFactory
 
ConvexZoneToolFactory.BandShapedConvexZoneTool - Class in jpicedt.graphic.toolkit
 
ConvexZoneToolFactory.ConvexZoneToolBase - Class in jpicedt.graphic.toolkit
 
ConvexZoneToolFactory.ConvexZoneToolBase(int, String) - Constructor for class jpicedt.graphic.toolkit.ConvexZoneToolFactory.ConvexZoneToolBase
 
ConvexZoneToolFactory.ExtensibleConvexZoneTool - Class in jpicedt.graphic.toolkit
 
ConvexZoneToolFactory.ExtensibleConvexZoneTool(String) - Constructor for class jpicedt.graphic.toolkit.ConvexZoneToolFactory.ExtensibleConvexZoneTool
 
ConvexZoneToolFactory.GenericConvexZoneTool - Class in jpicedt.graphic.toolkit
Un outil de création de zone convexe
ConvexZoneToolFactory.HalfPlaneConvexZoneTool - Class in jpicedt.graphic.toolkit
 
ConvexZoneToolFactory.RectangleConvexZoneTool - Class in jpicedt.graphic.toolkit
 
ConvexZoneToolFactory.UShapedConvexZoneTool - Class in jpicedt.graphic.toolkit
 
copy(Clipboard) - Method in class jpicedt.graphic.PECanvas
Copy the content of the current selection (through a TransferableGraphic) to the System's clipboard (after a formatting to text), AND to the given clipboard if non-null (the latter can be a local clipboard supporting more data-flavors than the system clipboard)
copy() - Method in class jpicedt.graphic.PECanvas
Copy the content of the current selection to the System's clipboard (after a formatting to text)
copyAttributes() - Method in class jpicedt.graphic.model.PicAttributeSet
return a copy of this PicAttributeSet with the same resolving parent as the source, and which is guaranteed not to change over time.
copyInto(double[], IntervalUnion.CopyIntoAllocPolicy) - Method in class jpicedt.util.math.IntervalUnion
copie l'union d'intervalles this vers un tableau (où le tableau double[] représente l'union d'intervalles au sens du construction IntervalUnion(double[])
cosec() - Method in class jpicedt.util.math.Complex
Returns the cosecant of a Complex number.
cosh() - Method in class jpicedt.util.math.Complex
Returns the hyperbolic cosine of a Complex number.
counter - Variable in class jpicedt.graphic.model.DefaultPointIndexIterator
 
counter - Variable in class jpicedt.graphic.model.PicGroup.GroupPointIterator
 
cPow(Complex) - Method in class jpicedt.util.math.Complex
Renvoie la valeur Complex du this élevée raised to the power of a à la puissance d'un exposant Complex sans que this ne soit modifié
CR_LF - Static variable in class jpicedt.format.output.util.FormatConstants
Line separator for the current platform (i.e.
CR_LF - Static variable in class jpicedt.graphic.io.formatter.JPICConstants
Line separator for the current platform (i.e.
CR_LF_TAB - Static variable in class jpicedt.graphic.io.formatter.JPICConstants
line separator + tabulation
createActionMap(ActionDispatcher, ActionLocalizer) - Static method in class jpicedt.graphic.toolkit.EditorKit
 
createActions(ActionDispatcher, ActionLocalizer, HitInfo) - Method in class jpicedt.graphic.model.AbstractCurve
Creates an array of Action's related to this object
createActions(ActionDispatcher, ActionLocalizer, HitInfo) - Method in class jpicedt.graphic.model.AbstractElement
Creates an array of Action's related to this object
createActions(ActionDispatcher, ActionLocalizer, HitInfo) - Method in class jpicedt.graphic.model.Drawing.BoundingBox
 
createActions(ActionDispatcher, ActionLocalizer, HitInfo) - Method in class jpicedt.graphic.model.PicCircleFrom3Points
Create an array of Action's related to this object
createActions(ActionDispatcher, ActionLocalizer, HitInfo) - Method in class jpicedt.graphic.model.PicGroup
Creates an array of Action's related to this object.
createActions(ActionDispatcher, ActionLocalizer, HitInfo) - Method in class jpicedt.graphic.model.PicMultiCurve
Create an array of Action's related to this object
createActions(ActionDispatcher, ActionLocalizer, HitInfo) - Method in class jpicedt.graphic.model.PicParallelogram
Create an array of Action's related to this object
createActions(ActionDispatcher, ActionLocalizer, HitInfo) - Method in class jpicedt.graphic.model.PicPsCurve
Create an array of Action's related to this object
createActions(ActionDispatcher, ActionLocalizer, HitInfo) - Method in class jpicedt.graphic.model.PicSmoothPolygon
Create an array of Action's related to this object
createActions(ActionDispatcher, ActionLocalizer, HitInfo) - Method in interface jpicedt.graphic.toolkit.ActionFactory
Crée une liste de PEAction's en relation à un Element
createActions(ActionDispatcher, ActionLocalizer, ConvexZoneHitInfo) - Method in interface jpicedt.graphic.toolkit.ConvexZoneActionFactory
Crée une liste de PEAction's en relation à un ConvexZoneGroup
createActions(ActionDispatcher, ActionLocalizer, ConvexZoneHitInfo) - Method in class jpicedt.graphic.toolkit.ConvexZoneGroup
 
createArrow(PicAttributeSet, PicAttributeName<StyleConstants.ArrowStyle>) - Method in class jpicedt.format.output.eepic.EepicViewFactory
 
createArrow(PicAttributeSet, PicAttributeName<StyleConstants.ArrowStyle>) - Method in class jpicedt.format.output.tikz.TikzViewFactory
 
createArrow(PicAttributeSet, PicAttributeName<StyleConstants.ArrowStyle>) - Method in interface jpicedt.graphic.view.AttributesViewFactory
Returns an ArrowView for rendering arrow-related attributes using the given attribute set.
createArrow(PicAttributeSet, PicAttributeName<StyleConstants.ArrowStyle>) - Method in class jpicedt.graphic.view.DefaultViewFactory
 
createArrowIcons(ArrowView.Direction) - Static method in class jpicedt.graphic.view.ArrowView
build icons for e.g.
createArrowsFromPstricksString(String) - Static method in class jpicedt.format.output.pstricks.PstricksUtilities
 
createArrowStringFromArrows(PicAttributeSet, TikzCustomization, boolean) - Static method in class jpicedt.format.output.tikz.TikzUtilities
 
createArrowView(StyleConstants.ArrowStyle, PicAttributeSet) - Static method in class jpicedt.graphic.view.ArrowView
Return a View for the given arrow style.
createComboBox(Object[]) - Static method in class jpicedt.graphic.PEToolKit
creates a JComboBox
createComboBox(Map<T, ?>) - Static method in class jpicedt.graphic.PEToolKit
creates a PEComboBox (aka JComboBox) from an EnumMap.
createConvexZoneTool(String) - Method in class jpicedt.graphic.toolkit.ConvexZoneToolFactory
Returns MouseTool of the given type
createCustomizer(Properties) - Method in class jpicedt.format.output.dxf.DXFContentType
 
createCustomizer(Properties) - Method in class jpicedt.format.output.eepic.EepicContentType
Returns a customizer panel for this content-type
createCustomizer(Properties) - Method in class jpicedt.format.output.latex.LatexContentType
Returns a customizer panel for this content-type
createCustomizer(Properties) - Method in class jpicedt.format.output.pstricks.PstricksContentType
Returns a customizer panel for this content-type
createCustomizer(Properties) - Method in class jpicedt.format.output.tikz.TikzContentType
 
createCustomizer(Properties) - Method in interface jpicedt.graphic.ContentType
Returns a customizer panel for this content-type
createCustomizer(Properties) - Method in class jpicedt.graphic.DefaultContentType
Returns a customizer panel for this content-type.
createCustomizer() - Method in class jpicedt.graphic.model.AbstractCurve
Returns a Customizer for geometry editing
createCustomizer() - Method in class jpicedt.graphic.model.Drawing.BoundingBox
 
createCustomizer() - Method in class jpicedt.graphic.model.PicCircleFrom3Points
Return a Customizer for geometry editing
createCustomizer() - Method in class jpicedt.graphic.model.PicEllipse
 
createCustomizer() - Method in class jpicedt.graphic.model.PicGroup
 
createCustomizer() - Method in class jpicedt.graphic.model.PicMultiCurve
Returns a Customizer for geometry editing
createCustomizer() - Method in class jpicedt.graphic.model.PicParallelogram
 
createCustomizer() - Method in class jpicedt.graphic.model.PicPsCurve
 
createCustomizer() - Method in class jpicedt.graphic.model.PicSmoothPolygon
 
createCustomizer() - Method in class jpicedt.graphic.model.PicText
Return a Customizer for geometry editing
createCustomizer(PECanvas) - Method in class jpicedt.graphic.PageFormat
Return a dialog for editing this PageFormat attached to the given canvas (a reference to the hosting canvas is needed so that setPageFormat() can be ultimately called when "ok" is pressed).
createCustomizer(Properties) - Static method in class jpicedt.graphic.PageFormat
Return a dialog for editing the PageFormat's values stored in the given Properties.
createCustomizer() - Method in interface jpicedt.graphic.toolkit.CustomizerFactory
Returns a customizer (Swing) component
createCustomizer(Properties) - Static method in class jpicedt.ui.util.RunExternalCommand
 
createCustomizerDialog(ArrayList<AbstractCustomizer>, int, String, boolean, EnumSet<CustomizerDialog.ButtonMask>) - Method in class jpicedt.graphic.toolkit.DefaultDialogFactory
Creates a new dialog box from the given array of AbstractCustomizer's, laying them out in a JTabbedPane.
createCustomizerDialog(AbstractCustomizer, boolean, EnumSet<CustomizerDialog.ButtonMask>) - Method in class jpicedt.graphic.toolkit.DefaultDialogFactory
Builds a new dialog box from a single customizer.
createCustomizerDialog(ArrayList<AbstractCustomizer>, int, String, boolean, EnumSet<CustomizerDialog.ButtonMask>) - Method in interface jpicedt.graphic.toolkit.DialogFactory
Creates a new dialog box from the given array of AbstractCustomizer's, laying them out in a JTabbedPane.
createCustomizerDialog(AbstractCustomizer, boolean, EnumSet<CustomizerDialog.ButtonMask>) - Method in interface jpicedt.graphic.toolkit.DialogFactory
Builds a new dialog box from a single customizer.
createCustomizerDialog(ArrayList<AbstractCustomizer>, int, String, boolean, EnumSet<CustomizerDialog.ButtonMask>) - Method in class jpicedt.ui.internal.InternalFrameMDIManager
Creates a new dialog box from the given array of AbstractCustomizer's, laying them out in a JTabbedPane.
createCustomizerDialog(AbstractCustomizer, boolean, EnumSet<CustomizerDialog.ButtonMask>) - Method in class jpicedt.ui.internal.InternalFrameMDIManager
Builds a new dialog box from a single customizer.
createCustomizerDialog(ArrayList<AbstractCustomizer>, int, String, boolean, EnumSet<CustomizerDialog.ButtonMask>) - Method in class jpicedt.ui.internal.JFrameMDIManager
Creates a new dialog box from the given array of AbstractCustomizer's, laying them out in a JTabbedPane.
createCustomizerDialog(AbstractCustomizer, boolean, EnumSet<CustomizerDialog.ButtonMask>) - Method in class jpicedt.ui.internal.JFrameMDIManager
Builds a new dialog box from a single customizer.
createDefaultContentType() - Method in class jpicedt.graphic.toolkit.EditorKit
Creates a default content-type suited for this editor.
createDefaultEditorKit(ContentType) - Method in class jpicedt.graphic.PECanvas
Creates a default editor kit (EditorKit) whose factory delegates are initialized from the given content-type.
createDefaultModel() - Method in class jpicedt.jpicedt_env.widgets.WholeNumberField
 
createDefaultModel() - Method in class jpicedt.widgets.DecimalNumberField
 
createDefaultParameterString() - Method in class jpicedt.format.output.pstricks.PstricksFormatter
Returns a "\\psset{...}" buffer containing default parameters (useful if these differ from PsTricks's ones) This is very similar to createParameterString() except that a default attribute set is used, and dimensional parameters are taken into account, for which jPicEdt's default values slightly differ from PsTricks's default (mostly due to the use of mm instead of postscript points as the basic unit).
createDefaultParameterString(PicAttributeSet, TikzFormatter) - Static method in class jpicedt.format.output.tikz.TikzUtilities
Returns a "\\psset{…}" buffer containing default parameters (useful if these differ from PsTricks's ones) This is very similar to createParameterString() except that a default attribute set is used, and dimensional parameters are taken into account, for which jPicEdt's default values slightly differ from PsTricks's default (mostly due to the use of mm instead of postscript points as the basic unit).
createDialog(String, boolean, JComponent) - Method in class jpicedt.graphic.toolkit.DefaultDialogFactory
Wraps the given component in a dialog box appropriate for the current GUI.
createDialog(String, boolean, JComponent) - Method in interface jpicedt.graphic.toolkit.DialogFactory
Wraps the given component in a dialog box appropriate for the current GUI.
createDialog(String, boolean, JComponent) - Method in class jpicedt.ui.internal.InternalFrameMDIManager
Wraps the given component in a PEInternalDialog, and makes it visible.
createDialog(String, boolean, JComponent) - Method in class jpicedt.ui.internal.JFrameMDIManager
Wraps the given component in a JDialog, and makes it visible.
createDrawTool(String) - Method in class jpicedt.graphic.toolkit.DrawToolFactory
Returns a MouseTool of the given type.
createFilteredCollection(Class<T>) - Method in class jpicedt.graphic.model.BranchElement
Returns a list containing children, grand-children, etc. of this BranchElement that are of the same type or inherit the given clazz.
createFilteredCollection(Class<T>) - Method in interface jpicedt.graphic.SelectionHandler
Returns a list containing elements in the selection that are of the same type or inherit the given clazz.
createFlattenedPath(Shape, double) - Static method in class jpicedt.graphic.PEToolKit
Return an array of Line2D's representing the (visible part of the) flattened path of the given shape.
createFormatter() - Method in class jpicedt.format.output.dxf.DXFContentType
Crée un FormatterFactory adapté à ce type de contenu l'implantation par défaut renvoie null.
createFormatter(Drawing, Object) - Method in class jpicedt.format.output.dxf.DXFFormatter
 
createFormatter() - Method in class jpicedt.format.output.eepic.EepicContentType
creates a FormatterFactory that's suited for this content-type default implementation returns null.
createFormatter(Drawing, Object) - Method in class jpicedt.format.output.eepic.EepicFormatter
 
createFormatter() - Method in class jpicedt.format.output.latex.LatexContentType
creates a FormatterFactory that's suited for this content-type default implementation returns null.
createFormatter(Drawing, Object) - Method in class jpicedt.format.output.latex.LatexFormatter
 
createFormatter() - Method in class jpicedt.format.output.pstricks.PstricksContentType
creates a FormatterFactory that's suited for this content-type default implementation returns null.
createFormatter(Drawing, Object) - Method in class jpicedt.format.output.pstricks.PstricksFormatter
 
createFormatter() - Method in class jpicedt.format.output.tikz.TikzContentType
Crée un FormatterFactory adapté à ce type de contenu l'implantation par défaut renvoie null.
createFormatter(Drawing, Object) - Method in class jpicedt.format.output.tikz.TikzFormatter
 
createFormatter() - Method in interface jpicedt.graphic.ContentType
Creates a FormatterFactory that's suited for this content-type
createFormatter() - Method in class jpicedt.graphic.DefaultContentType
creates a FormatterFactory suited for the JPIC-XML content-type
createFormatter(Element) - Method in class jpicedt.graphic.io.formatter.AbstractFormatterFactory
 
createFormatter(Element) - Method in interface jpicedt.graphic.io.formatter.FormatterFactory
 
createFormatter(Drawing, Object) - Method in interface jpicedt.graphic.io.formatter.FormatterFactory
 
createFormatter(Drawing, Object) - Method in class jpicedt.graphic.io.formatter.JPICFormatter
Return a Formatter able to format the given Drawing in the JPIC-XML language ;
createHeader() - Method in class jpicedt.format.output.eepic.EepicFormatter.DrawingFormatter
 
createHeader() - Method in class jpicedt.format.output.latex.LatexFormatter.DrawingFormatter
 
createHighlighter(Element) - Method in class jpicedt.graphic.view.highlighter.DefaultHighlighterFactory
 
createHighlighter(Element) - Method in interface jpicedt.graphic.view.highlighter.HighlighterFactory
 
createImageIcon(String) - Static method in class jpicedt.graphic.PEToolKit
create an ImageIcon built from "/jpicedt/images/"+icon+".png"
createInputMap() - Method in class jpicedt.graphic.toolkit.EditorKit
 
createIntersection(Rectangle2D) - Method in class jpicedt.format.output.util.BaseEmptyDrawingBoundingBox
 
createJLabel(String) - Static method in class jpicedt.graphic.PEToolKit
create a JLabel with an Icon built from "/jpicedt/images/"+icon+".png"
createMDIComponent(JComponent) - Method in class jpicedt.ui.internal.InternalFrameMDIManager
Factory method that creates an MDIComponent which acts as a UI delegate to the given pane.
createMDIComponent(JComponent) - Method in class jpicedt.ui.internal.JFrameMDIManager
Factory method that creates an MDIComponent which acts as a UI delegate to the given pane.
createMDIComponent(JComponent) - Method in class jpicedt.ui.MDIManager
Factory method that creates a MDIComponent that acts as a wrapper for the given pane.
createMDIManager(String, PEProgressBar) - Static method in class jpicedt.ui.MDIManager
Create an MDIManager according to the given value.
createMenu() - Static method in class jpicedt.ui.util.BeanShell
Return a JMenu containing a hierarchy of JMenu's and JMenuItem's built from the BSH scripts contained, first in the installation script directory, then in the user script directory.
createMenu() - Static method in class jpicedt.ui.util.Fragments
 
createMenu(PEPopupMenuFactory.PopupMenu) - Static method in class jpicedt.ui.util.Fragments
Return a JMenu containing a hierarchy of JMenu's and JMenuItem's built from the fragments contained, first in the installation fragment directory, then in the user fragment directory.
createMouseTransform(PEMouseEvent) - Method in class jpicedt.graphic.toolkit.EditConvexZoneMouseTransformFactory
Return a MouseTransform whose type is adequate with the given mouse-event.
createMouseTransform(PEMouseEvent) - Method in class jpicedt.graphic.toolkit.EditElementMouseTransformFactory
Return a MouseTransform whose type is adequate with the given mouse-event.
createMouseTransform(PEMouseEvent) - Method in class jpicedt.graphic.toolkit.EditPointMouseTransformFactory
Return a MouseTransform whose type is adequate with the given mouse-event.
createMouseTransform(PEMouseEvent) - Method in interface jpicedt.graphic.toolkit.MouseTransformFactory
Return a MouseTransform whose type is adequate with the given mouse-event.
createPaintForInterior(PicAttributeSet) - Method in class jpicedt.format.output.eepic.EepicViewFactory
 
createPaintForInterior(PicAttributeSet) - Method in class jpicedt.format.output.latex.LatexViewFactory
Returns LATEX_FILL, ie black filling only is allowed.
createPaintForInterior(PicAttributeSet) - Method in interface jpicedt.graphic.view.AttributesViewFactory
Returns a Paint object from the given attributes, that is suited for painting the interior of a shape.
createPaintForInterior(PicAttributeSet) - Method in class jpicedt.graphic.view.DefaultViewFactory
Returns a Paint object from the given attributes, that is suited for painting the interior of a shape.
createPaintForOutline(PicAttributeSet) - Method in class jpicedt.format.output.eepic.EepicViewFactory
 
createPaintForOutline(PicAttributeSet) - Method in interface jpicedt.graphic.view.AttributesViewFactory
Returns a Paint object from the given attributes, that is suited for painting an outline, or null if LINE_STYLE is NONE.
createPaintForOutline(PicAttributeSet) - Method in class jpicedt.graphic.view.DefaultViewFactory
Returns a Paint object from the given attributes, that is suited for painting an outline, or null if LINE_STYLE is NONE.
createPaintForShadow(PicAttributeSet) - Method in interface jpicedt.graphic.view.AttributesViewFactory
Returns a Paint object suited for rendering shadows.
createPaintForShadow(PicAttributeSet) - Method in class jpicedt.graphic.view.DefaultViewFactory
Returns a Paint object suited for rendering shadows.
createParameterString(Element) - Method in class jpicedt.format.output.pstricks.PstricksFormatter
Returns PsTricks's "standard" parameter string for the given Element: linewidth=xxx, linecolor=xxxx, doubleline=true/false and rel.
createParameterString(Element, PicAttributeSet, TikzCustomProperties, BitSet) - Static method in class jpicedt.format.output.tikz.TikzUtilities
 
createParser() - Static method in class jpicedt.MiscUtilities
Return a parser dynamically created from the sub-trees found in directory jpicedt.format
createPath(Shape) - Static method in class jpicedt.graphic.PEToolKit
Return an array of Line2D, Quad2D and Cubic2D, representing the (visible part of the) path of the given shape.
createPEMenu(String) - Static method in class jpicedt.ui.internal.PEMenuBar
Creates a PEMenu from the given String, using JPicEdt's default ActionLocalizer to fetch the associated label (ie "name") and mnemonic ("name.mnemonic").
createPopupMenu(PECanvas, HitInfo) - Method in interface jpicedt.graphic.toolkit.PopupMenuFactory
 
createPopupMenu(PECanvas, PEMouseEvent) - Method in interface jpicedt.graphic.toolkit.PopupMenuFactory
Méthode à appeler lorsque aucun élément ou aucune zone convexe ne sont touchés.
createPopupMenu(PECanvas, ConvexZoneHitInfo) - Method in interface jpicedt.graphic.toolkit.PopupMenuFactory
 
createPopupMenu(PECanvas, HitInfo) - Method in class jpicedt.ui.internal.PEPopupMenuFactory
 
createPopupMenu(PECanvas, PEMouseEvent) - Method in class jpicedt.ui.internal.PEPopupMenuFactory
 
createPopupMenu(PECanvas, ConvexZoneHitInfo) - Method in class jpicedt.ui.internal.PEPopupMenuFactory
Describe createPopupMenu method here.
createPopupMenuFactory() - Method in class jpicedt.ui.MDIManager
Factory method to create a PopupMenuFactory for newly created board
createPstricksStringFromArrows(Element) - Static method in class jpicedt.format.output.pstricks.PstricksUtilities
 
createShadow(PicAttributeSet, Shape) - Method in class jpicedt.format.output.eepic.EepicViewFactory
paint shadow ; overriden to return null, since eepic and LaTeX don't support shadowing
createShadow(PicAttributeSet, Shape) - Method in interface jpicedt.graphic.view.AttributesViewFactory
Returns a Shape for rendering the shadow of the given Shape, whose properties are drawn from the SHADOW attribute and related attribs.
createShadow(PicAttributeSet, Shape) - Method in class jpicedt.graphic.view.DefaultViewFactory
Returns a Shape for rendering the shadow of the given Shape, whose properties are drawn from the SHADOW attribute and rel.
createShape() - Method in class jpicedt.graphic.model.AbstractCurve
Create a Shape for the geometry of this model.
createShape() - Method in class jpicedt.graphic.model.AbstractElement
Creates a Shape that reflects the geometry of this model.
createShape() - Method in class jpicedt.graphic.model.BranchElement
Creates a GeneralPath generated by the shapes of the children of this BranchElement (aka PSTricks' pscustom object).
createShape() - Method in interface jpicedt.graphic.model.Element
Creates a Shape that reflects the geometry of this model.
createShape() - Method in class jpicedt.graphic.model.PicEllipse
Creates a Shape that reflects the geometry of this model.
createShape() - Method in class jpicedt.graphic.model.PicNodeConnection
Returns a Shape that holds the geometry of the connection.
createShape() - Method in class jpicedt.graphic.model.PicParallelogram
Returns a GeneralPath that represents the shape of this PicParallelogram.
createShape(Rectangle2D) - Method in class jpicedt.graphic.toolkit.ConvexZone
Le méthode createShape crée la forme qui sert à visualiser le contour de la zone convexe.
createStroke(PicAttributeSet) - Method in class jpicedt.format.output.eepic.EepicViewFactory
 
createStroke(PicAttributeSet) - Method in interface jpicedt.graphic.view.AttributesViewFactory
Returns a Stroke built from the given attributes ; null if LINE_STYLE=NONE.
createStroke(PicAttributeSet) - Method in class jpicedt.graphic.view.DefaultViewFactory
Returns a Stroke built from the given attributes ; null if LINE_STYLE=NONE.
createStroke(double) - Method in class jpicedt.graphic.view.highlighter.DefaultHighlighterFactory
Returns a Stroke object suited for painting hightlighter's stroke, e.g. tangents.
createStrokeForOverstrike(PicAttributeSet) - Method in class jpicedt.format.output.eepic.EepicViewFactory
paint overstrike ; overriden to return null.
createStrokeForOverstrike(PicAttributeSet) - Method in interface jpicedt.graphic.view.AttributesViewFactory
Returns a Stroke built from the OVER_STRIKE attribute.
createStrokeForOverstrike(PicAttributeSet) - Method in class jpicedt.graphic.view.DefaultViewFactory
Returns a Stroke built from the OVER_STRIKE attribute.
createTestCanvas() - Method in class jpicedt.test.TestCanvas
 
createTmpFile() - Static method in class jpicedt.ui.util.RunExternalCommand
Create a new tmp file if it doesn't exit yet
createUnion(Rectangle2D) - Method in class jpicedt.format.output.util.BaseEmptyDrawingBoundingBox
 
createView(Element) - Method in class jpicedt.format.output.dxf.DXFViewFactory
 
createView(Element) - Method in class jpicedt.format.output.eepic.EepicViewFactory
 
createView(Element) - Method in class jpicedt.format.output.latex.LatexViewFactory
 
createView(Element) - Method in class jpicedt.format.output.pstricks.PstricksViewFactory
 
createView(Element) - Method in class jpicedt.format.output.tikz.TikzViewFactory
 
createView(Element) - Method in class jpicedt.graphic.view.DefaultViewFactory
Create a View for the given Element by looking up the hashmap responsible for creating View's for Element's.
createView(Element) - Method in interface jpicedt.graphic.view.ViewFactory
 
createViewFactory() - Method in class jpicedt.format.output.dxf.DXFContentType
Crée un ViewFactory adapté à ce type de contenu
createViewFactory() - Method in class jpicedt.format.output.eepic.EepicContentType
Creates a ViewFactory that's suited for this content-type
createViewFactory() - Method in class jpicedt.format.output.latex.LatexContentType
Creates a ViewFactory that's suited for this content-type
createViewFactory() - Method in class jpicedt.format.output.pstricks.PstricksContentType
Creates a ViewFactory that's suited for this content-type
createViewFactory() - Method in class jpicedt.format.output.tikz.TikzContentType
Crée un ViewFactory adapté à ce type de contenu
createViewFactory() - Method in interface jpicedt.graphic.ContentType
Creates a ViewFactory that's suited for this content-type
createViewFactory() - Method in class jpicedt.graphic.DefaultContentType
Creates a ViewFactory that's suited for this content-type
cScale(double) - Method in class jpicedt.util.math.Complex
Returns the Complex scaled by a real number.
cSin() - Method in class jpicedt.util.math.Complex
Returns the sine of a Complex number.
cSqrt() - Method in class jpicedt.util.math.Complex
Returns a Complex representing one of the two square roots.
cSub(PicPoint) - Method in class jpicedt.graphic.PicVector
Make the subtraction the given vector from this vector, without modifying this, and return the result.
cSub(Complex) - Method in class jpicedt.util.math.Complex
 
cSub(double) - Method in class jpicedt.util.math.Complex
Subtracts z from this without modifying this, and returns the result.
cSub(Polynomial) - Method in class jpicedt.util.math.Polynomial
Soustrait x à this, et renvoie la différence. this n'est pas changé.
cSub(double) - Method in class jpicedt.util.math.Polynomial
ajoute s au polynome this, sans modifier this, et renvoie le résultat.
cTan() - Method in class jpicedt.util.math.Complex
Returns the tangent of a Complex number.
CTRL_PT_SIDE_BITMAP - Static variable in class jpicedt.graphic.model.PicParallelogram
 
CtrlPtSubset - Interface in jpicedt.graphic.model
Un sous-ensemble de points de contrôle sur lesquels on veut agir indépendemment du reste des points de contrôle de l'élement.
CtrlPtSubset.CZExtension - Enum in jpicedt.graphic.model
 
CtrlPtSubsetGroup - Class in jpicedt.graphic.model
 
CtrlPtSubsetGroup() - Constructor for class jpicedt.graphic.model.CtrlPtSubsetGroup
 
CtrlPtSubsetGroup(int) - Constructor for class jpicedt.graphic.model.CtrlPtSubsetGroup
 
CtrlPtSubsetPlain - Class in jpicedt.graphic.model
La classe CtrlPtSubsetPlain permet d'englober tous les points de contrôle d'un élément graphique.
CURRENT_OBJ_ATTRIBUTES - Static variable in class jpicedt.format.input.util.Pool
Key used to fetch the attribute set attached to the current element "currentObj"
currentGroup - Variable in class jpicedt.format.input.util.Pool
either the main drawing, or a subgroup ; each new parsed Element should be added to this group
currentLocalizer() - Static method in class jpicedt.Localizer
 
currentObj - Variable in class jpicedt.format.input.util.Pool
Convenience used to share information (e.g. parameters, location, …) across expressions acting on the same element.
CursorFactory - Class in jpicedt.graphic.toolkit
A factory for custom cursors.
CursorFactory() - Constructor for class jpicedt.graphic.toolkit.CursorFactory
 
cursorFactory - Variable in class jpicedt.graphic.toolkit.SelectionTool
 
curvatureA - Variable in class jpicedt.graphic.model.PicPsCurve
Curvature parameters a,b,c of pscurve.
curvatureB - Variable in class jpicedt.graphic.model.PicPsCurve
 
curvatureC - Variable in class jpicedt.graphic.model.PicPsCurve
 
curve - Variable in class jpicedt.format.output.dxf.AbstractCurveFormatter
the Element this formater acts upon
curve - Variable in class jpicedt.format.output.eepic.AbstractCurveFormatter
the Element this formater acts upon
curve - Variable in class jpicedt.format.output.latex.AbstractCurveFormatter
the Element this formater acts upon
curve - Variable in class jpicedt.format.output.tikz.AbstractCurveFormatter
Les éléments sur lesquels ce formatteur agit.
CURVE_AS_ARC_AND_LINES - Static variable in class jpicedt.format.output.dxf.DXFConstants
 
CURVE_AS_SPLINE - Static variable in class jpicedt.format.output.dxf.DXFConstants
 
curveTo(PicPoint, PicPoint, PicPoint) - Method in class jpicedt.graphic.model.AbstractCurve
If this curve if OPEN and NON-EMPTY, adds the given points (2 control points and an endpoint) to the end of the curve.
curveTo(PicPoint, PicPoint, PicPoint) - Method in class jpicedt.graphic.model.PicMultiCurve
If this curve if OPEN and NON-EMPTY, adds the given points (2 control points and an endpoint) to the end of the curve, then fire a GEOMETRY_CHANGE event.
Customization - Interface in jpicedt
Interface permettant de charger/décharger des propriétés de personnalisation dans une classe en dépendant.
CustomizerDialog - Class in jpicedt.graphic.toolkit
A modal or non-modal dialog box that lays out an array of AbstractCustomizer's inside a JPanel or a JTabbedPane, depending on the number of customizers fed to the constructor.
CustomizerDialog(MDIComponent, ArrayList<AbstractCustomizer>, int, String, EnumSet<CustomizerDialog.ButtonMask>) - Constructor for class jpicedt.graphic.toolkit.CustomizerDialog
Creates a new dialog box from the given array of AbstractCustomizer's, laying them out in a JTabbedPane.
CustomizerDialog(MDIComponent, AbstractCustomizer, EnumSet<CustomizerDialog.ButtonMask>) - Constructor for class jpicedt.graphic.toolkit.CustomizerDialog
Builds a new dialog box from a single customizer.
CustomizerDialog.ButtonMask - Enum in jpicedt.graphic.toolkit
 
CustomizerFactory - Interface in jpicedt.graphic.toolkit
Tags Element's able to produce an AbstractCustomizer suited for editing its geometry.
cut(Clipboard) - Method in class jpicedt.graphic.PECanvas
Cut the content of the current selection (through a GraphicTransferable) to the System clipboard, AND to the given ClipBoard if non-null.
cut() - Method in class jpicedt.graphic.PECanvas
Cut the content of the current selection to the System clipboard, after formatting to text.
CZ_DRAWING_TRANSLATE - Static variable in class jpicedt.graphic.toolkit.EditorKit
 
CZ_DRAWING_TRIM - Static variable in class jpicedt.graphic.toolkit.EditorKit
 
CZ_EDIT - Static variable in class jpicedt.graphic.toolkit.EditorKit
 
CZ_SELECT - Static variable in class jpicedt.graphic.toolkit.CursorFactory
 
CZ_SELECT - Static variable in class jpicedt.graphic.toolkit.EditorKit
 

D

DASH - Static variable in class jpicedt.graphic.grid.Grid
paint grid lines using dashed lines
DASH1 - Static variable in class jpicedt.graphic.model.StyleConstants
 
DASH2 - Static variable in class jpicedt.graphic.model.StyleConstants
 
DASH3 - Static variable in class jpicedt.graphic.model.StyleConstants
 
DASH_OPAQUE - Static variable in class jpicedt.graphic.model.PicAttributeName
 
DASH_TRANSPARENT - Static variable in class jpicedt.graphic.model.PicAttributeName
 
DATE - Static variable in class jpicedt.util.math.Complex
 
DEBUG - Static variable in class jpicedt.format.input.util.ExpressionConstants
debug flag ; turn on for verbose parsing
DEBUG - Static variable in class jpicedt.Log
 
debug() - Static method in class jpicedt.Log
Usage : if (Log.DEBUG) Log.debug();
This will automatically print the calling class and method name using new JDK1.4 features.
debug(String) - Static method in class jpicedt.Log
Usage : if (Log.DEBUG) Log.debug("message");
This will automatically print the calling class and method name using new JDK1.4 features.
debugAppend(String) - Static method in class jpicedt.Log
use it like this : if (Log.DEBUG) Log.debugAppend(this,"bla bla"); *
debugAppendLn(String) - Static method in class jpicedt.Log
Usage : if (Log.DEBUG) Log.debugAppendLn("bla bla");
DebugFocusManager - Class in jpicedt.ui.util
A subclass of Swing's DefaultFocusManager that aims at helping us debug FocusEvent related bugs To set this class as Swing's FocusManager, just say :
FocusManager.setCurrentManager(an_instance_of_DebugFocusManager);
DebugFocusManager() - Constructor for class jpicedt.ui.util.DebugFocusManager
 
DebugRepaintManager - Class in jpicedt.ui.util
A RepaintManager that may used for debugging purpose Print out information about adding and/or painting dirty regions
How to use it :
- Set DEBUG_PAINTING to TRUE in JPicEdt.java
- launch jpicedt with "-redir=standard"
DebugRepaintManager() - Constructor for class jpicedt.ui.util.DebugRepaintManager
creates a new DebugRepaintManager with double-buffering turned off
DecimalNumberField - Class in jpicedt.widgets
A JTextField that accept only DecimalNumbers
DecimalNumberField(int) - Constructor for class jpicedt.widgets.DecimalNumberField
contructs a new Field with "columns" as the initial number of columns
DecimalNumberField(double, int, boolean) - Constructor for class jpicedt.widgets.DecimalNumberField
contructs a new Field with an initial value and an initial number of columns, and the given "positiveOnly" flag
DecimalNumberField(double, int) - Constructor for class jpicedt.widgets.DecimalNumberField
constructs a new Field with an initial value and an initial number of columns
DecimalNumberField.DecimalNumberDocument - Class in jpicedt.widgets
 
DecimalNumberField.DecimalNumberDocument() - Constructor for class jpicedt.widgets.DecimalNumberField.DecimalNumberDocument
 
DEFAULT - Static variable in class jpicedt.graphic.toolkit.BasicEditPointConstraint
 
DEFAULT - Static variable in class jpicedt.ui.dialog.UserConfirmationCache
Une UserConfirmationCache qui dit tout le temps non.
DEFAULT_ANGLE_CORRECTION - Static variable in class jpicedt.format.output.pstricks.PstricksConstants
 
DEFAULT_CONTENT_TYPE_INDEX - Static variable in class jpicedt.MiscUtilities
default index in array returned by getAvailableContentTypes
DEFAULT_CURVATURE_A - Static variable in class jpicedt.graphic.model.PicPsCurve
default values for the curvature parameters
DEFAULT_CURVATURE_B - Static variable in class jpicedt.graphic.model.PicPsCurve
 
DEFAULT_CURVATURE_C - Static variable in class jpicedt.graphic.model.PicPsCurve
 
DEFAULT_DIRECTORY - Static variable in class jpicedt.ui.dialog.PEFileChooser
the user's home directory
DEFAULT_EM_LINE_LENGTH - Static variable in class jpicedt.format.output.latex.LatexConstants
 
DEFAULT_FILE_WRAPPER_EPILOG - Static variable in class jpicedt.format.output.eepic.EepicConstants
 
DEFAULT_FILE_WRAPPER_EPILOG - Static variable in class jpicedt.format.output.latex.LatexConstants
 
DEFAULT_FILE_WRAPPER_PROLOG - Static variable in class jpicedt.format.output.eepic.EepicConstants
 
DEFAULT_FILE_WRAPPER_PROLOG - Static variable in class jpicedt.format.output.latex.LatexConstants
 
DEFAULT_FORMATTER_PREDEFINED_COLOR_SET - Static variable in class jpicedt.format.output.pstricks.PstricksConstants
 
DEFAULT_LIFTPEN - Static variable in class jpicedt.graphic.model.BranchElement
[underway] liftpen not used yet.
DEFAULT_MAX_CIRCLE_DIAMETER - Static variable in class jpicedt.format.output.latex.LatexConstants
 
DEFAULT_MAX_DISK_DIAMETER - Static variable in class jpicedt.format.output.latex.LatexConstants
 
DEFAULT_MAX_EM_CIRCLE_SEGMENT_LENGTH - Static variable in class jpicedt.format.output.latex.LatexConstants
 
DEFAULT_MAX_EM_LINE_SLOPE - Static variable in class jpicedt.format.output.latex.LatexConstants
 
DEFAULT_PARSER_PREDEFINED_COLOR_SET - Static variable in class jpicedt.format.output.pstricks.PstricksConstants
 
DEFAULT_SET - Static variable in class jpicedt.graphic.model.PicAttributeSet
an immutable attribute set that serves as the resolving parent if no resolving parent is explicitly set
DEFAULT_SMOOTH_COEFF - Static variable in class jpicedt.graphic.model.PicSmoothPolygon
The default value for the smoothness coefficient on startup.
DEFAULT_THICK_LINES_MAX_WIDTH - Static variable in class jpicedt.format.output.eepic.EepicConstants
all lines with a thickness .lt. thickLinesDEFAULT but greater than thinLinesDEFAULT are formatted as "thicklines" ; other are formatted as "Thicklines" (case-sensitive !)
DEFAULT_THIN_LINES_MAX_WIDTH - Static variable in class jpicedt.format.output.eepic.EepicConstants
all lines with a thickness .lt. thinLinesDEFAULT are formatted as "thinlines"
DEFAULT_TMPDIR - Static variable in class jpicedt.JPicEdt
default platform tmp dir
DefaultActionDispatcher - Class in jpicedt.graphic.toolkit
An implementation of the ActionDispatcher interface that's suited for non-shared PEAction's (ie actions which are permanently "attached" to a given PECanvas).
DefaultActionDispatcher(PECanvas) - Constructor for class jpicedt.graphic.toolkit.DefaultActionDispatcher
Builds an ActionDispatcher which permanently dispatches events to the given PECanvas.
DefaultContentType - Class in jpicedt.graphic
Default implementation of the ContentType interface suited for the JPIC-XML language.
DefaultContentType() - Constructor for class jpicedt.graphic.DefaultContentType
 
DefaultConvexZoneSelectionHandler - Class in jpicedt.graphic.toolkit
 
DefaultDialogFactory - Class in jpicedt.graphic.toolkit
Provides functionalities to show a dialog box in a GUI.
DefaultDialogFactory(Frame) - Constructor for class jpicedt.graphic.toolkit.DefaultDialogFactory
 
DefaultDialogManager - Class in jpicedt.graphic.toolkit
Provides functionalities to show a dialog box in a GUI.
DefaultDialogManager(Frame) - Constructor for class jpicedt.graphic.toolkit.DefaultDialogManager
 
DefaultHighlighter - Class in jpicedt.graphic.view.highlighter
Default implementation of the Highlighter interface.
DefaultHighlighter(Element, DefaultHighlighterFactory) - Constructor for class jpicedt.graphic.view.highlighter.DefaultHighlighter
 
DefaultHighlighterFactory - Class in jpicedt.graphic.view.highlighter
This is the default factory used to create a Highlighter for a given Element.
DefaultHighlighterFactory() - Constructor for class jpicedt.graphic.view.highlighter.DefaultHighlighterFactory
 
DefaultParser - Class in jpicedt.format.input
Default implementation of the Parser interface.
DefaultParser() - Constructor for class jpicedt.format.input.DefaultParser
Creates a new DefaultParser, and attach some grammar rules to it.
DefaultPointIndexIterator - Class in jpicedt.graphic.model
Default implementation of the PointIndexIterator interface, which simply iterates in ascending order over all control points.
DefaultPointIndexIterator(Element) - Constructor for class jpicedt.graphic.model.DefaultPointIndexIterator
create a new PointIndexIterator for the given Element
DefaultSelectionHandler - Class in jpicedt.graphic.toolkit
Stores references to selected Element's.
DefaultSelectionHandler(EditorKit) - Constructor for class jpicedt.graphic.toolkit.DefaultSelectionHandler
construct a new selection handler for this editor kit, with SelectionHandlerView as the default view.
DefaultViewFactory - Class in jpicedt.graphic.view
This is the default factory used to: create a View for a given Element ; it relies on a hashmap that associates View's classes with Element's class, the former being dynamically instanciated (through Reflection) on-the-fly when needed.
DefaultViewFactory() - Constructor for class jpicedt.graphic.view.DefaultViewFactory
 
degreeExtend(int) - Method in class jpicedt.graphic.util.VecPolynomial
fait en sorte que le format interne du polynome contienne le degré d.
degreeExtend(int) - Method in class jpicedt.util.math.Polynomial
fait en sorte que le format interne du polynome contienne le degré d.
deinstall(PECanvas) - Method in class jpicedt.graphic.toolkit.EditorKit
Called when the kit is being removed from a PECanvas.
delete(Drawing) - Method in class jpicedt.graphic.AbstractSelectionHandler
Delete all selected Element's from the given Drawing, and remove the reference to them from this SelectionHandler.
delete(Drawing) - Method in interface jpicedt.graphic.SelectionHandler
Delete all selected Element's from the given Drawing
delete(Drawing) - Method in class jpicedt.graphic.toolkit.DefaultSelectionHandler
Delete all selected Element's from the given Drawing, and remove the reference to them from the SelectionHandler.
deleteConvexZone(ConvexZone) - Method in class jpicedt.graphic.PECanvas
Détruit la zone convexe cz.
deleteConvexZoneSelection() - Method in class jpicedt.graphic.PECanvas
Détruit toutes les zones convexe de la selection de zones convexe.
deleteSelection() - Method in class jpicedt.graphic.PECanvas
Remove all selected objects from the drawing.
depth - Variable in class jpicedt.graphic.model.PicText
 
derive() - Method in class jpicedt.util.math.Polynomial
dérive le this, ce qui modifie this, et renvoie la nouvelle valeur de this.
desktopColorDEFAULT - Static variable in class jpicedt.ui.internal.InternalFrameMDIManager
 
destroy() - Method in class jpicedt.ui.util.PEProgressBar
destroy this progress bar, disposing the hosting frame
det(PicVector) - Method in class jpicedt.graphic.PicVector
Return the determinant of {{x,y},{other.x,other.y}} ; this is aka vector product, where only the z-coordinate gets returned.
DFLT_FMT_CLIP_BASED_ON_JPE_BB - Static variable in class jpicedt.format.output.tikz.TikzConstants
 
DFLT_FMT_DXF_VERSION - Static variable in class jpicedt.format.output.dxf.DXFConstants
 
DFLT_FMT_ELLIPSE_OUTLINE_CIRCLE - Static variable in class jpicedt.format.output.dxf.DXFConstants
 
DFLT_FMT_ELLIPSE_OUTLINE_TRUE_ELLIPSE - Static variable in class jpicedt.format.output.dxf.DXFConstants
 
DFLT_FMT_HAS_ARROW_TIP_PACKAGE - Static variable in class jpicedt.format.output.tikz.TikzConstants
 
DFLT_FMT_MULTICURVE - Static variable in class jpicedt.format.output.dxf.DXFConstants
 
DFLT_FMT_POLYLINE_ELLIPSE_CHORD - Static variable in class jpicedt.format.output.dxf.DXFConstants
 
DFLT_FMT_POLYLINE_ELLIPSE_PIE_LINE - Static variable in class jpicedt.format.output.dxf.DXFConstants
 
DFLT_FMT_POLYLINE_PARALLELOGRAM - Static variable in class jpicedt.format.output.dxf.DXFConstants
 
DFLT_FMT_POLYLINE_POLYGON_MULTICURVE - Static variable in class jpicedt.format.output.dxf.DXFConstants
 
DFLT_FMT_PREDEFINED_COLOR_SET - Static variable in class jpicedt.format.output.tikz.TikzConstants
 
DialogAbout - Class in jpicedt.ui.dialog
"About…" dialog box ; displays various informations such as copyright, author(s),…
DialogAbout(MDIManager) - Constructor for class jpicedt.ui.dialog.DialogAbout
Construct a new "about…" dialog
DialogFactory - Interface in jpicedt.graphic.toolkit
Provides functionalities to show a dialog box in a GUI.
DialogManager - Interface in jpicedt.graphic.toolkit
Provides functionalities to show a dialog box in a GUI.
diff1CurveTo(PicVector, PicVector, PicPoint) - Method in class jpicedt.graphic.model.AbstractCurve
Utilisable pour approcher une courbe paramétrée P(t) par la chaîne de courbe de Bézier this lorqu'on dispose des dérivées d'ordre 1 de P(t).
diff2CurveTo(PicVector, PicVector, PicVector, PicVector, PicPoint) - Method in class jpicedt.graphic.model.AbstractCurve
Utilisable pour approcher une courbe paramétrée P(t) par la chaîne de courbe de Bézier this lorqu'on dispose des dérivées d'ordre 1 et 2 de P(t).
DIMEN - Static variable in class jpicedt.graphic.model.PicAttributeName
 
dirCInverse() - Method in class jpicedt.graphic.util.ConvexPolygonalZone.HalfPlane
 
DirectoriesCustomizer - Class in jpicedt.ui.dialog
A panel for editing default directories, e.g. for saving/loading pictures, fragments or running scripts.
DirectoriesCustomizer(Properties) - Constructor for class jpicedt.ui.dialog.DirectoriesCustomizer
Construct a new panel for editing directories.
displayDialog(boolean) - Method in class jpicedt.ui.util.SystemOutUtilities
Sets the "displayDialog" flag, ie what must happen when an error message comes up and redir=FILE : do we open a JDialog or simply write the error message to the log file ?
dispose() - Method in class jpicedt.graphic.toolkit.CustomizerDialog
simply delegates to hosting component
dispose() - Method in interface jpicedt.widgets.MDIComponent
makes this container unselected, unvisible or closed
dispose() - Method in class jpicedt.widgets.PEInternalDialog
 
distance(PicMultiCurve) - Method in class jpicedt.graphic.model.PicMultiCurve
Returns the shortest distance b/w the end-points of this curve and those of the given one.
div(Complex) - Method in class jpicedt.util.math.Complex
 
divide(Polynomial) - Method in class jpicedt.util.math.Polynomial
divise this par divisor en division Euclidienne
DOCKABLE_PANEL_TOGGLE - Static variable in class jpicedt.ui.MDIManager
PropertyChangeEvent's name corresponding to a dockable panel change in visibility
DockableAttributesCustomizer - Class in jpicedt.ui.dialog
A dockable customizer for attributes (ie PicAttributesSet).
DockableAttributesCustomizer(PEProgressBar) - Constructor for class jpicedt.ui.dialog.DockableAttributesCustomizer
Create a DockableAttributesCustomizer with no specific PECanvas attached to it.
DockableAttributesCustomizer.ArrowPropertiesPanel - Class in jpicedt.ui.dialog
A panel for editing of Element's attributeSet see GraphicPropertiesToolBar which is very similar (though it has less widget than this Panel)
DockableAttributesCustomizer.ArrowPropertiesPanel() - Constructor for class jpicedt.ui.dialog.DockableAttributesCustomizer.ArrowPropertiesPanel
creates a JPanel for attributes editing
DockableAttributesCustomizer.EditModeCustomPropertiesPanel - Class in jpicedt.ui.dialog
Un panneau pour les attributs de personnalisation spéciale à un mode d'édition.
DockableAttributesCustomizer.EditModeCustomPropertiesPanel() - Constructor for class jpicedt.ui.dialog.DockableAttributesCustomizer.EditModeCustomPropertiesPanel
 
DockableAttributesCustomizer.FillPropertiesPanel - Class in jpicedt.ui.dialog
A panel for editing of Element's fill attributes
DockableAttributesCustomizer.FillPropertiesPanel() - Constructor for class jpicedt.ui.dialog.DockableAttributesCustomizer.FillPropertiesPanel
creates a JPanel for attributes editing
DockableAttributesCustomizer.HatchPropertiesPanel - Class in jpicedt.ui.dialog
A panel for editing of Element's hatch attributes
DockableAttributesCustomizer.HatchPropertiesPanel() - Constructor for class jpicedt.ui.dialog.DockableAttributesCustomizer.HatchPropertiesPanel
creates a JPanel for attributes editing
DockableAttributesCustomizer.PolydotsPropertiesPanel - Class in jpicedt.ui.dialog
A panel for editing AbstractCurve's polydots attributes
DockableAttributesCustomizer.PolydotsPropertiesPanel() - Constructor for class jpicedt.ui.dialog.DockableAttributesCustomizer.PolydotsPropertiesPanel
Initializes the GUI.
DockableAttributesCustomizer.PstCustomPropertiesPanel - Class in jpicedt.ui.dialog
A panel for adding custom attributes (pstricks only) [todo] disable panel when not in Pstricks content-type
DockableAttributesCustomizer.PstCustomPropertiesPanel() - Constructor for class jpicedt.ui.dialog.DockableAttributesCustomizer.PstCustomPropertiesPanel
creates a JPanel for attributes editing
DockableAttributesCustomizer.ShadowPropertiesPanel - Class in jpicedt.ui.dialog
A customizer dedicated to editing shadow attributes
DockableAttributesCustomizer.ShadowPropertiesPanel() - Constructor for class jpicedt.ui.dialog.DockableAttributesCustomizer.ShadowPropertiesPanel
creates a customizer for shadow attributes editing
DockableAttributesCustomizer.StrokePropertiesPanel - Class in jpicedt.ui.dialog
A panel for editing Element's stroke attributes (width, colour, dashing, ...)
DockableAttributesCustomizer.StrokePropertiesPanel() - Constructor for class jpicedt.ui.dialog.DockableAttributesCustomizer.StrokePropertiesPanel
creates a JPanel for stroke attributes editing
DockableAttributesCustomizer.TextPropertiesPanel - Class in jpicedt.ui.dialog
A panel for editing text attributes (alignment + frame)
DockableAttributesCustomizer.TextPropertiesPanel() - Constructor for class jpicedt.ui.dialog.DockableAttributesCustomizer.TextPropertiesPanel
GUI init
DockableAttributesCustomizer.TikzCustomPropertiesPanel - Class in jpicedt.ui.dialog
A panel for adding custom attributes (pstricks only) [todo] disable panel when not in Pstricks content-type
DockableAttributesCustomizer.TikzCustomPropertiesPanel() - Constructor for class jpicedt.ui.dialog.DockableAttributesCustomizer.TikzCustomPropertiesPanel
creates a JPanel for attributes editing
DockableConvexZoneToolBar - Class in jpicedt.ui.dialog
Une barre d'outils qui offre différents outils pour la manipulation de zones convexes…
DockableConvexZoneToolBar() - Constructor for class jpicedt.ui.dialog.DockableConvexZoneToolBar
 
DockableEditorKitToolBar - Class in jpicedt.ui.dialog
A toolbar that offers various tools for drawing, editing, selecting…
DockableEditorKitToolBar() - Constructor for class jpicedt.ui.dialog.DockableEditorKitToolBar
Crée une nouvelle instance de DockableEditorKitToolBar.
DockableGenericToolbar - Class in jpicedt.ui.dialog
Une barre d'outils qui offre différents outils pour la manipulation de zones convexes…
DockableGenericToolbar(Object[][]) - Constructor for class jpicedt.ui.dialog.DockableGenericToolbar
 
dockablePanelsMap - Variable in class jpicedt.ui.MDIManager
a hash table used to remember dockable panels added to the desktop, with key=panel's title
doMouseMoved(PEMouseEvent) - Method in class jpicedt.graphic.toolkit.ConvexZoneToolFactory.ConvexZoneToolBase
 
dot(PicPoint) - Method in class jpicedt.graphic.PicVector
Return the dot product of this vector with the given vector other
dot(PicVector) - Method in class jpicedt.graphic.util.VecPolynomial
Effectue le porduit scalaire entre le polynôme this et l'argument PicVector v.
dot(VecPolynomial) - Method in class jpicedt.graphic.util.VecPolynomial
Effectue le produit scalaire avec un autre polynôme
DOT_SEP - Static variable in class jpicedt.graphic.model.PicAttributeName
 
DOT_SEP1 - Static variable in class jpicedt.graphic.model.StyleConstants
 
DOT_SEP2 - Static variable in class jpicedt.graphic.model.StyleConstants
 
DOT_SEP3 - Static variable in class jpicedt.graphic.model.StyleConstants
 
dotDrawPaint - Variable in class jpicedt.graphic.view.AbstractCurveView
 
dotFillPaint - Variable in class jpicedt.graphic.view.AbstractCurveView
 
DOTS - Static variable in class jpicedt.format.input.pstricks.PsPolygonExpression
parses a \\psdots command
dotShape - Variable in class jpicedt.graphic.view.AbstractCurveView
 
dotShapeList - Variable in class jpicedt.graphic.view.AbstractCurveView
 
dotStroke - Variable in class jpicedt.graphic.view.AbstractCurveView
 
dotXAxis() - Method in class jpicedt.graphic.util.VecPolynomial
Effectue le porduit scalaire entre le polynôme this et PicVector.X_AXIS de façon optimisée par rapport à l'usage de la méthode dot.
dotYAxis() - Method in class jpicedt.graphic.util.VecPolynomial
Effectue le porduit scalaire entre le polynôme this et PicVector.Y_AXIS de façon optimisée par rapport à l'usage de la méthode dot.
DOUBLE - Static variable in class jpicedt.format.input.util.ExpressionConstants
type for NumericalExpression
DOUBLE_ABSOLUTE_TOLERANCE - Static variable in class jpicedt.util.math.MathConstants
 
DOUBLE_COLOR - Static variable in class jpicedt.graphic.model.PicAttributeName
 
DOUBLE_LINE - Static variable in class jpicedt.graphic.model.PicAttributeName
 
DOUBLE_SEP - Static variable in class jpicedt.graphic.model.PicAttributeName
 
doubleToString(double) - Static method in class jpicedt.graphic.PEToolKit
Returns a string representation of the given double.
doubleToString(Double) - Static method in class jpicedt.graphic.PEToolKit
 
DPMM - Static variable in class jpicedt.graphic.PageFormat
screen dot per mm ; used during coordinates translation from model to view.
draw(StringBuffer, Element, BitSet) - Method in class jpicedt.format.output.tikz.TikzFormatter
Insère dans le tampon buf la macro \draw avec les paramètres correspondant à l'élément de dessin e.
draw(StringBuffer, Element) - Method in class jpicedt.format.output.tikz.TikzFormatter
 
DRAW - Static variable in class jpicedt.graphic.toolkit.CursorFactory
 
drawing - Variable in class jpicedt.graphic.io.formatter.AbstractDrawingFormatter
 
drawing - Variable in class jpicedt.graphic.io.parser.ParsedDrawing
 
Drawing - Class in jpicedt.graphic.model
An extensible array used to store Elements This is the MODEL part of the View-Model-Controller paradigm (aka javax.swing.text.Document), aimed at being plugged into an existing PECanvas.
Drawing() - Constructor for class jpicedt.graphic.model.Drawing
Construct a new empty Drawing
Drawing(Collection<Element>) - Constructor for class jpicedt.graphic.model.Drawing
Construct a new Drawing from the given Collection, which is supposed to contain Element's.
Drawing(BranchElement) - Constructor for class jpicedt.graphic.model.Drawing
Construct a new Drawing whose content is initialized from the content of the given BranchElement.
Drawing(Drawing) - Constructor for class jpicedt.graphic.model.Drawing
Cloning constructor.
drawing - Variable in class jpicedt.graphic.PECanvas
the model for this canvas
Drawing.BoundingBox - Class in jpicedt.graphic.model
 
Drawing.BoundingBox() - Constructor for class jpicedt.graphic.model.Drawing.BoundingBox
 
Drawing.BoundingBox(Drawing.BoundingBox) - Constructor for class jpicedt.graphic.model.Drawing.BoundingBox
"cloning" constructor (to be used by clone())
Drawing.Customizer - Class in jpicedt.graphic.model
a customizer for editing the bounding box
Drawing.Customizer() - Constructor for class jpicedt.graphic.model.Drawing.Customizer
Construct a customizer for editing the bounding box
Drawing.DefaultDrawingEvent - Class in jpicedt.graphic.model
An implementation of DrawingEvent.
Drawing.DefaultDrawingEvent(Element, DrawingEvent.EventType) - Constructor for class jpicedt.graphic.model.Drawing.DefaultDrawingEvent
 
Drawing.RootElement - Class in jpicedt.graphic.model
The Element that is the root of the tree of Element's in this Drawing.
Drawing.RootElement() - Constructor for class jpicedt.graphic.model.Drawing.RootElement
Construct a new empty RootElement
Drawing.RootElement(BranchElement) - Constructor for class jpicedt.graphic.model.Drawing.RootElement
construct a new RootElement whose content is initialized from the content of the given BranchElement Children are cloned beforehands, so it's perfectly safe to use this constructor when one doesn't want to modify the initial content of the given BranchElement.
Drawing.RootElement(Collection<Element>) - Constructor for class jpicedt.graphic.model.Drawing.RootElement
Create a new BranchElement from the content of the given Collection of Element's.
DRAWING_CHANGE - Static variable in class jpicedt.graphic.PECanvas
property name for drawing-change events
DRAWING_TRANSLATE - Static variable in class jpicedt.graphic.toolkit.ConvexZoneToolFactory
 
DRAWING_TRIM - Static variable in class jpicedt.graphic.toolkit.ConvexZoneToolFactory
 
DrawingEvent - Interface in jpicedt.graphic.event
Interface for notifications of changes in a Drawing.
DrawingEvent.EventType - Enum in jpicedt.graphic.event
Enumeration for DrawingEvent types.
DrawingListener - Interface in jpicedt.graphic.event
Interface for an observer to receive notifications of changes made to a Drawing.
DrawToolFactory - Class in jpicedt.graphic.toolkit
A factory that produces mouse-tools for drawing (ie adding) graphical element's to a canvas.
DrawToolFactory(EditorKit) - Constructor for class jpicedt.graphic.toolkit.DrawToolFactory
 
DrawToolFactory.AbstractCurveDrawTool - Class in jpicedt.graphic.toolkit
a MouseTool suited for drawing any element inheriting from AbstractCurve.
DrawToolFactory.AbstractCurveDrawTool(AbstractCurve) - Constructor for class jpicedt.graphic.toolkit.DrawToolFactory.AbstractCurveDrawTool
 
DrawToolFactory.GenericDrawTool - Class in jpicedt.graphic.toolkit
A MouseTool aimed at drawing new Elements.
DrawToolFactory.GenericDrawTool(Element, EditPointConstraint.EditConstraint, int[][]) - Constructor for class jpicedt.graphic.toolkit.DrawToolFactory.GenericDrawTool
 
DrawToolFactory.GenericDrawTool(Element, EditPointConstraint.EditConstraint) - Constructor for class jpicedt.graphic.toolkit.DrawToolFactory.GenericDrawTool
The drawPoints array gets computed from all available control-points for the given element.
DrawToolFactory.TextDrawTool - Class in jpicedt.graphic.toolkit
A tool used to place PicText's ; it opens a dialog box for editing text content.
DrawToolFactory.TextDrawTool(PicText) - Constructor for class jpicedt.graphic.toolkit.DrawToolFactory.TextDrawTool
 
DrawToolFactory.TextInputDialog - Class in jpicedt.graphic.toolkit
A special window for textinput in a textarea
DrawToolFactory.TextInputDialog() - Constructor for class jpicedt.graphic.toolkit.DrawToolFactory.TextInputDialog
 
drawWithOptions(StringBuffer, Element) - Method in class jpicedt.format.output.tikz.TikzFormatter
 
drawWithOptions(StringBuffer, Element, BitSet) - Method in class jpicedt.format.output.tikz.TikzFormatter
 
DXF_FALLBACK_TEMPLATE - Static variable in class jpicedt.format.output.dxf.DXFConstants
Patron minimal, au cas ou le fichier de ressource ne peut être traité
DXFCommentFormatter - Class in jpicedt.format.output.dxf
Permet de formatter les commentaires adaptés pour l'enfouissement du code JPIC-XML à l'intérieur du fichier DXF (marque déposée).
DXFCommentFormatter(FormatterFactory) - Constructor for class jpicedt.format.output.dxf.DXFCommentFormatter
 
DXFConstants - Class in jpicedt.format.output.dxf
paramètres "Drawing eXchange Format" : ces parametrès sont utilisé par le DXFFormatter.
DXFConstants() - Constructor for class jpicedt.format.output.dxf.DXFConstants
 
DXFConstants.DXFVersion - Enum in jpicedt.format.output.dxf
 
DXFContentType - Class in jpicedt.format.output.dxf
Spécifie le type de contenue pour des Drawing créés par des editor-kits.
DXFContentType() - Constructor for class jpicedt.format.output.dxf.DXFContentType
 
DXFCustomization - Interface in jpicedt.format.output.dxf
Interface de manipulation des préférences utilisateur pour la conversion entre les formats DXF (marque déposée) et jPicEdt.
DXFCustomizer - Class in jpicedt.format.output.dxf
Un panneau pour l'édition des préférences utilisateur pour la conversion entre les formats DXF (marque déposée) et jPicEdt.
DXFCustomizer(Properties) - Constructor for class jpicedt.format.output.dxf.DXFCustomizer
Construit un nouveau panneau pour l'édition des préférences DXF (marque déposée).
DXFCustomProperties - Class in jpicedt.format.output.dxf
Préférences utilisateurs pour l'import/export de dessins au format DXF (marque déposée).
DXFEmptyDrawingBoundingBox - Class in jpicedt.format.output.dxf
Boîte bornante par défaut pour un dessin vide dans le cadre de l'encodage pour le format de sortie DXF (marque déposée).
DXFEmptyDrawingBoundingBox() - Constructor for class jpicedt.format.output.dxf.DXFEmptyDrawingBoundingBox
 
DXFExtractor - Class in jpicedt.format.input.dxf
 
DXFExtractor() - Constructor for class jpicedt.format.input.dxf.DXFExtractor
 
DXFFormatter - Class in jpicedt.format.output.dxf
Autocad DXF (marque déposée) (Drawing eXchange Format) formatter.
DXFFormatter() - Constructor for class jpicedt.format.output.dxf.DXFFormatter
 
DXFJPICXmlExtractor - Class in jpicedt.format.input.dxf
Cette classe permet d'extraire le code JPIC-XML enfoui dans un fichier au format de sauvegarde DXF.
DXFJPICXmlExtractor() - Constructor for class jpicedt.format.input.dxf.DXFJPICXmlExtractor
 
DXFParser - Class in jpicedt.format.input.dxf
Analyse syntaxique d'un dessin codé en DXF.
DXFParser() - Constructor for class jpicedt.format.input.dxf.DXFParser
 
DXFStringBuffer - Class in jpicedt.format.output.dxf
Étend StringBuffer (ce n'est pas vraiment une extension de classe car StringBuffer est final) pour les besoins du formattage DXF (marque déposée).
DXFStringBuffer(int, String) - Constructor for class jpicedt.format.output.dxf.DXFStringBuffer
 
DXFTaggedValue - Class in jpicedt.format.output.dxf
Couple étiquette/valeur.
DXFTaggedValue() - Constructor for class jpicedt.format.output.dxf.DXFTaggedValue
 
DXFTaggedValue.DXFEntitiesFormatter - Class in jpicedt.format.output.dxf
 
DXFTaggedValue.DXFEntitiesFormatter() - Constructor for class jpicedt.format.output.dxf.DXFTaggedValue.DXFEntitiesFormatter
 
DXFTaggedValue.DXFExtMaxFormatter - Class in jpicedt.format.output.dxf
 
DXFTaggedValue.DXFExtMaxFormatter() - Constructor for class jpicedt.format.output.dxf.DXFTaggedValue.DXFExtMaxFormatter
 
DXFTaggedValue.DXFExtMinFormatter - Class in jpicedt.format.output.dxf
 
DXFTaggedValue.DXFExtMinFormatter() - Constructor for class jpicedt.format.output.dxf.DXFTaggedValue.DXFExtMinFormatter
 
DXFTaggedValue.DXFTaggedDouble - Class in jpicedt.format.output.dxf
 
DXFTaggedValue.DXFTaggedDouble(int, double) - Constructor for class jpicedt.format.output.dxf.DXFTaggedValue.DXFTaggedDouble
 
DXFTaggedValue.DXFTaggedInteger - Class in jpicedt.format.output.dxf
 
DXFTaggedValue.DXFTaggedInteger(int, int) - Constructor for class jpicedt.format.output.dxf.DXFTaggedValue.DXFTaggedInteger
 
DXFTaggedValue.DXFTaggedString - Class in jpicedt.format.output.dxf
 
DXFTaggedValue.DXFTaggedString(int, String) - Constructor for class jpicedt.format.output.dxf.DXFTaggedValue.DXFTaggedString
 
DXFTemplateParseException - Exception in jpicedt.format.output.dxf
Exceptions se produisant lors de l'analyse d'un patron de DXF (marque déposée).
DXFTemplateParseException.InvalidLine - Exception in jpicedt.format.output.dxf
 
DXFTemplateParseException.InvalidLine(int) - Constructor for exception jpicedt.format.output.dxf.DXFTemplateParseException.InvalidLine
 
DXFTemplateParseException.MissingGroupValue - Exception in jpicedt.format.output.dxf
 
DXFTemplateParseException.MissingGroupValue(int) - Constructor for exception jpicedt.format.output.dxf.DXFTemplateParseException.MissingGroupValue
 
DXFTemplateParseException.UnknownCommand - Exception in jpicedt.format.output.dxf
 
DXFTemplateParseException.UnknownCommand(int) - Constructor for exception jpicedt.format.output.dxf.DXFTemplateParseException.UnknownCommand
 
DXFTemplateParser - Class in jpicedt.format.output.dxf
 
DXFTemplateParser(String) - Constructor for class jpicedt.format.output.dxf.DXFTemplateParser
 
DXFViewFactory - Class in jpicedt.format.output.dxf
Une fabrique pour créer une View pour un Element donné quand le type de contenu est DXF (marque déposée).
DXFViewFactory() - Constructor for class jpicedt.format.output.dxf.DXFViewFactory
 

E

E_RESIZE - Static variable in class jpicedt.graphic.toolkit.CursorFactory
 
EDGE_NCCURVE - Static variable in class jpicedt.graphic.model.PicNodeConnection
 
EDGE_NCLINE - Static variable in class jpicedt.graphic.model.PicNodeConnection
 
EDIT - Static variable in class jpicedt.graphic.toolkit.ConvexZoneToolFactory
 
EDIT_MODE_CHANGE - Static variable in class jpicedt.graphic.toolkit.EditorKit
property name for edit mode change : "edit-mode"
EDIT_POINT - Static variable in class jpicedt.graphic.toolkit.EditorKit
point edition tool
EditConvexZoneMouseTransformFactory - Class in jpicedt.graphic.toolkit
 
EditConvexZoneMouseTransformFactory(EditorKit) - Constructor for class jpicedt.graphic.toolkit.EditConvexZoneMouseTransformFactory
Crée un nouvel examplaire de EditConvexZoneMouseTransformFactory.
EditConvexZoneMouseTransformFactory.MoveConvexZoneTransform - Class in jpicedt.graphic.toolkit
Une transformation de souris qui peut translater un ensemble de zone convexe.
EditConvexZoneMouseTransformFactory.MoveConvexZoneTransform(ConvexZoneGroup, int, PicPoint, Grid) - Constructor for class jpicedt.graphic.toolkit.EditConvexZoneMouseTransformFactory.MoveConvexZoneTransform
 
EditConvexZoneMouseTransformFactory.MoveConvexZoneTransform(ConvexZoneGroup, PicPoint, Grid) - Constructor for class jpicedt.graphic.toolkit.EditConvexZoneMouseTransformFactory.MoveConvexZoneTransform
 
EditConvexZoneMouseTransformFactory.SelectConvexZonesInAreaTransform - Class in jpicedt.graphic.toolkit
a mouse-transform that selects all elements inside a rectangle dragged by the user
EditConvexZoneMouseTransformFactory.SelectConvexZonesInAreaTransform(ConvexZoneGroup, boolean) - Constructor for class jpicedt.graphic.toolkit.EditConvexZoneMouseTransformFactory.SelectConvexZonesInAreaTransform
 
EditConvexZoneMouseTransformFactory.UnselectTransform - Class in jpicedt.graphic.toolkit
 
EditConvexZoneMouseTransformFactory.UnselectTransform(ConvexZoneGroup) - Constructor for class jpicedt.graphic.toolkit.EditConvexZoneMouseTransformFactory.UnselectTransform
 
EditElementMouseTransformFactory - Class in jpicedt.graphic.toolkit
A factory that produces MouseTransform's that may be plugged into the SelectionTool mouse tool.
EditElementMouseTransformFactory(EditorKit) - Constructor for class jpicedt.graphic.toolkit.EditElementMouseTransformFactory
 
EditElementMouseTransformFactory._MoveControlPointTransform - Class in jpicedt.graphic.toolkit
a mouse-transform that moves element's end-points, ie aka scales elements
EditElementMouseTransformFactory._MoveControlPointTransform(Element, int, EditPointConstraint, String, Grid) - Constructor for class jpicedt.graphic.toolkit.EditElementMouseTransformFactory._MoveControlPointTransform
 
EditElementMouseTransformFactory._MoveElementTransform - Class in jpicedt.graphic.toolkit
A mouse-transform that can translate an element, or a group of element.
EditElementMouseTransformFactory._MoveElementTransform(BranchElement, int, PicPoint, Grid) - Constructor for class jpicedt.graphic.toolkit.EditElementMouseTransformFactory._MoveElementTransform
 
EditElementMouseTransformFactory._MoveElementTransform(Element, PicPoint, Grid) - Constructor for class jpicedt.graphic.toolkit.EditElementMouseTransformFactory._MoveElementTransform
 
EditElementMouseTransformFactory.MoveControlPointTransform - Class in jpicedt.graphic.toolkit
a mouse-transform that moves element's end-points, ie aka scales elements.
EditElementMouseTransformFactory.MoveControlPointTransform(Element, int, EditPointConstraint, String, Grid) - Constructor for class jpicedt.graphic.toolkit.EditElementMouseTransformFactory.MoveControlPointTransform
 
EditElementMouseTransformFactory.MoveElementTransform - Class in jpicedt.graphic.toolkit
A mouse-transform that can translate an element, or a group of element.
EditElementMouseTransformFactory.MoveElementTransform(BranchElement, int, PicPoint, Grid) - Constructor for class jpicedt.graphic.toolkit.EditElementMouseTransformFactory.MoveElementTransform
 
EditElementMouseTransformFactory.MoveElementTransform(Element, PicPoint, Grid) - Constructor for class jpicedt.graphic.toolkit.EditElementMouseTransformFactory.MoveElementTransform
 
EditElementMouseTransformFactory.SelectElementsDialogTransform - Class in jpicedt.graphic.toolkit
a mouse-transform that opens up a Dialog to allow the user to selects elements by hand
EditElementMouseTransformFactory.SelectElementsDialogTransform(HitInfo) - Constructor for class jpicedt.graphic.toolkit.EditElementMouseTransformFactory.SelectElementsDialogTransform
 
EditElementMouseTransformFactory.SelectElementsInAreaTransform - Class in jpicedt.graphic.toolkit
a mouse-transform that selects all elements inside a rectangle dragged by the user
EditElementMouseTransformFactory.SelectElementsInAreaTransform(Element, boolean) - Constructor for class jpicedt.graphic.toolkit.EditElementMouseTransformFactory.SelectElementsInAreaTransform
 
EditElementMouseTransformFactory.UnselectTransform - Class in jpicedt.graphic.toolkit
 
EditElementMouseTransformFactory.UnselectTransform(Element) - Constructor for class jpicedt.graphic.toolkit.EditElementMouseTransformFactory.UnselectTransform
 
EDITOR_KIT_CHANGE - Static variable in class jpicedt.graphic.PECanvas
property name for editorkit-change events
EditorKit - Class in jpicedt.graphic.toolkit
A pluggable EditorKit for a PECanvas, that mainly provides mouse-tool management, e.g. zooming, selecting and drawing capabilities, together with a set of Action's.
EditorKit() - Constructor for class jpicedt.graphic.toolkit.EditorKit
Construct a new EditorKit with SELECT being the default initial edit-mode, and a default viewfactory.
EditorKit(ContentType, EditorKit) - Constructor for class jpicedt.graphic.toolkit.EditorKit
Construct a new EditorKit with SELECT being the default initial edit-mode.
editorKit - Variable in class jpicedt.graphic.toolkit.SelectionTool
 
EditorKit.ActivateSnapAction - Class in jpicedt.graphic.toolkit
Toggles grid-snap activation
EditorKit.ActivateSnapAction(ActionDispatcher, ActionLocalizer) - Constructor for class jpicedt.graphic.toolkit.EditorKit.ActivateSnapAction
 
EditorKit.CopyAction - Class in jpicedt.graphic.toolkit
Copy target's content to clipboard
EditorKit.CopyAction(ActionDispatcher, ActionLocalizer, Clipboard) - Constructor for class jpicedt.graphic.toolkit.EditorKit.CopyAction
 
EditorKit.CutAction - Class in jpicedt.graphic.toolkit
Cut target's content to clipboard
EditorKit.CutAction(ActionDispatcher, ActionLocalizer, Clipboard) - Constructor for class jpicedt.graphic.toolkit.EditorKit.CutAction
 
EditorKit.DeleteAction - Class in jpicedt.graphic.toolkit
Delete the current selection
EditorKit.DeleteAction(ActionDispatcher, ActionLocalizer) - Constructor for class jpicedt.graphic.toolkit.EditorKit.DeleteAction
 
EditorKit.DeleteConvexZoneAction - Class in jpicedt.graphic.toolkit
 
EditorKit.DeleteConvexZoneAction(ActionDispatcher, ActionLocalizer) - Constructor for class jpicedt.graphic.toolkit.EditorKit.DeleteConvexZoneAction
 
EditorKit.EditBoundingBoxAction - Class in jpicedt.graphic.toolkit
Edit Drawing's bounding box.
EditorKit.EditBoundingBoxAction(ActionDispatcher, ActionLocalizer) - Constructor for class jpicedt.graphic.toolkit.EditorKit.EditBoundingBoxAction
 
EditorKit.EditDispositionAction - Class in jpicedt.graphic.toolkit
Bring one or more selected objets to back, to front, forward or backward.
EditorKit.EditDispositionAction(ActionDispatcher, ActionLocalizer, String) - Constructor for class jpicedt.graphic.toolkit.EditorKit.EditDispositionAction
Change the layer-disposition of one or more selected objects if there's one (and only ONE !
EditorKit.EditGeometryAction - Class in jpicedt.graphic.toolkit
Open a dialog that allows the user to edit the geometry of the currently selected element from a dialog box.
EditorKit.EditGeometryAction(ActionDispatcher, ActionLocalizer) - Constructor for class jpicedt.graphic.toolkit.EditorKit.EditGeometryAction
target=currently selected object if there's one, no effect otherwise.
EditorKit.EditGeometryAction(ActionDispatcher, ActionLocalizer, Element) - Constructor for class jpicedt.graphic.toolkit.EditorKit.EditGeometryAction
target=given element
EditorKit.EditTextModeAction - Class in jpicedt.graphic.toolkit
Allows the user to switch the text to a small icon and back to full size.
EditorKit.EditTextModeAction(ActionDispatcher, ActionLocalizer) - Constructor for class jpicedt.graphic.toolkit.EditorKit.EditTextModeAction
target=currently selected object if there's one, no effect otherwise.
EditorKit.EditTextModeAction(ActionDispatcher, ActionLocalizer, Element) - Constructor for class jpicedt.graphic.toolkit.EditorKit.EditTextModeAction
target=given element
EditorKit.GroupAction - Class in jpicedt.graphic.toolkit
Group all selected objects into a new PicGroup.
EditorKit.GroupAction(ActionDispatcher, ActionLocalizer) - Constructor for class jpicedt.graphic.toolkit.EditorKit.GroupAction
set "GroupAction" as the action's name
EditorKit.JoinCurvesAction - Class in jpicedt.graphic.toolkit
Join all selected objects of type PicMultiCurveConvertable into a new PicMultiCurve.
EditorKit.JoinCurvesAction(ActionDispatcher, ActionLocalizer) - Constructor for class jpicedt.graphic.toolkit.EditorKit.JoinCurvesAction
 
EditorKit.PasteAction - Class in jpicedt.graphic.toolkit
Paste the content of the given ClipBoard into the target canvas.
EditorKit.PasteAction(ActionDispatcher, ActionLocalizer, Clipboard) - Constructor for class jpicedt.graphic.toolkit.EditorKit.PasteAction
paste from the given clipboard
EditorKit.PasteAction(ActionDispatcher, ActionLocalizer) - Constructor for class jpicedt.graphic.toolkit.EditorKit.PasteAction
Paste from System clipboard ; action name = PasteSpecial
EditorKit.SelectAllAction - Class in jpicedt.graphic.toolkit
selects all objects in the current active internal frame
EditorKit.SelectAllAction(ActionDispatcher, ActionLocalizer) - Constructor for class jpicedt.graphic.toolkit.EditorKit.SelectAllAction
 
EditorKit.SelectMouseToolAction - Class in jpicedt.graphic.toolkit
Sets the current mouse-tool for the editor-kit.
EditorKit.SelectMouseToolAction(ActionDispatcher, ActionLocalizer, String) - Constructor for class jpicedt.graphic.toolkit.EditorKit.SelectMouseToolAction
Construct a new SelectMouseToolAction for the given mouse-tool name.
EditorKit.ShowGridAction - Class in jpicedt.graphic.toolkit
Toggles grid's visible state
EditorKit.ShowGridAction(ActionDispatcher, ActionLocalizer) - Constructor for class jpicedt.graphic.toolkit.EditorKit.ShowGridAction
set "GridVisible" as the action's name
EditorKit.ToggleEditPointsModeAction - Class in jpicedt.graphic.toolkit
Toggles the EditorKit's edit-points-mode b/w LOCAL_MODE and GLOBAL_MODE.
EditorKit.ToggleEditPointsModeAction(ActionDispatcher, ActionLocalizer) - Constructor for class jpicedt.graphic.toolkit.EditorKit.ToggleEditPointsModeAction
Construct a new ToggleEditPointsModeAction.
EditorKit.ToggleUseConvexZoneModeAction - Class in jpicedt.graphic.toolkit
Bascule le mode use-convex-zone-mode de l'EditorKit entre USE et NOT_USE.
EditorKit.ToggleUseConvexZoneModeAction(ActionDispatcher, ActionLocalizer) - Constructor for class jpicedt.graphic.toolkit.EditorKit.ToggleUseConvexZoneModeAction
Construct a new ToggleUseConvexZoneModeAction.
EditorKit.ZoomInAction - Class in jpicedt.graphic.toolkit
zoom in
EditorKit.ZoomInAction(ActionDispatcher, ActionLocalizer) - Constructor for class jpicedt.graphic.toolkit.EditorKit.ZoomInAction
 
EditorKit.ZoomOutAction - Class in jpicedt.graphic.toolkit
zoom out
EditorKit.ZoomOutAction(ActionDispatcher, ActionLocalizer) - Constructor for class jpicedt.graphic.toolkit.EditorKit.ZoomOutAction
 
EditorKitEvent - Class in jpicedt.graphic.event
A class that allows an EditorKit's mousetool to send high-level mouse-events, i.e. somehow pre-processed by the EditorKit machinery.
EditorKitEvent(EditorKit, EditorKitEvent.EventType, HitInfo) - Constructor for class jpicedt.graphic.event.EditorKitEvent
contruct a new EditorKitEvent.
EditorKitEvent.EventType - Class in jpicedt.graphic.event
typesafe enumeration of allowed event types
EditorKitListener - Interface in jpicedt.graphic.event
Interface for an observer to receive notifications of changes produced by an EditorKit
editorKitUpdate(EditorKitEvent) - Method in interface jpicedt.graphic.event.EditorKitListener
called by the sourcing EditorKit to signal a change
EditPointConstraint - Interface in jpicedt.graphic.model
Interface pour passer des contraintes à la méthode Element.setCtrlPt().
EditPointConstraint.EditConstraint - Enum in jpicedt.graphic.model
Énuméré de contraint pour setCtrlPt()
EditPointMouseTransformFactory - Class in jpicedt.graphic.toolkit
A factory that produces MouseTransform's that may be plugged into the SelectionTool mouse-tool.
EditPointMouseTransformFactory(EditorKit) - Constructor for class jpicedt.graphic.toolkit.EditPointMouseTransformFactory
 
EditPointMouseTransformFactory.EditSmoothCoeffTransform - Class in jpicedt.graphic.toolkit
a mouse-transform that edit smooth-coefficients for a PicSmoothPolygon (edit ALL selected points at once)
EditPointMouseTransformFactory.EditSmoothCoeffTransform() - Constructor for class jpicedt.graphic.toolkit.EditPointMouseTransformFactory.EditSmoothCoeffTransform
 
EditPointMouseTransformFactory.RemovePointTransform - Class in jpicedt.graphic.toolkit
a mouse-transform that removes selected points to/from extensible curves or parallelogram/ellipses after conversion to a multicurve.
EditPointMouseTransformFactory.RemovePointTransform() - Constructor for class jpicedt.graphic.toolkit.EditPointMouseTransformFactory.RemovePointTransform
 
EditPointMouseTransformFactory.SelectedPointsHandler - Class in jpicedt.graphic.toolkit
Helper class for SelectPointsInAreaTransform.
EditPointMouseTransformFactory.SelectedPointsHandler() - Constructor for class jpicedt.graphic.toolkit.EditPointMouseTransformFactory.SelectedPointsHandler
 
EditPointMouseTransformFactory.SelectElementTransform - Class in jpicedt.graphic.toolkit
 
EditPointMouseTransformFactory.SelectElementTransform(Element) - Constructor for class jpicedt.graphic.toolkit.EditPointMouseTransformFactory.SelectElementTransform
 
EditPointMouseTransformFactory.SelectPointsInAreaTransform - Class in jpicedt.graphic.toolkit
a mouse-transform that selects all elements inside a rectangle dragged by the user
EditPointMouseTransformFactory.SelectPointsInAreaTransform(boolean) - Constructor for class jpicedt.graphic.toolkit.EditPointMouseTransformFactory.SelectPointsInAreaTransform
 
EditPointMouseTransformFactory.SelectPointsInAreaTransform(HitInfo.Point, boolean) - Constructor for class jpicedt.graphic.toolkit.EditPointMouseTransformFactory.SelectPointsInAreaTransform
 
EditPointMouseTransformFactory.SplitSegmentTransform - Class in jpicedt.graphic.toolkit
a mouse-transform that add points to extensible curves
EditPointMouseTransformFactory.SplitSegmentTransform(AbstractCurve, int, Grid) - Constructor for class jpicedt.graphic.toolkit.EditPointMouseTransformFactory.SplitSegmentTransform
 
EditPointMouseTransformFactory.UnSelectPointTransform - Class in jpicedt.graphic.toolkit
a mouse-transform that unselects points
EditPointMouseTransformFactory.UnSelectPointTransform(HitInfo.Point) - Constructor for class jpicedt.graphic.toolkit.EditPointMouseTransformFactory.UnSelectPointTransform
 
EEPIC_BLACKEN - Static variable in class jpicedt.format.output.eepic.EepicViewFactory
 
EEPIC_COLOR - Static variable in class jpicedt.format.output.eepic.EepicViewFactory
 
EEPIC_SHADE - Static variable in class jpicedt.format.output.eepic.EepicViewFactory
 
EEPIC_STROKE - Static variable in class jpicedt.format.output.eepic.EepicViewFactory
 
EEPIC_WHITEN - Static variable in class jpicedt.format.output.eepic.EepicViewFactory
 
EepicConstants - Class in jpicedt.format.output.eepic
Constants useful for Eepic formatters
EepicConstants() - Constructor for class jpicedt.format.output.eepic.EepicConstants
 
EepicContentType - Class in jpicedt.format.output.eepic
Specifies content-type for Drawing's created by editor-kits.
EepicContentType() - Constructor for class jpicedt.format.output.eepic.EepicContentType
 
EepicCustomizer - Class in jpicedt.format.output.eepic
a panel for Epic/Eepic preferences editing
EepicCustomizer(Properties) - Constructor for class jpicedt.format.output.eepic.EepicCustomizer
construct a new panel for epic/eepic preferences editing.
EepicDrawlineCommand - Class in jpicedt.format.input.eepic
Eepic open polygon, possibly dashed : \\drawline[stretch](x1,y1)...
EepicDrawlineCommand(Pool) - Constructor for class jpicedt.format.input.eepic.EepicDrawlineCommand
 
EepicFormatter - Class in jpicedt.format.output.eepic
Formatter for the eepic package.
EepicFormatter() - Constructor for class jpicedt.format.output.eepic.EepicFormatter
Constructor using default properties values
EepicFormatter.DrawingFormatter - Class in jpicedt.format.output.eepic
 
EepicFormatter.DrawingFormatter(Drawing, Object) - Constructor for class jpicedt.format.output.eepic.EepicFormatter.DrawingFormatter
init this formater for the given drawing
EepicLineThicknessExpression - Class in jpicedt.format.input.eepic
\thinlines or \thicklines or (eepic) \Thicklines
EepicLineThicknessExpression(Pool) - Constructor for class jpicedt.format.input.eepic.EepicLineThicknessExpression
 
EepicParser - Class in jpicedt.format.input.eepic
Grammar tree for the epic/eepic parser.
EepicParser(Pool) - Constructor for class jpicedt.format.input.eepic.EepicParser
Creates a new grammar tree for the Eepic format
EepicPathCommand - Class in jpicedt.format.input.eepic
Eepic "fast" (solid) polygon : \\path(x1,y1)...
EepicPathCommand(Pool) - Constructor for class jpicedt.format.input.eepic.EepicPathCommand
 
EepicViewFactory - Class in jpicedt.format.output.eepic
A factory to create a View for a given Element when the content type for the model is Eepic.
EepicViewFactory() - Constructor for class jpicedt.format.output.eepic.EepicViewFactory
 
elem - Variable in class jpicedt.graphic.model.DefaultPointIndexIterator
 
element - Variable in class jpicedt.format.output.eepic.PicParallelogramFormatter
the Element this formater acts upon
element - Variable in class jpicedt.format.output.latex.PicParallelogramFormatter
the Element this formater acts upon
element - Variable in class jpicedt.format.output.pstricks.AbstractCurveFormatter
the Element this formatter acts upon
Element - Interface in jpicedt.graphic.model
This interface specifies the general contract for models of graphic elements that may be added to a Drawing.
element - Variable in class jpicedt.graphic.model.NodeConnectionManager
 
element - Variable in class jpicedt.graphic.view.AbstractView
The graphic element that this View renders.
element - Variable in class jpicedt.graphic.view.highlighter.DefaultHighlighter
highlighted Element
ELEMENT_CLICKED - Static variable in class jpicedt.graphic.event.EditorKitEvent.EventType
signals that the user clicked on a graphic element [SR:pending] change name to ON_MOUSE_CLICK ?
ELEMENT_ENTERED - Static variable in class jpicedt.graphic.event.EditorKitEvent.EventType
signal that the mouse-cursor entered the sensitive area of a graphic element [SR:pending] change name to ON_MOUVE_OVER to conform to W3C's DOM for XML-SVG ?
ELEMENT_EXITED - Static variable in class jpicedt.graphic.event.EditorKitEvent.EventType
signals that the mouse-cursor exited the sensitive area of a graphic element
elements - Variable in class jpicedt.graphic.event.SelectionEvent
the elements that were (un)selected
ElementSelectionTool - Class in jpicedt.graphic.toolkit
 
ElementSelectionTool(EditorKit, MouseTransformFactory) - Constructor for class jpicedt.graphic.toolkit.ElementSelectionTool
 
ellipse - Variable in class jpicedt.format.output.dxf.PicEllipseFormatter
l'Element sur lequel ce formateur agit
ellipse - Variable in class jpicedt.format.output.latex.PicEllipseFormatter
the Element this formater acts upon
ellipse - Variable in class jpicedt.format.output.tikz.PicEllipseFormatter
les éléments sur lesquels ce formatteur agit
ELLIPSE - Static variable in class jpicedt.graphic.toolkit.DrawToolFactory
 
ELLIPSE_AS_ELLIPSE - Static variable in class jpicedt.format.output.dxf.DXFConstants
 
ELLIPSE_FROM_PARALLELO - Static variable in class jpicedt.graphic.toolkit.DrawToolFactory
 
EllipseHighlighter - Class in jpicedt.graphic.view.highlighter
a Highlighter for PicEllipse's.
EllipseHighlighter(PicEllipse, DefaultHighlighterFactory) - Constructor for class jpicedt.graphic.view.highlighter.EllipseHighlighter
construct a new Highlighter for the given ellipse
EllipseView - Class in jpicedt.format.output.eepic
view for ellipses specific to the Epic/Eepic content type.
EllipseView(PicEllipse, EepicViewFactory) - Constructor for class jpicedt.format.output.eepic.EllipseView
Construct a View for the given PicEllipse.
EllipseView - Class in jpicedt.format.output.latex
view for ellipse specific to the LaTeX picture environment.
EllipseView(PicEllipse, LatexViewFactory) - Constructor for class jpicedt.format.output.latex.EllipseView
 
EllipseView - Class in jpicedt.graphic.view
a View for rendering ellipses defined by a parallelogram
EllipseView(PicEllipse, AttributesViewFactory) - Constructor for class jpicedt.graphic.view.EllipseView
construct a new View for the given ellipse
EMPTY_BITSET - Static variable in class jpicedt.format.output.tikz.TikzConstants
 
EnclosingExpression - Class in jpicedt.format.input.util
An expression that can encompass a sub-expression it encloses with markers, e.g. "{" + sub-expression + "}"
The interpret() methods work as follows :
look up an endMarker matching beginMarker in Context.getRemainingSubstring (that is, skip enclosed blocks with the same markers type) set this endMarker as the new Context's endMarker save enclosed expression as "value", and interpret it restore old Context's endMarker
EnclosingExpression(String, AbstractRegularExpression, String, boolean) - Constructor for class jpicedt.format.input.util.EnclosingExpression
 
EnclosingExpression(String, AbstractRegularExpression, String) - Constructor for class jpicedt.format.input.util.EnclosingExpression
 
endDocument() - Method in class jpicedt.graphic.io.parser.JPICXmlHandler
 
endElement(String, String, String) - Method in class jpicedt.graphic.io.parser.JPICXmlHandler
 
EndPictureExpression - Class in jpicedt.format.input.latex
\end{picture}
EndPictureExpression() - Constructor for class jpicedt.format.input.latex.EndPictureExpression
 
EndPsPictureExpression - Class in jpicedt.format.input.pstricks
\end{pspicture} and/or \endpspicture.
EndPsPictureExpression() - Constructor for class jpicedt.format.input.pstricks.EndPsPictureExpression
 
endUndoableUpdate() - Method in class jpicedt.graphic.PECanvas
Ends the current UndoableEdit and fire an event to registered listeners.
enlargeTo(Rectangle2D) - Method in class jpicedt.graphic.PageFormat
Adjusts this PageFormat so that it is not smaller than the given rectangle (in mm)
enterBlock(int) - Method in class jpicedt.format.input.util.Context
Save current markers in the stack, and set new block boundaries : new endBlockMarker is set to the given position new beginBlockMarker is set to the current caret position convenience marker is saved, and a new one is initialized to the beginning of the (new) current block.
entityHandle - Variable in class jpicedt.format.output.dxf.DXFFormatter
 
enumOf(int) - Static method in enum jpicedt.format.output.util.ColorFormatter.ColorEncoding
 
enumOf(String) - Static method in enum jpicedt.format.output.util.ColorFormatter.ColorEncoding
 
EnvConstants - Class in jpicedt.jpicedt_env
 
EnvConstants() - Constructor for class jpicedt.jpicedt_env.EnvConstants
 
eoCmdMark - Variable in class jpicedt.format.output.tikz.TikzFormatter
 
EOL - Static variable in class jpicedt.format.input.util.ExpressionConstants
constant for WildCharExpression
equals(Object) - Method in class jpicedt.graphic.model.BranchElement
 
equals(Object) - Method in class jpicedt.graphic.model.CtrlPtSubsetGroup
 
equals(Object) - Method in class jpicedt.graphic.PicPoint.XComparator
 
equals(Object) - Method in class jpicedt.graphic.PicPoint.YComparator
 
equals(Complex, double) - Method in class jpicedt.util.math.Complex
Renvoie absoluteIsCloseTo(z,Math.abs(tolerance)).
equals(Interval) - Method in class jpicedt.util.math.Interval
 
equals(Interval) - Method in class jpicedt.util.math.IntervalUnion
Compare à un intervalle
equals(Matrix) - Method in class jpicedt.util.math.Matrix
 
Eraser - Class in jpicedt.graphic.util
Calcule le résultat de l'effacement par une zone convexe z de n'importe quel Element e.
Eraser(Element, ConvexPolygonalZone) - Constructor for class jpicedt.graphic.util.Eraser
 
Eraser.EllipseEraser - Class in jpicedt.graphic.util
Classe spécialisée pour effacer une zone d'une PicEllipse.
Eraser.EllipseEraser(PicEllipse, ConvexPolygonalZone) - Constructor for class jpicedt.graphic.util.Eraser.EllipseEraser
 
Eraser.GroupEraser - Class in jpicedt.graphic.util
Classe spécialisée pour effacer une zone d'un PicGroup.
Eraser.MultiCurveEraser - Class in jpicedt.graphic.util
Classe spécialisée pour effacer une zone d'un PicMultiCurve.
Eraser.ParallelogramEraser - Class in jpicedt.graphic.util
Classe spécialisée pour effacer une zone d'un PicPallelogram.
error(SAXParseException) - Method in class jpicedt.graphic.io.parser.JPICXmlHandler
Receive notification of a recoverable parser error.
error(String) - Static method in class jpicedt.Log
 
eval(double) - Method in class jpicedt.util.math.Polynomial
évalue le polynôme this en x
eval(Complex) - Method in class jpicedt.util.math.Polynomial
évalue le polynôme this en x
EXACTLY - Static variable in class jpicedt.format.input.util.ExpressionConstants
RepeatExpression mode
exitBlock() - Method in class jpicedt.format.input.util.Context
Restore old markers (and forget current value), then move caret to the end of the block we just went out.
exp() - Method in class jpicedt.util.math.Complex
Returns the number e "raised to" a Complex power.
ExpressionConstants - Class in jpicedt.format.input.util
Constants used by subclasses of AbstractRegularExpression.
ExpressionConstants() - Constructor for class jpicedt.format.input.util.ExpressionConstants
 
extendByConvexHull(PicPoint[], int) - Method in class jpicedt.graphic.util.ConvexPolygonalZone
Étend la zone polygonal convexe this de sorte qu'elle soit l'enveloppe convexe de sa valeur actuelle et de l'ensemble de point points.
EXTENSIBLE - Static variable in class jpicedt.graphic.toolkit.ConvexZoneToolFactory
 
extractAndParse(Reader) - Method in class jpicedt.format.input.DefaultParser
Extraction d'un dessin codé à partir d'un fichier, et analyse syntaxique de ce dessin codé.
extractAndParse(Reader) - Method in class jpicedt.format.input.dxf.DXFParser
C'est juste fourni au cas où on voudrait brider JPicEdt pour qu'il ne soit capable de ne lire que du DXF (il suffirait d'utiliser DXFParser au lieu de JPICParser dans MiscUtilities.createParser().
extractAndParse(Reader) - Method in interface jpicedt.graphic.io.parser.ExtractionParsing
 
extractAndParse(Reader) - Method in class jpicedt.graphic.io.parser.JPICParser
kicks off the parsing process
extractAndParse(CodedContentExtraction, Parser, Reader) - Static method in class jpicedt.graphic.io.parser.JPICParser
 
extractAndParse(Reader) - Method in class jpicedt.graphic.io.parser.JPICXmlParser
C'est fourni au cas où on voudrait brider JPicEdt à un format de fichier donné.
extractCodedContent(String) - Method in class jpicedt.format.input.dxf.DXFExtractor
Recherche la séquence 0SECTION>CR> au début du fichier pour détecter que le fichier est au format DXF.
extractCodedContent(String) - Method in class jpicedt.format.input.util.TeXExtractor
 
extractCodedContent(String) - Method in interface jpicedt.graphic.io.parser.CodedContentExtraction
 
extractCodedContent(String) - Method in class jpicedt.graphic.io.parser.JPICXmlExtractor
Extait le code le dessin codé, dans le cas d'un codage en JPIC-XML.
extractedCodedText - Variable in class jpicedt.graphic.io.parser.CodedContentExtraction.ExtractedCodedContent
 
ExtractionParsing - Interface in jpicedt.graphic.io.parser
Interface pour extraire et analyser un dessin codé depuis un fichier.
extractXml(String) - Method in class jpicedt.format.input.util.OpenLaTeXJPICXmlExtractor
 
extractXml(String) - Method in interface jpicedt.graphic.io.parser.JPICXmlExtraction
 
extractXml(String) - Method in class jpicedt.graphic.io.parser.JPICXmlFormatExtractor
Extrait le code JPIC-XML enfoui, s'il en est, dans un fichier au format TeX.

F

factory - Variable in class jpicedt.format.output.dxf.AbstractCurveFormatter
 
factory - Variable in class jpicedt.format.output.dxf.PicEllipseFormatter
 
factory - Variable in class jpicedt.format.output.dxf.PicParallelogramFormatter
 
factory - Variable in class jpicedt.format.output.dxf.PicTextFormatter
 
factory - Variable in class jpicedt.format.output.eepic.AbstractCurveFormatter
 
factory - Variable in class jpicedt.format.output.eepic.PicParallelogramFormatter
the producing factory
factory - Variable in class jpicedt.format.output.latex.AbstractCurveFormatter
 
factory - Variable in class jpicedt.format.output.latex.PicEllipseFormatter
 
factory - Variable in class jpicedt.format.output.latex.PicParallelogramFormatter
the producing factory
factory - Variable in class jpicedt.format.output.pstricks.AbstractCurveFormatter
the producing factory
factory - Variable in exception jpicedt.format.output.pstricks.NestedPsCustomException
 
factory - Variable in class jpicedt.format.output.tikz.AbstractCurveFormatter
 
factory - Variable in class jpicedt.format.output.tikz.PicEllipseFormatter
 
factory - Variable in class jpicedt.format.output.tikz.PicParallelogramFormatter
 
factory - Variable in class jpicedt.format.output.tikz.PicTextFormatter
 
factory - Variable in class jpicedt.format.output.util.PicGroupFormatter
 
factory - Variable in class jpicedt.graphic.view.CompositeView
 
factory - Variable in class jpicedt.graphic.view.highlighter.DefaultHighlighter
factory
factoryMap - Variable in class jpicedt.graphic.io.formatter.AbstractFormatterFactory
a HashMap that associates Formatter's classes with Element's classes
factoryMap - Variable in class jpicedt.graphic.view.DefaultViewFactory
a HashMap that associates View's classes with Element's classes
fatalError(SAXParseException) - Method in class jpicedt.graphic.io.parser.JPICXmlHandler
Report a fatal XML parsing error.
fatalError(String) - Method in class jpicedt.ui.util.PEProgressBar
open a modal dialog box with the given error message, wait for the user to close the dialog, then exit the application
fetchClosestCurve(Collection) - Method in class jpicedt.graphic.model.PicMultiCurve
Returns the curve in the given collection that is closest to this one in the sense of the distance() method.
fetchParsedDrawing() - Method in class jpicedt.graphic.io.parser.JPICXmlHandler
 
FILE - Static variable in class jpicedt.ui.util.SystemOutUtilities
redirects stdout to a file named "jPicedtError.log"
fileDPI - Variable in class jpicedt.graphic.view.TextViewHybrid
 
fileExits(String) - Static method in class jpicedt.ui.util.HtmlViewer
Teste l'accessibilité d'une resource.
fileWrapperEpilog - Static variable in class jpicedt.format.output.latex.LatexFormatter
 
fileWrapperEpilog - Static variable in class jpicedt.format.output.pstricks.PstricksFormatter
 
fileWrapperEpilog - Static variable in class jpicedt.format.output.tikz.TikzFormatter
 
fileWrapperProlog - Static variable in class jpicedt.format.output.latex.LatexFormatter
 
fileWrapperProlog - Static variable in class jpicedt.format.output.pstricks.PstricksFormatter
 
fileWrapperProlog - Static variable in class jpicedt.format.output.tikz.TikzFormatter
 
FILL_COLOR - Static variable in class jpicedt.graphic.model.PicAttributeName
 
FILL_STYLE - Static variable in class jpicedt.graphic.model.PicAttributeName
 
find(Pattern) - Method in class jpicedt.format.input.util.Context
Attempts to find the next subsequence of the current block that matches the given pattern, starting at the caret position, then moves the caret past the matched string if found.
findZeroInInterval(double, double, double, int) - Method in class jpicedt.util.math.Polynomial
trouve un zéro dans l'intervalle [min, max].
findZerosInInterval(double, double, double) - Method in class jpicedt.util.math.Polynomial
trouve tous les zéros réels entre min et max inclus. min et max peuvent être infinis
fireActionPerformed() - Method in class jpicedt.widgets.HistoryTextField
Fires an action event to all listeners.
fireActionPerformed() - Method in class jpicedt.widgets.IncrementableTextField
Notify all listeners that have registered interest for notification on this event type.
fireChangedUpdate(DrawingEvent.EventType) - Method in class jpicedt.graphic.model.AbstractElement
Must be called each time this AbstractElement changes.
fireChangedUpdate(DrawingEvent.EventType) - Method in class jpicedt.graphic.model.Drawing.BoundingBox
 
fireChangedUpdate(Element, DrawingEvent.EventType) - Method in class jpicedt.graphic.model.Drawing
Notify all listeners that have registered interest for notification on this event type.
fireChangedUpdate(DrawingEvent.EventType) - Method in class jpicedt.graphic.model.Drawing.RootElement
Called each time the content of this RootElement has changed.
fireChangedUpdate(DrawingEvent.EventType) - Method in class jpicedt.graphic.model.NodeConnectionManager
Overriden in order to support forwarding to node connections.
fireChangedUpdate(DrawingEvent.EventType) - Method in class jpicedt.graphic.model.PicText
Overriden in order to support forwarding to node connections.
fireChangedUpdate(ConvexZoneSet, ConvexZoneEvent.EventType) - Method in class jpicedt.graphic.toolkit.ConvexZoneSet
 
fireChangedUpdate(ConvexZoneEvent.EventType) - Method in class jpicedt.graphic.toolkit.ConvexZoneSet
 
fireChangedUpdate(DrawingEvent.EventType) - Method in class jpicedt.graphic.toolkit.DefaultSelectionHandler
Called each time this DefaultSelectionHandler changes.
firePropertyChange(String, Object, Object) - Method in class jpicedt.graphic.toolkit.EditorKit
Notify all listeners that have registered interest for notification on this event type.
fireRotateUpdate(double) - Method in class jpicedt.graphic.PECanvas
Notify all listeners that have registered interest for notification on this event type.
fireSelectionUpdate(Element, SelectionEvent.EventType) - Method in class jpicedt.graphic.PECanvas
Notify all listeners that have registered interest for notification on this event type.
fireSelectionUpdate(Element[], SelectionEvent.EventType) - Method in class jpicedt.graphic.PECanvas
Notify all listeners that have registered interest for notification on this event type.
fireSelectionUpdate(ConvexZone, ConvexZoneSelectionEvent.EventType) - Method in class jpicedt.graphic.PECanvas
 
fireZoomUpdate(double, double, PicPoint) - Method in class jpicedt.graphic.PECanvas
Notify all listeners that have registered interest for notification on this event type.
FIRST_PT - Static variable in class jpicedt.graphic.model.PicGroup
 
FIRST_PT - Static variable in class jpicedt.graphic.model.PicParallelogram
Index of first control-point
FIRST_PT - Static variable in class jpicedt.graphic.model.TextEditable
 
fitTo(Rectangle2D) - Method in class jpicedt.graphic.PageFormat
Adjusts this PageFormat so that it fits to the given rectangle (in mm)
flush() - Method in class jpicedt.graphic.toolkit.AbstractMouseTransformFactory
Called when the associated SelectionTool is being deactivated in the hosting EditorKit.
flush() - Method in class jpicedt.graphic.toolkit.ConvexZoneToolFactory.ConvexZoneToolBase
called when this tool is being replaced by another mouse-tool in the hosting editor kit ; this is mainly for mousetools using more than one sequence, for it gives them a chance to clean themselves up for the next time
flush() - Method in class jpicedt.graphic.toolkit.DrawToolFactory.AbstractCurveDrawTool
called when this tool is being replaced by another mouse-tool in the hosting editor kit ; this is mainly for mousetools using more than one sequence, for it gives them a chance to clean themselves up for the next time
flush() - Method in class jpicedt.graphic.toolkit.DrawToolFactory.GenericDrawTool
called when this tool is being replaced by another mouse-tool in the hosting editor kit ; this is mainly for mousetools using more than one sequence, for it gives them a chance to clean themselves up for the next time
flush() - Method in class jpicedt.graphic.toolkit.DrawToolFactory.TextDrawTool
called when this tool is being replaced by another mouse-tool in the hosting editor kit ; this is mainly for mousetools using more than one sequence, for it gives them a chance to clean themselves up for the next time
flush() - Method in class jpicedt.graphic.toolkit.EditPointMouseTransformFactory
Called when the associated SelectionTool is being deactivated in the hosting EditorKit.
flush() - Method in class jpicedt.graphic.toolkit.InConvexZoneTranslateTool
Appelé quand cet outil est remplacé par un autre outil dans le kit hôte.
flush() - Method in class jpicedt.graphic.toolkit.MirrorTool
Called when this tool is being replaced by another tool in the hosting kit
flush() - Method in class jpicedt.graphic.toolkit.MouseTool
called when this tool is being replaced by another mouse-tool in the hosting editor kit ; this is mainly for mousetools using more than one sequence, for it gives them a chance to clean themselves up for the next time
flush() - Method in interface jpicedt.graphic.toolkit.MouseTransformFactory
called when the associated SelectionTool is being deactivated in the hosting EditorKit.
flush() - Method in class jpicedt.graphic.toolkit.RotateTool
Called when this tool is being replaced by another tool in the hosting kit
flush() - Method in class jpicedt.graphic.toolkit.ScaleTool
Called when this tool is being replaced by another tool in the hosting kit
flush() - Method in class jpicedt.graphic.toolkit.SelectionTool
Appelé lorsque cet outil est remplacé par un autre outil à la souris dans l'EditorKit hôte ; La fonction est en grande partie déléguée à la MouseTransform sousjacente.
focusNextComponent(Component) - Method in class jpicedt.ui.util.DebugFocusManager
Cause the focus manager to set the focus on the next focusable component Overriden so as to display information about the component.
focusPreviousComponent(Component) - Method in class jpicedt.ui.util.DebugFocusManager
Cause the focus manager to set the focus on the previous focusable component Overriden so as to display information about the component.
FontSelector - Class in jpicedt.widgets
A font chooser widget (adapted from jEdit source code)
FontSelector() - Constructor for class jpicedt.widgets.FontSelector
init with a default font
FontSelector(Font) - Constructor for class jpicedt.widgets.FontSelector
init with the given font
format() - Method in class jpicedt.format.output.dxf.AbstractCurveFormatter
 
format(DXFStringBuffer, DXFInfoFormatter) - Method in class jpicedt.format.output.dxf.DXFTaggedValue.DXFEntitiesFormatter
 
format(DXFStringBuffer, DXFInfoFormatter) - Method in class jpicedt.format.output.dxf.DXFTaggedValue.DXFExtMaxFormatter
 
format(DXFStringBuffer, DXFInfoFormatter) - Method in class jpicedt.format.output.dxf.DXFTaggedValue.DXFExtMinFormatter
 
format(DXFStringBuffer, DXFInfoFormatter) - Method in class jpicedt.format.output.dxf.DXFTaggedValue.DXFTaggedDouble
 
format(DXFStringBuffer, DXFInfoFormatter) - Method in class jpicedt.format.output.dxf.DXFTaggedValue.DXFTaggedInteger
 
format(DXFStringBuffer, DXFInfoFormatter) - Method in class jpicedt.format.output.dxf.DXFTaggedValue.DXFTaggedString
 
format() - Method in class jpicedt.format.output.dxf.PicEllipseFormatter
 
format() - Method in class jpicedt.format.output.dxf.PicParallelogramFormatter
 
format() - Method in class jpicedt.format.output.dxf.PicTextFormatter
 
format() - Method in class jpicedt.format.output.eepic.AbstractCurveFormatter
Returns a string representing this AbstractCurve using \\line and \\qbezier LaTeX macros only.
format() - Method in class jpicedt.format.output.eepic.PicEllipseFormatter
Returns a String representing this ellipse or arc using epic/eepic macros
format() - Method in class jpicedt.format.output.eepic.PicParallelogramFormatter
 
format() - Method in class jpicedt.format.output.latex.AbstractCurveFormatter
Returns a string representing this AbstractCurve using \line and \qbezier LaTeX macros only.
format() - Method in class jpicedt.format.output.latex.LatexFormatter.DrawingFormatter
 
format() - Method in class jpicedt.format.output.latex.PicEllipseFormatter
 
format() - Method in class jpicedt.format.output.latex.PicParallelogramFormatter
Depending on the parallelogram being rectangle or not, either use LaTeX's \\line command, or the \\rule command if the shape is to be filled.
format() - Method in class jpicedt.format.output.latex.PicTextFormatter
 
format() - Method in class jpicedt.format.output.pstricks.AbstractCurveFormatter
Return a String representing this curve in the PsTricks format.
format() - Method in class jpicedt.format.output.pstricks.PicEllipseFormatter
\\rput{rotation}(centerX,centerY){\\psellipse[param](0,0)(greatAxis/2,smallAxis/2)} => plain ellipse
\\rput{rotationAngle}(centerX,centerY){\qline(min,0)(max,0)} => flat ellipse
format() - Method in class jpicedt.format.output.pstricks.PicGroupFormatter
 
format() - Method in class jpicedt.format.output.pstricks.PicParallelogramFormatter
\\psframe[param](x1,y1)(x2,y2) => not used anymore [SR:pending]
\\pspolygon[param](x1,y1)...
format() - Method in class jpicedt.format.output.pstricks.PicTextFormatter
 
format() - Method in class jpicedt.format.output.pstricks.PstricksFormatter.DrawingFormatter
 
format() - Method in class jpicedt.format.output.tikz.AbstractCurveFormatter
 
format() - Method in class jpicedt.format.output.tikz.PicEllipseFormatter
 
format() - Method in class jpicedt.format.output.tikz.PicGroupFormatter
 
format() - Method in class jpicedt.format.output.tikz.PicParallelogramFormatter
 
format() - Method in class jpicedt.format.output.tikz.PicTextFormatter
 
format(Color, ColorFormatter.ColorEncoding) - Static method in class jpicedt.format.output.util.ColorFormatter
 
format() - Method in class jpicedt.format.output.util.PicGroupFormatter
 
format() - Method in interface jpicedt.graphic.io.formatter.Formatter
Create a String representing an Element in the format of this formatter
format() - Method in class jpicedt.graphic.io.formatter.JPICCircleFormatter
 
format() - Method in class jpicedt.graphic.io.formatter.JPICEllipseFormatter
 
format() - Method in class jpicedt.graphic.io.formatter.JPICFormatter.DrawingFormatter
 
format() - Method in class jpicedt.graphic.io.formatter.JPICGroupFormatter
 
format() - Method in class jpicedt.graphic.io.formatter.JPICMultiCurveFormatter
 
format() - Method in class jpicedt.graphic.io.formatter.JPICParallelogramFormatter
PsTricks formating algorithm ex : \psframe[framearc=0.5,linecolor=red,linewidth=0.2,fillstyle=solid,fillcolor=blue](2,2)(5,7)
format() - Method in class jpicedt.graphic.io.formatter.JPICPsCurveFormatter
 
format() - Method in class jpicedt.graphic.io.formatter.JPICSmoothPolygonFormatter
 
format() - Method in class jpicedt.graphic.io.formatter.JPICTextFormatter
 
format(CommentFormatting) - Method in class jpicedt.graphic.io.util.JpicDocUserData
 
FormatConstants - Class in jpicedt.format.output.util
 
FormatConstants() - Constructor for class jpicedt.format.output.util.FormatConstants
 
formatCurve(StringBuffer) - Method in class jpicedt.format.output.eepic.AbstractCurveFormatter
formats curves containing at least one non-straight segment
formatCurve() - Method in class jpicedt.format.output.pstricks.AbstractCurveFormatter
this is a convenience call to either formatPsCustom() or formatPsBezier() or formatPsLine().
formatFontAsProperties(Font) - Static method in class jpicedt.MiscUtilities
format a given Font to a string, following "Font.decode()" format, ie fontname-style-pointsize, fontname-pointsize, fontname-style or fontname, where style is one of "BOLD", "ITALIC", "BOLDITALIC" (default being PLAIN)
formatPolygon(StringBuffer) - Method in class jpicedt.format.output.eepic.AbstractCurveFormatter
Formats curves containing straight segments only
formatPsBezier() - Method in class jpicedt.format.output.pstricks.AbstractCurveFormatter
If the curve contains a single Bezier segment: \\psbezier...
formatPsCurve() - Method in class jpicedt.format.output.pstricks.AbstractCurveFormatter
Format for pscurve
author: Vincent
formatPsCustom() - Method in class jpicedt.format.output.pstricks.AbstractCurveFormatter
If the curve has more than one segment, and it's not a polygon.
formatPsCustom() - Method in class jpicedt.format.output.pstricks.PicGroupFormatter
Returns a \\pscustom comprising every path contained in this group (except texts and closed paths)
formatPsDots() - Method in class jpicedt.format.output.pstricks.AbstractCurveFormatter
\\psdots(x1,y1)...
formatPsLine() - Method in class jpicedt.format.output.pstricks.AbstractCurveFormatter
Polygon: \\psline...
formatRenderingHints(RenderingHints, Properties) - Static method in class jpicedt.MiscUtilities
store the given RenderingHints to a Properties object
Formatter - Interface in jpicedt.graphic.io.formatter
An interface that specifies shared formatting behaviours for Element's.
FormatterException - Exception in jpicedt.format.output.util
Classe de base pour les exceptions lancées pendant le formatage du dessin en sortie (par exemple pour sa sauvegarde dans un fichier, ou pour faire tourner un commande externe sur un fichier temporaire).
FormatterException() - Constructor for exception jpicedt.format.output.util.FormatterException
 
FormatterFactory - Interface in jpicedt.graphic.io.formatter
 
FORWARD - Static variable in class jpicedt.graphic.toolkit.EditorKit.EditDispositionAction
Action command for moving element forward
forwardChangedUpdate(Element, DrawingEvent.EventType) - Method in class jpicedt.graphic.model.BranchElement
Called by a child of this BranchElement to inform its parent of some change that occured to it or one of its children.
forwardChangedUpdate(Element, DrawingEvent.EventType) - Method in class jpicedt.graphic.model.Drawing.RootElement
Called by a child to inform of some change that occured to it or one of its children.
forwardChangedUpdate(Element, DrawingEvent.EventType) - Method in class jpicedt.graphic.model.PicNodeConnection
Called by a child-node (=a DefaultLeafElement) to inform this connection of some change that occured to one of its nodes.
Fragments - Class in jpicedt.ui.util
Fragments menu management
Fragments() - Constructor for class jpicedt.ui.util.Fragments
 
frame - Variable in class jpicedt.graphic.model.PicText
 
frameSep - Variable in class jpicedt.graphic.model.PicText
 
FREELY - Static variable in class jpicedt.graphic.toolkit.BasicEditPointConstraint
 

G

gaussJordanSolve(Matrix) - Method in class jpicedt.util.math.Matrix
Résout this * x = b, et renvoie x.
gaussJordanTrashSolve(Matrix) - Method in class jpicedt.util.math.Matrix
Résout this * x = b, et renvoie x.
GeneralCustomizer - Class in jpicedt.ui.dialog
Un panneau pour l'édition des préférences utilisateur générales : Apparence (LAF), langage,….
GeneralCustomizer(Properties) - Constructor for class jpicedt.ui.dialog.GeneralCustomizer
Crée un nouveau panneau pour les préférences générales.
get(Pool.Key<T>) - Method in class jpicedt.format.input.util.Pool
Return the value associated with the given key
get(int) - Method in class jpicedt.graphic.model.BranchElement
 
get(int) - Method in class jpicedt.graphic.model.CtrlPtSubsetGroup
 
get(int) - Method in class jpicedt.graphic.model.Drawing
 
get(String) - Method in class jpicedt.Localizer
 
get(int) - Method in class jpicedt.util.math.IntervalUnion
 
getAction(String) - Method in class jpicedt.ui.action.ActionRegistry
 
getActionAccelerator(String) - Method in interface jpicedt.graphic.toolkit.ActionLocalizer

author: Sylvain Reynal
getActionAccelerator(String) - Method in class jpicedt.ui.action.PEActionLocalizer
 
getActionCommand() - Method in class jpicedt.widgets.IncrementableTextField
 
getActionDispatcher() - Static method in class jpicedt.JPicEdt
 
getActionHelper(String) - Method in interface jpicedt.graphic.toolkit.ActionLocalizer

author: Sylvain Reynal
getActionHelper(String) - Method in class jpicedt.ui.action.PEActionLocalizer
 
getActionIcon(String) - Method in interface jpicedt.graphic.toolkit.ActionLocalizer

author: Sylvain Reynal
getActionIcon(String) - Method in class jpicedt.ui.action.PEActionLocalizer
 
getActionLocalizer() - Method in class jpicedt.Localizer
 
getActionMnemonic(String) - Method in interface jpicedt.graphic.toolkit.ActionLocalizer

author: Sylvain Reynal
getActionMnemonic(String) - Method in class jpicedt.ui.action.PEActionLocalizer
 
getActionName(String) - Method in interface jpicedt.graphic.toolkit.ActionLocalizer

author: Sylvain Reynal
getActionName(String) - Method in class jpicedt.ui.action.PEActionLocalizer
 
getActionRegistry() - Static method in class jpicedt.JPicEdt
Return an ActionMap that holds GUI action for the entire application.
getActionTooltip(String) - Method in interface jpicedt.graphic.toolkit.ActionLocalizer

author: Sylvain Reynal
getActionTooltip(String) - Method in class jpicedt.ui.action.PEActionLocalizer
 
getActiveCanvas() - Static method in class jpicedt.JPicEdt
Return the currently active PECanvas (ie hosted by the currently active PEDrawinBoard), or null if no board is currently active.
getActiveDrawing() - Static method in class jpicedt.JPicEdt
Return the Drawing attached to the currently active PECanvas (ie hosted by the currently active PEDrawinBoard), or null if no board is currently active.
getActiveDrawingBoard() - Static method in class jpicedt.JPicEdt
Return the currently active PEDrawingBoard, or null if none is active.
getActiveDrawingBoard() - Method in class jpicedt.ui.internal.InternalFrameMDIManager
Returns the currently active drawing board ; null if there's no internal frame in the desktopPane.
getActiveDrawingBoard() - Method in class jpicedt.ui.internal.JFrameMDIManager
Returns the currently active drawing board ; null if there's no frame hosting a PEDrawingBoard in the desktop.
getActiveDrawingBoard() - Method in class jpicedt.ui.MDIManager
Returns the currently active drawing board
getActiveEditorKit() - Static method in class jpicedt.JPicEdt
Return the EditorKit attached to the currently active PECanvas (ie hosted by the currently active PEDrawinBoard), or null if no board is currently active.
getAddonDir() - Static method in class jpicedt.ui.util.RunExternalCommand
 
getAllDrawingBoards() - Method in class jpicedt.ui.MDIManager
Returns all opened drawing boards
getAlternateControlPoint(int) - Method in class jpicedt.graphic.model.AbstractCurve
Returns the bezier-index of the alternate control-point of the given control-point.
getAngleCorrection() - Method in interface jpicedt.format.output.pstricks.PstricksCustomization
 
getAngleCorrection() - Method in class jpicedt.format.output.pstricks.PstricksCustomProperties
 
getAngleEnd() - Method in class jpicedt.graphic.model.PicEllipse
Returns skewAngleEnd, ie angle end of the arc in degrees, measured in the frame defined by the parallelogram.
getAngleExtent() - Method in class jpicedt.graphic.model.PicEllipse
Returns the extent of the arc in degrees (CCW) as measured in the parallelogram basis.
getAngleStart() - Method in class jpicedt.graphic.model.PicEllipse
Returns skewAngleStart, ie the starting angle of the arc in degrees, measured in the frame defined by the parallelogram.
getAngleValue() - Method in class jpicedt.graphic.event.RotateEvent
return the current angle
getArcType() - Method in class jpicedt.graphic.model.PicEllipse
Returns the closure type, ie one of CHORD, PIE or OPEN predefined constant fields.
getArcTypeAsString() - Method in class jpicedt.graphic.model.PicEllipse
Returns the closure type as a String, ie one of "chord", "pie" or "open"
getAreaMode() - Method in class jpicedt.graphic.model.PicText
 
getAreaSet() - Method in class jpicedt.graphic.model.PicText
 
getArrowStyle() - Method in enum jpicedt.format.output.pstricks.PstricksConstants.PSTArrow
 
getArrowStyle() - Method in enum jpicedt.format.output.tikz.TikzConstants.TZArrow
 
getAttribute(PicAttributeName<T>) - Method in class jpicedt.graphic.model.AbstractElement
Returns the value for the given attribute name
getAttribute(PicAttributeName<T>) - Method in interface jpicedt.graphic.model.Element
Return the value for the given attribute name
getAttribute(PicAttributeName<T>) - Method in class jpicedt.graphic.model.PicAttributeSet
Returns the attribute with the given name, possibly resolving to parent if "name" is not defined in this set.
getAttributeCount() - Method in class jpicedt.graphic.model.PicAttributeSet
Returns the number of attributes contained in this set ; this doesn't include the attributes of the resolving parent.
getAttributeNames() - Method in class jpicedt.graphic.model.PicAttributeSet
Returns an iterator over the names of the attributes in this attribute set ; this doesn't iterate over the keys of the resolving parent.
getAttributeSet(Pool.Key<? extends PicAttributeSet>) - Method in class jpicedt.format.input.util.Pool
Convenience for retrieving a "PicAttributeSet" value ; can be used in conjunction with static methods defined in jpicedt.graphic.model.StyleConstants to retrieve attributes values with less burden.
getAttributeSet() - Method in class jpicedt.graphic.model.AbstractElement
Returns the AttributeSet bound to this AbstractElement.
getAttributeSet() - Method in interface jpicedt.graphic.model.Element
Returns the AttributeSet for this Element
getAvailableContentTypes() - Static method in class jpicedt.MiscUtilities
 
getAvailableContentTypesFileExtensions() - Static method in class jpicedt.MiscUtilities
 
getAvailableContentTypesNames() - Static method in class jpicedt.MiscUtilities
 
getAvailableConvexZoneToolNames() - Static method in class jpicedt.graphic.toolkit.EditorKit
Renvoie une liste d'outils à la souris de manipulation de zone convexes, lesdits outils étant enrgistrés par défaut pour l'EditorKit.
getAvailableToolNames() - Static method in class jpicedt.graphic.toolkit.ConvexZoneToolFactory
 
getAvailableToolNames() - Static method in class jpicedt.graphic.toolkit.DrawToolFactory
Returns an array of arrays of String containing the name of each tool this factory can produce, sorted by groups of tightly related tools.
getAvailableToolNames() - Static method in class jpicedt.graphic.toolkit.EditorKit
Returns all mousetool-names registered by default with this EditorKit.
getAwtMouseEvent() - Method in class jpicedt.graphic.event.PEMouseEvent
 
getB2TVec() - Method in class jpicedt.graphic.model.PicParallelogram
 
getBaseLineY() - Method in class jpicedt.graphic.model.PicText
Return y-coordinate of baseline
getBeginningOfBlock() - Method in class jpicedt.format.input.util.Context
Return the position of the beginning of the current block
getBezierPt(int) - Method in class jpicedt.graphic.model.AbstractCurve
Returns a reference on the Bezier point with the given index.
getBezierPt(int, PicPoint) - Method in class jpicedt.graphic.model.AbstractCurve
If the curve is closed, any index is a valid index thx to the use of Periodic Boundary Conditions.
getBezierPtsCount() - Method in class jpicedt.graphic.model.AbstractCurve
Return the number of specification points backing the geometry of this element.
getBezierPtX(int) - Method in class jpicedt.graphic.model.AbstractCurve
 
getBezierPtY(int) - Method in class jpicedt.graphic.model.AbstractCurve
 
getBlockContent() - Method in class jpicedt.format.input.util.Context
Return the content of the current block.
getBOL() - Method in class jpicedt.format.input.util.Context
Returns the position of the beginning of the current line, or the beginning of the current block if the caret is located b/w the B.of.Block and the first CR inside the current block.
getBottomMarginMm() - Method in class jpicedt.graphic.PageFormat
Return the bottom-margin in mm
getBottomY() - Method in class jpicedt.graphic.model.PicText
Return y-coordinate of bottom boundary of text only
getBoundary() - Method in class jpicedt.graphic.util.ConvexPolygonalZone
 
getBoundary() - Method in class jpicedt.graphic.util.ConvexPolygonalZoneBoundaryFactory
 
getBoundingBox() - Method in interface jpicedt.graphic.ConvexZoneSelectionHandler
 
getBoundingBox(Rectangle2D) - Method in class jpicedt.graphic.model.AbstractCurve
Returns the bounding box (i.e. the surrounding rectangle) in double precision Used e.g. to determine the arguments of a \\begin{picture} command.
getBoundingBox(Rectangle2D) - Method in class jpicedt.graphic.model.BranchElement
Returns the bounding box (i.e. the surrounding rectangle) in double precision Used e.g. to determine the arguments of the \begin{picture} command.
getBoundingBox() - Method in class jpicedt.graphic.model.Drawing
 
getBoundingBox() - Method in class jpicedt.graphic.model.Drawing.RootElement
 
getBoundingBox(Rectangle2D) - Method in interface jpicedt.graphic.model.Element
 
getBoundingBox(Rectangle2D) - Method in class jpicedt.graphic.model.PicEllipse
 
getBoundingBox(Rectangle2D) - Method in class jpicedt.graphic.model.PicNodeConnection
Returns the bounding box (i.e. the surrounding rectangle) in double precision Used e.g. to determine the arguments of the \\begin{picture} command.
getBoundingBox(Rectangle2D) - Method in class jpicedt.graphic.model.PicParallelogram
Returns the bounding box (ie the surrounding rectangle) in double precision Used for instance to determine the arguments of a \\begin{picture} command.
getBoundingBox(Rectangle2D) - Method in class jpicedt.graphic.model.PicPsCurve
Returns the bounding box (ie the surrounding rectangle) in double precision This implementation compute the bb from the union of : the bb as computed by super-class and the smallest rectangle that encompasses all the polygon-points.
getBoundingBox(Rectangle2D) - Method in class jpicedt.graphic.model.PicSmoothPolygon
Returns the bounding box (ie the surrounding rectangle) in double precision This implementation compute the bb from the union of : the bb as computed by super-class and the smallest rectangle that encompasses all the polygon-points.
getBoundingBox(Rectangle2D) - Method in class jpicedt.graphic.model.PicText
Returns the bounding box (i.e. the surrounding rectangle) in double precision Used e.g. to determine the arguments of a \\begin{picture} command.
getBoundingBox() - Method in class jpicedt.graphic.toolkit.ConvexZone
 
getBoundingBox() - Method in class jpicedt.graphic.toolkit.ConvexZoneGroup
 
getBounds() - Method in class jpicedt.graphic.view.AbstractView
 
getBounds() - Method in class jpicedt.graphic.view.highlighter.DefaultHighlighter
 
getBounds() - Method in interface jpicedt.graphic.view.highlighter.Highlighter
Returns the bounds of this Highlighter
This will determine the clipping rectangle passed as a parameter to repaint in the hosting view
getBounds() - Method in interface jpicedt.graphic.view.View
 
getBounds() - Method in interface jpicedt.widgets.MDIComponent
gets the bounds of the component wrapped by this DockablePanel
getBuffer() - Method in class jpicedt.format.input.util.Context
Return the entire buffer
getBuildDate() - Static method in class jpicedt.Version
 
getCanvas() - Method in class jpicedt.graphic.event.PEMouseEvent
Return the PECanvas on which this mouse event occured
getCanvas() - Method in class jpicedt.graphic.toolkit.EditorKit
Return the PECanvas into which this kit is installed, or null if the kit has not been installed yet.
getCanvas() - Method in class jpicedt.graphic.toolkit.PEAbstractAction
Returns the PECanvas this Action acts upon, as specified by the ActionDispatcher provided in the constructor.
getCanvas() - Method in class jpicedt.ui.PEDrawingBoard

author: Sylvain Reynal
getCaretPosition() - Method in class jpicedt.format.input.util.Context
Return the start-index of the remaining substring to be analysed.
getCenter(PicPoint) - Method in class jpicedt.graphic.model.PicParallelogram
Return the parallelogram's centre
getCenterPoint() - Method in class jpicedt.graphic.event.ZoomEvent
Return the coordinates of the point that was at the center of the canvas before the zoom changed.
getCenterX() - Method in class jpicedt.graphic.model.PicText
Return x-coordinate of center of text only
getCenterY() - Method in class jpicedt.graphic.model.PicText
Return y-coordinate of center of text only
getCharacter() - Method in class jpicedt.format.input.util.WildCharExpression
Return the last character parsed.
getCharAt(int) - Method in class jpicedt.format.input.util.Context
Return the character at the given position, or null if index is negative, or past EOF
getClassName() - Method in enum jpicedt.MiscUtilities.ContentTypeBasics
 
getClickCount() - Method in class jpicedt.graphic.event.PEMouseEvent
 
getClickedChild() - Method in class jpicedt.graphic.view.HitInfo.Composite
 
getClickedChildIndex() - Method in class jpicedt.graphic.view.HitInfo.Composite
 
getClickedSegment() - Method in class jpicedt.graphic.toolkit.ConvexZoneHitInfo.Stroke

author: Sylvain Reynal
getClickedSegment() - Method in class jpicedt.graphic.view.HitInfo.Stroke

author: Sylvain Reynal
getClipBasedOnJPE_BB() - Method in interface jpicedt.format.output.tikz.TikzCustomization
 
getClipBasedOnJPE_BB() - Method in class jpicedt.format.output.tikz.TikzCustomProperties
 
getClipboard() - Static method in class jpicedt.graphic.toolkit.EditorKit
Return a static reference to the local ClipBoard shared across all instance of this EditorKit
getClipboard() - Static method in class jpicedt.JPicEdt
Return a static reference to the local ClipBoard shared across all instance of this EditorKit.
getClipboardStringContent(Clipboard) - Static method in class jpicedt.MiscUtilities
 
getClipRectangle() - Method in class jpicedt.graphic.toolkit.AbstractMouseTransformFactory.SelectAreaTransform
Returns a rectangle defining the clip boundary for this mouse-transform, in model-coordinates
getClone() - Method in class jpicedt.graphic.toolkit.AbstractMouseTransform
Return the clone of the target element, which was init'd by startTransform
getCoefficients() - Method in class jpicedt.util.math.Matrix
Renvoie un tableau des coefficients.
getCollection() - Method in class jpicedt.graphic.toolkit.ConvexZoneGroup
 
getColor(String, TikzFormatter) - Static method in class jpicedt.format.output.tikz.TikzUtilities
 
getColor() - Method in class jpicedt.format.output.util.NamedColor
 
getColor() - Method in class jpicedt.graphic.grid.Grid
 
getColorName(Color, TikzFormatter) - Static method in class jpicedt.format.output.tikz.TikzUtilities
 
getColors(ColorFormatter.ColorEncoding) - Static method in class jpicedt.format.output.util.ColorFormatter
 
getCommentFormatter() - Method in class jpicedt.format.output.dxf.DXFFormatter
 
getCommentFormatter() - Method in class jpicedt.graphic.io.formatter.AbstractFormatterFactory
Renvoie un formatteur de commentaire, ce formatteur sert à encapsuler le code JPIC-XML dans un autre type de contenu sous la forme de commentaires forts (pour la délimitation du début et de la fin du code JPIC-XML) et faibles (pour le code JPIC-XML lui-même)
getCommentFormatter() - Method in interface jpicedt.graphic.io.formatter.FormatterFactory
 
getCommentFormatter() - Method in class jpicedt.graphic.io.formatter.JPICFormatter
 
getCompoundMode() - Method in class jpicedt.graphic.model.BranchElement
Returns whether this group should be painted as single path or not.
getContainer() - Method in class jpicedt.graphic.view.AbstractView
Fetches the container hosting the view.
getContainer() - Method in interface jpicedt.graphic.view.View
Fetches the container hosting the view.
getContainerPsCustom() - Method in class jpicedt.format.output.pstricks.PstricksFormatter
Renvoie le dernier PicGroup ayant un compoundMode égal à JOINT, s'il y en a un, null sinon, de sorte à détecter l'exception NestedPsCustomException.
getContentType() - Method in class jpicedt.graphic.PECanvas
 
getContentTypeCommentFormatting() - Method in class jpicedt.format.output.dxf.DXFCommentFormatter
 
getContentTypeCommentFormatting() - Method in class jpicedt.format.output.util.TeXCommentFormatter
 
getContentTypeCommentFormatting() - Method in interface jpicedt.graphic.io.formatter.CommentFormatting
 
getContentTypeFromClassName(String) - Static method in class jpicedt.MiscUtilities
 
getContentTypeIndex(String) - Static method in class jpicedt.MiscUtilities
Utility to retrieve the index of the given content-type class name in the array returned by getAvailableContentTypes ; to be used by JComboBox'es.
getContentTypeName() - Method in enum jpicedt.MiscUtilities.ContentTypeBasics
 
getContext() - Method in class jpicedt.format.input.util.ParserEvent
 
getControlPointsIterator() - Method in class jpicedt.graphic.view.highlighter.CircleHighlighter
Returns an iterator over control-points that should be displayed by the hightligher.
getControlPointsIterator() - Method in class jpicedt.graphic.view.highlighter.DefaultHighlighter
Returns an iterator over control-points that should be displayed by the hightligher.
getConvexPolygonalZone() - Method in class jpicedt.graphic.toolkit.ConvexZone
 
getConvexZoneName() - Method in class jpicedt.graphic.toolkit.ConvexZoneToolFactory.ExtensibleConvexZoneTool
 
getConvexZones() - Method in class jpicedt.graphic.event.ConvexZoneSelectionEvent
 
getConvexZoneSelection() - Method in class jpicedt.graphic.PECanvas
 
getConvexZoneSelectionHandler() - Method in class jpicedt.graphic.toolkit.EditorKit
 
getConvexZoneSet() - Method in interface jpicedt.graphic.event.ConvexZoneEvent
 
getConvexZoneSet() - Method in class jpicedt.graphic.PECanvas
 
getConvexZoneSet() - Method in class jpicedt.graphic.toolkit.ConvexZoneSet.DefaultConvexZoneEvent
 
getCorrectedAngleEnd() - Method in class jpicedt.graphic.model.PicEllipse
 
getCorrectedAngleStart() - Method in class jpicedt.graphic.model.PicEllipse
 
getCount() - Method in enum jpicedt.format.output.tikz.TikzConstants.TZArrow
 
getCtrlPt(int, PicPoint) - Method in class jpicedt.graphic.model.BranchElement
Return the user-controlled point having the given index.
getCtrlPt(int, PicPoint) - Method in class jpicedt.graphic.model.Drawing.RootElement
return null
getCtrlPt(int, PicPoint) - Method in interface jpicedt.graphic.model.Element
Return the user-controlled point having the given index.
getCtrlPt(int, PicPoint) - Method in class jpicedt.graphic.model.PicCircleFrom3Points
Get the coordinate of the control point indexed by "numPoint".
getCtrlPt(int, PicPoint) - Method in class jpicedt.graphic.model.PicEllipse
Return the user-controlled point having the given index.
getCtrlPt(int, PicPoint) - Method in class jpicedt.graphic.model.PicMultiCurve
Return a copy of the user-controlled point having the given index.
getCtrlPt(int, PicPoint) - Method in class jpicedt.graphic.model.PicNodeConnection
 
getCtrlPt(int, PicPoint) - Method in class jpicedt.graphic.model.PicParallelogram
Return the user-controlled point having the given index.
getCtrlPt(int, PicPoint) - Method in class jpicedt.graphic.model.PicPsCurve
Return a copy of the user-controlled point (ie a polygon point, not a bezier point) having the given index.
getCtrlPt(int, PicPoint) - Method in class jpicedt.graphic.model.PicSmoothPolygon
Return the user-controlled point (ie a polygon point, not a bezier point) having the given index.
getCtrlPt(int, PicPoint) - Method in class jpicedt.graphic.model.TextEditable
 
getCtrlPtSubset(ConvexZoneGroup, BitSet) - Method in class jpicedt.graphic.model.AbstractCurve
 
getCtrlPtSubset(ConvexZoneGroup, BitSet) - Method in class jpicedt.graphic.model.AbstractElement
 
getCtrlPtSubset(ConvexZoneGroup, BitSet) - Method in class jpicedt.graphic.model.BranchElement
 
getCtrlPtSubset(ConvexZoneGroup, BitSet) - Method in interface jpicedt.graphic.model.Element
Renvoie un la partie des points de contrôle qui satisfont à l'un des deux critères suivants: ceux compris dans l'ensemble de zones convexes csg, et ceux en relation avec les points de contrôle satisfaisant au première critère selon une relation définies par czExtension
getCtrlPtSubset(ConvexZoneGroup, BitSet) - Method in class jpicedt.graphic.model.PicCircleFrom3Points
 
getCtrlPtSubset(ConvexZoneGroup, BitSet) - Method in class jpicedt.graphic.model.PicParallelogram
 
getCtrlPtSubset(ConvexZoneGroup, BitSet) - Method in class jpicedt.graphic.model.PicSmoothPolygon
 
getCtrlPtSubset(ConvexZoneGroup, BitSet) - Method in class jpicedt.graphic.model.TextEditable
 
getCtrlPtSubset(ConvexZoneGroup, BitSet) - Method in interface jpicedt.graphic.SelectionHandler
 
getCtrlPtX(int) - Method in class jpicedt.graphic.model.BranchElement
 
getCtrlPtX(int) - Method in class jpicedt.graphic.model.PicGroup
 
getCtrlPtY(int) - Method in class jpicedt.graphic.model.BranchElement
This default implementation returns ptsY[numPoint].This might be a valid implementation as long as subclasses don't have other control points.
getCtrlPtY(int) - Method in class jpicedt.graphic.model.PicGroup
 
getCurrentDisplayLanguage() - Method in class jpicedt.Localizer
Return the current Locale for this Localizer
getCurrentLafName() - Static method in class jpicedt.ui.LAFManager
 
getCurrentLine() - Method in class jpicedt.format.input.util.Context
 
getCurrentLocale() - Method in class jpicedt.Localizer
Return the current Locale for this Localizer
getCurrentMouseTool() - Method in class jpicedt.graphic.toolkit.EditorKit
 
getCurrentMouseToolType() - Method in class jpicedt.graphic.toolkit.EditorKit
 
getCursor() - Method in class jpicedt.graphic.toolkit.AbstractMouseTransformFactory.HelpMessageMouseTransform
 
getCursor() - Method in class jpicedt.graphic.toolkit.AbstractMouseTransformFactory.InvalidMouseTransform
 
getCursor() - Method in class jpicedt.graphic.toolkit.AbstractMouseTransformFactory.SelectAreaTransform
 
getCursor() - Method in class jpicedt.graphic.toolkit.ConvexZoneToolFactory.ConvexZoneToolBase
 
getCursor() - Method in class jpicedt.graphic.toolkit.EditConvexZoneMouseTransformFactory.MoveConvexZoneTransform
 
getCursor() - Method in class jpicedt.graphic.toolkit.EditConvexZoneMouseTransformFactory.UnselectTransform
 
getCursor() - Method in class jpicedt.graphic.toolkit.EditElementMouseTransformFactory._MoveControlPointTransform
 
getCursor() - Method in class jpicedt.graphic.toolkit.EditElementMouseTransformFactory._MoveElementTransform
 
getCursor() - Method in class jpicedt.graphic.toolkit.EditElementMouseTransformFactory.MoveControlPointTransform
 
getCursor() - Method in class jpicedt.graphic.toolkit.EditElementMouseTransformFactory.MoveElementTransform
 
getCursor() - Method in class jpicedt.graphic.toolkit.EditElementMouseTransformFactory.SelectElementsDialogTransform
 
getCursor() - Method in class jpicedt.graphic.toolkit.EditElementMouseTransformFactory.UnselectTransform
 
getCursor() - Method in class jpicedt.graphic.toolkit.EditPointMouseTransformFactory.EditSmoothCoeffTransform
 
getCursor() - Method in class jpicedt.graphic.toolkit.EditPointMouseTransformFactory.RemovePointTransform
 
getCursor() - Method in class jpicedt.graphic.toolkit.EditPointMouseTransformFactory.SelectElementTransform
 
getCursor() - Method in class jpicedt.graphic.toolkit.EditPointMouseTransformFactory.SplitSegmentTransform
 
getCursor() - Method in class jpicedt.graphic.toolkit.EditPointMouseTransformFactory.UnSelectPointTransform
 
getCursor() - Method in class jpicedt.graphic.toolkit.InConvexZoneTranslateTool
 
getCursor() - Method in class jpicedt.graphic.toolkit.InConvexZoneTrimTool
 
getCursor() - Method in interface jpicedt.graphic.toolkit.MouseTransform
Return the cursor for this MouseTransform
getCurvatures() - Method in class jpicedt.graphic.model.PicPsCurve
Return an array containing the three curvature coefficients in an array, namely [a b c].
getCurveMulticurve() - Method in interface jpicedt.format.output.dxf.DXFCustomization
 
getCurveMulticurve() - Method in class jpicedt.format.output.dxf.DXFCustomProperties
 
getCurveMulticurve() - Method in class jpicedt.format.output.dxf.DXFFormatter
 
getCustomization() - Method in class jpicedt.format.output.dxf.DXFCustomizer
 
getCustomizer() - Method in class jpicedt.graphic.model.Drawing
Return a bounding box customizer for this Drawing
getCustomProperties() - Method in class jpicedt.format.output.pstricks.PstricksFormatter
 
getCustomProperties() - Method in class jpicedt.format.output.tikz.TikzFormatter
 
getDefault() - Static method in enum jpicedt.ui.dialog.YesNoAskMe
 
getDefaultLafName() - Static method in class jpicedt.ui.LAFManager
 
getDefaultLanguage() - Method in class jpicedt.Localizer
 
getDefaultManagerName() - Static method in class jpicedt.ui.MDIManager
 
getDefaultName() - Method in class jpicedt.graphic.model.AbstractElement
 
getDefaultName() - Method in class jpicedt.graphic.model.BranchElement
 
getDefaultName() - Method in class jpicedt.graphic.model.Drawing.BoundingBox
 
getDefaultName() - Method in class jpicedt.graphic.model.Drawing.RootElement
 
getDefaultName() - Method in class jpicedt.graphic.model.PicCircleFrom3Points
 
getDefaultName() - Method in class jpicedt.graphic.model.PicEllipse
Return a localised string that represents this object's name
getDefaultName() - Method in class jpicedt.graphic.model.PicGroup
 
getDefaultName() - Method in class jpicedt.graphic.model.PicMultiCurve
 
getDefaultName() - Method in class jpicedt.graphic.model.PicNodeConnection
 
getDefaultName() - Method in class jpicedt.graphic.model.PicParallelogram
 
getDefaultName() - Method in class jpicedt.graphic.model.PicPsCurve
 
getDefaultName() - Method in class jpicedt.graphic.model.PicSmoothPolygon
 
getDefaultName() - Method in class jpicedt.graphic.model.PicText
Return a string that represents this object's name
getDefaultParams() - Method in enum jpicedt.ui.util.RunExternalCommand.Command
Returns default commands parameters
getDepth() - Method in class jpicedt.graphic.model.PicText
Return the depth of text only
getDescription() - Method in class jpicedt.ui.dialog.PEFileFilter
 
getDesktopSize() - Method in class jpicedt.ui.internal.InternalFrameMDIManager
Returns the dimension of the desktop that hosts the components of this MDIManager.
getDesktopSize() - Method in class jpicedt.ui.internal.JFrameMDIManager
Returns the dimension of the desktop that hosts the components of this MDIManager.
getDesktopSize() - Method in class jpicedt.ui.MDIManager
Returns the dimension of the desktop that hosts the components of this MDIManager.
getDialogFactory() - Method in class jpicedt.graphic.toolkit.EditorKit
Returns the factory that produces GUI dialogs
getDimensionsFromLogFile(BufferedReader, PicText) - Method in class jpicedt.graphic.view.TextViewHybrid
 
getDir() - Method in class jpicedt.graphic.util.ConvexPolygonalZone.HalfPlane
 
getDirector(PicPoint, PicPoint) - Static method in class jpicedt.graphic.PicVector
Return a unitary vector pointing from startPt to endPt
getDirector(PicPoint, PicPoint, PicVector) - Static method in class jpicedt.graphic.PicVector
Return a unitary vector pointing from startPt to endPt ; if dest is non-null, it's filled with the result and returned for convenience ; otherwise, a new PicPoint gets allocated.
getDirector(double, double, double, double, PicVector) - Static method in class jpicedt.graphic.PicVector
Return a unitary vector pointing from startPt to endPt ; if dest is non-null, it's filled with the result and returned for convenience ; otherwise, a new PicPoint gets allocated.
getDockablePanelFromKey(String) - Method in class jpicedt.ui.MDIManager
Return the inner pane contained in the dockable panel associated with the given key, or null if none match.
getDockablePanelKeys() - Method in class jpicedt.ui.MDIManager
Returns a set containing all keys (of class "String") that map to a DockablePanel
getDrawCommand() - Method in class jpicedt.format.output.tikz.ParameterString
 
getDrawing() - Method in interface jpicedt.graphic.event.DrawingEvent
Return the source of this event.
getDrawing() - Method in class jpicedt.graphic.model.AbstractElement
Retrieves the underlying drawing
getDrawing() - Method in class jpicedt.graphic.model.Drawing.BoundingBox
 
getDrawing() - Method in class jpicedt.graphic.model.Drawing.DefaultDrawingEvent
 
getDrawing() - Method in class jpicedt.graphic.model.Drawing.RootElement
Retrieves the underlying drawing Overriden to return this.
getDrawing() - Method in interface jpicedt.graphic.model.Element
Retrieves the underlying drawing
getDrawing() - Method in class jpicedt.graphic.PECanvas
 
getDrawing() - Method in class jpicedt.graphic.toolkit.ConvexZone
 
getDrawing() - Method in class jpicedt.graphic.toolkit.PEAbstractAction
Returns the Drawing that serves as a model for the target PECanvas (this is a convenience call to getCanvas().
getDrawing() - Method in class jpicedt.graphic.view.AbstractView
Fetches the drawing (aka model) associated with the view.
getDrawing() - Method in interface jpicedt.graphic.view.View
Fetches the document associated with the view.
getDrawingBaseName() - Static method in class jpicedt.ui.util.CommandLineBuilder
getDrawingBaseName renvoie le nom de base du fichier où est stocké le dessin de la planche à dessin courante, ou null si le dessin n'est pas dans un fichier.
getDrawingBaseNameNoExt() - Static method in class jpicedt.ui.util.CommandLineBuilder
Supprime toute les extensions du nom de base renvoyé par getDrawingBaseName, et renvoie ce qui reste après suppression.
getDrawingBaseNameRadix() - Static method in class jpicedt.ui.util.CommandLineBuilder
Supprime toute les extensions au sens propre du nom de base renvoyé par getDrawingBaseName, et renvoie ce qui reste après suppression.
getDrawingBaseNameSansExt() - Static method in class jpicedt.ui.util.CommandLineBuilder
Supprime la dernière extension du nom de base renvoyé par getDrawingBaseName, et renvoie ce qui en reste après suppression.
getDrawingBoardCount() - Method in class jpicedt.ui.MDIManager
Returns the number of open boards
getDrawingDir(String) - Static method in class jpicedt.ui.util.CommandLineBuilder
 
getDXFVersion() - Method in interface jpicedt.format.output.dxf.DXFCustomization
 
getDXFVersion() - Method in class jpicedt.format.output.dxf.DXFCustomProperties
 
getDXFVersion() - Method in class jpicedt.format.output.dxf.DXFFormatter
 
getEditConstraint() - Method in interface jpicedt.graphic.model.EditPointConstraint
 
getEditConstraint() - Method in class jpicedt.graphic.toolkit.BasicEditPointConstraint
 
getEditorKit() - Method in class jpicedt.graphic.PECanvas
Fetches the currently installed kit for handling content.
getEditorKit() - Method in class jpicedt.graphic.toolkit.AbstractMouseTransformFactory
Return the hosting EditorKit for mouse-tools which work with this factory.
getEditorKit() - Method in class jpicedt.graphic.toolkit.PEAbstractAction
Returns the EditorKit associated with the target PECanvas (this is a convenience call to getCanvas().
getElement() - Method in class jpicedt.format.output.dxf.AbstractCurveFormatter
 
getElement() - Method in class jpicedt.format.output.dxf.PicEllipseFormatter
 
getElement() - Method in class jpicedt.format.output.dxf.PicParallelogramFormatter
 
getElement() - Method in class jpicedt.format.output.dxf.PicTextFormatter
 
getElement() - Method in class jpicedt.format.output.eepic.AbstractCurveFormatter
 
getElement() - Method in class jpicedt.format.output.eepic.PicParallelogramFormatter
 
getElement() - Method in class jpicedt.format.output.latex.AbstractCurveFormatter
 
getElement() - Method in class jpicedt.format.output.latex.PicEllipseFormatter
 
getElement() - Method in class jpicedt.format.output.latex.PicParallelogramFormatter
 
getElement() - Method in class jpicedt.format.output.latex.PicTextFormatter
 
getElement() - Method in class jpicedt.format.output.pstricks.AbstractCurveFormatter
 
getElement() - Method in class jpicedt.format.output.pstricks.PicEllipseFormatter
 
getElement() - Method in class jpicedt.format.output.pstricks.PicParallelogramFormatter
 
getElement() - Method in class jpicedt.format.output.pstricks.PicTextFormatter
 
getElement() - Method in class jpicedt.format.output.tikz.AbstractCurveFormatter
 
getElement() - Method in class jpicedt.format.output.tikz.PicEllipseFormatter
 
getElement() - Method in class jpicedt.format.output.tikz.PicParallelogramFormatter
 
getElement() - Method in class jpicedt.format.output.tikz.PicTextFormatter
 
getElement() - Method in class jpicedt.format.output.util.PicGroupFormatter
 
getElement() - Method in interface jpicedt.graphic.event.DrawingEvent
Return the graphic element that changed.
getElement() - Method in class jpicedt.graphic.io.formatter.AbstractDrawingFormatter
Non pertinent pour un dessin
getElement() - Method in interface jpicedt.graphic.io.formatter.Formatter
Renvoie l'Element sujet du formattage.
getElement() - Method in class jpicedt.graphic.io.formatter.JPICCircleFormatter
 
getElement() - Method in class jpicedt.graphic.io.formatter.JPICEllipseFormatter
 
getElement() - Method in class jpicedt.graphic.io.formatter.JPICGroupFormatter
 
getElement() - Method in class jpicedt.graphic.io.formatter.JPICMultiCurveFormatter
 
getElement() - Method in class jpicedt.graphic.io.formatter.JPICParallelogramFormatter
 
getElement() - Method in class jpicedt.graphic.io.formatter.JPICPsCurveFormatter
 
getElement() - Method in class jpicedt.graphic.io.formatter.JPICSmoothPolygonFormatter
 
getElement() - Method in class jpicedt.graphic.io.formatter.JPICTextFormatter
 
getElement() - Method in class jpicedt.graphic.model.Drawing.DefaultDrawingEvent
 
getElement() - Method in class jpicedt.graphic.toolkit.EditPointMouseTransformFactory.SelectedPointsHandler
returns the current target Element
getElement() - Method in class jpicedt.graphic.view.AbstractView
 
getElement() - Method in class jpicedt.graphic.view.CompositeView
 
getElement() - Method in class jpicedt.graphic.view.highlighter.AbstractCurveHighlighter
 
getElement() - Method in class jpicedt.graphic.view.highlighter.CircleHighlighter
 
getElement() - Method in class jpicedt.graphic.view.highlighter.CompositeHighlighter
 
getElement() - Method in class jpicedt.graphic.view.highlighter.DefaultHighlighter
 
getElement() - Method in class jpicedt.graphic.view.highlighter.EllipseHighlighter
 
getElement() - Method in interface jpicedt.graphic.view.highlighter.Highlighter
returns the higlighted Element
getElement() - Method in class jpicedt.graphic.view.highlighter.PsCurveHighlighter
 
getElement() - Method in class jpicedt.graphic.view.highlighter.SmoothPolygonHighlighter
 
getElement() - Method in class jpicedt.graphic.view.highlighter.TextHighlighter
 
getElement() - Method in class jpicedt.graphic.view.ParallelogramView
Deprecated.  
getElement() - Method in class jpicedt.graphic.view.PicNodeConnectionView
Deprecated.  
getElement() - Method in class jpicedt.graphic.view.TextView
 
getElement() - Method in class jpicedt.graphic.view.TextViewHybrid
 
getElement() - Method in interface jpicedt.graphic.view.View
Returns the element the View is responsible for rendering
getElementArrowStyle() - Method in enum jpicedt.format.output.tikz.TikzConstants.TZArrow
 
getElements() - Method in class jpicedt.graphic.event.SelectionEvent
Return the graphic elements that got selected/unselected.
getElolCircle() - Method in interface jpicedt.format.output.dxf.DXFCustomization
 
getElolCircle() - Method in class jpicedt.format.output.dxf.DXFCustomProperties
 
getElolCircle() - Method in class jpicedt.format.output.dxf.DXFFormatter
 
getElolEllipse() - Method in interface jpicedt.format.output.dxf.DXFCustomization
 
getElolEllipse() - Method in class jpicedt.format.output.dxf.DXFCustomProperties
 
getElolEllipse() - Method in class jpicedt.format.output.dxf.DXFFormatter
 
getEnclosedString() - Method in class jpicedt.format.input.util.EnclosingExpression
 
getEndOfBlock() - Method in class jpicedt.format.input.util.Context
Return the position of the end of the current block, i.e. the position of the last char in the block, plus one (so that for example substring(getBeginningOfBlock(), getEndOfBlock()) returns the entire block string.
getEndPointA(PicPoint) - Method in class jpicedt.graphic.model.PicNodeConnection
Returns the coordinates of the edge's end-point at node A
getEndPointB(PicPoint) - Method in class jpicedt.graphic.model.PicNodeConnection
Returns the coordinates of the edge's end-point at node B
getEOCmdMark() - Method in class jpicedt.format.output.tikz.TikzFormatter
 
getEOF() - Method in class jpicedt.format.input.util.Context
Return the position of the end of the buffer, i.e. of the last character in the buffer.
getEOL() - Method in class jpicedt.format.input.util.Context
Returns the position of the end of the current line, i.e. the location of the "\n" character, OR the end of the current block, if the caret is located b/w the E.of.Block and the last CR inside the block.
getErasedElt() - Method in class jpicedt.graphic.util.AbstractEraser
Renvoie l'Element après avoir effacement.
getErrorLogFile() - Static method in class jpicedt.ui.util.SystemOutUtilities
Return the path to error.log
getExpressionList() - Method in class jpicedt.format.input.util.AlternateExpression
Return a list containing every expression in this AlternateExpression
getExtension(File) - Method in class jpicedt.ui.dialog.PEFileFilter
Renvoie l'extension d'un fichier, sans le point et éventuellement avec le prefixe "jpe."
getExtractedCodedText() - Method in class jpicedt.graphic.io.parser.CodedContentExtraction.ExtractedCodedContent
 
getFactory() - Method in class jpicedt.format.output.pstricks.PicGroupFormatter
 
getFactory() - Method in class jpicedt.format.output.tikz.PicGroupFormatter
 
getFileExtentions() - Method in enum jpicedt.MiscUtilities.ContentTypeBasics
 
getFileName(int, String) - Static method in class jpicedt.ui.dialog.PEFileChooser
Opens (and possibly inits on first call) a JFileChooser, the type of which is specified by one of the hereabove constants.
getFileWrapperEpilog() - Method in class jpicedt.format.output.eepic.EepicFormatter
 
getFileWrapperEpilog() - Method in class jpicedt.format.output.latex.LatexFormatter
 
getFileWrapperEpilog() - Method in class jpicedt.format.output.tikz.TikzFormatter
 
getFileWrapperEpilog() - Method in class jpicedt.graphic.io.formatter.AbstractFormatterFactory
C'est juste pour avoir une implantation par défaut pour les types de contenu qui n'ont pas besoin de cette méthode d'interface.
getFileWrapperProlog() - Method in class jpicedt.format.output.eepic.EepicFormatter
 
getFileWrapperProlog() - Method in class jpicedt.format.output.latex.LatexFormatter
 
getFileWrapperProlog() - Method in class jpicedt.format.output.tikz.TikzFormatter
 
getFileWrapperProlog() - Method in class jpicedt.graphic.io.formatter.AbstractFormatterFactory
C'est juste pour avoir une implantation par défaut pour les types de contenu qui n'ont pas besoin de cette méthode d'interface.
getFinalControlCurve() - Method in class jpicedt.graphic.model.PicPsCurve
Return the 4 Bezier points of the final prolongation of the PicPsCurve.
getFirstPointIndex() - Method in class jpicedt.graphic.model.BranchElement
 
getFirstPointIndex() - Method in class jpicedt.graphic.model.Drawing.RootElement
Return 0
getFirstPointIndex() - Method in interface jpicedt.graphic.model.Element
Return the index of the first user-controlled point that can be retrieved by getCtrlPt()
getFirstPointIndex() - Method in class jpicedt.graphic.model.PicCircleFrom3Points
Returns the index of the first user-controlled point that can be retrieved by getCtrlPt().
getFirstPointIndex() - Method in class jpicedt.graphic.model.PicGroup
 
getFirstPointIndex() - Method in class jpicedt.graphic.model.PicMultiCurve
Returns the index of the first user-controlled point that can be retrieved by getCtrlPt().
getFirstPointIndex() - Method in class jpicedt.graphic.model.PicNodeConnection
 
getFirstPointIndex() - Method in class jpicedt.graphic.model.PicParallelogram
Return the index of the first point that can be retrieved by getPoint
getFirstPointIndex() - Method in class jpicedt.graphic.model.PicPsCurve
Returns the index of the first user-controlled point that can be retrieved by getCtrlPt().
getFirstPointIndex() - Method in class jpicedt.graphic.model.PicSmoothPolygon
Returns the index of the first user-controlled point that can be retrieved by getCtrlPt().
getFirstPointIndex() - Method in class jpicedt.graphic.model.TextEditable
Returns the index of the first user-controlled point that can be retrieved by getCtrlPt().
getFocusOwner() - Method in interface jpicedt.widgets.MDIComponent
 
getFormatterFactory() - Method in class jpicedt.graphic.io.formatter.AbstractFormatterFactory
Renvoie le this.
getFormatterFactory() - Method in class jpicedt.graphic.toolkit.EditorKit
 
getFormatterPredefinedColorSet() - Method in interface jpicedt.format.output.pstricks.PstricksCustomization
 
getFormatterPredefinedColorSet() - Method in class jpicedt.format.output.pstricks.PstricksCustomProperties
 
getFormatterPredefinedColorSet() - Method in interface jpicedt.format.output.tikz.TikzCustomization
 
getFormatterPredefinedColorSet() - Method in class jpicedt.format.output.tikz.TikzCustomProperties
 
getFrameBaseLineY() - Method in class jpicedt.graphic.model.PicText
Return y-coordinate of baseline
getFrameBottomY() - Method in class jpicedt.graphic.model.PicText
Return y-coordinate of bottom boundary
getFrameCenterX() - Method in class jpicedt.graphic.model.PicText
Return x-coordinate of center
getFrameCenterY() - Method in class jpicedt.graphic.model.PicText
Return y-coordinate of center
getFrameDepth() - Method in class jpicedt.graphic.model.PicText
Return the depth of the text including frame
getFrameHeight() - Method in class jpicedt.graphic.model.PicText
Return the height of the text including frame
getFrameLeftX() - Method in class jpicedt.graphic.model.PicText
Return x-coordinate of left boundary, including frame
getFrameRightX() - Method in class jpicedt.graphic.model.PicText
Return x-coordinate of right boundary
getFrameTopY() - Method in class jpicedt.graphic.model.PicText
Return y-coordinate of top boundary
getFrameType() - Method in class jpicedt.graphic.model.PicText
Set the frame type
getFrameWidth() - Method in class jpicedt.graphic.model.PicText
Return the width of the text including frame
getFromCtrlPt() - Method in class jpicedt.graphic.model.AbstractCurve.CurveToSegment
 
getFromPt() - Method in class jpicedt.graphic.model.AbstractCurve.CurveToSegment
 
getFromPt() - Method in class jpicedt.graphic.model.AbstractCurve.LineToSegment
 
getFromTangent() - Method in class jpicedt.graphic.model.AbstractCurve.CurveToSegment
 
getGraphics() - Method in class jpicedt.graphic.view.AbstractView
Fetch a Graphics for rendering from the hosting container (if not null).
getGraphics() - Method in interface jpicedt.graphic.view.View
Fetch a Graphics for rendering.
getGreatAxisLength() - Method in class jpicedt.graphic.model.PicEllipse
Return the length of the great-axis of this ellipse/arc.
getGrid() - Method in class jpicedt.graphic.PECanvas
 
getGridStep() - Method in class jpicedt.graphic.grid.Grid
 
getGridStepIndex(double) - Static method in class jpicedt.graphic.grid.Grid
Utilities to retrieve an index from a given gridStep in PREDEFINED_SNAP_STEPS
getHasArrowTipPackage() - Method in interface jpicedt.format.output.tikz.TikzCustomization
 
getHasArrowTipPackage() - Method in class jpicedt.format.output.tikz.TikzCustomProperties
 
getHatchAngle(PicAttributeSet) - Static method in class jpicedt.graphic.model.StyleConstants
Deprecated.  
getHeight() - Method in class jpicedt.format.output.util.BaseEmptyDrawingBoundingBox
 
getHeight() - Method in class jpicedt.graphic.model.PicText
Return the height of text only
getHeightMm() - Method in class jpicedt.graphic.PageFormat
Return the page height in mm.
getHeightPx(double) - Method in class jpicedt.graphic.PageFormat
Return the page height in pixels.
getHelpMessage() - Method in class jpicedt.graphic.toolkit.AbstractMouseTransformFactory.HelpMessageMouseTransform
 
getHelpMessage() - Method in class jpicedt.graphic.toolkit.AbstractMouseTransformFactory.InvalidMouseTransform
 
getHelpMessage() - Method in class jpicedt.graphic.toolkit.AbstractMouseTransformFactory.SelectAreaTransform
 
getHelpMessage() - Method in class jpicedt.graphic.toolkit.EditConvexZoneMouseTransformFactory.MoveConvexZoneTransform
 
getHelpMessage() - Method in class jpicedt.graphic.toolkit.EditConvexZoneMouseTransformFactory.SelectConvexZonesInAreaTransform
 
getHelpMessage() - Method in class jpicedt.graphic.toolkit.EditConvexZoneMouseTransformFactory.UnselectTransform
 
getHelpMessage() - Method in class jpicedt.graphic.toolkit.EditElementMouseTransformFactory._MoveControlPointTransform
 
getHelpMessage() - Method in class jpicedt.graphic.toolkit.EditElementMouseTransformFactory._MoveElementTransform
 
getHelpMessage() - Method in class jpicedt.graphic.toolkit.EditElementMouseTransformFactory.MoveControlPointTransform
 
getHelpMessage() - Method in class jpicedt.graphic.toolkit.EditElementMouseTransformFactory.MoveElementTransform
 
getHelpMessage() - Method in class jpicedt.graphic.toolkit.EditElementMouseTransformFactory.SelectElementsDialogTransform
 
getHelpMessage() - Method in class jpicedt.graphic.toolkit.EditElementMouseTransformFactory.SelectElementsInAreaTransform
 
getHelpMessage() - Method in class jpicedt.graphic.toolkit.EditElementMouseTransformFactory.UnselectTransform
 
getHelpMessage() - Method in class jpicedt.graphic.toolkit.EditPointMouseTransformFactory.EditSmoothCoeffTransform
 
getHelpMessage() - Method in class jpicedt.graphic.toolkit.EditPointMouseTransformFactory.RemovePointTransform
 
getHelpMessage() - Method in class jpicedt.graphic.toolkit.EditPointMouseTransformFactory.SelectElementTransform
 
getHelpMessage() - Method in class jpicedt.graphic.toolkit.EditPointMouseTransformFactory.SelectPointsInAreaTransform
 
getHelpMessage() - Method in class jpicedt.graphic.toolkit.EditPointMouseTransformFactory.SplitSegmentTransform
 
getHelpMessage() - Method in class jpicedt.graphic.toolkit.EditPointMouseTransformFactory.UnSelectPointTransform
 
getHelpMessage() - Method in interface jpicedt.graphic.toolkit.MouseTransform
Return a help-message for the UI, that makes sense with this transform.
getHighlighter() - Method in class jpicedt.graphic.view.AbstractView
Returns the Highlighter responsible for rendering the highlighted part of this view.
getHighlighter() - Method in interface jpicedt.graphic.view.View
Returns the Highlighter responsible for rendering the highlighted part of this view.
getHighlighterFactory() - Method in class jpicedt.graphic.toolkit.EditorKit
Return the factory delegate for producing View's Highlighters
getHighlighterFactory() - Method in class jpicedt.graphic.view.highlighter.DefaultHighlighter
Fetches the HighlighterFactory implementation that is feeding the view hierarchy.
getHighlighterFactory() - Method in interface jpicedt.graphic.view.highlighter.Highlighter
Fetches the HighlighterFactory implementation that is feeding the view hierarchy.
getHighlightingMode() - Method in class jpicedt.graphic.model.PicGroup
Return the current highlighting mode
getHighlightingMode() - Method in class jpicedt.graphic.view.highlighter.CompositeHighlighter
Return the current highlighting mode.
getHitInfo() - Method in class jpicedt.graphic.event.EditorKitEvent
Return the HitInfo associated with the mouse-event
getHorAlign() - Method in class jpicedt.graphic.model.PicText
Return horizontal alignment (see constant fields above)
getHostingContainer(PEDrawingBoard) - Method in class jpicedt.ui.MDIManager
Returns the MDIComponent that contains the given board
getIcon() - Method in class jpicedt.format.output.dxf.DXFCustomizer
 
getIcon() - Method in class jpicedt.format.output.eepic.EepicCustomizer

author: Sylvain Reynal
getIcon() - Method in class jpicedt.format.output.latex.LatexCustomizer
 
getIcon() - Method in class jpicedt.format.output.pstricks.PstricksCustomizer
 
getIcon() - Method in class jpicedt.format.output.tikz.TikzCustomizer
 
getIcon() - Method in class jpicedt.graphic.toolkit.AbstractCustomizer
 
getIcon() - Method in class jpicedt.ui.dialog.DirectoriesCustomizer
 
getIcon() - Method in class jpicedt.ui.dialog.GeneralCustomizer

author: Sylvain Reynal
getIcon() - Method in class jpicedt.ui.dialog.GridZoomCustomizer
Returns the Icon associated with this panel, used e.g. for TabbedPane decoration
getIcon() - Method in class jpicedt.ui.dialog.RenderingCustomizer

author: Sylvain Reynal
getIcon() - Method in class jpicedt.ui.dialog.ShortcutsCustomizer
 
getIcon() - Method in class jpicedt.ui.dialog.UIColorCustomizer

author: Sylvain Reynal
getIconLocation(String) - Static method in class jpicedt.graphic.PEToolKit
 
getIncomingTangent(int) - Method in class jpicedt.graphic.model.AbstractCurve
Return a non-normalized vector tangent to the incoming segment (i.e., wrt the control-point that comes before the given subdivision point)
getIndex() - Method in class jpicedt.graphic.view.HitInfo.Point
 
getIndex(int) - Method in class jpicedt.graphic.view.HitInfo.Point
 
getIndex() - Method in enum jpicedt.ui.dialog.YesNoAskMe
 
getInitialControlCurve() - Method in class jpicedt.graphic.model.PicPsCurve
Returns the 4 Bezier points of the initial prolongation of the PicPsCurve.
getInputAttributes() - Method in class jpicedt.graphic.toolkit.EditorKit
Get the input attributes for the PECanvas attached to this EditorKit.
getInstalledLookAndFeelsNames() - Static method in class jpicedt.ui.LAFManager
 
getInstalledMDIManagers() - Static method in class jpicedt.ui.MDIManager
 
getItem(int) - Method in class jpicedt.widgets.HistoryModel
Returns an item from the history list.
getIterator() - Method in class jpicedt.graphic.toolkit.PEAbstractAction
 
getIterator() - Method in class jpicedt.graphic.toolkit.PEAction
 
getIterator() - Method in class jpicedt.graphic.toolkit.PEConvexZoneAction
 
getJMenuBar() - Method in interface jpicedt.widgets.MDIComponent
 
getJOptionPaneValue() - Method in enum jpicedt.ui.dialog.YesNoAskMe
 
getJPicEdtHome() - Static method in class jpicedt.MiscUtilities
Returns JPicEdt's install directory w/o trailing "/", provided the command line looks like : java -classpath other-class-paths:jpicedt-install-dir/lib/jpicedt.jar jpicedt.JPicEdt (where / may be replaced by the actual respective separator for files on the underlying platform).
getKey() - Method in class jpicedt.ui.MDIManager.DockablePanel
 
getKeyForParams() - Method in enum jpicedt.ui.util.RunExternalCommand.Command
Returns a key used to retrieve/store command parameters from/to a Properties object
getL2RtoXAxisAngle() - Method in class jpicedt.graphic.model.PicParallelogram
 
getL2RVec() - Method in class jpicedt.graphic.model.PicParallelogram
 
getLastMouseEvent() - Method in class jpicedt.graphic.toolkit.MouseTool
Returns the last mouse-event as produced by the last invokation of a mouseXXX method
getLastPointIndex() - Method in class jpicedt.graphic.model.BranchElement
 
getLastPointIndex() - Method in class jpicedt.graphic.model.Drawing.RootElement
Return 0
getLastPointIndex() - Method in interface jpicedt.graphic.model.Element
Return the index of the last user-controlled point that can be retrieved by getCtrlPt()
getLastPointIndex() - Method in class jpicedt.graphic.model.PicCircleFrom3Points
Returns the index of the last user-controlled point that can be retrieved by getCtrlPt().
getLastPointIndex() - Method in class jpicedt.graphic.model.PicEllipse
Return the index of the last point that can be retrieved by getCtrlPt.
getLastPointIndex() - Method in class jpicedt.graphic.model.PicGroup
 
getLastPointIndex() - Method in class jpicedt.graphic.model.PicMultiCurve
Returns the index of the last user-controlled point that can be retrieved by getCtrlPt().
getLastPointIndex() - Method in class jpicedt.graphic.model.PicNodeConnection
 
getLastPointIndex() - Method in class jpicedt.graphic.model.PicParallelogram
Return the index of the last point that can be retrieved by getPoint
getLastPointIndex() - Method in class jpicedt.graphic.model.PicPsCurve
Returns the index of the last user-controlled point that can be retrieved by getCtrlPt().
getLastPointIndex() - Method in class jpicedt.graphic.model.PicSmoothPolygon
Returns the index of the last user-controlled point that can be retrieved by getCtrlPt().
getLastPointIndex() - Method in class jpicedt.graphic.model.TextEditable
Returns the index of the last user-controlled point that can be retrieved by getCtrlPt().
getLeftMarginMm() - Method in class jpicedt.graphic.PageFormat
Return the left-margin in mm
getLeftX() - Method in class jpicedt.graphic.model.PicText
Return x-coordinate of left boundary of text only
getLiftPen() - Method in class jpicedt.graphic.model.BranchElement
Returns the value of the liftPen parameter.
getLineNumber() - Method in class jpicedt.format.input.util.Context
Return the current line number ; beware that first line is numbered "0" !!!
getLineSeparator() - Method in class jpicedt.graphic.io.formatter.AbstractFormatterFactory
 
getLineSeparator() - Method in interface jpicedt.graphic.io.formatter.FormatterFactory
 
getLineStyle() - Method in class jpicedt.graphic.grid.Grid
 
getListCellRendererComponent(JList, Object, int, boolean, boolean) - Method in class jpicedt.widgets.MotifLAFCellRenderer
 
getLocalizedMessage() - Method in exception jpicedt.format.input.util.REParserException
Convenience call to getMessage()
getLocation() - Method in interface jpicedt.widgets.MDIComponent
 
getMappedClass(Class<? extends Element>) - Method in class jpicedt.graphic.io.formatter.AbstractFormatterFactory
Returns the Formatter's class associated with the given Element's class in the hashmap responsible for creating Formatter's for Element's.
getMappedClass(Class<? extends Element>) - Method in class jpicedt.graphic.view.DefaultViewFactory
Returns the View's class associated with the given Element's class in the hashmap responsible for creating View's for Element's.
getMappedClass(Class<T>) - Method in class jpicedt.graphic.view.highlighter.DefaultHighlighterFactory
 
getMatcher(Pattern) - Method in class jpicedt.format.input.util.Context
Returns the matcher built by matching the given pattern against the current block, starting at the current caret position.
getMax() - Method in class jpicedt.util.math.Interval
 
getMaximum() - Method in class jpicedt.widgets.IncrementableTextField
 
getMaxX() - Method in class jpicedt.format.output.util.BaseEmptyDrawingBoundingBox
 
getMaxY() - Method in class jpicedt.format.output.util.BaseEmptyDrawingBoundingBox
 
getMDIDelegate() - Method in class jpicedt.ui.MDIManager.DockablePanel
returns the MDIComponent that renders the UI of this DockablePanel.
getMDIManager() - Static method in class jpicedt.JPicEdt
 
getMenuItems() - Method in class jpicedt.ui.internal.InternalFrameMDIManager
Return an array containing all the menu-items components attached to menubars
getMenuItems() - Method in class jpicedt.ui.internal.JFrameMDIManager
Return an array containing all the menu-items components attached to menubars
getMenuItems() - Method in class jpicedt.ui.internal.PEMenuBar
Return an array containing all the menu-items components attached to this menubar
getMenuItems() - Method in class jpicedt.ui.MDIManager
Return an array containing all the menu-items components attached to menubars
getMessage() - Method in exception jpicedt.format.input.util.REParserException
Return a meaningfull, human-readable, properly localized description of this exception
getMessage() - Method in class jpicedt.graphic.event.HelpMessageEvent
Return the help-message.
getMessage() - Method in exception jpicedt.graphic.io.parser.ParserException
 
getMiminalSegmentList() - Method in class jpicedt.graphic.model.AbstractCurve
Cette fonction est destiné à faciliter le formattage du code LaTeX.
getMin() - Method in class jpicedt.util.math.Interval
 
getMinimum() - Method in class jpicedt.widgets.IncrementableTextField
 
getMinimumJdkVersion() - Static method in class jpicedt.Version
 
getMinX() - Method in class jpicedt.format.output.util.BaseEmptyDrawingBoundingBox
 
getMinY() - Method in class jpicedt.format.output.util.BaseEmptyDrawingBoundingBox
 
getModel(String) - Static method in class jpicedt.widgets.HistoryModel
Returns a named model.
getModel() - Method in class jpicedt.widgets.HistoryTextField
Returns the underlying history model.
getModel2ViewTransform(double) - Method in class jpicedt.graphic.PageFormat
x' = zoom * DPMM * (x + leftMarginMm)
y' = zoom * DPMM * (-y + heightMm-bottomMarginMm)
Return the AffineTransform that translates from model to view coordinate using the given zoom factor and this page format (ie most notably the left and bottom margins)
getModelToViewTransform() - Method in class jpicedt.graphic.PECanvas

author: Sylvain Reynal
getModifiers() - Method in class jpicedt.graphic.event.PEMouseEvent
Return the modifiers flag for this mouse event
getModifiersEx() - Method in class jpicedt.graphic.event.PEMouseEvent
Return the modifiers flag for this mouse event
getMostRecentFocusOwner() - Method in interface jpicedt.widgets.MDIComponent
 
getMouseEvent() - Method in class jpicedt.graphic.toolkit.ConvexZoneHitInfo.CZHitInfo
 
getMouseEvent() - Method in interface jpicedt.graphic.toolkit.ConvexZoneHitInfo
 
getMouseEvent() - Method in class jpicedt.graphic.toolkit.ConvexZoneHitInfo.List
 
getMouseEvent() - Method in class jpicedt.graphic.view.HitInfo.AbstractHitInfo

author: Sylvain Reynal
getMouseEvent() - Method in interface jpicedt.graphic.view.HitInfo
 
getMouseEvent() - Method in class jpicedt.graphic.view.HitInfo.List
 
getName() - Method in class jpicedt.format.output.util.NamedColor
 
getName() - Method in class jpicedt.graphic.model.AbstractElement
 
getName() - Method in class jpicedt.graphic.model.Drawing.BoundingBox
 
getName() - Method in class jpicedt.graphic.model.Drawing.RootElement
 
getName() - Method in interface jpicedt.graphic.model.Element
Return a non-localised string representing this element's name.
getName() - Method in class jpicedt.graphic.model.PicAttributeName
Return the name of the attribute described by this PicAttributeName
getName() - Method in class jpicedt.graphic.toolkit.ConvexZone
 
getName() - Method in class jpicedt.graphic.toolkit.DefaultSelectionHandler
 
getName() - Method in class jpicedt.ui.internal.InternalFrameMDIManager
 
getName() - Method in class jpicedt.ui.internal.JFrameMDIManager
 
getName() - Method in class jpicedt.ui.MDIManager
 
getName() - Method in enum jpicedt.ui.util.RunExternalCommand.Command
Returns the name of the external command (to be i18n'd), also used by ActionLocalizer
getName() - Method in class jpicedt.widgets.HistoryModel
Returns the name of this history list.
getNbHitPoints() - Method in class jpicedt.graphic.view.HitInfo.Point
Return the number of points that were hit simultaneously.
getNearestSubdivisionPoint(int) - Method in class jpicedt.graphic.model.AbstractCurve
Returns the bezier-index of the nearest subdivision-point of the given control-point.
getNewLayout() - Method in class jpicedt.ui.dialog.DockableConvexZoneToolBar
 
getNewLayout() - Method in class jpicedt.ui.dialog.DockableEditorKitToolBar
 
getNewLayout() - Method in class jpicedt.ui.dialog.DockableGenericToolbar
 
getNewZoomValue() - Method in class jpicedt.graphic.event.ZoomEvent
Return the new zoom factor value
getNodeA() - Method in class jpicedt.graphic.model.PicNodeConnection
Returns the first node.
getNodeB() - Method in class jpicedt.graphic.model.PicNodeConnection
Returns the second node.
getNodeConnectionManager() - Method in interface jpicedt.graphic.model.NodeableElement
 
getNodeConnectionManager() - Method in class jpicedt.graphic.model.PicText
 
getNodeIndex(NodeableElement) - Method in class jpicedt.graphic.model.PicNodeConnection
Returns the index (0 or 1) of the given node, or -1 if the given node is not connected to this edge.
getNodeName() - Method in class jpicedt.graphic.model.NodeConnectionManager
gets node name.
getNotparsedCommands() - Method in class jpicedt.graphic.model.Drawing
 
getNumberOfSubdivisionPoints() - Method in class jpicedt.graphic.model.AbstractCurve
Returns the number of subdivision points (including endpoints if the curve is open)
getOldZoomValue() - Method in class jpicedt.graphic.event.ZoomEvent
Return the old zoom factor value
getOrg() - Method in class jpicedt.graphic.util.ConvexPolygonalZone.HalfPlane
 
getOrgPx(double) - Method in class jpicedt.graphic.PageFormat
Return (x,y) double-precision pixel-coordinates of the (0,0) model origin.
getOrthogonal(PicPoint, PicPoint) - Static method in class jpicedt.graphic.PicVector
Return a UNITARY vector orthogonal to the vector pointing from startPt to endPt and built by rotating this vector CCW.
getOSTmpDir() - Static method in class jpicedt.MiscUtilities
Return the platform standard tmp dir, or null if none is standardly defined.
getOutgoingTangent(int) - Method in class jpicedt.graphic.model.AbstractCurve
Return a non-normalized vector tangent to the outcoming segment (i.e., wrt the control-point that comes after the given subdivision point)
getPageFormat() - Method in class jpicedt.graphic.PECanvas

author: Sylvain Reynal
getParameterBuffer() - Method in class jpicedt.format.output.pstricks.PstricksFormatter.ParameterString
 
getParameterBuffer() - Method in class jpicedt.format.output.util.ParameterString
 
getParent() - Method in class jpicedt.graphic.model.AbstractElement
Gets the parent of the element.
getParent() - Method in class jpicedt.graphic.model.Drawing.BoundingBox
 
getParent() - Method in class jpicedt.graphic.model.Drawing.RootElement
Gets the parent of the element.
getParent() - Method in interface jpicedt.graphic.model.Element
Gets the parent of the element.
getParent() - Method in class jpicedt.graphic.toolkit.DefaultSelectionHandler
Gets the parent of the element.
getParentView() - Method in class jpicedt.graphic.view.AbstractView
Returns the parent of the view, as given by the tree-structure the associated graphic element belongs to.
getParentView() - Method in interface jpicedt.graphic.view.View
Returns the parent of the view, as given by the tree-structure the associated graphic element belongs to.
getParser() - Method in class jpicedt.format.input.dxf.DXFExtractor
 
getParser() - Method in class jpicedt.format.input.util.TeXExtractor
 
getParser() - Method in interface jpicedt.graphic.io.parser.CodedContentExtraction
 
getParser() - Method in class jpicedt.graphic.io.parser.JPICXmlExtractor
 
getParser() - Static method in class jpicedt.JPicEdt
Return the default parser used for parsing standard JPicEdt's formats, ie currently LaTeX, epic/eepic, and PsTricks.
getParserPredefinedColorSet() - Method in interface jpicedt.format.output.pstricks.PstricksCustomization
 
getParserPredefinedColorSet() - Method in class jpicedt.format.output.pstricks.PstricksCustomProperties
 
getPBCBezierIndex(int) - Method in class jpicedt.graphic.model.AbstractCurve
Convenience method for Periodic Boundary Condition (PBC) management when curve is CLOSED.
getPBCSegmentIndex(int) - Method in class jpicedt.graphic.model.AbstractCurve
Convenience method for Periodic Boundary Condition (PBC) management when curve is CLOSED.
getPECursor(int) - Method in class jpicedt.graphic.toolkit.CursorFactory
 
getPencil() - Method in class jpicedt.graphic.view.ArrowView.CircleCentered
 
getPencil() - Method in class jpicedt.graphic.view.ArrowView.CircleFlushed
 
getPencil() - Method in class jpicedt.graphic.view.ArrowView.DiskCentered
 
getPencil() - Method in class jpicedt.graphic.view.ArrowView.DiskFlushed
 
getPencil() - Method in class jpicedt.graphic.view.ArrowView.DoubleHead
 
getPencil() - Method in class jpicedt.graphic.view.ArrowView.DoubleReverseHead
 
getPencil() - Method in class jpicedt.graphic.view.ArrowView
whether we call g.draw() or g.fill()
getPencil() - Method in class jpicedt.graphic.view.ArrowView.Head
 
getPencil() - Method in class jpicedt.graphic.view.ArrowView.ReverseHead
 
getPencil() - Method in class jpicedt.graphic.view.ArrowView.RoundedBracket
 
getPencil() - Method in class jpicedt.graphic.view.ArrowView.SquareBracket
 
getPencil() - Method in class jpicedt.graphic.view.ArrowView.TBarCentered
 
getPencil() - Method in class jpicedt.graphic.view.ArrowView.TBarFlushed
 
getPicPoint() - Method in class jpicedt.format.input.util.PicPointExpression
Returns the parsed PicPoint
getPicPoint() - Method in class jpicedt.graphic.event.PEMouseEvent
 
getPicPoint() - Method in class jpicedt.ui.internal.PEPopupMenuFactory.PopupMenu
 
getPlChord() - Method in interface jpicedt.format.output.dxf.DXFCustomization
 
getPlChord() - Method in class jpicedt.format.output.dxf.DXFCustomProperties
 
getPlChord() - Method in class jpicedt.format.output.dxf.DXFFormatter
 
getPlMulticurve() - Method in interface jpicedt.format.output.dxf.DXFCustomization
 
getPlMulticurve() - Method in class jpicedt.format.output.dxf.DXFCustomProperties
 
getPlMulticurve() - Method in class jpicedt.format.output.dxf.DXFFormatter
 
getPlParallelogram() - Method in interface jpicedt.format.output.dxf.DXFCustomization
 
getPlParallelogram() - Method in class jpicedt.format.output.dxf.DXFCustomProperties
 
getPlParallelogram() - Method in class jpicedt.format.output.dxf.DXFFormatter
 
getPlPie() - Method in interface jpicedt.format.output.dxf.DXFCustomization
 
getPlPie() - Method in class jpicedt.format.output.dxf.DXFCustomProperties
 
getPlPie() - Method in class jpicedt.format.output.dxf.DXFFormatter
 
getPointType(int) - Method in class jpicedt.graphic.model.AbstractCurve
Returns whether the given point index relates to a curve's end-point, a subdivision point, a control point (in which case this method returns the rank of the control point inside the segment to which it belongs), or (if the curve is open) is an invalid point index.
getPolygonPt(int) - Method in class jpicedt.graphic.model.PicPsCurve
Return a reference to the polygon point with the given index.
getPolygonPt(int) - Method in class jpicedt.graphic.model.PicSmoothPolygon
Return a reference to the polygon point with the given index.
getPool() - Method in class jpicedt.format.input.DefaultParser
Return the pool containing variables shared across the grammar tree
getPopupMenuFactory() - Method in class jpicedt.graphic.toolkit.EditorKit
 
getPopupMenuFactory() - Method in class jpicedt.ui.PEDrawingBoard
 
getPreferences() - Static method in class jpicedt.JPicEdt
Return the Properties object that holds user preferences across the entire application.
getPreferredScrollableViewportSize() - Method in class jpicedt.graphic.PECanvas
 
getPreferredSize() - Method in interface jpicedt.widgets.MDIComponent
 
getPresentationName() - Method in class jpicedt.format.output.dxf.DXFContentType
 
getPresentationName() - Method in class jpicedt.format.output.eepic.EepicContentType
 
getPresentationName() - Method in class jpicedt.format.output.latex.LatexContentType
 
getPresentationName() - Method in class jpicedt.format.output.pstricks.PstricksContentType
 
getPresentationName() - Method in class jpicedt.format.output.tikz.TikzContentType
 
getPresentationName() - Method in interface jpicedt.graphic.ContentType
Return the presentation name of this content-type
getPresentationName() - Method in class jpicedt.graphic.DefaultContentType
Return the presentation name of the JPIC-XML content-type
getProperty(String, boolean) - Static method in class jpicedt.JPicEdt
Convenience for retrieving a boolean property from User's preferences
getProperty(String, Color) - Static method in class jpicedt.JPicEdt
Convenience for retrieving a Colour property from User's preferences
getProperty(String, double) - Static method in class jpicedt.JPicEdt
Convenience for retrieving a double property from User's preferences
getProperty(String, int) - Static method in class jpicedt.JPicEdt
Convenience for retrieving a int property from User's preferences
getProperty(String, String) - Static method in class jpicedt.JPicEdt
Convenience for retrieving a String property from User's preferences
getProperty(String, YesNoAskMe) - Static method in class jpicedt.JPicEdt
Commodité pour retiré une propriété oui/no/me-demander des préférences utilisateur.
getPsTricksColor(String) - Static method in class jpicedt.format.output.pstricks.PstricksUtilities
Returns a Color object corresponding to the given PsTricks's colour name ; a null Color if none matches (in which case the caller might look up a table of user-defined colours to see if one matches)
getPsTricksColorName(Color, PstricksFormatter) - Static method in class jpicedt.format.output.pstricks.PstricksUtilities
Returns PsTricks's colour name from the given Color object; a null String if none matches (in which case the caller might define a new colour by using a \\newrgbcolor or a \\newgray command...)
getRedoPresentationName() - Method in class jpicedt.graphic.PECanvas
 
getRegisteredMouseTools() - Method in class jpicedt.graphic.toolkit.EditorKit
 
getRegisteredMouseToolsByName() - Method in class jpicedt.graphic.toolkit.EditorKit
 
getRenderingHints() - Method in class jpicedt.graphic.PECanvas
Return the RenderingHints applied to the graphic context when rendering this component.
getResolveParent() - Method in class jpicedt.graphic.model.PicAttributeSet
Returns the resolving parent, or DEFAULT_SET if it's null.
getResourceBundle() - Method in class jpicedt.ui.action.PEActionLocalizer
 
getRightX() - Method in class jpicedt.graphic.model.PicText
Return x-coordinate of right boundary of text only
getRootElement() - Method in class jpicedt.graphic.model.Drawing
 
getRootView() - Method in class jpicedt.graphic.model.Drawing
 
getRotatedAngleEnd() - Method in class jpicedt.graphic.model.PicEllipse
Returns rotatedAngleEnd, ie the angle end of the arc in degrees as measured in the frame defined by the axes of the ellipse, that is to say relative to the great axe, and with CW or CCW orientiation depending on whether getSmallAxisLength() returns a positive or negative number.
getRotatedAngleExtent() - Method in class jpicedt.graphic.model.PicEllipse
Returns the angle extent of the arc in degrees as measured in the frame defined by the axes of the ellipse.
getRotatedAngleStart() - Method in class jpicedt.graphic.model.PicEllipse
Return rotatedAngleStart, ie the angle start of the arc in degrees, as measured in the frame defined by the axes of the ellipse, that is to say relative to the great axe, and with CW or CCW orientiation depending on whether getSmallAxisLength() returns a positive or negative number.
getRotation() - Method in class jpicedt.format.output.eepic.TextView
Returns the text rotation in radians : we return 0, since eepic doesn't support rotating text This is used by syncShape to compute the current tl2ModelTr AffineTransform
getRotation() - Method in class jpicedt.graphic.view.TextView
Returns the text rotation in radians : subclassers that don't support rotating text may return 0 here.
getRotation() - Method in class jpicedt.graphic.view.TextViewHybrid
Returns the text rotation in radians : subclassers that don't support rotating text may return 0 here.
getRotationAngle() - Method in class jpicedt.graphic.model.PicEllipse
Return the rotation angle, ie the angle between the great axis of the ellipse and the horizontal axis.
getScaleFactor() - Method in class jpicedt.graphic.PECanvas
 
getScrollableBlockIncrement(Rectangle, int, int) - Method in class jpicedt.graphic.PECanvas
 
getScrollableTracksViewportHeight() - Method in class jpicedt.graphic.PECanvas
 
getScrollableTracksViewportWidth() - Method in class jpicedt.graphic.PECanvas
 
getScrollableUnitIncrement(Rectangle, int, int) - Method in class jpicedt.graphic.PECanvas
 
getScrollPane() - Method in class jpicedt.ui.PEDrawingBoard

author: Sylvain Reynal
getSegmentCount() - Method in class jpicedt.graphic.model.AbstractCurve
Returns the number of segments that make up this curve.
getSelectedKey() - Method in class jpicedt.widgets.PEComboBox
Returns the enum member associated with the currently selected item
getSelectedObject() - Method in class jpicedt.graphic.toolkit.PEAbstractAction
Returns the selected graphic element in the target board ; if setSelectedObject() has been previously called with a non-null argument, it's returned here.
getSelectedPointsHandler() - Method in class jpicedt.graphic.toolkit.EditPointMouseTransformFactory
Returns a reference to the current SelectedPointsHandler.
getSelectionHandler() - Method in class jpicedt.graphic.PECanvas
Return a collection of selected elements.
getSelectionHandler() - Method in class jpicedt.graphic.toolkit.EditorKit
 
getSelectionRectangle() - Method in class jpicedt.graphic.toolkit.AbstractMouseTransformFactory.SelectAreaTransform
Return the selection rectangle as built from the first mouse-pressed event and the current drag position.
getSelectionSize() - Method in class jpicedt.graphic.PECanvas
 
getSelectionSize() - Method in class jpicedt.graphic.toolkit.EditPointMouseTransformFactory.SelectedPointsHandler
return the number of selected points for the current element
getShape() - Method in class jpicedt.graphic.view.ArrowView.CircleCentered
 
getShape() - Method in class jpicedt.graphic.view.ArrowView.CircleFlushed
 
getShape() - Method in class jpicedt.graphic.view.ArrowView.DiskCentered
 
getShape() - Method in class jpicedt.graphic.view.ArrowView.DiskFlushed
 
getShape() - Method in class jpicedt.graphic.view.ArrowView.DoubleHead
 
getShape() - Method in class jpicedt.graphic.view.ArrowView.DoubleReverseHead
 
getShape() - Method in class jpicedt.graphic.view.ArrowView
 
getShape() - Method in class jpicedt.graphic.view.ArrowView.Head
 
getShape() - Method in class jpicedt.graphic.view.ArrowView.ReverseHead
 
getShape() - Method in class jpicedt.graphic.view.ArrowView.RoundedBracket
 
getShape() - Method in class jpicedt.graphic.view.ArrowView.SquareBracket
 
getShape() - Method in class jpicedt.graphic.view.ArrowView.TBarCentered
 
getShape() - Method in class jpicedt.graphic.view.ArrowView.TBarFlushed
 
getShapeBounds2D(Rectangle2D) - Method in class jpicedt.graphic.model.AbstractCurve
Returns the the smallest rectangle enclosing the shape of this curve, as opposed to getBoundingBox which is defined as the smallest rectangle encompassing ALL Bezier points.
getShapeOfFrame() - Method in class jpicedt.graphic.model.PicText
Returns the frame that surrounds the text, ignoring rotation (the view will rotate it)
getSheetOrigin() - Method in class jpicedt.graphic.PECanvas
 
getShorten(ArrowView.Direction) - Method in enum jpicedt.format.output.tikz.TikzConstants.TZArrow
 
getSize() - Method in class jpicedt.widgets.HistoryModel
Returns the number of elements in this history list.
getSize() - Method in interface jpicedt.widgets.MDIComponent
 
getSizePx(double) - Method in class jpicedt.graphic.PageFormat
Return the page dimension (w,h) in pixels.
getSmallAxisLength() - Method in class jpicedt.graphic.model.PicEllipse
Return the signed length of the small-axis of this ellipse/arc.
getSmoothCoefficient(int) - Method in class jpicedt.graphic.model.PicSmoothPolygon
 
getSnapStep() - Method in class jpicedt.graphic.grid.Grid
 
getSnapStepIndex(double) - Static method in class jpicedt.graphic.grid.Grid
Utilities to retrieve an index from a given snapStep in PREDEFINED_SNAP_STEPS
getSortByValueComparator() - Static method in class jpicedt.util.math.PolynomialRealRoot
Renvoie un comparateur adapté au tri par valeur des PolynomialRealRoot
getSource() - Method in class jpicedt.format.input.util.ParserEvent
 
getSource() - Method in class jpicedt.graphic.event.EditorKitEvent
Return the editor kit that sourced this event
getSource() - Method in class jpicedt.graphic.event.HelpMessageEvent
Return the editor kit that sourced this event.
getSourceBoard() - Method in class jpicedt.graphic.toolkit.TransferableGraphic
 
getStatus() - Method in class jpicedt.graphic.util.AbstractEraser
Renvoie l'état de l'effacement.
getStatusBar() - Method in class jpicedt.ui.PEDrawingBoard
Return the status bar
getString(ArrowView.Direction) - Method in enum jpicedt.format.output.pstricks.PstricksConstants.PSTArrow
 
getString(ArrowView.Direction) - Method in enum jpicedt.format.output.tikz.TikzConstants.TZArrow
 
getSupportedDisplayLanguages() - Method in class jpicedt.Localizer
Return an array containing all languages this localizer supports, returned in the same format as Locale.getDisplayLanguage(inLocale), yet localized using the current Locale e.g.
getSupportedLocales() - Method in class jpicedt.Localizer
Return an array containing all Locales this localizer supports, by looking up the "lang/" subdirectory.
getTag() - Method in class jpicedt.format.output.dxf.DXFTaggedValue.DXFTaggedDouble
 
getTag() - Method in class jpicedt.format.output.dxf.DXFTaggedValue.DXFTaggedInteger
 
getTag() - Method in class jpicedt.format.output.dxf.DXFTaggedValue.DXFTaggedString
 
getTangentA(PicVector) - Method in class jpicedt.graphic.model.PicNodeConnection
Return the tangent to the node connection at node A.
getTangentAtAngleEnd(PicVector) - Method in class jpicedt.graphic.model.PicEllipse
Utility for computing arrow direction.
getTangentAtAngleStart(PicVector) - Method in class jpicedt.graphic.model.PicEllipse
Utility for computing arrow direction.
getTangentB(PicVector) - Method in class jpicedt.graphic.model.PicNodeConnection
Return the tangent to the node connection at node B.
getTarget() - Method in class jpicedt.graphic.toolkit.AbstractMouseTransform
Return the element this transform acts upon
getTarget() - Method in interface jpicedt.graphic.toolkit.ActionDispatcher
return the PECanvas upon which a PEAction should act.
getTarget() - Method in class jpicedt.graphic.toolkit.ConvexZoneHitInfo.CZHitInfo
 
getTarget() - Method in interface jpicedt.graphic.toolkit.ConvexZoneHitInfo
 
getTarget() - Method in class jpicedt.graphic.toolkit.ConvexZoneHitInfo.List
 
getTarget() - Method in class jpicedt.graphic.toolkit.DefaultActionDispatcher
Returns the PECanvas upon which a PEAction should act.
getTarget() - Method in class jpicedt.graphic.view.HitInfo.AbstractHitInfo

author: Sylvain Reynal
getTarget() - Method in class jpicedt.graphic.view.HitInfo.Composite
 
getTarget() - Method in interface jpicedt.graphic.view.HitInfo
 
getTarget() - Method in class jpicedt.graphic.view.HitInfo.List
 
getTemplate() - Method in class jpicedt.format.output.dxf.DXFTemplateParser
 
getText(boolean) - Method in class jpicedt.graphic.model.TextEditable
Return the string argument (e.g of the corresponding \\makebox{} command)
getText() - Method in class jpicedt.graphic.model.TextEditable
Return the string argument (e.g of the corresponding \\makebox{} command)
getText() - Method in class jpicedt.graphic.toolkit.DrawToolFactory.TextInputDialog
 
getTextHitInfo() - Method in class jpicedt.graphic.view.HitInfo.Text
 
getTextLayout() - Method in class jpicedt.graphic.view.TextView
[SR:pending] make this view implement aka TextEditableView interface (or something like it), where TextEditableView is a subinterface of View with text-editing specific capabilities.
getTextLayout() - Method in class jpicedt.graphic.view.TextViewHybrid
[SR:pending] make this view implement aka TextEditableView interface (or something like it), where TextEditableView is a subinterface of View with text-editing specific capabilities.
getTextMode() - Method in class jpicedt.graphic.model.PicText
Return the textmode only
getTextToModelTransform() - Method in class jpicedt.graphic.view.TextView
Return an affine transform which translat b/w the TextLayout coordinate system and the jpicedt.graphic.model coordinate system.
getTextToModelTransform() - Method in class jpicedt.graphic.view.TextViewHybrid
Return an affine transform which translat b/w the TextLayout coordinate system and the jpicedt.graphic.model coordinate system.
getTitle() - Method in class jpicedt.format.output.dxf.DXFCustomizer
 
getTitle() - Method in class jpicedt.format.output.eepic.EepicCustomizer

author: Sylvain Reynal
getTitle() - Method in class jpicedt.format.output.latex.LatexCustomizer
 
getTitle() - Method in class jpicedt.format.output.pstricks.PstricksCustomizer
 
getTitle() - Method in class jpicedt.format.output.tikz.TikzCustomizer
 
getTitle() - Method in class jpicedt.graphic.model.Drawing.Customizer
 
getTitle() - Method in class jpicedt.graphic.PageFormat.Customizer

author: Sylvain Reynal
getTitle() - Method in class jpicedt.graphic.toolkit.AbstractCustomizer
 
getTitle() - Method in class jpicedt.ui.dialog.DirectoriesCustomizer
 
getTitle() - Method in class jpicedt.ui.dialog.DockableAttributesCustomizer.ArrowPropertiesPanel
 
getTitle() - Method in class jpicedt.ui.dialog.DockableAttributesCustomizer.EditModeCustomPropertiesPanel
 
getTitle() - Method in class jpicedt.ui.dialog.DockableAttributesCustomizer.FillPropertiesPanel
 
getTitle() - Method in class jpicedt.ui.dialog.DockableAttributesCustomizer.HatchPropertiesPanel
 
getTitle() - Method in class jpicedt.ui.dialog.DockableAttributesCustomizer.PolydotsPropertiesPanel
 
getTitle() - Method in class jpicedt.ui.dialog.DockableAttributesCustomizer.PstCustomPropertiesPanel
 
getTitle() - Method in class jpicedt.ui.dialog.DockableAttributesCustomizer.ShadowPropertiesPanel
 
getTitle() - Method in class jpicedt.ui.dialog.DockableAttributesCustomizer.StrokePropertiesPanel
 
getTitle() - Method in class jpicedt.ui.dialog.DockableAttributesCustomizer.TextPropertiesPanel
 
getTitle() - Method in class jpicedt.ui.dialog.DockableAttributesCustomizer.TikzCustomPropertiesPanel
 
getTitle() - Method in class jpicedt.ui.dialog.GeneralCustomizer

author: Sylvain Reynal
getTitle() - Method in class jpicedt.ui.dialog.GridZoomCustomizer
Returns the panel title, used e.g. for Border or Tabpane title.
getTitle() - Method in class jpicedt.ui.dialog.RenderingCustomizer

author: Sylvain Reynal
getTitle() - Method in class jpicedt.ui.dialog.ShortcutsCustomizer
Returns the panel title, used e.g. for Border or Tabpane title.
getTitle() - Method in class jpicedt.ui.dialog.UIColorCustomizer

author: Sylvain Reynal
getTitle() - Method in class jpicedt.ui.PEDrawingBoard

author: Sylvain Reynal
getTmpDir() - Static method in class jpicedt.JPicEdt
 
getTmpFile() - Static method in class jpicedt.ui.util.RunExternalCommand
 
getTmpFilePrefix() - Static method in class jpicedt.ui.util.RunExternalCommand
 
getTmpPath() - Static method in class jpicedt.ui.util.RunExternalCommand
 
getToCtrlPt() - Method in class jpicedt.graphic.model.AbstractCurve.CurveToSegment
 
getToolNames() - Method in class jpicedt.ui.dialog.DockableConvexZoneToolBar
 
getToolNames() - Method in class jpicedt.ui.dialog.DockableEditorKitToolBar
 
getToolNames() - Method in class jpicedt.ui.dialog.DockableGenericToolbar
 
getTooltip() - Method in class jpicedt.format.output.dxf.DXFCustomizer
 
getTooltip() - Method in class jpicedt.format.output.eepic.EepicCustomizer

author: Sylvain Reynal
getTooltip() - Method in class jpicedt.format.output.latex.LatexCustomizer
 
getTooltip() - Method in class jpicedt.format.output.pstricks.PstricksCustomizer
 
getTooltip() - Method in class jpicedt.format.output.tikz.TikzCustomizer
 
getTooltip() - Method in class jpicedt.graphic.toolkit.AbstractCustomizer
 
getTooltip() - Method in class jpicedt.ui.dialog.DirectoriesCustomizer
 
getTooltip() - Method in class jpicedt.ui.dialog.GeneralCustomizer

author: Sylvain Reynal
getTooltip() - Method in class jpicedt.ui.dialog.GridZoomCustomizer
Returns the tooltip string associated with this panel
getTooltip() - Method in class jpicedt.ui.dialog.RenderingCustomizer

author: Sylvain Reynal
getTooltip() - Method in class jpicedt.ui.dialog.ShortcutsCustomizer
 
getTooltip() - Method in class jpicedt.ui.dialog.UIColorCustomizer

author: Sylvain Reynal
getToPt() - Method in class jpicedt.graphic.model.AbstractCurve.CurveToSegment
 
getToPt() - Method in class jpicedt.graphic.model.AbstractCurve.LineToSegment
 
getTopY() - Method in class jpicedt.graphic.model.PicText
Return y-coordinate of top boundary of text only
getToTangent() - Method in class jpicedt.graphic.model.AbstractCurve.CurveToSegment
 
getTransferData(DataFlavor) - Method in class jpicedt.graphic.toolkit.TransferableGraphic
 
getTransferDataFlavors() - Method in class jpicedt.graphic.toolkit.TransferableGraphic
 
getType() - Method in class jpicedt.format.input.util.WildCharExpression
 
getType() - Method in interface jpicedt.graphic.event.ConvexZoneEvent
 
getType() - Method in class jpicedt.graphic.event.ConvexZoneSelectionEvent
 
getType() - Method in interface jpicedt.graphic.event.DrawingEvent
Return the event type.
getType() - Method in class jpicedt.graphic.event.EditorKitEvent
Return the type of this event
getType() - Method in class jpicedt.graphic.event.SelectionEvent
Return the event type
getType() - Method in class jpicedt.graphic.model.Drawing.DefaultDrawingEvent
 
getType() - Method in class jpicedt.graphic.toolkit.ConvexZoneSet.DefaultConvexZoneEvent
 
getTZArrow(boolean) - Method in enum jpicedt.format.output.tikz.TikzConstants.TZArrow
 
getUndoPresentationName() - Method in class jpicedt.graphic.PECanvas
 
getUserConfirmationCache() - Method in interface jpicedt.graphic.model.EditPointConstraint
Renvoie un contexte UserConfirmationCache donnant les voeux de l'utilisateur notamment quant aux transformation non conformes.
getUserConfirmationCache() - Method in class jpicedt.graphic.toolkit.BasicEditPointConstraint
 
getUserDefinedColourBuffer() - Method in class jpicedt.format.output.pstricks.PstricksFormatter.ParameterString
 
getUserDefinedColourList() - Method in class jpicedt.format.output.util.ParameterString
 
getUserRadioChoice() - Method in class jpicedt.ui.dialog.RadioChoiceDialog
Renvoie le choix de l'utilisateur.
getUserSettingsDirectory() - Static method in class jpicedt.JPicEdt
 
getUserSettingsDirectory() - Static method in class jpicedt.jpicedt_env.UserSettingsDirectory
Renvoie le répertoire domicile de jPicEdt.
getValue() - Method in class jpicedt.format.input.util.NumericalExpression
Return the parsed value, wrapped in a Number (either Integer or Double)
getValue() - Method in class jpicedt.format.input.util.ParserEvent
 
getValue() - Method in class jpicedt.format.input.util.StatementExpression
Return the value of the RHS, wrapped in a Number (either Integer or Double)
getValue() - Method in class jpicedt.format.input.util.WordExpression
Return the parsed content of this expression after a successfull parsing.
getValue() - Method in class jpicedt.format.output.dxf.DXFTaggedValue.DXFTaggedDouble
 
getValue() - Method in class jpicedt.format.output.dxf.DXFTaggedValue.DXFTaggedInteger
 
getValue() - Method in class jpicedt.format.output.dxf.DXFTaggedValue.DXFTaggedString
 
getValue() - Method in enum jpicedt.format.output.tikz.TikzConstants.DrawFlags
 
getValue() - Method in class jpicedt.jpicedt_env.widgets.WholeNumberField
 
getValue() - Method in interface jpicedt.ui.dialog.UserConfirmationCache.Confirmation
 
getValue() - Method in class jpicedt.ui.dialog.UserConfirmationCache.ConfirmationNo
 
getValue() - Method in class jpicedt.ui.dialog.UserConfirmationCache.ConfirmationYes
 
getValue() - Method in class jpicedt.util.math.PolynomialRealRoot
Obtient la valeur de la PolynomialRealRoot this.
getValue() - Method in class jpicedt.widgets.DecimalNumberField
 
getValue() - Method in class jpicedt.widgets.IncrementableTextField
 
getVersion() - Static method in class jpicedt.Version
 
getVertAlign() - Method in class jpicedt.graphic.model.PicText
Return vertical alignement (see static constant above)
getView() - Method in class jpicedt.graphic.model.AbstractElement
Returns the View that's responsible for rendering this AbstractElement
getView() - Method in class jpicedt.graphic.model.Drawing.BoundingBox
 
getView() - Method in interface jpicedt.graphic.model.Element
 
getView2ModelTransform(double) - Method in class jpicedt.graphic.PageFormat
x' = zoom * DPMM * (x + leftMarginMm)
y' = zoom * DPMM * (-y + heightMm-bottomMarginMm)
getViewFactory() - Method in class jpicedt.graphic.toolkit.EditorKit
 
getViewFactory() - Method in class jpicedt.graphic.view.AbstractView
Fetches the ViewFactory implementation that is feeding the view hierarchy.
getViewFactory() - Method in interface jpicedt.graphic.view.View
Fetches the ViewFactory implementation that is feeding the view hierarchy.
getViewToModelTransform() - Method in class jpicedt.graphic.PECanvas

author: Sylvain Reynal
getWidth() - Method in class jpicedt.format.output.util.BaseEmptyDrawingBoundingBox
 
getWidth() - Method in class jpicedt.graphic.model.PicText
Return the width of text only
getWidthMm() - Method in class jpicedt.graphic.PageFormat
Return the page width in mm.
getWidthPx(double) - Method in class jpicedt.graphic.PageFormat
Return the page width in pixels.
getX() - Method in class jpicedt.format.output.util.BaseEmptyDrawingBoundingBox
 
getX() - Method in class jpicedt.graphic.event.PEMouseEvent
Return the x-coordinate of the mouse click point in model-coordinate.
getXOrgPx(double) - Method in class jpicedt.graphic.PageFormat
Return the left margin in pixels, ie the x-coordinate of the (0,0) model origin.
getXYNearestSlope(double, boolean) - Method in class jpicedt.format.output.latex.LatexFormatter
 
getY() - Method in class jpicedt.format.output.util.BaseEmptyDrawingBoundingBox
 
getY() - Method in class jpicedt.graphic.event.PEMouseEvent
Return the y-coordinate of the mouse click point in model-coordinate.
getYOrgPx(double) - Method in class jpicedt.graphic.PageFormat
Return the y-coordinate in pixels (starting from the canvas's top-side) of the (0,0) model origin.
getZoomFactor() - Method in class jpicedt.graphic.PECanvas
 
getZoomIndex(double) - Static method in class jpicedt.graphic.PECanvas
utilities to retrieve the index of the given zoom in PREDEFINED_ZOOMS ; this may be used by GUI widgets, e.g.
GLOBAL_HIGHLIGHTING_COLOR - Static variable in class jpicedt.graphic.view.highlighter.DefaultHighlighterFactory
 
globalScaleLength - Variable in class jpicedt.graphic.view.ArrowView
 
globalScaleWidth - Variable in class jpicedt.graphic.view.ArrowView
 
greatAxis - Variable in class jpicedt.graphic.model.PicEllipse
Lengths of the great axis of the ellipse.
Grid - Class in jpicedt.graphic.grid
A grid for PECanvas, defined in model-coordinate (natural unit = 1mm)
Provides the ability to find a nearest-neighbour point on the grid, given a point in model-coordinate, using current snap-step value Offers several paint schemes (grid step)
Grid() - Constructor for class jpicedt.graphic.grid.Grid
Construct a new Grid with default values
Grid(boolean, boolean, double, double, Color, String) - Constructor for class jpicedt.graphic.grid.Grid
Construct a new Grid
Grid(Properties) - Constructor for class jpicedt.graphic.grid.Grid
Construct a new Grid from the given Properties, using the following key/value pairs : key = KEY_VISIBLE, value = true/false key = KEY_SNAP_ON, value = true/false key = KEY_SNAP_STEP, value = a double key = KEY_GRID_COLOR, value = integer (RGB) representation of the colour key = KEY_LINE_STYLE, value = one of the predefined string (SOLID or DASH)
grid - Variable in class jpicedt.graphic.PECanvas
the grid attached to this canvas
gridStepDEFAULT - Static variable in class jpicedt.graphic.grid.Grid
 
GridZoomCustomizer - Class in jpicedt.ui.dialog
Grid and zoom preferences editing.
GridZoomCustomizer(Properties) - Constructor for class jpicedt.ui.dialog.GridZoomCustomizer
Construct a new panel for grid/zoom preferences editing.
group - Variable in class jpicedt.format.output.util.PicGroupFormatter
 
groupSelection() - Method in class jpicedt.graphic.PECanvas
Group all selected objects into a new PicGroup and add it to the drawing.

H

HALF_PLANE - Static variable in class jpicedt.graphic.toolkit.ConvexZoneToolFactory
 
halfPlanes - Variable in class jpicedt.graphic.util.ConvexPolygonalZoneBoundary
 
hashCode() - Method in class jpicedt.graphic.model.BranchElement
 
hasNext() - Method in class jpicedt.graphic.model.DefaultPointIndexIterator
Returns true if the iteration has more elements
hasNext() - Method in class jpicedt.graphic.model.PicGroup.GroupPointIterator
 
hasNext() - Method in interface jpicedt.graphic.model.PointIndexIterator
 
hasToWriteTmpTeXFile() - Method in enum jpicedt.ui.util.RunExternalCommand.Command
Returns whether this command requires first writing a temp TeX file
hasValidSize() - Method in class jpicedt.graphic.model.AbstractCurve
Return whether the current nb of specification points is valid, i.e. there is no incomplete segment.
HATCH_ANGLE - Static variable in class jpicedt.graphic.model.PicAttributeName
 
HATCH_COLOR - Static variable in class jpicedt.graphic.model.PicAttributeName
 
HATCH_SEP - Static variable in class jpicedt.graphic.model.PicAttributeName
 
HATCH_WIDTH - Static variable in class jpicedt.graphic.model.PicAttributeName
 
headExp - Variable in class jpicedt.format.input.DefaultParser
holds a reference to each supported grammar
height - Variable in class jpicedt.graphic.model.PicText
 
heightMmDEFAULT - Static variable in class jpicedt.graphic.PageFormat
 
HelpMessageEvent - Class in jpicedt.graphic.event
A class that allows an EditorKit to post help-messages (or tooltips) that make sense with the current operation being performed.
HelpMessageEvent(EditorKit, String) - Constructor for class jpicedt.graphic.event.HelpMessageEvent
contruct a new event
HelpMessageListener - Interface in jpicedt.graphic.event
Interface for an observer to receive help messages posted by an EditorKit
helpMessagePosted(HelpMessageEvent) - Method in interface jpicedt.graphic.event.HelpMessageListener
called by the sourcing EditorKit when posting an help-message
helpMessagePosted(HelpMessageEvent) - Method in class jpicedt.ui.PEDrawingBoard.StatusBar
 
hexDump(String) - Static method in class jpicedt.Log
Renvoie un vidage hexadecimal de s.
highlighter - Variable in class jpicedt.graphic.view.AbstractView
The highlighter delegate for this view.
Highlighter - Interface in jpicedt.graphic.view.highlighter
a view dedicated to painting an Element's highlighter, e.g. when the Element is selected.
HighlighterFactory - Interface in jpicedt.graphic.view.highlighter
A factory to create a Highlighter for a given Element.
highlightingMode - Variable in class jpicedt.graphic.view.highlighter.CompositeHighlighter
highlight mode (default to GLOBAL)
HistoryModel - Class in jpicedt.widgets
A history list.
HistoryModel(String) - Constructor for class jpicedt.widgets.HistoryModel
Creates a new history list.
HistoryTextField - Class in jpicedt.widgets
Text field with an arrow-key accessable history.
HistoryTextField(String) - Constructor for class jpicedt.widgets.HistoryTextField
Creates a new history text field.
HistoryTextField(String, boolean) - Constructor for class jpicedt.widgets.HistoryTextField
Creates a new history text field.
HistoryTextField(String, boolean, boolean) - Constructor for class jpicedt.widgets.HistoryTextField
Creates a new history text field.
HitInfo - Interface in jpicedt.graphic.view
A HitInfo encapsulates information related to a mouse click that occured on a particular area of an HitInfo.
HitInfo.AbstractHitInfo - Class in jpicedt.graphic.view
 
HitInfo.AbstractHitInfo(Element, PEMouseEvent) - Constructor for class jpicedt.graphic.view.HitInfo.AbstractHitInfo
Construct a new HitInfo when a click occured on an object's end-point
author: Sylvain Reynal
HitInfo.AbstractHitInfo(HitInfo) - Constructor for class jpicedt.graphic.view.HitInfo.AbstractHitInfo
Cloning constructor
HitInfo.Composite - Class in jpicedt.graphic.view
Represent a particular type of Hit that occured on a child of a branch-element, when one whants to specify both the element and its child.
HitInfo.Composite(BranchElement, int, PEMouseEvent) - Constructor for class jpicedt.graphic.view.HitInfo.Composite
construct a new HitInfo.Point that occured in the given BranchElement, on the child with the given index.
HitInfo.EnvelopeStroke - Class in jpicedt.graphic.view
Deprecated. use HighlighterStroke instead
HitInfo.EnvelopeStroke(Element, int, PEMouseEvent) - Constructor for class jpicedt.graphic.view.HitInfo.EnvelopeStroke
Deprecated.  
HitInfo.HighlighterStroke - Class in jpicedt.graphic.view
Represent a hit that occured on the stroke of a highlighter (eg tangents of a PicSmoothPolygon).
HitInfo.HighlighterStroke(Element, int, PEMouseEvent) - Constructor for class jpicedt.graphic.view.HitInfo.HighlighterStroke
 
HitInfo.Interior - Class in jpicedt.graphic.view
Represent a hit that occured on the interior of a Element
HitInfo.Interior(Element, PEMouseEvent) - Constructor for class jpicedt.graphic.view.HitInfo.Interior
construct a new HitInfo.Interior that occured on the given Element
HitInfo.InverseZOrderingComparator - Class in jpicedt.graphic.view
A comparator for z-axis ordering
HitInfo.InverseZOrderingComparator() - Constructor for class jpicedt.graphic.view.HitInfo.InverseZOrderingComparator
 
HitInfo.List - Class in jpicedt.graphic.view
A collection of HitInfo's that are appropriate when a mouse-event hits several Element's at once.
HitInfo.List(HitInfo) - Constructor for class jpicedt.graphic.view.HitInfo.List
 
HitInfo.Point - Class in jpicedt.graphic.view
Represent a hit that occured on one or several Element's control-points, the latter case occuring necessarily iff some control-points are identical.
HitInfo.Point(Element, int, PEMouseEvent) - Constructor for class jpicedt.graphic.view.HitInfo.Point
construct a new HitInfo.Point that occured on the given Element and on the given point index
HitInfo.Point(Element, ArrayList<Integer>, PEMouseEvent) - Constructor for class jpicedt.graphic.view.HitInfo.Point
construct a new HitInfo.Point that occured on the given Element and on the given points simultaneously.
HitInfo.Stroke - Class in jpicedt.graphic.view
Represent a Hit that occured on an Element.
HitInfo.Stroke(Element, int, PEMouseEvent) - Constructor for class jpicedt.graphic.view.HitInfo.Stroke
construct a new HitInfo.Stroke that occured on the stroke of the given Element
HitInfo.Text - Class in jpicedt.graphic.view
Represent a Hit that occured on some interior area of a TextEditable.
HitInfo.Text(TextEditable, TextHitInfo, PEMouseEvent) - Constructor for class jpicedt.graphic.view.HitInfo.Text
construct a new HitInfo.Text that occured on the given TextEditable, fetching useful information from the given TextHitInfo.
hitTest(PEMouseEvent, boolean) - Method in class jpicedt.graphic.toolkit.ConvexZone
Describe hitTest method here.
hitTest(PEMouseEvent, boolean) - Method in class jpicedt.graphic.toolkit.ConvexZoneSet
 
hitTest(PEMouseEvent, boolean) - Method in class jpicedt.graphic.toolkit.DefaultConvexZoneSelectionHandler
 
hitTest(PEMouseEvent) - Method in class jpicedt.graphic.toolkit.DefaultSelectionHandler
hitTest on the content of the selection only
hitTest(PEMouseEvent) - Method in class jpicedt.graphic.view.AbstractView
Returns a HitInfo corresponding to the given mouse-event.
hitTest(PEMouseEvent, boolean) - Method in class jpicedt.graphic.view.AbstractView
Depending on the value of isHighlighVisible, current implementation first delegates to the hosted Highlighter's hitTest() method, then calls hitTest(PEMouseEvent).
hitTest(PEMouseEvent) - Method in class jpicedt.graphic.view.CompositeView
 
hitTest(PEMouseEvent) - Method in class jpicedt.graphic.view.highlighter.CompositeHighlighter
Returns a HitInfo corresponding to the given mouse-event.
hitTest(PEMouseEvent) - Method in class jpicedt.graphic.view.highlighter.DefaultHighlighter
Current implementation returns a HitInfo.Point if a click occured on one of the controlled-point indices returned by getControlPointsIterator(); null otherwise.
hitTest(PEMouseEvent) - Method in interface jpicedt.graphic.view.highlighter.Highlighter
Returns a HitInfo corresponding to the given mouse-event on this Highlighter.
hitTest(PEMouseEvent) - Method in class jpicedt.graphic.view.LeafElementView
This implementation returns a HitInfo.Interior if the view is filled and a click occured on the interior, or a HitInfo.Stroke if a click occured on the stroke path (this use a FlatteningPathIterator built from the currentshape).
hitTest(PEMouseEvent) - Method in class jpicedt.graphic.view.TextView
This implementation calls super.hitTest and returns the result if non-null (this should be a HitInfo.Point), then returns a HitInfo.Interior if the mouse-click occured inside the text bound (as defined by text layout)
hitTest(PEMouseEvent) - Method in class jpicedt.graphic.view.TextViewHybrid
This implementation calls super.hitTest and returns the result if non-null (this should be a HitInfo.Point), then returns a HitInfo.Interior if the mouse-click occured inside the text bound (as defined by text layout)
hitTest(PEMouseEvent, boolean) - Method in interface jpicedt.graphic.view.View
Returns a HitInfo corresponding to the given mouse-event
HtmlViewer - Class in jpicedt.ui.util
A frame for displaying HTML content (e.g. on-line help, license,…)
HtmlViewer(String, String, MDIManager) - Constructor for class jpicedt.ui.util.HtmlViewer
Construct a new HTML Window with the given file and title
HtmlViewer(URL, String, MDIManager) - Constructor for class jpicedt.ui.util.HtmlViewer
Construct a new HTML Window with the given file and title
hyperlinkUpdate(HyperlinkEvent) - Method in class jpicedt.ui.util.HtmlViewer
called when a click occurs on a HTML hyperlink (aka <a href=…>)

I

I - Static variable in class jpicedt.util.math.Complex
A constant representing i, the famous square root of -1.
im() - Method in class jpicedt.util.math.Complex
Extracts the imaginary part of a Complex as a double.
image - Variable in class jpicedt.graphic.view.TextViewHybrid
 
iMul() - Method in class jpicedt.graphic.PicVector
Rotate this by PI/2 radian, which modifies this, and return this for convenience.
iMul() - Method in class jpicedt.util.math.Complex
multiply this by i, which modifies this.
IN_SIDE_B - Static variable in class jpicedt.graphic.model.PicParallelogram
 
IN_SIDE_L - Static variable in class jpicedt.graphic.model.PicParallelogram
 
IN_SIDE_R - Static variable in class jpicedt.graphic.model.PicParallelogram
 
IN_SIDE_T - Static variable in class jpicedt.graphic.model.PicParallelogram
 
InConvexZoneTranslateTool - Class in jpicedt.graphic.toolkit
 
InConvexZoneTranslateTool(EditorKit, ConvexZoneGroup) - Constructor for class jpicedt.graphic.toolkit.InConvexZoneTranslateTool
 
InConvexZoneTrimTool - Class in jpicedt.graphic.toolkit
 
InConvexZoneTrimTool(EditorKit, ConvexZoneGroup) - Constructor for class jpicedt.graphic.toolkit.InConvexZoneTrimTool
 
incOrder() - Method in class jpicedt.util.math.PolynomialRealRoot
Incrémente l'ordre de la PolynomialRealRoot this.
increment(String) - Method in class jpicedt.ui.util.PEProgressBar
increment the state of this progress bar by one, displaying the given message at the same time
increment() - Method in class jpicedt.ui.util.PEProgressBar
increment the state of this progress bar by one, leaving the message unchanged
IncrementableTextField - Class in jpicedt.widgets
A JComponent that lump together a JSpinner (with a +/- arrow field that allows the user to increment/decrement) and prefix/postfix labels.
IncrementableTextField(double, double, Icon, String) - Constructor for class jpicedt.widgets.IncrementableTextField
Creates a new IncrementableTextField with an etched border drawn around it.
IncrementableTextField(double, double, Icon, String, boolean) - Constructor for class jpicedt.widgets.IncrementableTextField
 
IncrementableTextField(double, double, JLabel, JLabel, boolean) - Constructor for class jpicedt.widgets.IncrementableTextField
 
indexIterator() - Method in class jpicedt.graphic.toolkit.EditPointMouseTransformFactory.SelectedPointsHandler
return an Iterator over the set of selected-points indices (wrapped in Integer's)
indexOf(String) - Method in class jpicedt.format.input.util.Context
Return the index of the first occurence of the given String, starting from the current caret position.
indexOf(String, int) - Method in class jpicedt.format.input.util.Context
Return the index of the first occurence of the given String in the current block, starting from the given position
indexOf(Object) - Method in class jpicedt.graphic.model.BranchElement
Returns the index of the given child amongst the offspring of this BranchElement.
indexOf(Object) - Method in class jpicedt.graphic.model.CtrlPtSubsetGroup
Renvoie l'indexe de l'objet o parmi les éléments du CtrlPtSubsetGroup this.
indexOf(Object) - Method in class jpicedt.graphic.model.Drawing
Returns the index of the given Element.
indexOfBeforeEOL(String) - Method in class jpicedt.format.input.util.Context
Return the index of the first occurence of the given String, starting from the current caret position, ending at getEndOfBlock() (not included!).
indexToYesNoAskMe(int) - Static method in enum jpicedt.ui.dialog.YesNoAskMe
 
init(UserConfirmationCache) - Method in class jpicedt.graphic.toolkit.AbstractMouseTransformFactory
Called when the associated SelectionTool is being activated in the hosting EditorKit.
init() - Method in class jpicedt.graphic.toolkit.ConvexZoneToolFactory.ConvexZoneToolBase
called when this tool is being activated in the hosting editor kit
init() - Method in class jpicedt.graphic.toolkit.DrawToolFactory.AbstractCurveDrawTool
called when this tool is being activated in the hosting editor kit
init() - Method in class jpicedt.graphic.toolkit.DrawToolFactory.GenericDrawTool
called when this tool is being activated in the hosting editor kit
init() - Method in class jpicedt.graphic.toolkit.DrawToolFactory.TextDrawTool
called when this tool is being activated in the hosting editor kit
init(UserConfirmationCache) - Method in class jpicedt.graphic.toolkit.EditPointMouseTransformFactory
called when the associated SelectionTool is being activated in the hosting EditorKit.
init() - Method in class jpicedt.graphic.toolkit.InConvexZoneTrimTool
 
init() - Method in class jpicedt.graphic.toolkit.MouseTool
called when this tool is being activated in the hosting editor kit ; this is mainly for mousetools that need to do some initialization work before any mouse-event occurs.
init(UserConfirmationCache) - Method in interface jpicedt.graphic.toolkit.MouseTransformFactory
called when the associated SelectionTool is being activated in the hosting EditorKit.
init() - Method in class jpicedt.graphic.toolkit.RotateTool
initialisation process
init() - Method in class jpicedt.graphic.toolkit.ScaleTool
 
init() - Method in class jpicedt.graphic.toolkit.SelectionTool
Appelé lorsque cet outil est activé par l'EditorKit hôte ; La fonction est en grande partie déléguée à la MouseTransform sousjacente.
init() - Method in class jpicedt.Localizer
Init ResourceBundle using OS's default Locale
init(Properties) - Method in class jpicedt.Localizer
(Re)init from a Properties object.
insert(Reader, ExtractionParsing, PicPoint) - Method in class jpicedt.graphic.PECanvas
Insère du contenu depuis un reader dans le dessin courant.
insert(String, ExtractionParsing, PicPoint) - Method in class jpicedt.ui.PEDrawingBoard
Insert new content from the given path into this board's drawing
author: Sylvain Reynal
insertFragment(String, PicPoint) - Static method in class jpicedt.JPicEdt
Insère un fragment chagé du disque dans la plance active.
insertString(int, String, AttributeSet) - Method in class jpicedt.jpicedt_env.widgets.WholeNumberField.WholeNumberDocument
 
insertString(int, String, AttributeSet) - Method in class jpicedt.widgets.DecimalNumberField.DecimalNumberDocument
 
install(PECanvas) - Method in class jpicedt.graphic.toolkit.EditorKit
Called when the kit is being installed into a PECanvas.
install(PECanvas) - Method in class jpicedt.ui.PEDrawingBoard.GridZoomToolBar
Called when this tool-bar is installed, and widgets values must reflect a given PECanvas state.
instance() - Static method in class jpicedt.ui.util.SystemOutUtilities
intanciates singleton if it's null, then returns it
InstanciationExpression - Class in jpicedt.format.input.util
An expression that can instanciate a new Element by cloning the given graphic element when it finds a given litteral tag, then add it to the current PicGroup in the pool.
InstanciationExpression(String, Element, PicAttributeSet, Pool) - Constructor for class jpicedt.format.input.util.InstanciationExpression
 
INTEGER - Static variable in class jpicedt.format.input.util.ExpressionConstants
type for NumericalExpression
inter(IntervalUnion) - Method in class jpicedt.util.math.IntervalUnion
Intersecte this avec les intervalles dans l'argument x
inter(Interval) - Method in class jpicedt.util.math.IntervalUnion
 
inter(double[]) - Method in class jpicedt.util.math.IntervalUnion
Intersecte this avec les intervalles dans l'argument x
interiorPaint - Variable in class jpicedt.graphic.view.LeafElementView
paint for interior (cached)
InternalFrameMDIManager - Class in jpicedt.ui.internal
An MDI Manager implementation for "childframe" mode (ie using JInternalFrame's).
InternalFrameMDIManager(PEProgressBar) - Constructor for class jpicedt.ui.internal.InternalFrameMDIManager
 
interpret(Context) - Method in class jpicedt.format.input.latex.PicEndExpression
 
interpret(Context) - Method in class jpicedt.format.input.pstricks.PsObjectExpression
 
interpret(Context) - Method in class jpicedt.format.input.pstricks.PSTDotStyleExpression
 
interpret(Context) - Method in class jpicedt.format.input.pstricks.PSTFillStyleExpression
 
interpret(Context) - Method in class jpicedt.format.input.util.AbstractRegularExpression
Parses this expression, possibly using the given Context to fetch the String to interpret if this Expression is a leaf expression.
interpret(Context) - Method in class jpicedt.format.input.util.AlternateExpression
Calls "action" with value=Integer(index of first expression parsed with success, starting from 0).
interpret(Context) - Method in class jpicedt.format.input.util.EnclosingExpression
Call action() with value=enclosed string
interpret(Context) - Method in class jpicedt.format.input.util.LiteralExpression
 
interpret(Context) - Method in class jpicedt.format.input.util.NumericalExpression
 
interpret(Context) - Method in class jpicedt.format.input.util.OptionalExpression
 
interpret(Context) - Method in class jpicedt.format.input.util.PicPointExpression
 
interpret(Context) - Method in class jpicedt.format.input.util.RegExExpression
 
interpret(Context) - Method in class jpicedt.format.input.util.RepeatExpression
 
interpret(Context) - Method in class jpicedt.format.input.util.SequenceExpression
 
interpret(Context) - Method in class jpicedt.format.input.util.StatementExpression
 
interpret(Context) - Method in class jpicedt.format.input.util.WildCharExpression
 
interpret(Context) - Method in class jpicedt.format.input.util.WordExpression
If parsing was successfull, sends a ParserEvent with value=string found (this may be an empty string) You may then use Context.removeLineFeeds(String) to remove CR from "value".
interpreter - Variable in class jpicedt.test.TestCanvas
 
intersect(Rectangle2D, ArrayList<Element>) - Method in class jpicedt.graphic.toolkit.DefaultSelectionHandler
 
intersect(Rectangle2D, boolean, ArrayList<Element>) - Method in class jpicedt.graphic.view.AbstractView
Depending on the value of isHighlighVisible, current implementation first delegates to the hosted Highlighter's intersect() method, then calls intersect(Rectangle2D, ArrayList<Element>).
intersect(Rectangle2D, ArrayList<Element>) - Method in class jpicedt.graphic.view.AbstractView
If this view intersects the given rectangle, add the associated Element or a child Element if it's more appropriate (for instance for composite views) to the given list (if non-null), and returns true.
intersect(Rectangle2D, ArrayList<Element>) - Method in class jpicedt.graphic.view.CompositeView
If this view intersects the given rectangle, return the associated BranchElement in GLOBAL mode, or a child Element if in LOCAL mode.
intersect(Rectangle2D, ArrayList<Element>) - Method in class jpicedt.graphic.view.highlighter.CompositeHighlighter
If this highligher intersects the given rectangle, add the associated BranchElement (or a child Element thereof if it's more appropriate) and returns true.
intersect(Rectangle2D, ArrayList<Element>) - Method in class jpicedt.graphic.view.highlighter.DefaultHighlighter
If this highligher intersects the given rectangle, add the associated Element (or a child Element if it's more appropriate, for instance for composite views) to the given list, and returns true.
intersect(Rectangle2D, ArrayList<Element>) - Method in interface jpicedt.graphic.view.highlighter.Highlighter
If this highligher intersects the given rectangle, add the associated Element (or a child Element if it's more appropriate, for instance for composite views) to the given list (if non-null), and returns true.
intersect(Rectangle2D, ArrayList<Element>) - Method in class jpicedt.graphic.view.LeafElementView
If this view intersects the given rectangle, adds the associated Element to the given list (if non-null) and returns true.
intersect(Rectangle2D, ArrayList<Element>) - Method in class jpicedt.graphic.view.TextView
Si l'intersection de cette vue avec le rectangle r est non vide, alors l'Element associé est ajouté à la liste liste, si celle-ci est non null.
intersect(Rectangle2D, boolean, ArrayList<Element>) - Method in interface jpicedt.graphic.view.View
If this view or its highlighter intersects the given rectangle, add the associated Element (or a child Element if it's more appropriate, for instance for composite views) to the given list.
intersect(Interval) - Method in class jpicedt.util.math.Interval
 
intersects(Interval) - Method in class jpicedt.util.math.Interval
 
Interval - Class in jpicedt.util.math
 
Interval(double, double) - Constructor for class jpicedt.util.math.Interval
 
Interval(Interval) - Constructor for class jpicedt.util.math.Interval
 
Interval(double[]) - Constructor for class jpicedt.util.math.Interval
 
Interval() - Constructor for class jpicedt.util.math.Interval
 
IntervalUnion - Class in jpicedt.util.math
Une union d'intervalles Interval de nombre réels (double) sur laquelle on peut faire des opérations ensemblistes.
IntervalUnion(IntervalUnion) - Constructor for class jpicedt.util.math.IntervalUnion
Construit une union d'interalles égale à x.
IntervalUnion() - Constructor for class jpicedt.util.math.IntervalUnion
construit une union d'intervalles vide
IntervalUnion(double[]) - Constructor for class jpicedt.util.math.IntervalUnion
construit l'union d'interval en supposant que chaque couple (x[2*i] x[2*i+1]) délimite un intervalle, et que ces intervalles sont disjoints et ordonnés dans l'ordre croissant
IntervalUnion(Interval) - Constructor for class jpicedt.util.math.IntervalUnion
construit une union d' Interval contenant uniquement x. !!!
IntervalUnion.CopyIntoAllocPolicy - Enum in jpicedt.util.math
 
intToString(double) - Static method in class jpicedt.graphic.PEToolKit
 
INVALID - Static variable in class jpicedt.graphic.toolkit.CursorFactory
 
inverse() - Method in class jpicedt.graphic.PicVector
Change the sign of each coordinate of this vector
invLinearApplication(double[][], PicPoint) - Static method in class jpicedt.graphic.util.LinearAlgebra
Calcul l'image de x par une application linéaire définie par l'inverse matrix.
isAltDown() - Method in class jpicedt.graphic.event.PEMouseEvent
Return whether or not the ALT modifier is down on this mouse event
isAltGraphDown() - Method in class jpicedt.graphic.event.PEMouseEvent
Return whether or not the "AltGr" modifier is down on this mouse event
isArc() - Method in class jpicedt.graphic.model.PicEllipse
Returns true if this PicEllipse is an arc, ie if angle extent does not equl 360
isAtBeginningOfBlock() - Method in class jpicedt.format.input.util.Context
Return true if the caret is located at the beginning of the current block
isAtEndOfBlock() - Method in class jpicedt.format.input.util.Context
Return true if the caret is located at the end of the current block
isAtEOF() - Method in class jpicedt.format.input.util.Context
Return true if the caret is located at the end of the entire buffer
isAutoCompute() - Method in class jpicedt.graphic.model.Drawing.BoundingBox
 
isAutoComputeBoundingBox() - Method in class jpicedt.graphic.model.Drawing
Return true if the bb is computed automatically on-the-fly.
isCancelled() - Method in class jpicedt.graphic.toolkit.CustomizerDialog
 
isCircular() - Method in class jpicedt.graphic.model.PicEllipse
Returns TRUE if this ellipse is circular, ie if smallAxis==greatAxis.
isClosed - Variable in class jpicedt.graphic.model.AbstractCurve
tells whether this curve is closed of not
isClosed() - Method in class jpicedt.graphic.model.AbstractCurve
Returns true if this curve is closed.
isClosed() - Method in class jpicedt.graphic.model.PicEllipse
Returns whether this arc or ellipse is closed or not.
isClosed() - Method in class jpicedt.graphic.util.ConvexPolygonalZoneBoundary
 
isColinear(PicVector) - Method in class jpicedt.graphic.PicVector
Return whether this vector is proportional to the given vector
isControlDown() - Method in class jpicedt.graphic.event.PEMouseEvent
Return whether or not the CTRL modifier is down on this mouse event
isControlPoint(int) - Method in class jpicedt.graphic.model.AbstractCurve
Return whether the bezier-point with the given index is a control-point.
isConvexZoneSetShown() - Method in class jpicedt.graphic.toolkit.EditorKit
 
isDataFlavorSupported(DataFlavor) - Method in class jpicedt.graphic.toolkit.TransferableGraphic
 
isDefinedColourList() - Method in class jpicedt.format.output.util.ParameterString
 
isDefinedColourString() - Method in class jpicedt.format.output.pstricks.PstricksFormatter.ParameterString
 
isDirty - Variable in class jpicedt.graphic.io.parser.ParsedDrawing
 
isDirty() - Method in class jpicedt.ui.PEDrawingBoard

author: Sylvain Reynal
isDisplayAsPath() - Method in class jpicedt.graphic.view.CompositeView
 
isDisplayBoundingBox() - Method in class jpicedt.graphic.model.Drawing
Return true if the bb is computed automatically on-the-fly.
isEmpty() - Method in class jpicedt.format.output.util.BaseEmptyDrawingBoundingBox
 
isEmpty() - Method in class jpicedt.graphic.model.BranchElement
 
isEmpty() - Method in class jpicedt.graphic.model.CtrlPtSubsetGroup
 
isEmpty() - Method in class jpicedt.graphic.model.Drawing
convenience call to RootElement's method
isEmpty() - Method in class jpicedt.util.math.Interval
 
isEmpty() - Method in class jpicedt.util.math.IntervalUnion
 
isEnabled() - Method in class jpicedt.widgets.IncrementableTextField
Return the "enabled" state of this component
isExtensionListInDescription() - Method in class jpicedt.ui.dialog.PEFileFilter
 
isFitInto(Rectangle2D) - Method in class jpicedt.graphic.PageFormat
Returns whether the given rectangle (in mm units) fits into this page.
isFlat() - Method in class jpicedt.graphic.model.PicEllipse
Return true if this ellipse is flat.
isFramed() - Method in class jpicedt.graphic.model.PicText
Return TRUE if the box has to be drawn
isGUI - Static variable in class jpicedt.ui.util.RunExternalCommand
 
isHighBounded() - Method in class jpicedt.widgets.IncrementableTextField
 
isInfinite() - Method in class jpicedt.util.math.Complex
Returns true if either the real or imaginary component of this Complex is an infinite value.
isLeftButton() - Method in class jpicedt.graphic.event.PEMouseEvent
Return whether or not the Left button was pressed
isLocaleSupported(Locale) - Method in class jpicedt.Localizer
 
isLowBounded() - Method in class jpicedt.widgets.IncrementableTextField
 
isMetaDown() - Method in class jpicedt.graphic.event.PEMouseEvent
Return whether or not the META (aka ALT) modifier is down on this mouse event
isMiddleButton() - Method in class jpicedt.graphic.event.PEMouseEvent
Return whether or not the Middle button was pressed ([pending] what happens on MacOS ?)
isNaN() - Method in class jpicedt.util.math.Complex
Returns true if either the real or imaginary component of this Complex is a Not-a-Number (NaN) value.
isNode() - Method in class jpicedt.graphic.model.NodeConnectionManager
Are we a Node ?
isNull() - Method in class jpicedt.graphic.PicVector
Return true if this vector has a null-norm
isOrthogonal(PicVector) - Method in class jpicedt.graphic.PicVector
Return whether this vector is orthogonal to the given vector
isPathClosed - Variable in class jpicedt.graphic.model.BranchElement
whether the path is closed or not (in "JOINT" mode)
isPathClosed() - Method in class jpicedt.graphic.model.BranchElement
Returns whether the path generated by the children of this BranchElement is closed or not.
isPlain() - Method in class jpicedt.graphic.model.PicCircleFrom3Points
 
isPlain() - Method in class jpicedt.graphic.model.PicEllipse
Return true if this PicEllipse is a plain ellipse, ie if angle extent equals 360.
isPolygon() - Method in class jpicedt.graphic.model.AbstractCurve
Return true if this curve is a polygon, ie has only straight segments
isPopupTrigger() - Method in class jpicedt.graphic.event.PEMouseEvent
 
isRectangle() - Method in class jpicedt.graphic.model.PicParallelogram
Returns true if this parallelogram is a rectangle
isRequestFocusEnabled() - Method in class jpicedt.graphic.PECanvas
Overriden from JComponent Signals that this component can receive focus (useful for handling keyevents)
isRightButton() - Method in class jpicedt.graphic.event.PEMouseEvent
Return whether or not the Right button was pressed
isRotated() - Method in class jpicedt.graphic.model.PicEllipse
Return true if this PicEllipse has a null rotation angle along the x-axis
isSaved() - Method in class jpicedt.ui.PEDrawingBoard

author: Sylvain Reynal
isSelected(Element) - Method in class jpicedt.graphic.PECanvas
 
isSelected(ConvexZone) - Method in class jpicedt.graphic.PECanvas
 
isSelected(int) - Method in class jpicedt.graphic.toolkit.EditPointMouseTransformFactory.SelectedPointsHandler
Returns true if the point with the given index is selected.
isSelected(HitInfo.Point) - Method in class jpicedt.graphic.toolkit.EditPointMouseTransformFactory.SelectedPointsHandler
Return true if at least one point in the given HitInfo.Point is selected
isShiftDown() - Method in class jpicedt.graphic.event.PEMouseEvent
Return whether or not the SHIFT modifier is down on this mouse event
isSmooth(int) - Method in class jpicedt.graphic.model.AbstractCurve
Check whether the two control points around the given subdivision point satisfy (up to 5%) the 2nd order smoothness criterion.
isSnapOn() - Method in class jpicedt.graphic.grid.Grid
 
isStraight(int) - Method in class jpicedt.graphic.model.AbstractCurve
Returns whether the given segment is straight.
isSuccessful() - Method in class jpicedt.format.input.util.ParserEvent
 
isSymmetric(int) - Method in class jpicedt.graphic.model.AbstractCurve
Check whether the control points around the given subdivision point satisfy (up to 5%) the symmetry criterion.
isToBack(Element) - Method in class jpicedt.graphic.model.BranchElement
 
isToFront(Element) - Method in class jpicedt.graphic.model.BranchElement
 
isValidBezierIndex(int) - Method in class jpicedt.graphic.model.AbstractCurve
Returns true iff the given bezier point index is a valid point index.
isValidSegmentIndex(int) - Method in class jpicedt.graphic.model.AbstractCurve
Returns true iff the given segment index is a valid segment index.
isValidTarget(Element) - Method in class jpicedt.graphic.toolkit.EditPointMouseTransformFactory
Return true is the given element is a valid target for this factory.
isVisible() - Method in class jpicedt.graphic.grid.Grid
 
isVisible() - Method in class jpicedt.graphic.model.Drawing.BoundingBox
 
isVisible() - Method in interface jpicedt.widgets.MDIComponent
returns whether the panel is currently visible or not
isVisibleDEFAULT - Static variable in class jpicedt.graphic.grid.Grid
default for visible state
isXYorYXRectangle() - Method in class jpicedt.graphic.model.PicParallelogram
 
isXYRectangle() - Method in class jpicedt.graphic.model.PicParallelogram
 
iterator() - Method in class jpicedt.graphic.model.BranchElement
Returns an iterator over children.
iterator() - Method in class jpicedt.graphic.model.CtrlPtSubsetGroup
 
iterator() - Method in class jpicedt.graphic.model.Drawing
convenience call to RootElement's method
iterator() - Method in class jpicedt.graphic.model.NodeConnectionManager
Returns an iterator over all the node connections
iterator() - Method in class jpicedt.util.math.IntervalUnion
 

J

JFrameMDIManager - Class in jpicedt.ui.internal
An MDI Manager implementation for JFrame's
JFrameMDIManager(PEProgressBar) - Constructor for class jpicedt.ui.internal.JFrameMDIManager
 
join(PicMultiCurveConvertable) - Method in class jpicedt.graphic.model.PicMultiCurve
Join this curve and the given Element after proper conversion of the latter to a PicMultiCurve, by appending the control points of the given curve to this one.
joinSelection() - Method in class jpicedt.graphic.PECanvas
Join all selected objects of type PicMultiCurveConvertable into a new PicMulticurve and add it to the drawing.
jOptionPaneValueToYesNoAskMe(int) - Static method in enum jpicedt.ui.dialog.YesNoAskMe
 
JPICCircleFormatter - Class in jpicedt.graphic.io.formatter
JPIC-XML formatter for PicCircleFrom3Points objects.
JPICCircleFormatter(PicCircleFrom3Points, JPICFormatter) - Constructor for class jpicedt.graphic.io.formatter.JPICCircleFormatter
 
JPICConstants - Class in jpicedt.graphic.io.formatter
Useful constants used across the jpicedt.graphic.io.formatter package
JPICConstants() - Constructor for class jpicedt.graphic.io.formatter.JPICConstants
 
JpicDocUserData - Class in jpicedt.graphic.io.util
Classe de stockage d'informations utilisateur (non jPicEdt) d'un fichier ayant un format de sauvegarde.
JpicDocUserData() - Constructor for class jpicedt.graphic.io.util.JpicDocUserData
 
jpicedt - package jpicedt
Contains the main JPicEdt class, as well as some utilities.
JPicEdt - Class in jpicedt
Application main class (this class is not shipped in the jpicedt library)
JPicEdt.AboutAction - Class in jpicedt
Opens the "about..." dialog box
JPicEdt.AboutAction() - Constructor for class jpicedt.JPicEdt.AboutAction
 
JPicEdt.ContentTypeAction - Class in jpicedt
Set the content-type of the currently active board
JPicEdt.ContentTypeAction(int) - Constructor for class jpicedt.JPicEdt.ContentTypeAction
 
JPicEdt.ExitAction - Class in jpicedt
Exit jPicEdt
JPicEdt.ExitAction() - Constructor for class jpicedt.JPicEdt.ExitAction
 
JPicEdt.FileCloseAction - Class in jpicedt
Close the active board
JPicEdt.FileCloseAction() - Constructor for class jpicedt.JPicEdt.FileCloseAction
 
JPicEdt.FileNewAction - Class in jpicedt
Create a new board from scratch, performing operation in a separate thread.
JPicEdt.FileNewAction() - Constructor for class jpicedt.JPicEdt.FileNewAction
 
JPicEdt.FileOpenAction - Class in jpicedt
Open a board from disk, performing I/O operations in a separate thread
JPicEdt.FileOpenAction(String) - Constructor for class jpicedt.JPicEdt.FileOpenAction
load a file with the given filename
JPicEdt.FileOpenAction() - Constructor for class jpicedt.JPicEdt.FileOpenAction
prompt user
JPicEdt.FileReloadAction - Class in jpicedt
Reload the active board from disk, performing I/O operation in a separate thread.
JPicEdt.FileReloadAction() - Constructor for class jpicedt.JPicEdt.FileReloadAction
 
JPicEdt.FileSaveAction - Class in jpicedt
save a frame content to disk, performing I/O operations in a separate thread
JPicEdt.FileSaveAction() - Constructor for class jpicedt.JPicEdt.FileSaveAction
save the content of the active board.
JPicEdt.FileSaveAction(PEDrawingBoard) - Constructor for class jpicedt.JPicEdt.FileSaveAction
save the content of the given board This is useful when closing a frame, where we know the name of the frame to be saved.
JPicEdt.FileSaveAllAction - Class in jpicedt
Save all open boards to disk.
JPicEdt.FileSaveAllAction() - Constructor for class jpicedt.JPicEdt.FileSaveAllAction
 
JPicEdt.FileSaveAsAction - Class in jpicedt
Save the active board to disk with a new file name, performing I/O operations in a separate thread
JPicEdt.FileSaveAsAction() - Constructor for class jpicedt.JPicEdt.FileSaveAsAction
Save the active internal frame with a new file name
jpicedt.format.input - package jpicedt.format.input
 
jpicedt.format.input.dxf - package jpicedt.format.input.dxf
 
jpicedt.format.input.eepic - package jpicedt.format.input.eepic
Parser grammar for the eepic format.
jpicedt.format.input.latex - package jpicedt.format.input.latex
Parser grammar for the LaTeX picture environment format.
jpicedt.format.input.pstricks - package jpicedt.format.input.pstricks
Pstricks grammar tree.
jpicedt.format.input.util - package jpicedt.format.input.util
This package contains helper classes for building a parser based on the well-known RegExp scheme, yet with a strong object-oriented approach in mind.
jpicedt.format.output.dxf - package jpicedt.format.output.dxf
Classes (formatter, view factory,…) related to the DXF (Drawing eXchange Format, as defined by Autodesk) content-type.
jpicedt.format.output.eepic - package jpicedt.format.output.eepic
Classes (formatter, view factory,…) related to the epic/eepic content-type.
jpicedt.format.output.latex - package jpicedt.format.output.latex
Classes (formatter, view factory,…) related to the LaTeX (standard) content-type.
jpicedt.format.output.pstricks - package jpicedt.format.output.pstricks
Classes (formatter, view factory,…) related to the PsTricks content-type.
jpicedt.format.output.tikz - package jpicedt.format.output.tikz
Tikz Formatter Classes (formatter, view factory,…) related to the TikZ content-type.
jpicedt.format.output.util - package jpicedt.format.output.util
 
JPicEdt.FragmentInsertAction - Class in jpicedt
Insert a fragment into the active board, performing I/O operation in a separate thread.
JPicEdt.FragmentInsertAction(String, PEPopupMenuFactory.PopupMenu) - Constructor for class jpicedt.JPicEdt.FragmentInsertAction
insert a fragment from the given file name
JPicEdt.FragmentInsertAction(String) - Constructor for class jpicedt.JPicEdt.FragmentInsertAction
Insère le fragment au point (0,0)
JPicEdt.FragmentInsertAction() - Constructor for class jpicedt.JPicEdt.FragmentInsertAction
 
JPicEdt.FragmentSaveAction - Class in jpicedt
save the selection content of the active board to disk as a "fragment"
JPicEdt.FragmentSaveAction() - Constructor for class jpicedt.JPicEdt.FragmentSaveAction
 
jpicedt.graphic - package jpicedt.graphic
jPicEdt library core classes and packages.
jpicedt.graphic.event - package jpicedt.graphic.event
Various events used for the communication between model, view and controler, as well as to notify external receivers of changes in the document structure, appearance,…
jpicedt.graphic.grid - package jpicedt.graphic.grid
Grids for PECanvas.
jpicedt.graphic.io.formatter - package jpicedt.graphic.io.formatter
Interfaces and base classes useful to implement a formatter for a given format, for instance Pstricks.
jpicedt.graphic.io.parser - package jpicedt.graphic.io.parser
Contains classes for the JPIC-XML parser.
jpicedt.graphic.io.util - package jpicedt.graphic.io.util
 
jpicedt.graphic.model - package jpicedt.graphic.model
Document structure and graphic primitives.
jpicedt.graphic.toolkit - package jpicedt.graphic.toolkit
Controller (document editing through UI actions)
jpicedt.graphic.util - package jpicedt.graphic.util
Bibliothèque de classes pour effectuer des calculs graphiques: rognage de forme zones convexes algèbre linéaire en 2D
jpicedt.graphic.view - package jpicedt.graphic.view
Document appearance.
jpicedt.graphic.view.highlighter - package jpicedt.graphic.view.highlighter
Aspect visuel de la mise en vedette.
jpicedt.jpicedt_env - package jpicedt.jpicedt_env
Un paquetage pour partager entre l'application jPicEdt et son installeur java la façon d'accéder à l'environnement — notamment la détermination du chemin du répertoire .jpicedt.
jpicedt.jpicedt_env.widgets - package jpicedt.jpicedt_env.widgets
Des componsants Swing utilisant dans les classe de l'application JPicEdt (jpicedt.JPicEdt) et de son installeur (installer.Install).
JPicEdt.MemoryMonitorAction - Class in jpicedt
Display memory information
JPicEdt.MemoryMonitorAction() - Constructor for class jpicedt.JPicEdt.MemoryMonitorAction
 
JPicEdt.OpenBSHConsoleAction - Class in jpicedt
Open a BeanShell console
JPicEdt.OpenBSHConsoleAction() - Constructor for class jpicedt.JPicEdt.OpenBSHConsoleAction
 
JPicEdt.PageFormatAction - Class in jpicedt
Set the format of the currently active board
JPicEdt.PageFormatAction() - Constructor for class jpicedt.JPicEdt.PageFormatAction
 
JPicEdt.PreferencesAction - Class in jpicedt
Open the "preferences" dialog box
JPicEdt.PreferencesAction() - Constructor for class jpicedt.JPicEdt.PreferencesAction
 
JPicEdt.RedoAction - Class in jpicedt
Redoes last action
JPicEdt.RedoAction() - Constructor for class jpicedt.JPicEdt.RedoAction
 
JPicEdt.RedrawAction - Class in jpicedt
Redraws (aka repaint()) active internal frame
JPicEdt.RedrawAction() - Constructor for class jpicedt.JPicEdt.RedrawAction
 
JPicEdt.RunExternalCommandAction - Class in jpicedt
run an external process
JPicEdt.RunExternalCommandAction(RunExternalCommand.Command) - Constructor for class jpicedt.JPicEdt.RunExternalCommandAction
 
JPicEdt.ShowErrorLogAction - Class in jpicedt
open a frame containing the error.log file
JPicEdt.ShowErrorLogAction() - Constructor for class jpicedt.JPicEdt.ShowErrorLogAction
 
JPicEdt.ShowHelpAction - Class in jpicedt
open a frame containing the help (HTML formatted) page.
JPicEdt.ShowHelpAction() - Constructor for class jpicedt.JPicEdt.ShowHelpAction
 
JPicEdt.ShowLicenseAction - Class in jpicedt
open a frame containing the (HTML formatted) GPL license page.
JPicEdt.ShowLicenseAction() - Constructor for class jpicedt.JPicEdt.ShowLicenseAction
 
jpicedt.test - package jpicedt.test
Test classes.
JPicEdt.ToggleAttributesPanelAction - Class in jpicedt
Toggle the visibility of the attributes editor
JPicEdt.ToggleAttributesPanelAction() - Constructor for class jpicedt.JPicEdt.ToggleAttributesPanelAction
 
JPicEdt.ToggleConvexZonePanelAction - Class in jpicedt
Toggle the visibility of the convexe zone palette
JPicEdt.ToggleConvexZonePanelAction() - Constructor for class jpicedt.JPicEdt.ToggleConvexZonePanelAction
 
JPicEdt.ToggleToolkitPanelAction - Class in jpicedt
Toggle the visibility of the toolkit panel
JPicEdt.ToggleToolkitPanelAction() - Constructor for class jpicedt.JPicEdt.ToggleToolkitPanelAction
 
jpicedt.ui - package jpicedt.ui
Some classes and interfaces that help building concrete implementation of MDIManager's.
jpicedt.ui.action - package jpicedt.ui.action
Utilities for managing Action's across the application.
jpicedt.ui.dialog - package jpicedt.ui.dialog
Contains utilities classes for building various dialog boxes (preferences editing, graphic elements properties,...)
jpicedt.ui.internal - package jpicedt.ui.internal
Implementation of MDIManager and related using JInternalFrame's.
jpicedt.ui.util - package jpicedt.ui.util
Utilities classes for user interface.
JPicEdt.UndoAction - Class in jpicedt
Undoes last action
JPicEdt.UndoAction() - Constructor for class jpicedt.JPicEdt.UndoAction
 
jpicedt.util.math - package jpicedt.util.math
Bibliothèque de classes pour effectuer des calculs notamment avec: des nombres complexes des polynômes des matrices
JPicEdt.ViewLaTeXFileAction - Class in jpicedt
Display the LaTeX content of the active board in a Dialog Box
JPicEdt.ViewLaTeXFileAction() - Constructor for class jpicedt.JPicEdt.ViewLaTeXFileAction
display the whole LaTeX file in a Dialog Box
jpicedt.widgets - package jpicedt.widgets
Some Swing components used across JPicEdt's classes.
JPicEdt.WindowCascadeAction - Class in jpicedt
Cascades internal frames
JPicEdt.WindowCascadeAction() - Constructor for class jpicedt.JPicEdt.WindowCascadeAction
 
JPicEdt.WindowTileHorAction - Class in jpicedt
Tiles internal frames horizontally
JPicEdt.WindowTileHorAction() - Constructor for class jpicedt.JPicEdt.WindowTileHorAction
 
JPicEdt.WindowTileVertAction - Class in jpicedt
Tiles internal frames vertically
JPicEdt.WindowTileVertAction() - Constructor for class jpicedt.JPicEdt.WindowTileVertAction
 
JPICEDT_DATA_FLAVOR - Static variable in class jpicedt.graphic.toolkit.TransferableGraphic
the DataFlavor for Element's
JPICEllipseFormatter - Class in jpicedt.graphic.io.formatter
JPIC-XML formatter for PicEllipsegram objects.
JPICEllipseFormatter(PicEllipse, JPICFormatter) - Constructor for class jpicedt.graphic.io.formatter.JPICEllipseFormatter
 
JPICEmptyDrawingBoundingBox - Class in jpicedt.graphic.io.formatter
Boîte bornante par défaut pour un dessin vide dans le cadre de l'encodage JPIC-XML
JPICEmptyDrawingBoundingBox() - Constructor for class jpicedt.graphic.io.formatter.JPICEmptyDrawingBoundingBox
 
JPICFormatter - Class in jpicedt.graphic.io.formatter
a FormatterFactory that produces formatters for the JPIC-XML native format Syntax for common attributes, that is, attributes not specific to a given subclass of Element, is strongly inspired from the XML-SVG markup language, although it is restricted to a subset of SVG attributes supported by jPicEdt, i.e. mainly by pstricks.
JPICFormatter(CommentFormatting) - Constructor for class jpicedt.graphic.io.formatter.JPICFormatter
Constructeur JPICFormatter.
JPICFormatter.DrawingFormatter - Class in jpicedt.graphic.io.formatter
A Drawing's formatter for the JPIC-XML language.
JPICFormatter.DrawingFormatter(Drawing, Object, AbstractFormatterFactory) - Constructor for class jpicedt.graphic.io.formatter.JPICFormatter.DrawingFormatter
init this formatter for the given drawing
JPICGroupFormatter - Class in jpicedt.graphic.io.formatter
A JPIC-XML formatter for PicGroup objects.
JPICGroupFormatter(PicGroup, FormatterFactory) - Constructor for class jpicedt.graphic.io.formatter.JPICGroupFormatter
 
JPICMultiCurveFormatter - Class in jpicedt.graphic.io.formatter
JPIC-XML formatter for PicMultiCurve objects.
JPICMultiCurveFormatter(PicMultiCurve, JPICFormatter) - Constructor for class jpicedt.graphic.io.formatter.JPICMultiCurveFormatter
 
JPICParallelogramFormatter - Class in jpicedt.graphic.io.formatter
JPIC-XML formatter for PicParallelogram objects.
JPICParallelogramFormatter(PicParallelogram, JPICFormatter) - Constructor for class jpicedt.graphic.io.formatter.JPICParallelogramFormatter
 
JPICParser - Class in jpicedt.graphic.io.parser
An implementation of the Parser interface dedicated to parsing JPIC-XML files.
JPICParser() - Constructor for class jpicedt.graphic.io.parser.JPICParser
 
JPICPsCurveFormatter - Class in jpicedt.graphic.io.formatter
JPIC-XML formatter for PicPsCurve objects, aka PsTricks \\pscurve macro.
JPICPsCurveFormatter(PicPsCurve, JPICFormatter) - Constructor for class jpicedt.graphic.io.formatter.JPICPsCurveFormatter
 
JPICSmoothPolygonFormatter - Class in jpicedt.graphic.io.formatter
JPIC-XML formatter for PicSmoothPolygon objects.
JPICSmoothPolygonFormatter(PicSmoothPolygon, JPICFormatter) - Constructor for class jpicedt.graphic.io.formatter.JPICSmoothPolygonFormatter
 
JPICTextFormatter - Class in jpicedt.graphic.io.formatter
A formatter for PicText objects in the JPIC-XML format :
<text vert-align="bottom|baseline|center-v|top" hor-align="left|center-h|right" anchor-point="(x,y)" box="no_frame|rectangle|circle|oval">text here !
JPICTextFormatter(PicText, JPICFormatter) - Constructor for class jpicedt.graphic.io.formatter.JPICTextFormatter
 
JPICXmlExtraction - Interface in jpicedt.graphic.io.parser
Interface pour extraire le code JPIC-XML enfoui dans un fichier ayant un format de sauevgarde jPicEdt.
JPICXmlExtraction.ExtractedXml - Class in jpicedt.graphic.io.parser
classe contenant les informations extraites d'un fichier ayant un format de sauvegarde de jPicEdt.
JPICXmlExtraction.ExtractedXml() - Constructor for class jpicedt.graphic.io.parser.JPICXmlExtraction.ExtractedXml
 
JPICXmlExtractor - Class in jpicedt.graphic.io.parser
Classe de base extraire le code JPIC-XML enfoui dans un fichier ayant un format de sauvgarde jPicEdt inconnu.
JPICXmlExtractor() - Constructor for class jpicedt.graphic.io.parser.JPICXmlExtractor
 
JPICXmlFormatExtractor - Class in jpicedt.graphic.io.parser
Cette classe permet d'extraire le JPIC-XML enfoui dans un fichier de sauvegarde jPicEdt dont le format est connu (ou supposé l'être), et tel que l'enfouissement utilise un méthode générique consistant à mettre le code JPIC-XML en commentaire, avec chaque commentaire délimité par une marque de départ et une marque de fin ligne par ligne.
JPICXmlFormatExtractor(String, String, String, boolean, int) - Constructor for class jpicedt.graphic.io.parser.JPICXmlFormatExtractor
 
JPICXmlHandler - Class in jpicedt.graphic.io.parser
Content-handler and error-handler for the JPICParser class.
JPICXmlHandler() - Constructor for class jpicedt.graphic.io.parser.JPICXmlHandler
 
JPICXmlParser - Class in jpicedt.graphic.io.parser
Une implantation de l'interface Parser pour analyser le code JPIC-XML enfoui.
JPICXmlParser() - Constructor for class jpicedt.graphic.io.parser.JPICXmlParser
 

K

KEY - Static variable in class jpicedt.graphic.PEScrollPane.CenterViewportAction
 
KEY - Static variable in class jpicedt.graphic.toolkit.EditorKit.ActivateSnapAction
 
KEY - Static variable in class jpicedt.graphic.toolkit.EditorKit.CopyAction
 
KEY - Static variable in class jpicedt.graphic.toolkit.EditorKit.CutAction
 
KEY - Static variable in class jpicedt.graphic.toolkit.EditorKit.DeleteAction
 
KEY - Static variable in class jpicedt.graphic.toolkit.EditorKit.DeleteConvexZoneAction
 
KEY - Static variable in class jpicedt.graphic.toolkit.EditorKit.EditBoundingBoxAction
 
KEY - Static variable in class jpicedt.graphic.toolkit.EditorKit.EditGeometryAction
 
KEY - Static variable in class jpicedt.graphic.toolkit.EditorKit.EditTextModeAction
 
KEY - Static variable in class jpicedt.graphic.toolkit.EditorKit.GroupAction
 
KEY - Static variable in class jpicedt.graphic.toolkit.EditorKit.JoinCurvesAction
 
KEY - Static variable in class jpicedt.graphic.toolkit.EditorKit.SelectAllAction
 
KEY - Static variable in class jpicedt.graphic.toolkit.EditorKit.ShowGridAction
 
KEY - Static variable in class jpicedt.graphic.toolkit.EditorKit.ToggleEditPointsModeAction
 
KEY - Static variable in class jpicedt.graphic.toolkit.EditorKit.ToggleUseConvexZoneModeAction
 
KEY - Static variable in class jpicedt.graphic.toolkit.EditorKit.ZoomInAction
 
KEY - Static variable in class jpicedt.graphic.toolkit.EditorKit.ZoomOutAction
 
KEY - Static variable in class jpicedt.JPicEdt.AboutAction
 
KEY - Static variable in class jpicedt.JPicEdt.ExitAction
 
KEY - Static variable in class jpicedt.JPicEdt.FileCloseAction
 
KEY - Static variable in class jpicedt.JPicEdt.FileNewAction
 
KEY - Static variable in class jpicedt.JPicEdt.FileOpenAction
 
KEY - Static variable in class jpicedt.JPicEdt.FileReloadAction
 
KEY - Static variable in class jpicedt.JPicEdt.FileSaveAction
 
KEY - Static variable in class jpicedt.JPicEdt.FileSaveAllAction
 
KEY - Static variable in class jpicedt.JPicEdt.FileSaveAsAction
 
KEY - Static variable in class jpicedt.JPicEdt.FragmentInsertAction
 
KEY - Static variable in class jpicedt.JPicEdt.FragmentSaveAction
 
KEY - Static variable in class jpicedt.JPicEdt.MemoryMonitorAction
 
KEY - Static variable in class jpicedt.JPicEdt.OpenBSHConsoleAction
 
KEY - Static variable in class jpicedt.JPicEdt.PageFormatAction
 
KEY - Static variable in class jpicedt.JPicEdt.PreferencesAction
 
KEY - Static variable in class jpicedt.JPicEdt.RedoAction
 
KEY - Static variable in class jpicedt.JPicEdt.RedrawAction
 
KEY - Static variable in class jpicedt.JPicEdt.ShowErrorLogAction
 
KEY - Static variable in class jpicedt.JPicEdt.ShowHelpAction
 
KEY - Static variable in class jpicedt.JPicEdt.ShowLicenseAction
 
KEY - Static variable in class jpicedt.JPicEdt.ToggleAttributesPanelAction
 
KEY - Static variable in class jpicedt.JPicEdt.ToggleConvexZonePanelAction
 
KEY - Static variable in class jpicedt.JPicEdt.ToggleToolkitPanelAction
 
KEY - Static variable in class jpicedt.JPicEdt.UndoAction
 
KEY - Static variable in class jpicedt.JPicEdt.ViewLaTeXFileAction
 
KEY - Static variable in class jpicedt.JPicEdt.WindowCascadeAction
 
KEY - Static variable in class jpicedt.JPicEdt.WindowTileHorAction
 
KEY - Static variable in class jpicedt.JPicEdt.WindowTileVertAction
 
KEY - Static variable in class jpicedt.ui.dialog.DockableAttributesCustomizer
key for persistent storage
KEY - Static variable in class jpicedt.ui.dialog.DockableConvexZoneToolBar
clef pour le stockage persistant des dimenskions dans les préférences.
KEY - Static variable in class jpicedt.ui.dialog.DockableEditorKitToolBar
key for persistent storage
KEY_ATTRIBUTES - Static variable in class jpicedt.format.input.latex.LaTeXParser
key associated with the shared attribute set (PicAttributeSet)
KEY_ATTRIBUTES - Static variable in class jpicedt.format.input.pstricks.PstricksParser
key associated with the attribute set which stores PsTricks default graphical parameters (PicAttributeSet)
KEY_CONTENT_TYPE - Static variable in class jpicedt.graphic.PECanvas
key for Properties's content-type value
KEY_DESKTOP_COLOR - Static variable in class jpicedt.ui.internal.InternalFrameMDIManager
 
KEY_EM_LINE_LENGTH - Static variable in class jpicedt.format.output.latex.LatexConstants
 
KEY_FILE_DIRECTORY - Static variable in class jpicedt.ui.dialog.PEFileChooser
properties's key for open-file-directory
KEY_FILE_WRAPPER_EPILOG - Static variable in class jpicedt.format.output.eepic.EepicConstants
 
KEY_FILE_WRAPPER_EPILOG - Static variable in class jpicedt.format.output.latex.LatexConstants
 
KEY_FILE_WRAPPER_PROLOG - Static variable in class jpicedt.format.output.eepic.EepicConstants
 
KEY_FILE_WRAPPER_PROLOG - Static variable in class jpicedt.format.output.latex.LatexConstants
 
KEY_FMT_CLIP_BASED_ON_JPE_BB - Static variable in class jpicedt.format.output.tikz.TikzConstants
 
KEY_FMT_DXF_VERSION - Static variable in class jpicedt.format.output.dxf.DXFConstants
 
KEY_FMT_ELLIPSE_OUTLINE_CIRCLE - Static variable in class jpicedt.format.output.dxf.DXFConstants
 
KEY_FMT_ELLIPSE_OUTLINE_TRUE_ELLIPSE - Static variable in class jpicedt.format.output.dxf.DXFConstants
 
KEY_FMT_HAS_ARROW_TIP_PACKAGE - Static variable in class jpicedt.format.output.tikz.TikzConstants
 
KEY_FMT_MULTICURVE - Static variable in class jpicedt.format.output.dxf.DXFConstants
 
KEY_FMT_POLYLINE_ELLIPSE_CHORD - Static variable in class jpicedt.format.output.dxf.DXFConstants
 
KEY_FMT_POLYLINE_ELLIPSE_PIE_LINE - Static variable in class jpicedt.format.output.dxf.DXFConstants
 
KEY_FMT_POLYLINE_PARALLELOGRAM - Static variable in class jpicedt.format.output.dxf.DXFConstants
 
KEY_FMT_POLYLINE_POLYGON_MULTICURVE - Static variable in class jpicedt.format.output.dxf.DXFConstants
 
KEY_FMT_PREDEFINED_COLOR_SET - Static variable in class jpicedt.format.output.tikz.TikzConstants
 
KEY_GEOMETRY_HEIGHT - Static variable in class jpicedt.ui.internal.InternalFrameMDIManager
 
KEY_GEOMETRY_WIDTH - Static variable in class jpicedt.ui.internal.InternalFrameMDIManager
 
KEY_GEOMETRY_X - Static variable in class jpicedt.ui.internal.InternalFrameMDIManager
 
KEY_GEOMETRY_Y - Static variable in class jpicedt.ui.internal.InternalFrameMDIManager
 
KEY_GRID_COLOR - Static variable in class jpicedt.graphic.grid.Grid
key used to fetch the grid colour from the Properties object
KEY_GRID_STEP - Static variable in class jpicedt.graphic.grid.Grid
key used to fetch the grid step from the Properties object
KEY_LAF - Static variable in class jpicedt.ui.LAFManager
key used to fetch the LAF name from the Properties (see init)
KEY_LANGUAGE - Static variable in class jpicedt.Localizer
the key used to retrieve the locale from the preferences file
KEY_LINE_STYLE - Static variable in class jpicedt.graphic.grid.Grid
key used to fetch the line style from the Properties object
KEY_MAX_CIRCLE_DIAMETER - Static variable in class jpicedt.format.output.latex.LatexConstants
 
KEY_MAX_DISK_DIAMETER - Static variable in class jpicedt.format.output.latex.LatexConstants
 
KEY_MAX_EM_CIRCLE_SEGMENT_LENGTH - Static variable in class jpicedt.format.output.latex.LatexConstants
 
KEY_MAX_EM_LINE_SLOPE - Static variable in class jpicedt.format.output.latex.LatexConstants
 
KEY_MDIMANAGER - Static variable in class jpicedt.ui.MDIManager
key for persistent storage
KEY_NEWPSOBJECTS - Static variable in class jpicedt.format.input.pstricks.PstricksParser
\\newpsobject : key associated with the HashMap that associates pairs "macroName -> param_string", e.g.
KEY_PAGE_FORMAT - Static variable in class jpicedt.graphic.PageFormat
key used to retrieve parameters from Properties
KEY_PASTE - Static variable in class jpicedt.graphic.toolkit.EditorKit.PasteAction
 
KEY_PASTE_SPECIAL - Static variable in class jpicedt.graphic.toolkit.EditorKit.PasteAction
 
KEY_PUT_POINT - Static variable in class jpicedt.format.input.latex.LaTeXPutExpression
key entry in Pool containing the (x,y) parameter
KEY_R_UNIT - Static variable in class jpicedt.format.input.pstricks.PstricksParser
key associated with \\psrunit register (double)
KEY_RECENT_FILE - Static variable in class jpicedt.MiscUtilities
key used to retrieve the list of recent files from a properties file a ".X" string, where X is a number starting from 1, should be appended to the key beforehands.
KEY_RPUT_HALIGN - Static variable in class jpicedt.format.input.pstricks.PsRPutExpression
key entry in Pool containing the horizontal alignment parameter
KEY_RPUT_POINT - Static variable in class jpicedt.format.input.pstricks.PsRPutExpression
key entry in Pool containing the (x,y) parameter
KEY_RPUT_ROTATION - Static variable in class jpicedt.format.input.pstricks.PsRPutExpression
key entry in Pool containing the (x,y) parameter
KEY_RPUT_VALIGN - Static variable in class jpicedt.format.input.pstricks.PsRPutExpression
key entry in Pool containing the (x,y) parameter
KEY_SNAP_ON - Static variable in class jpicedt.graphic.grid.Grid
key used to fetch the snap state from the Properties object
KEY_SNAP_STEP - Static variable in class jpicedt.graphic.grid.Grid
key used to fetch the snap step from the Properties object
KEY_TEXT_FONT - Static variable in class jpicedt.graphic.view.DefaultViewFactory
key used to fetch the font family value from a Properties object
KEY_THICK_LINES_MAXWIDTH - Static variable in class jpicedt.format.output.eepic.EepicConstants
 
KEY_THIN_LINES_MAXWIDTH - Static variable in class jpicedt.format.output.eepic.EepicConstants
 
KEY_TMPDIR - Static variable in class jpicedt.JPicEdt
key used to fetch the user's temp dir from a Properties object
KEY_UNDOABLE_STEPS - Static variable in class jpicedt.graphic.PECanvas
key for Properties's nb of undoable steps value
KEY_UNIT_LENGTH - Static variable in class jpicedt.format.input.latex.LaTeXParser
key associated with unit-length parameter (double)
KEY_USER_COLOURS - Static variable in class jpicedt.format.input.pstricks.PstricksParser
user-defined colours (a HashMap which gets filled by UserDefinedColorsExpression, see \\newgray, \\newrgbcolor,... in PsTricks documentation p.5)
KEY_VISIBLE - Static variable in class jpicedt.graphic.grid.Grid
key used to fetch the visible state from the Properties object
KEY_X_UNIT - Static variable in class jpicedt.format.input.pstricks.PstricksParser
key associated with \\psxunit register (double)
KEY_Y_UNIT - Static variable in class jpicedt.format.input.pstricks.PstricksParser
key associated with \\psyunit register (double)
KEY_ZOOM - Static variable in class jpicedt.graphic.PECanvas
key for Properties's zoom value
KeyEventWorkaround - Class in jpicedt.widgets
 
KeyEventWorkaround() - Constructor for class jpicedt.widgets.KeyEventWorkaround
 
keyPressed(KeyEvent) - Method in class jpicedt.graphic.toolkit.DrawToolFactory.TextDrawTool
 
keyPressed(KeyEvent) - Method in class jpicedt.graphic.toolkit.MouseTool
Triggers a fake "mouseMoved" event when a key is pressed.
keyPressed(KeyEvent) - Method in class jpicedt.ui.util.RunExternalCommand.DlgBoxDisplayProcessIOStream
 
keyReleased(KeyEvent) - Method in class jpicedt.graphic.toolkit.DrawToolFactory.TextDrawTool
 
keyReleased(KeyEvent) - Method in class jpicedt.graphic.toolkit.MouseTool
Triggers a fake "mouseMoved" event when a key is released.
keyReleased(KeyEvent) - Method in class jpicedt.ui.util.RunExternalCommand.DlgBoxDisplayProcessIOStream
 
keys() - Static method in enum jpicedt.format.output.util.ColorFormatter.ColorEncoding
 
keyTyped(KeyEvent) - Method in class jpicedt.graphic.toolkit.DrawToolFactory.TextDrawTool
 
keyTyped(KeyEvent) - Method in class jpicedt.ui.util.RunExternalCommand.DlgBoxDisplayProcessIOStream
 
kit - Variable in class jpicedt.graphic.PECanvas
the current editor kit for this component

L

l2rVec - Variable in class jpicedt.graphic.model.PicParallelogram
"l2rVec" is a vector pointing from P_BL to P_BR (or equally, from P_TL to P_TR) "b2tVec" is a vector pointing from P_BR to P_TR (or equally, from P_BL to P_TL) These two vectors simply define a convenient parallelogram's basis, and are updated by a call to PicParallelogram.updateParalleloBasis().
LAFManager - Class in jpicedt.ui
LAF management : maintains a list of installed LAF, and handles LAF loading.
LAFManager() - Constructor for class jpicedt.ui.LAFManager
 
LAST_PT - Static variable in class jpicedt.graphic.model.PicCircleFrom3Points
 
LAST_PT - Static variable in class jpicedt.graphic.model.PicEllipse
 
LAST_PT - Static variable in class jpicedt.graphic.model.PicGroup
 
LAST_PT - Static variable in class jpicedt.graphic.model.PicParallelogram
Index of last control-point
LAST_PT - Static variable in class jpicedt.graphic.model.TextEditable
 
lastIndexOf(Object) - Method in class jpicedt.graphic.model.BranchElement
Returns the index of the given child amongst the offspring of this BranchElement.
lastIndexOf(Object) - Method in class jpicedt.graphic.model.CtrlPtSubsetGroup
Renvoie l'indexe de l'objet o parmi les éléments du CtrlPtSubsetGroup this.
lastIndexOf(Object) - Method in class jpicedt.graphic.model.Drawing
Returns the last index of the given Element
lastMouseEvent - Static variable in class jpicedt.graphic.toolkit.MouseTool
this field remembers the last mouse-event produced by a call to one of the mouseXXX methods shared by every MouseTool
LATEX_FILL - Static variable in class jpicedt.format.output.latex.LatexViewFactory
color for interior
LATEX_STROKE - Static variable in class jpicedt.format.output.latex.LatexViewFactory
color for outlines
LaTeXBox - Class in jpicedt.format.input.latex
Parses LaTeX boxes, i.e. makebox, framebox, frame and dashbox.
LaTeXBox(Pool) - Constructor for class jpicedt.format.input.latex.LaTeXBox
 
LaTeXCircle - Class in jpicedt.format.input.latex
Parses LaTeX circles, i.e.
LaTeXCircle(Pool) - Constructor for class jpicedt.format.input.latex.LaTeXCircle
 
LatexConstants - Class in jpicedt.format.output.latex
"emulated latex" parameters : these parameters get used by LatexFormatter, LatexParser and LatexViewFactory.
LatexConstants() - Constructor for class jpicedt.format.output.latex.LatexConstants
 
LatexContentType - Class in jpicedt.format.output.latex
Specifies content-type for Drawing's created by editor-kits.
LatexContentType() - Constructor for class jpicedt.format.output.latex.LatexContentType
 
LatexCustomizer - Class in jpicedt.format.output.latex
a panel for LaTeX preferences editing (emulation parameters,...)
LatexCustomizer(Properties) - Constructor for class jpicedt.format.output.latex.LatexCustomizer
construct a new panel for LaTeX preferences editing.
LatexEmptyDrawingBoundingBox - Class in jpicedt.format.output.latex
Boîte bornante par défaut pour un dessin vide dans le cadre de l'encodage LaTeX
LatexEmptyDrawingBoundingBox() - Constructor for class jpicedt.format.output.latex.LatexEmptyDrawingBoundingBox
 
LatexFormatter - Class in jpicedt.format.output.latex
LaTeX 'picture-env' formater
LatexFormatter() - Constructor for class jpicedt.format.output.latex.LatexFormatter
Constructor using default properties values
LatexFormatter.DrawingFormatter - Class in jpicedt.format.output.latex
 
LatexFormatter.DrawingFormatter(Drawing, Object) - Constructor for class jpicedt.format.output.latex.LatexFormatter.DrawingFormatter
init this formater for the given drawing
LaTeXInstanciationExpression - Class in jpicedt.format.input.latex
instanciates a new Element by cloning the given object, when it finds the given tag, then adds it to the current PicGroup ; makes use of the PicAttributeSet associated with the ATTRIBUTES key in LaTeXParser.
LaTeXInstanciationExpression(String, Element, Pool) - Constructor for class jpicedt.format.input.latex.LaTeXInstanciationExpression
 
LaTeXLine - Class in jpicedt.format.input.latex
Parses LaTeX lines, with or without arrows, i.e.
LaTeXLine(Pool) - Constructor for class jpicedt.format.input.latex.LaTeXLine
 
LaTeXOval - Class in jpicedt.format.input.latex
Parses LaTeX \\oval command.
LaTeXOval(Pool) - Constructor for class jpicedt.format.input.latex.LaTeXOval
 
LaTeXParser - Class in jpicedt.format.input.latex
Grammar rules for the LaTeX's picture environment parser
LaTeXParser(Pool) - Constructor for class jpicedt.format.input.latex.LaTeXParser
Creates a new LaTeXParser, and build grammar rules
LaTeXPicPointExpression - Class in jpicedt.format.input.latex
an expression that parses "(x,y)" string (LaTeX-like PicPoint) and gives the corresponding numerical values to the point number "ptNumber" of the current Element using its setCtrlPt(), using the given constraint.
LaTeXPicPointExpression(int, Pool) - Constructor for class jpicedt.format.input.latex.LaTeXPicPointExpression
 
LaTeXPicPointExpression(int, EditPointConstraint, Pool) - Constructor for class jpicedt.format.input.latex.LaTeXPicPointExpression
 
LaTeXPutExpression - Class in jpicedt.format.input.latex
\\put(x,y){argument} Depending on the argument found, instanciates : a PicText : \\makebox, \\framebox, \\dashbox or LR-argument a PicMultiCurve : \\line, \\vector.
LaTeXPutExpression(Pool) - Constructor for class jpicedt.format.input.latex.LaTeXPutExpression
 
LatexViewFactory - Class in jpicedt.format.output.latex
Creates a View for a given Element when the underlying content type is the LaTeX-picture environment.
LatexViewFactory() - Constructor for class jpicedt.format.output.latex.LatexViewFactory
 
LeafElementView - Class in jpicedt.graphic.view
A View for rendering leaf-elements; implements attributes caching, and shape rendering.
LeafElementView(Element, AttributesViewFactory) - Constructor for class jpicedt.graphic.view.LeafElementView
construct a new View for the given Element
LEFT_ARROW - Static variable in class jpicedt.graphic.model.PicAttributeName
 
leftArrow - Variable in class jpicedt.graphic.view.LeafElementView
arrows to be painted if non-null
leftMarginMmDEFAULT - Static variable in class jpicedt.graphic.PageFormat
 
liftPen - Variable in class jpicedt.graphic.model.BranchElement
see PSTricks' doc, page 36; may take only integer values b/w 0 and 2; default to 0 ; [underway] liftpen not use yet.
LINE - Static variable in class jpicedt.format.input.pstricks.PsPolygonExpression
parses a \\psline command
LINE - Static variable in class jpicedt.graphic.toolkit.DrawToolFactory
 
LINE_COLOR - Static variable in class jpicedt.graphic.model.PicAttributeName
 
LINE_STYLE - Static variable in class jpicedt.graphic.model.PicAttributeName
 
LINE_WIDTH - Static variable in class jpicedt.graphic.model.PicAttributeName
 
LinearAlgebra - Class in jpicedt.graphic.util
Ensemble de fonctions statiques d'algèbre linéaire dans un espace vectoriel réel de dimension 2.
LinearAlgebra() - Constructor for class jpicedt.graphic.util.LinearAlgebra
 
linearApplication(double[][], PicPoint) - Static method in class jpicedt.graphic.util.LinearAlgebra
Fait le produit d'une matrice 2×2 matrix et d'un vecteur x.
lineFeed() - Method in class jpicedt.format.input.util.Context
Move cursor to the beginning of the next line, EVEN if we aren't at an EOL
lineSeparator - Variable in class jpicedt.graphic.io.formatter.AbstractFormatterFactory
le séparateur multi-ligne courant pour ce fichier de sauvegarde
lineSeparatorTab - Variable in class jpicedt.graphic.io.formatter.JPICFormatter
 
lineStyleDEFAULT - Static variable in class jpicedt.graphic.grid.Grid
default style used to paint grid lines
LineThicknessExpression - Class in jpicedt.format.input.latex
Legal syntax : \\linethickness{0.4pt} \\linethickness{0.4mm} \\linethickness{0.4cm} \\linethickness{0.4} // default to mm note : 1pt = 1/72.27 inch = 0.3515 mm cf.
LineThicknessExpression(Pool) - Constructor for class jpicedt.format.input.latex.LineThicknessExpression
 
lineTo(PicPoint) - Method in class jpicedt.graphic.model.AbstractCurve
Adds a STRAIGHT segment to the end of this curve, i.e. control-points and subdivision-points are identical at each segment's end.
lineToLatexString(PicPoint, PicPoint, StyleConstants.ArrowStyle, StyleConstants.ArrowStyle, double) - Method in class jpicedt.format.output.latex.LatexFormatter
Computes a LaTeX string for a line segment, given its two end-points and decoration parameters.
lineToLatexString(double, double, double, double, StyleConstants.ArrowStyle, StyleConstants.ArrowStyle, double) - Method in class jpicedt.format.output.latex.LatexFormatter
Computes a LaTeX string for a line segment, given its two end-points and decoration parameters.
lineWidth - Variable in class jpicedt.graphic.view.ArrowView
 
listenerList - Variable in class jpicedt.graphic.model.Drawing
list of listener's (e.g.
listenerList - Variable in class jpicedt.graphic.toolkit.ConvexZoneSet
 
listenerList - Variable in class jpicedt.graphic.toolkit.EditorKit
list of HelpMessageListener's and PropertyChangeListener's for this EditorKit
listenerList - Variable in class jpicedt.ui.MDIManager.DockablePanel
 
listIterator() - Method in class jpicedt.graphic.model.BranchElement
 
listIterator(int) - Method in class jpicedt.graphic.model.BranchElement
 
listIterator() - Method in class jpicedt.graphic.model.CtrlPtSubsetGroup
 
listIterator(int) - Method in class jpicedt.graphic.model.CtrlPtSubsetGroup
 
listIterator() - Method in class jpicedt.graphic.model.Drawing
 
listIterator(int) - Method in class jpicedt.graphic.model.Drawing
 
LiteralExpression - Class in jpicedt.format.input.util
An expression specified by a String to be exactly matched at the current cursor position.
LiteralExpression(String) - Constructor for class jpicedt.format.input.util.LiteralExpression
 
LL - Static variable in class jpicedt.graphic.model.PicGroup
 
LM - Static variable in class jpicedt.graphic.model.PicGroup
 
load(Properties) - Method in interface jpicedt.Customization
Loads Customization value from a Properties prop
load() - Method in class jpicedt.format.output.dxf.DXFCustomizer
Charge les valeurs du widgets à partir de l'objet Properties passé au constructeur.
load(Properties) - Method in class jpicedt.format.output.dxf.DXFCustomizer
Charge les propriétés DXF (marque déposée) à partir de l'objet Properties prop.
load(Properties) - Method in class jpicedt.format.output.dxf.DXFCustomProperties
Charge les préférences DXF (marque déposée) depuis prop vers this (opération inverse de store).
load(Properties) - Method in class jpicedt.format.output.dxf.DXFFormatter
Charge les propriétés DXF (marque déposée) à partir de l'objet Properties prop.
load() - Method in class jpicedt.format.output.eepic.EepicCustomizer
Load widgets value from the Properties object given in the constructor.
load() - Method in class jpicedt.format.output.latex.LatexCustomizer
Load widgets value from the Properties object given in the constructor.
load() - Method in class jpicedt.format.output.pstricks.PstricksCustomizer
Load widgets value from the Properties object given in the constructor.
load(Properties) - Method in class jpicedt.format.output.pstricks.PstricksCustomProperties
 
load() - Method in class jpicedt.format.output.tikz.TikzCustomizer
Charge les valeurs du widgets à partir de l'objet Properties passé au constructeur.
load(Properties) - Method in class jpicedt.format.output.tikz.TikzCustomProperties
Charge les préférences TikZ depuis prop vers this (opération inverse de store).
load(Properties) - Method in class jpicedt.format.output.util.PrologEpilogCustomizer
Charge le widget avec les valeurs correspondantes de prop
load() - Method in class jpicedt.graphic.model.Drawing.Customizer
Load widgets value, presumably from a "preferences" file or a dedicated storage class
load() - Method in class jpicedt.graphic.PageFormat.Customizer
Load widgets value, presumably from a "preferences" file or a dedicated storage class
author: Sylvain Reynal
load() - Method in class jpicedt.graphic.toolkit.AbstractCustomizer
Loads widgets display content, presumably from a "preferences" file or a dedicated storage class.
load() - Method in class jpicedt.ui.dialog.DirectoriesCustomizer
Load widgets value from the Options class.
load() - Method in class jpicedt.ui.dialog.DockableAttributesCustomizer.ArrowPropertiesPanel
update widgets values according to currently active attribute set.
load() - Method in class jpicedt.ui.dialog.DockableAttributesCustomizer.EditModeCustomPropertiesPanel
Met à jour les valeur du widget selon le jeu d'attributs courant.
load() - Method in class jpicedt.ui.dialog.DockableAttributesCustomizer.FillPropertiesPanel
update widgets values according to currently active attribute set.
load() - Method in class jpicedt.ui.dialog.DockableAttributesCustomizer.HatchPropertiesPanel
update widgets values according to currently active attribute set.
load() - Method in class jpicedt.ui.dialog.DockableAttributesCustomizer.PolydotsPropertiesPanel
load widgets with object's properties
load() - Method in class jpicedt.ui.dialog.DockableAttributesCustomizer.PstCustomPropertiesPanel
update widgets values according to currently active attribute set.
load() - Method in class jpicedt.ui.dialog.DockableAttributesCustomizer.ShadowPropertiesPanel
update widgets values according to currently active attribute set (ie either an appropriate input attribute, or the attribute set of a selected element).
load() - Method in class jpicedt.ui.dialog.DockableAttributesCustomizer.StrokePropertiesPanel
update widgets values according to currently active attribute set.
load() - Method in class jpicedt.ui.dialog.DockableAttributesCustomizer.TextPropertiesPanel
(re)init widgets with Element's properties
load() - Method in class jpicedt.ui.dialog.DockableAttributesCustomizer.TikzCustomPropertiesPanel
update widgets values according to currently active attribute set.
load() - Method in class jpicedt.ui.dialog.GeneralCustomizer
Load widgets value from the Options class.
load() - Method in class jpicedt.ui.dialog.GridZoomCustomizer
Load widgets value from the Properties object
load() - Method in class jpicedt.ui.dialog.RenderingCustomizer
Load widgets value from the Options class.
load() - Method in class jpicedt.ui.dialog.ShortcutsCustomizer
Load widgets value from the Properties object.
load() - Method in class jpicedt.ui.dialog.UIColorCustomizer
Charge les widgets avec les valeurs des préférences utilisateur courante.
load(String, ExtractionParsing) - Method in class jpicedt.ui.PEDrawingBoard
Load this board's content from the given path
author: Sylvain Reynal
loadDefault() - Method in interface jpicedt.Customization
Loads widgets display content with a default value, presumably from a "default preferences" file or a dedicated storage class.
loadDefault() - Method in class jpicedt.format.output.dxf.DXFCustomizer
Charge le contenu d'affichage des widgets avec les valeurs par défaut.
loadDefault() - Method in class jpicedt.format.output.dxf.DXFCustomProperties
Charge le contenu d'affichage des widgets avec les valeurs par défaut prises des DXFContants.
loadDefault() - Method in class jpicedt.format.output.dxf.DXFFormatter
Charge les propriété DXF (marque déposée) par leurs valeurs par défaut.
loadDefault() - Method in class jpicedt.format.output.eepic.EepicCustomizer
Load widgets display content with a default value retrieved from the EepicConstants interface.
loadDefault() - Method in class jpicedt.format.output.latex.LatexCustomizer
Load widgets display content with a default value retrieved from the LatexConstants interface.
loadDefault() - Method in class jpicedt.format.output.pstricks.PstricksCustomizer
Load widgets display content with a default value retrieved from the LatexConstants interface.
loadDefault() - Method in class jpicedt.format.output.pstricks.PstricksCustomProperties
 
loadDefault() - Method in class jpicedt.format.output.tikz.TikzCustomizer
Charge le contenu d'affichage des widgets avec les valeurs par défaut prises des TikzContants.
loadDefault() - Method in class jpicedt.format.output.tikz.TikzCustomProperties
Charge le contenu d'affichage des widgets avec les valeurs par défaut prises des TikzContants.
loadDefault() - Method in class jpicedt.format.output.util.PrologEpilogCustomizer
Charge dans le Widget les valeurs par défaut des champs.
loadDefault() - Method in class jpicedt.graphic.model.Drawing.Customizer
Load widgets display content with a default value, presumably from a "default preferences" file or a dedicated storage class.
loadDefault() - Method in class jpicedt.graphic.PageFormat.Customizer
Load widgets display content with a default value, presumably from a "default preferences" file or a dedicated storage class.
loadDefault() - Method in class jpicedt.graphic.toolkit.AbstractCustomizer
Loads widgets display content with a default value, presumably from a "default preferences" file or a dedicated storage class.
loadDefault() - Method in class jpicedt.ui.dialog.DirectoriesCustomizer
Load widgets display content with default values fetched from the PEFileChooser class.
loadDefault() - Method in class jpicedt.ui.dialog.GeneralCustomizer
Load widgets display content with a default value retrieved from the Options class.
loadDefault() - Method in class jpicedt.ui.dialog.GridZoomCustomizer
Load widgets display content with a default value retrieved from the Options class.
loadDefault() - Method in class jpicedt.ui.dialog.RenderingCustomizer
Load widgets display content with a default value retrieved from the Options class.
loadDefault() - Method in class jpicedt.ui.dialog.ShortcutsCustomizer
Load widgets display content with default values.
loadDefault() - Method in class jpicedt.ui.dialog.UIColorCustomizer
Charge les widgets avec la valeur d'affichage par défaut.
LOCAL_HIGHLIGHTING_COLOR - Static variable in class jpicedt.graphic.view.highlighter.DefaultHighlighterFactory
 
LOCAL_ID_CURVE - Static variable in class jpicedt.format.output.dxf.DXFConstants
 
LOCAL_ID_POLYLINE - Static variable in class jpicedt.format.output.dxf.DXFConstants
 
localize(String) - Method in exception jpicedt.graphic.io.parser.ParserException
Return a localized version of the given string, by relying on the currently installed jpicedt.Localizer.
localize(String) - Static method in class jpicedt.Localizer
Convenience call to currentLocalizer().get()
localize(String[]) - Static method in class jpicedt.Localizer
Pour appeler localize sur un tableau de chaînes.
Localizer - Class in jpicedt
Localizer for all classes of the jpicedt's tree.
Localizer() - Constructor for class jpicedt.Localizer
Create a new Localizer instance init'd from the default locale
Localizer(Properties) - Constructor for class jpicedt.Localizer
Create a new Localizer instance init'd from the given Properties object
Log - Class in jpicedt
Utility class for printing out debugging messages.
Log() - Constructor for class jpicedt.Log
 
lookingAt(Pattern) - Method in class jpicedt.format.input.util.Context
match the given RE pattern on the current block, starting at the caret position, then move the caret past the matched string if found.
lostOwnership(Clipboard, Transferable) - Method in class jpicedt.graphic.toolkit.TransferableGraphic
Notifies this object that it is no longer the owner of the content of the clipboard This implementation does nothing.
LR - Static variable in class jpicedt.graphic.model.PicGroup
 

M

main(String[]) - Static method in class jpicedt.format.input.DefaultParser
parser standalone test
main(String[]) - Static method in class jpicedt.format.input.util.Context
Context standalone test
main(String[]) - Static method in class jpicedt.format.output.pstricks.PstricksFormatter
 
main(String[]) - Static method in class jpicedt.format.output.pstricks.PstricksUtilities
Test
main(String[]) - Static method in class jpicedt.graphic.io.parser.JPICParser
for quick debugging purpose
main(String[]) - Static method in class jpicedt.graphic.model.PicMultiCurve
Pour faire des tests de debug.
main(String[]) - Static method in class jpicedt.graphic.PicPoint
validation tests
main(String[]) - Static method in class jpicedt.graphic.PicVector
validation tests
main(String[]) - Static method in class jpicedt.graphic.util.MultiCurveToArc
fonction principale, ça ne sert qu'à faire un petit test
main(String[]) - Static method in class jpicedt.graphic.view.ArrowView
 
main(String[]) - Static method in class jpicedt.graphic.view.DefaultViewFactory
For debugging purpose.
main(String[]) - Static method in class jpicedt.JPicEdt
 
main(String[]) - Static method in class jpicedt.jpicedt_env.EnvConstants
 
main(String[]) - Static method in class jpicedt.MiscUtilities
 
main(String[]) - Static method in class jpicedt.test.TestBoard
test
main(String[]) - Static method in class jpicedt.test.TestCanvas
test
main(String[]) - Static method in class jpicedt.ui.dialog.DockableAttributesCustomizer
for debugging purpose ; run it if you just wanna see how this particular GUI looks like w/o having to run the whole jPicEdt application
main(String[]) - Static method in class jpicedt.ui.util.BeanShell
 
main(String[]) - Static method in class jpicedt.ui.util.HtmlViewer
test
main(String[]) - Static method in class jpicedt.ui.util.PEProgressBar
test
main(String[]) - Static method in class jpicedt.util.math.Complex
Useful for checking up on the exact version.
main(String[]) - Static method in class jpicedt.util.math.PolynomialRealRoot
test unitaire sur le tri des zero
main(String[]) - Static method in class jpicedt.widgets.PEInternalDialog
test - code snippet from Java Developper Connection.
MAKE_STANDALONE_FILE - Static variable in interface jpicedt.graphic.io.formatter.FormatterFactory
a constraint to indicate that the created Formatter should be able to create a standalone String which once save, can be directly fed to, e.g., latex or ghostview,...
makeRectangle() - Method in class jpicedt.graphic.model.PicParallelogram
Makes this parallelogram a rectangle [pending]
makeXYRectangle() - Method in class jpicedt.graphic.model.PicParallelogram
Makes this parallelogram a rectangle with its sides parallel to the X- and Y-axes.
MANUAL_FORMAT_HTML - Static variable in class jpicedt.JPicEdt
 
MANUAL_FORMAT_HTML_ONE_FILE - Static variable in class jpicedt.JPicEdt
 
MANUAL_FORMAT_KEY - Static variable in class jpicedt.JPicEdt
 
MANUAL_FORMAT_PDF - Static variable in class jpicedt.JPicEdt
 
map(Class<? extends Element>, Class<? extends Formatter>) - Method in class jpicedt.graphic.io.formatter.AbstractFormatterFactory
Associates the given Formatter's class with the given Element's class in the hashmap responsible for creating Formatter's for Element's.
map - Variable in class jpicedt.graphic.model.PicAttributeSet
a map holding name/value pairs
map(Class<? extends Element>, Class<? extends View>) - Method in class jpicedt.graphic.view.DefaultViewFactory
Associates the given View's class with the given Element's class in the hashmap responsible for creating View's for Element's.
map(Class<? extends Element>, Class<? extends Highlighter>) - Method in class jpicedt.graphic.view.highlighter.DefaultHighlighterFactory
 
mark() - Method in class jpicedt.format.input.util.Context
Set the convenience marker to the current caret position.
MASK_ROTATE_BITSET - Static variable in class jpicedt.format.output.tikz.TikzConstants
 
matchAndMove(String) - Method in class jpicedt.format.input.util.Context
Test if the string at the caret position starts with the given string, and in case of success moves the caret past this string ; return false otherwise.
MathConstants - Class in jpicedt.util.math
 
MathConstants() - Constructor for class jpicedt.util.math.MathConstants
 
Matrix - Class in jpicedt.util.math
Matrice réelle
Matrix() - Constructor for class jpicedt.util.math.Matrix
Construit une matrice 0x0
Matrix(int, int, double[][]) - Constructor for class jpicedt.util.math.Matrix
Attention: coefficient n'est pas dupliqué
Matrix(Matrix) - Constructor for class jpicedt.util.math.Matrix
Copie x dans this.
matrixMultiply(double[][], double[][]) - Static method in class jpicedt.graphic.util.LinearAlgebra
Effectue le produit des matrices 2×2 matrix1 et matrix2, et l'affecte à matrix1.
matrixProduct(double[][], double[][]) - Static method in class jpicedt.graphic.util.LinearAlgebra
Effectue le produit des matrices 2×2 matrix1 et matrix2
matrixTransposition(double[][]) - Static method in class jpicedt.graphic.util.LinearAlgebra
Effectue la transposition de la matrice matrix et retourne le résultat.
MAX_FLAT_ANGLE - Static variable in class jpicedt.graphic.model.PicEllipseConstants
maximal angle (in radians) between axes of the parallelogram below which we consider the ellipse to be flat also used to avoid arcs whose angle extent is almost 0
MAX_UNDOABLE_STEPS_DEFAULT - Static variable in class jpicedt.graphic.PECanvas
default undoable events to remember
MDI_CHILDFRAMES - Static variable in class jpicedt.ui.MDIManager
value for persistent storage
MDI_STANDALONEFRAMES - Static variable in class jpicedt.ui.MDIManager
value for persistent storage
MDIComponent - Interface in jpicedt.widgets
A common interface for UI components being hosted by a Multiple Document Interface.
MDIManager - Class in jpicedt.ui
An abstract class that serves as the superclass for jPicEdt's Multiple Document Interface desktop managers.
MDIManager() - Constructor for class jpicedt.ui.MDIManager
 
MDIManager.BoardEventHandler - Class in jpicedt.ui
A handler for events triggered from any PEDrawingBoard, its PECanvas or its EditorKit.
MDIManager.BoardEventHandler() - Constructor for class jpicedt.ui.MDIManager.BoardEventHandler
 
MDIManager.DockablePanel - Class in jpicedt.ui
A wrapper for dockable panels, e.g. the attribute editor or the toolkit palette.
MDIManager.DockablePanel(JPanel, String) - Constructor for class jpicedt.ui.MDIManager.DockablePanel
 
mdimgr - Variable in class jpicedt.ui.dialog.UserConfirmationCache
 
ME - Static variable in class jpicedt.ui.dialog.UserConfirmationCache.ConfirmationNo
 
ME - Static variable in class jpicedt.ui.dialog.UserConfirmationCache.ConfirmationYes
 
middle(PicPoint) - Method in class jpicedt.graphic.PicPoint
Translate this point to the middle of the segment made of [this,other].
mime - Variable in class jpicedt.format.output.dxf.DXFContentType
 
mime - Variable in class jpicedt.format.output.eepic.EepicContentType
 
mime - Variable in class jpicedt.format.output.pstricks.PstricksContentType
 
mime - Variable in class jpicedt.format.output.tikz.TikzContentType
 
mime - Variable in class jpicedt.graphic.DefaultContentType
 
miMul() - Method in class jpicedt.graphic.PicVector
Rotate this by -PI/2 radian, which modifies this, and return this for convenience.
miMul() - Method in class jpicedt.util.math.Complex
multiply this by -i, which modifies this.
minMaxArray(double[]) - Static method in class jpicedt.graphic.PEToolKit
Return an array of length 2 containing the minimum and the maximum of the given array, in that order.
minus(Interval) - Method in class jpicedt.util.math.IntervalUnion
retranche au sens ensemble l'intervalle x de this.
minus(double[]) - Method in class jpicedt.util.math.IntervalUnion
Différence ensembliste.
mirror(PicPoint, PicVector) - Method in class jpicedt.graphic.model.AbstractCurve
Effectue une réflexion sur this relativement à l'axe défini par ptOrg et normalVector.
mirror(PicPoint, PicVector) - Method in class jpicedt.graphic.model.BranchElement
Effectue une reflection sur le PicGroup.
mirror(PicPoint, PicVector) - Method in class jpicedt.graphic.model.Drawing.BoundingBox
 
mirror(PicPoint, PicVector) - Method in interface jpicedt.graphic.model.Element
Effectue une réflexion de l'objet this relativement à la droite passant par le point ptOrg et normale au vecteur normalVector.
mirror(PicPoint, PicVector) - Method in class jpicedt.graphic.model.PicCircleFrom3Points
Effectue une réflexion sur this relativement à l'axe défini par ptOrg et normalVector.
mirror(PicPoint, PicVector) - Method in class jpicedt.graphic.model.PicEllipse
Effectue une réflexion sur this relativement à l'axe défini par ptOrg et normalVector.
mirror(PicPoint, PicVector) - Method in class jpicedt.graphic.model.PicMultiCurve
Effectue une réflexion sur this relativement à l'axe défini par ptOrg et normalVector.
mirror(PicPoint, PicVector) - Method in class jpicedt.graphic.model.PicNodeConnection
Effectue une réflexion sur this relativement à l'axe défini par ptOrg et normalVector.
mirror(PicPoint, PicVector) - Method in class jpicedt.graphic.model.PicParallelogram
Effectue une réflexion sur this relativement à l'axe défini par ptOrg et normalVector.
mirror(PicPoint, PicVector) - Method in class jpicedt.graphic.model.PicPsCurve
Effectue une réflexion sur this relativement à l'axe défini par ptOrg et normalVector.
mirror(PicPoint, PicVector) - Method in class jpicedt.graphic.model.PicSmoothPolygon
Effectue une réflexion sur this relativement à l'axe défini par ptOrg et normalVector.
mirror(PicPoint, PicVector) - Method in class jpicedt.graphic.model.PicText
Effectue une réflexion sur this relativement à l'axe défini par ptOrg et normalVector.
mirror(PicPoint, PicVector, PicPoint) - Method in class jpicedt.graphic.PicPoint
Renvoie l'image par réflection du PicPoint this relativement à l'axe passant par le point ptOrg et normal au vecteur normalVector.
mirror(PicPoint, PicVector) - Method in class jpicedt.graphic.PicPoint
A le même effet que l'appel à mirror(ptOrg,normalVector,this), c'est à dire que la valeur de this est changée par reflexion relativement à l'axe passant par ptOrg et normal à normalVector.
MIRROR - Static variable in class jpicedt.graphic.toolkit.EditorKit
mirror
MirrorTool - Class in jpicedt.graphic.toolkit
Un MouseTool utilisé pour effectuer une réflection sur un Element cible en utilisant un point origine ptOrg par lequel passe l'axe de réflection, et un point extrémité ptEnd tel que le vecteur allant de ptOrg à ptEnd soit normal à l'axe de réflection Séquence des opérations à la souris: mousePressed → place l'origine ptOrg mouseDragged → place l'extrémité ptEnd en dessinant le vecteur correspondant.
MirrorTool(EditorKit, Element) - Constructor for class jpicedt.graphic.toolkit.MirrorTool
Construit une nouvel examplaire de MirrorTool.
MiscUtilities - Class in jpicedt
A collection of static utilities methods.
MiscUtilities.ContentTypeBasics - Enum in jpicedt
 
ML - Static variable in class jpicedt.graphic.model.PicGroup
 
model2ViewTransform - Variable in class jpicedt.graphic.PECanvas
the AffineTransform used to translate from model-coordinates to view-coordinates; gets updated each time either the zoom factor or the page format changes
modelToView(PicPoint, PicPoint) - Method in class jpicedt.graphic.PECanvas
Converts a point from the model-coordinate system to the pixel-coordinate system.
modelToView(Shape) - Method in class jpicedt.graphic.PECanvas
Converts a Shape from the model-coordinate system to the pixel-coordinate system.
moduloJoin(double) - Method in class jpicedt.util.math.IntervalUnion
suppose que diviser > 0 et que les intervalles de l'union on des bornes dans [0 , diviser ] minimise le nombre d'intervalle lorsque le min et le max se touchent en fusionant le dernier intervalle au premier.
MotifLAFCellRenderer - Class in jpicedt.widgets
A customized cell-renderer for the Motif LAF (turns selected item background to white)
MotifLAFCellRenderer() - Constructor for class jpicedt.widgets.MotifLAFCellRenderer
 
mouseClicked(PEMouseEvent) - Method in class jpicedt.graphic.event.PEEventMulticaster
Handles a mouseClicked event by invoking the mouseClicked methods on listener-a and listener-b.
mouseClicked(PEMouseEvent) - Method in class jpicedt.graphic.event.PEMouseInputAdapter
 
mouseClicked(PEMouseEvent) - Method in interface jpicedt.graphic.event.PEMouseInputListener
Invoked when the mouse button has been clicked (pressed and released) on a component.
mouseClicked(PEMouseEvent) - Method in class jpicedt.graphic.toolkit.MouseTool
this default implementation simply stores the given mouse-event in lastMouseEvent field
mouseClicked(PEMouseEvent) - Method in class jpicedt.ui.PEDrawingBoard.StatusBar
 
mouseDragged(PEMouseEvent) - Method in class jpicedt.graphic.event.PEEventMulticaster
Handles the mouseDragged event by invoking the mouseDragged methods on listener-a and listener-b.
mouseDragged(PEMouseEvent) - Method in class jpicedt.graphic.event.PEMouseInputAdapter
 
mouseDragged(PEMouseEvent) - Method in interface jpicedt.graphic.event.PEMouseInputListener
Invoked when a mouse button is pressed on a component and then dragged.
mouseDragged(MouseEvent) - Method in class jpicedt.graphic.PECanvas.IconizedTextTooltipDisplayListener
 
mouseDragged(PEMouseEvent) - Method in class jpicedt.graphic.toolkit.ConvexZoneToolFactory.ConvexZoneToolBase
set current point
mouseDragged(PEMouseEvent) - Method in class jpicedt.graphic.toolkit.DrawToolFactory.AbstractCurveDrawTool
set the current point
mouseDragged(PEMouseEvent) - Method in class jpicedt.graphic.toolkit.DrawToolFactory.GenericDrawTool
set current point
mouseDragged(PEMouseEvent) - Method in class jpicedt.graphic.toolkit.DrawToolFactory.TextDrawTool
do nothing
mouseDragged(PEMouseEvent) - Method in class jpicedt.graphic.toolkit.InConvexZoneTranslateTool
 
mouseDragged(PEMouseEvent) - Method in class jpicedt.graphic.toolkit.MirrorTool
 
mouseDragged(PEMouseEvent) - Method in class jpicedt.graphic.toolkit.MouseTool
this default implementation simply stores the given mouse-event in lastMouseEvent field
mouseDragged(PEMouseEvent) - Method in class jpicedt.graphic.toolkit.MoveTool
Set the 2nd pt of the translation vector and translate the target.
mouseDragged(PEMouseEvent) - Method in class jpicedt.graphic.toolkit.RotateTool
 
mouseDragged(PEMouseEvent) - Method in class jpicedt.graphic.toolkit.ScaleTool
 
mouseDragged(PEMouseEvent) - Method in class jpicedt.graphic.toolkit.SelectionTool
Invoke "process" on the current MouseTransform (if non-null).
mouseDragged(PEMouseEvent) - Method in class jpicedt.ui.PEDrawingBoard.StatusBar
display mouse coords
mouseEntered(PEMouseEvent) - Method in class jpicedt.graphic.event.PEEventMulticaster
Handles the mouseEntered event by invoking the mouseEntered methods on listener-a and listener-b.
mouseEntered(PEMouseEvent) - Method in class jpicedt.graphic.event.PEMouseInputAdapter
 
mouseEntered(PEMouseEvent) - Method in interface jpicedt.graphic.event.PEMouseInputListener
Invoked when the mouse enters a component.
mouseEntered(PEMouseEvent) - Method in class jpicedt.graphic.toolkit.MouseTool
Sets the mouseOutside flag to true, stores the given mouse-event in lastMouseEvent field, and request focus on the PECanvas that dispatched this mouse event.
mouseEntered(PEMouseEvent) - Method in class jpicedt.ui.PEDrawingBoard.StatusBar
 
mouseEvent - Variable in class jpicedt.graphic.view.HitInfo.AbstractHitInfo
 
mouseExited(PEMouseEvent) - Method in class jpicedt.graphic.event.PEEventMulticaster
Handles the mouseExited event by invoking the mouseExited methods on listener-a and listener-b.
mouseExited(PEMouseEvent) - Method in class jpicedt.graphic.event.PEMouseInputAdapter
 
mouseExited(PEMouseEvent) - Method in interface jpicedt.graphic.event.PEMouseInputListener
nvoked when the mouse exits a component.
mouseExited(PEMouseEvent) - Method in class jpicedt.graphic.toolkit.MouseTool
Sets the mouseOutside flag to false, and stores the given mouse-event in lastMouseEvent field.
mouseExited(PEMouseEvent) - Method in class jpicedt.ui.PEDrawingBoard.StatusBar
 
mouseMoved(PEMouseEvent) - Method in class jpicedt.graphic.event.PEEventMulticaster
Handles the mouseMoved event by invoking the mouseMoved methods on listener-a and listener-b.
mouseMoved(PEMouseEvent) - Method in class jpicedt.graphic.event.PEMouseInputAdapter
 
mouseMoved(PEMouseEvent) - Method in interface jpicedt.graphic.event.PEMouseInputListener
Invoked when the mouse button has been moved on a component (with no buttons down).
mouseMoved(MouseEvent) - Method in class jpicedt.graphic.PECanvas.IconizedTextTooltipDisplayListener
 
mouseMoved(PEMouseEvent) - Method in class jpicedt.graphic.toolkit.ConvexZoneToolFactory.ConvexZoneToolBase
set cursor for canvas, then call mouseDragged
mouseMoved(PEMouseEvent) - Method in class jpicedt.graphic.toolkit.DrawToolFactory.AbstractCurveDrawTool
set cursor for canvas, then call mouseDragged
mouseMoved(PEMouseEvent) - Method in class jpicedt.graphic.toolkit.DrawToolFactory.GenericDrawTool
set cursor for canvas, then call mouseDragged
mouseMoved(PEMouseEvent) - Method in class jpicedt.graphic.toolkit.DrawToolFactory.TextDrawTool
set cursor for canvas, then call mouseDragged
mouseMoved(PEMouseEvent) - Method in class jpicedt.graphic.toolkit.InConvexZoneTranslateTool
 
mouseMoved(PEMouseEvent) - Method in class jpicedt.graphic.toolkit.MirrorTool
 
mouseMoved(PEMouseEvent) - Method in class jpicedt.graphic.toolkit.MouseTool
this default implementation simply stores the given mouse-event in lastMouseEvent field
mouseMoved(PEMouseEvent) - Method in class jpicedt.graphic.toolkit.MoveTool
set the cursor
mouseMoved(PEMouseEvent) - Method in class jpicedt.graphic.toolkit.RotateTool
 
mouseMoved(PEMouseEvent) - Method in class jpicedt.graphic.toolkit.ScaleTool
 
mouseMoved(PEMouseEvent) - Method in class jpicedt.graphic.toolkit.SelectionTool
Invoke "process" on the current MouseTransform (if non-null).
mouseMoved(PEMouseEvent) - Method in class jpicedt.graphic.toolkit.ZoomTool
set cursor
mouseMoved(PEMouseEvent) - Method in class jpicedt.ui.PEDrawingBoard.StatusBar
Display mouse coords.
mouseOutside - Variable in class jpicedt.graphic.toolkit.MouseTool
this flag is set to true/false whenever a mouseExited/Entered event is caught.
mousePressed(PEMouseEvent) - Method in class jpicedt.graphic.event.PEEventMulticaster
Handles the mousePressed event by invoking the mousePressed methods on listener-a and listener-b.
mousePressed(PEMouseEvent) - Method in class jpicedt.graphic.event.PEMouseInputAdapter
 
mousePressed(PEMouseEvent) - Method in interface jpicedt.graphic.event.PEMouseInputListener
Invoked when a mouse button has been pressed on a component.
mousePressed(PEMouseEvent) - Method in class jpicedt.graphic.toolkit.ConvexZoneToolFactory.ConvexZoneToolBase
 
mousePressed(PEMouseEvent) - Method in class jpicedt.graphic.toolkit.ConvexZoneToolFactory.GenericConvexZoneTool
 
mousePressed(PEMouseEvent) - Method in class jpicedt.graphic.toolkit.DrawToolFactory.AbstractCurveDrawTool
A popup-trigger mouse event (e.g. a right click on Unix/Windows): switches back to SELECT_MODE if the iterator is completed or terminates the drawing process.
mousePressed(PEMouseEvent) - Method in class jpicedt.graphic.toolkit.DrawToolFactory.GenericDrawTool
A popup-trigger mouse event (e.g. a right click on Unix/Windows) : switches back to SELECT_MODE if the task-iterator is completed or cancels the current task if the task-iterator is underway.
mousePressed(PEMouseEvent) - Method in class jpicedt.graphic.toolkit.DrawToolFactory.TextDrawTool
A popup-trigger mouse event (e.g. a right click on Unix/Windows): switches back to SELECT_MODE if the task-iterator is completed or cancels the current task if the task-iterator is underway.
mousePressed(PEMouseEvent) - Method in class jpicedt.graphic.toolkit.InConvexZoneTranslateTool
 
mousePressed(PEMouseEvent) - Method in class jpicedt.graphic.toolkit.MirrorTool
La méthode mousePressed place le point origine ptOrg , puis confirme la réflection.
mousePressed(PEMouseEvent) - Method in class jpicedt.graphic.toolkit.MouseTool
this default implementation simply stores the given mouse-event in lastMouseEvent field
mousePressed(PEMouseEvent) - Method in class jpicedt.graphic.toolkit.MoveTool
Set the first point of the translation vector.
mousePressed(PEMouseEvent) - Method in class jpicedt.graphic.toolkit.RotateTool
set the source rect, then the destination rect
mousePressed(PEMouseEvent) - Method in class jpicedt.graphic.toolkit.ScaleTool
set the source rect, then the destination rect
mousePressed(PEMouseEvent) - Method in class jpicedt.graphic.toolkit.SelectionTool
clic droit souris (déclencheur de menu contextuel) → déroule le menu contextuel.
mousePressed(PEMouseEvent) - Method in class jpicedt.graphic.toolkit.ZoomTool
Depending on the button and the modifiers, we increase or decrease zoom, or do nothing.
mousePressed(PEMouseEvent) - Method in class jpicedt.ui.PEDrawingBoard.StatusBar
 
mouseReleased(PEMouseEvent) - Method in class jpicedt.graphic.event.PEEventMulticaster
Handles the mouseReleased event by invoking the mouseReleased methods on listener-a and listener-b.
mouseReleased(PEMouseEvent) - Method in class jpicedt.graphic.event.PEMouseInputAdapter
 
mouseReleased(PEMouseEvent) - Method in interface jpicedt.graphic.event.PEMouseInputListener
Invoked when a mouse button has been released on a component.
mouseReleased(PEMouseEvent) - Method in class jpicedt.graphic.toolkit.DrawToolFactory.AbstractCurveDrawTool
CLOSED curve only : add a new point by splitting last segment
mouseReleased(PEMouseEvent) - Method in class jpicedt.graphic.toolkit.InConvexZoneTranslateTool
 
mouseReleased(PEMouseEvent) - Method in class jpicedt.graphic.toolkit.MirrorTool
 
mouseReleased(PEMouseEvent) - Method in class jpicedt.graphic.toolkit.MouseTool
this default implementation simply stores the given mouse-event in lastMouseEvent field
mouseReleased(PEMouseEvent) - Method in class jpicedt.graphic.toolkit.MoveTool
 
mouseReleased(PEMouseEvent) - Method in class jpicedt.graphic.toolkit.RotateTool
 
mouseReleased(PEMouseEvent) - Method in class jpicedt.graphic.toolkit.ScaleTool
 
mouseReleased(PEMouseEvent) - Method in class jpicedt.graphic.toolkit.SelectionTool
Invokes "next()" on the current MouseTransform if non-null.
mouseReleased(PEMouseEvent) - Method in class jpicedt.ui.PEDrawingBoard.StatusBar
 
MouseTool - Class in jpicedt.graphic.toolkit
An implementation of PEMouseInputListener that factors common behaviour for EditorKit's mouse tools, and implements KeyListener so that mouse-tools can also listen to key events (e.g. to update cursor,…) This implementation offers a convenient mechanism for generating MouseMoved events as a result of a KeyPressed/KeyReleased event.
MouseTool() - Constructor for class jpicedt.graphic.toolkit.MouseTool
 
MouseTool.MouseToolType - Enum in jpicedt.graphic.toolkit
 
MouseTransform - Interface in jpicedt.graphic.toolkit
An interface that specifies behaviours shared by mouse-driven object-editing actions, especially when driven by SelectionTool.
MouseTransformFactory - Interface in jpicedt.graphic.toolkit
A factory that produces MouseTransform's to be used by the SelectionTool mouse-tool.
MOVE - Static variable in class jpicedt.graphic.toolkit.CursorFactory
 
MOVE - Static variable in class jpicedt.graphic.toolkit.EditorKit
move
MOVE_ENDPT - Static variable in class jpicedt.graphic.toolkit.CursorFactory
 
MOVE_ENDPT_FROM_CENTER - Static variable in class jpicedt.graphic.toolkit.CursorFactory
 
MOVE_ONE_ONLY - Static variable in class jpicedt.graphic.toolkit.CursorFactory
 
moveCaretBy(int) - Method in class jpicedt.format.input.util.Context
Move cursor position forward by the given increment, possibly proceeding to linefeeds.
moveCaretTo(int) - Method in class jpicedt.format.input.util.Context
Move cursor position forward to the given position, possibly proceeding to linefeeds.
MoveTool - Class in jpicedt.graphic.toolkit
A MouseTool used to translate a target Element by a given vector.
MoveTool(EditorKit, Element) - Constructor for class jpicedt.graphic.toolkit.MoveTool
 
MR - Static variable in class jpicedt.graphic.model.PicGroup
 
mtFactory - Variable in class jpicedt.graphic.toolkit.SelectionTool
 
mul(Complex) - Method in class jpicedt.util.math.Complex
 
mul(double) - Method in class jpicedt.util.math.Complex
 
mul(double) - Method in class jpicedt.util.math.Polynomial
multiplie le polynome this par s, ce qui modifie this.
mul(Polynomial) - Method in class jpicedt.util.math.Polynomial
Multiplie x et this, et affecte le produit à this.
muls(Matrix) - Method in class jpicedt.util.math.Matrix
Produit matriciel this*x.
MULTI_CURVE - Static variable in class jpicedt.graphic.toolkit.DrawToolFactory
 
MultiCurveToArc - Class in jpicedt.graphic.util
Classe permettant d'approximer une AbstractCurve en un PicGroup de segments de droite (PicMultiCurve polygonale) et d'arcs de cercle (PicEllipse).
MultiCurveToArc() - Constructor for class jpicedt.graphic.util.MultiCurveToArc
 

N

N_RESIZE - Static variable in class jpicedt.graphic.toolkit.CursorFactory
 
NakedJPICXmlExtractor - Class in jpicedt.graphic.io.parser
Cette classe permet d'extraire le code JPIC-XML d'un fichier au format de sauvegarde JPIC-XML.
NakedJPICXmlExtractor() - Constructor for class jpicedt.graphic.io.parser.NakedJPICXmlExtractor
 
name - Variable in class jpicedt.format.output.dxf.DXFContentType
 
name - Variable in class jpicedt.format.output.eepic.EepicContentType
 
name - Variable in class jpicedt.format.output.pstricks.PstricksContentType
 
name - Variable in class jpicedt.format.output.tikz.TikzContentType
 
name - Variable in class jpicedt.format.output.util.ParameterString.UserDefinedColour
 
name - Variable in class jpicedt.graphic.DefaultContentType
 
name - Variable in class jpicedt.graphic.model.AbstractElement
the name of this element, if set by the user
NamedColor - Class in jpicedt.format.output.util
 
NamedColor(String, Color) - Constructor for class jpicedt.format.output.util.NamedColor
 
namedColor(String, Color) - Static method in class jpicedt.format.output.util.NamedColor
 
NE_RESIZE - Static variable in class jpicedt.graphic.toolkit.CursorFactory
 
nearestNeighbour(PicPoint, PicPoint) - Method in class jpicedt.graphic.grid.Grid
Compute the nearest-neighbour of the given srcPt point on this grid, using the current snap-step value, and store the result in dstPt.
needsEncoding - Variable in class jpicedt.graphic.io.parser.JPICXmlExtraction.ExtractedXml
 
neg() - Method in class jpicedt.util.math.Complex
negate this, which modifies this.
neg() - Method in class jpicedt.util.math.Polynomial
remplace this par -this
NEGATIVE - Static variable in class jpicedt.format.input.util.ExpressionConstants
sign for NumericalExpression
NestedPsCustomException - Exception in jpicedt.format.output.pstricks
 
newBoard() - Static method in class jpicedt.JPicEdt
Create a new drawing board and add it to the desktop
newDeleteConvexZoneAction(ActionDispatcher, ActionLocalizer) - Method in class jpicedt.graphic.toolkit.EditorKit
 
next() - Method in class jpicedt.graphic.model.DefaultPointIndexIterator
Returns the index of the next PicPoint in the iteration.
next() - Method in class jpicedt.graphic.model.PicGroup.GroupPointIterator
 
next() - Method in interface jpicedt.graphic.model.PointIndexIterator
 
next(PEMouseEvent) - Method in class jpicedt.graphic.toolkit.AbstractMouseTransform
Called by mouseReleased.
next(PEMouseEvent) - Method in class jpicedt.graphic.toolkit.AbstractMouseTransformFactory.HelpMessageMouseTransform
Called when the mouse is released
next(PEMouseEvent) - Method in class jpicedt.graphic.toolkit.AbstractMouseTransformFactory.InvalidMouseTransform
Called when the mouse is released
next(PEMouseEvent) - Method in class jpicedt.graphic.toolkit.AbstractMouseTransformFactory.SelectAreaTransform
Called when the mouse is released.
next(PEMouseEvent) - Method in class jpicedt.graphic.toolkit.EditConvexZoneMouseTransformFactory.MoveConvexZoneTransform
 
next(PEMouseEvent) - Method in class jpicedt.graphic.toolkit.EditConvexZoneMouseTransformFactory.SelectConvexZonesInAreaTransform
Called when the mouse is released.
next(PEMouseEvent) - Method in class jpicedt.graphic.toolkit.EditConvexZoneMouseTransformFactory.UnselectTransform
 
next(PEMouseEvent) - Method in class jpicedt.graphic.toolkit.EditElementMouseTransformFactory._MoveControlPointTransform
Called when the mouse is released.
next(PEMouseEvent) - Method in class jpicedt.graphic.toolkit.EditElementMouseTransformFactory._MoveElementTransform
 
next(PEMouseEvent) - Method in class jpicedt.graphic.toolkit.EditElementMouseTransformFactory.MoveControlPointTransform
Called when the mouse is released.
next(PEMouseEvent) - Method in class jpicedt.graphic.toolkit.EditElementMouseTransformFactory.MoveElementTransform
 
next(PEMouseEvent) - Method in class jpicedt.graphic.toolkit.EditElementMouseTransformFactory.SelectElementsDialogTransform
Called when the mouse is released.
next(PEMouseEvent) - Method in class jpicedt.graphic.toolkit.EditElementMouseTransformFactory.SelectElementsInAreaTransform
Called when the mouse is released.
next(PEMouseEvent) - Method in class jpicedt.graphic.toolkit.EditElementMouseTransformFactory.UnselectTransform
 
next(PEMouseEvent) - Method in class jpicedt.graphic.toolkit.EditPointMouseTransformFactory.EditSmoothCoeffTransform
Called when the mouse is released.
next(PEMouseEvent) - Method in class jpicedt.graphic.toolkit.EditPointMouseTransformFactory.RemovePointTransform
Called when the mouse is released.
next(PEMouseEvent) - Method in class jpicedt.graphic.toolkit.EditPointMouseTransformFactory.SelectElementTransform
 
next(PEMouseEvent) - Method in class jpicedt.graphic.toolkit.EditPointMouseTransformFactory.SelectPointsInAreaTransform
Called when the mouse is released.
next(PEMouseEvent) - Method in class jpicedt.graphic.toolkit.EditPointMouseTransformFactory.SplitSegmentTransform
Called when the mouse is released.
next(PEMouseEvent) - Method in class jpicedt.graphic.toolkit.EditPointMouseTransformFactory.UnSelectPointTransform
 
next(PEMouseEvent) - Method in interface jpicedt.graphic.toolkit.MouseTransform
Called when the left mouse-button changes state.
NO_STROKE_FOR_SHADOW - Static variable in class jpicedt.graphic.view.ViewConstants
Une constante pour influencer l'ombrage des forme lorsque l'utilisateur demande qu'il n'y ait pas de contour.
NodeableElement - Interface in jpicedt.graphic.model
 
NodeConnectionManager - Class in jpicedt.graphic.model
An Element's delegate that can manage node connections with this Element.
NodeConnectionManager(Element) - Constructor for class jpicedt.graphic.model.NodeConnectionManager
 
nodeConnectionManager - Variable in class jpicedt.graphic.model.PicText
 
nodeConnectionOrigin(double, double) - Method in class jpicedt.graphic.model.NodeConnectionManager
 
nodeConnectionOrigin(double, double) - Method in class jpicedt.graphic.model.PicText.TextNodeConnectionManager
 
nodeConnections - Variable in class jpicedt.graphic.model.NodeConnectionManager
a list of node-connection this element is attached to
nodeName - Variable in class jpicedt.graphic.model.NodeConnectionManager
name of node for pstricks export
nodeReferencePoint() - Method in class jpicedt.graphic.model.NodeConnectionManager
 
nodeReferencePoint() - Method in class jpicedt.graphic.model.PicText.TextNodeConnectionManager
 
nodeReferencePointX() - Method in class jpicedt.graphic.model.NodeConnectionManager
 
nodeReferencePointY() - Method in class jpicedt.graphic.model.NodeConnectionManager
 
nodeSep - Variable in class jpicedt.graphic.model.PicText
 
NON_NULL - Static variable in class jpicedt.format.input.util.ExpressionConstants
sign for NumericalExpression
nonPstricksEnumOf(int) - Static method in enum jpicedt.format.output.util.ColorFormatter.ColorEncoding
 
nonPstricksKeys() - Static method in enum jpicedt.format.output.util.ColorFormatter.ColorEncoding
 
norm() - Method in class jpicedt.graphic.PicVector
Return the norm of this vector
norm1() - Method in class jpicedt.graphic.PicVector
Return the abs(x)+abs(y) norm1 for this vector=(x,y)
norm1() - Method in class jpicedt.util.math.Complex
 
norm1Distance(Point2D) - Method in class jpicedt.graphic.PicPoint
Compute the distance with regards to norm norm1.
norm2() - Method in class jpicedt.graphic.PicVector
Return the squared of the norm of this vector
normalize() - Method in class jpicedt.graphic.PicVector
Normalize this vector so that this becomes a unitary vector Does nothing if this vector is a null-vector.
normalize(PicVector, PicVector) - Static method in class jpicedt.graphic.PicVector
Return a normalized copy of the given vector.
normalVectorsToMatrix(PicVector, PicVector) - Static method in class jpicedt.graphic.util.LinearAlgebra
Renvoie une matrice dont n1 transposé est la première ligne, et n2 transposé la seconde ligne (où l'on considère les PicVector comme des vecteurs colonne).
normInf() - Method in class jpicedt.util.math.Complex
 
normInfDistance(Point2D) - Method in class jpicedt.graphic.PicPoint
Compute the distance with regards to norm normInf.
NotParsableExpression - Class in jpicedt.format.input.util
Any string (but w/o line-feeds !)
NotParsableExpression(Pool) - Constructor for class jpicedt.format.input.util.NotParsableExpression
 
notParsed - Variable in class jpicedt.format.input.util.Pool
A string that stores commands that couldn't be parsed in the current context (e.g. in the text file to be parsed) so that we can keep track of these commands (e.g. to be able to include them again when it comes to saving the text file to disk)
notParsedCommands - Variable in class jpicedt.graphic.model.Drawing
a string containing commands read from file but not parsed
NumericalExpression - Class in jpicedt.format.input.util
An expression containing only digits, possibly preceded by whitespaces ; a post-delimiters can be specified, as well as the number's type (int or double) and its sign
NumericalExpression(int, int, String, boolean) - Constructor for class jpicedt.format.input.util.NumericalExpression
 
NumericalExpression(int, int) - Constructor for class jpicedt.format.input.util.NumericalExpression
Constructor w/o postfix, i.e. parse as many digits as possible.
NumericalExpression() - Constructor for class jpicedt.format.input.util.NumericalExpression
Constructor w/o postfix, type=DOUBLE and sign=ANY_SIGN.
NW_RESIZE - Static variable in class jpicedt.graphic.toolkit.CursorFactory
 

O

ONE - Static variable in class jpicedt.util.math.Complex
 
OPEN - Static variable in class jpicedt.graphic.model.PicEllipse
prefined closure type for arcs
openBoard(String) - Static method in class jpicedt.JPicEdt
Create a new board initialized from a file on disk, then add it to the desktop
OPENFILE - Static variable in class jpicedt.ui.dialog.PEFileChooser
file chooser type for opening files
OPENFRAGMENT - Static variable in class jpicedt.ui.dialog.PEFileChooser
file chooser type for opening fragments
OpenLaTeXJPICXmlExtractor - Class in jpicedt.format.input.util
Cette classe permet d'extraire le code JPIC-XML enfoui dans un fichier au au format "open LaTeX JPIC-XML", c'est à dire du JPIC-XML où le code XML proprement dit est commenté à la LaTeX, sauf le code LaTeX des éléments <text>, celui-ci appairaissant en clair.
OpenLaTeXJPICXmlExtractor() - Constructor for class jpicedt.format.input.util.OpenLaTeXJPICXmlExtractor
 
openPath() - Method in class jpicedt.graphic.model.BranchElement
Closes the path generated by the children of this BranchElement.
openUI() - Method in class jpicedt.ui.util.RunExternalCommand
 
OptionalExpression - Class in jpicedt.format.input.util
an expression that represents a pattern repeating at most once
OptionalExpression(AbstractRegularExpression) - Constructor for class jpicedt.format.input.util.OptionalExpression
the expression to be matched (yet optionally)
OPTIONS_FMT_ELLIPSE_OUTLINE_CIRCLE - Static variable in class jpicedt.format.output.dxf.DXFConstants
 
OPTIONS_FMT_ELLIPSE_OUTLINE_TRUE_ELLIPSE - Static variable in class jpicedt.format.output.dxf.DXFConstants
 
OPTIONS_FMT_MULTICURVE - Static variable in class jpicedt.format.output.dxf.DXFConstants
 
OPTIONS_FMT_POLYLINE_ELLIPSE_CHORD - Static variable in class jpicedt.format.output.dxf.DXFConstants
 
OPTIONS_FMT_POLYLINE_ELLIPSE_PIE_LINE - Static variable in class jpicedt.format.output.dxf.DXFConstants
 
OPTIONS_FMT_POLYLINE_PARALLELOGRAM - Static variable in class jpicedt.format.output.dxf.DXFConstants
 
OPTIONS_FMT_POLYLINE_POLYGON_MULTICURVE - Static variable in class jpicedt.format.output.dxf.DXFConstants
 
outcode(double, double) - Method in class jpicedt.format.output.util.BaseEmptyDrawingBoundingBox
 
outlinePaint - Variable in class jpicedt.graphic.view.LeafElementView
paint for outline (cached)
outlineStroke - Variable in class jpicedt.graphic.view.LeafElementView
stroke for outline and arrows (cached)
outputConstraints - Variable in class jpicedt.graphic.io.formatter.AbstractDrawingFormatter
 
OVAL_BOX - Static variable in class jpicedt.format.input.pstricks.PsBox
expects a \\psovalbox macro
OVER_STRIKE - Static variable in class jpicedt.graphic.model.PicAttributeName
 
OVER_STRIKE_COLOR - Static variable in class jpicedt.graphic.model.PicAttributeName
 
OVER_STRIKE_WIDTH - Static variable in class jpicedt.graphic.model.PicAttributeName
 
overstrikeStroke - Variable in class jpicedt.graphic.view.LeafElementView
stroke for overstrike (cached)

P

P_1 - Static variable in class jpicedt.graphic.model.PicCircleFrom3Points
index of first ctrl-point
P_2 - Static variable in class jpicedt.graphic.model.PicCircleFrom3Points
index of intermediate ctrl-point
P_3 - Static variable in class jpicedt.graphic.model.PicCircleFrom3Points
index of last ctrl-point
P_ANCHOR - Static variable in class jpicedt.graphic.model.TextEditable
 
P_ANGLE_END - Static variable in class jpicedt.graphic.model.PicEllipse
point marking end-of-arc
P_ANGLE_START - Static variable in class jpicedt.graphic.model.PicEllipse
point marking start-of-arc
P_BL - Static variable in class jpicedt.graphic.model.PicParallelogram
Bottom-Left corner (also first specification point)
P_BR - Static variable in class jpicedt.graphic.model.PicParallelogram
Bottom-Right corner (also second specification point)
P_CENTER - Static variable in class jpicedt.graphic.model.PicParallelogram
Parallelogram's centre
P_TL - Static variable in class jpicedt.graphic.model.PicParallelogram
Top-Left corner
P_TR - Static variable in class jpicedt.graphic.model.PicParallelogram
Top-Right corner (also third specification point)
pack() - Method in interface jpicedt.widgets.MDIComponent
 
PageFormat - Class in jpicedt.graphic
Size and margins data for a PECanvas.
PageFormat() - Constructor for class jpicedt.graphic.PageFormat
Construct a new PageFormat with the default values (170,100,5,5)
PageFormat(Properties) - Constructor for class jpicedt.graphic.PageFormat
Construct a new PageFormat with values fetched from the given Properties :
Key = KEY_PAGE_FORMAT
Value = width height leftMargin bottomMargin (separated with spaces)
If some values aren't found (including Properties's default), the local default values are used.
PageFormat(double, double, double, double) - Constructor for class jpicedt.graphic.PageFormat
Construct a new PageFormat with lengths given in mm.
PageFormat(double, double) - Constructor for class jpicedt.graphic.PageFormat
Constructor a new PageFormat with length given in mm.
pageFormat - Variable in class jpicedt.graphic.PECanvas
pageFormat encapsulates board size and margin data
PageFormat.Customizer - Class in jpicedt.graphic
a dialog box used to change a PageFormat
PageFormat.Customizer(Properties) - Constructor for class jpicedt.graphic.PageFormat.Customizer
 
PageFormat.Customizer(PageFormat, PECanvas) - Constructor for class jpicedt.graphic.PageFormat.Customizer
 
paint(Graphics2D, Rectangle2D, double) - Method in class jpicedt.graphic.grid.Grid
paint this grid using a grid-step of "gridstep" mm to compute line-spacing.
paint(Graphics2D, Rectangle2D, double) - Method in class jpicedt.graphic.toolkit.AbstractMouseTransform
Paints the clone.
paint(Graphics2D, Rectangle2D, double) - Method in class jpicedt.graphic.toolkit.AbstractMouseTransformFactory.HelpMessageMouseTransform
Allows the MouseTransform to do specific graphic rendering when it's operating.
paint(Graphics2D, Rectangle2D, double) - Method in class jpicedt.graphic.toolkit.AbstractMouseTransformFactory.InvalidMouseTransform
Allows the MouseTransform to do specific graphic rendering when it's operating.
paint(Graphics2D, Rectangle2D, double) - Method in class jpicedt.graphic.toolkit.AbstractMouseTransformFactory
Allows the MouseTransformFactory to do specific graphic rendering when it's installed in a hosting SelectionTool.
paint(Graphics2D, Rectangle2D, double) - Method in class jpicedt.graphic.toolkit.AbstractMouseTransformFactory.SelectAreaTransform
Rendu de la plage rectangulaire sélectionnée.
paint(Graphics2D, Rectangle2D, double) - Method in class jpicedt.graphic.toolkit.ConvexZone
 
paint(Graphics2D, Rectangle2D, double) - Method in class jpicedt.graphic.toolkit.ConvexZoneSet
 
paint(Graphics2D, Rectangle2D, double) - Method in class jpicedt.graphic.toolkit.ConvexZoneToolFactory.ConvexZoneToolBase
This method is called by the hosting EditorKit : this implementation paints the current element's highlighter.
paint(Graphics2D, Rectangle2D, double) - Method in class jpicedt.graphic.toolkit.DefaultConvexZoneSelectionHandler
La méthode paint peint la mise en vedette des zones convexe.
paint(Graphics2D, Rectangle2D, double) - Method in class jpicedt.graphic.toolkit.DefaultSelectionHandler
paint the selection handler highlighting
paint(Graphics2D, Rectangle2D, double) - Method in class jpicedt.graphic.toolkit.DrawToolFactory.AbstractCurveDrawTool
This method is called by the hosting EditorKit : this implementation paints the current element's highlighter.
paint(Graphics2D, Rectangle2D, double) - Method in class jpicedt.graphic.toolkit.DrawToolFactory.GenericDrawTool
This method is called by the hosting EditorKit : this implementation paints the current element's highlighter.
paint(Graphics2D, Rectangle2D, double) - Method in class jpicedt.graphic.toolkit.EditConvexZoneMouseTransformFactory.MoveConvexZoneTransform
 
paint(Graphics2D, Rectangle2D, double) - Method in class jpicedt.graphic.toolkit.EditConvexZoneMouseTransformFactory.UnselectTransform
 
paint(Graphics2D, Rectangle2D, double) - Method in class jpicedt.graphic.toolkit.EditElementMouseTransformFactory.MoveControlPointTransform
Does nothing.
paint(Graphics2D, Rectangle2D, double) - Method in class jpicedt.graphic.toolkit.EditElementMouseTransformFactory.MoveElementTransform
 
paint(Graphics2D, Rectangle2D, double) - Method in class jpicedt.graphic.toolkit.EditElementMouseTransformFactory.SelectElementsDialogTransform
Does nothing.
paint(Graphics2D, Rectangle2D, double) - Method in class jpicedt.graphic.toolkit.EditElementMouseTransformFactory.UnselectTransform
 
paint(Graphics2D, Rectangle2D, double) - Method in class jpicedt.graphic.toolkit.EditorKit
Allow this EditorKit to paint shapes specific to the current tool, either directly, or through the paint method of its tools.
paint(Graphics2D, Rectangle2D, double) - Method in class jpicedt.graphic.toolkit.EditPointMouseTransformFactory.EditSmoothCoeffTransform
Allows the MouseTransform to do specific graphic rendering when it's operating.
paint(Graphics2D, Rectangle2D, double) - Method in class jpicedt.graphic.toolkit.EditPointMouseTransformFactory
Allows this EditPointMouseTransformFactory to do specific graphic rendering when it's installed in a hosting SelectionTool.
paint(Graphics2D, Rectangle2D, double) - Method in class jpicedt.graphic.toolkit.EditPointMouseTransformFactory.RemovePointTransform
Allows the MouseTransform to do specific graphic rendering when it's operating.
paint(Graphics2D, Rectangle2D, double) - Method in class jpicedt.graphic.toolkit.EditPointMouseTransformFactory.SelectElementTransform
 
paint(Graphics2D, Rectangle2D, double) - Method in class jpicedt.graphic.toolkit.EditPointMouseTransformFactory.SplitSegmentTransform
Allows the MouseTransform to do specific graphic rendering when it's operating.
paint(Graphics2D, Rectangle2D, double) - Method in class jpicedt.graphic.toolkit.EditPointMouseTransformFactory.UnSelectPointTransform
 
paint(Graphics2D, Rectangle2D, double) - Method in class jpicedt.graphic.toolkit.InConvexZoneTranslateTool
 
paint(Graphics2D, Rectangle2D, double) - Method in class jpicedt.graphic.toolkit.MirrorTool
Allow the tool to paint shapes that are specific to this tool.
paint(Graphics2D, Rectangle2D, double) - Method in class jpicedt.graphic.toolkit.MouseTool
Allow the tool to paint shapes that are specific to this tool.
paint(Graphics2D, Rectangle2D, double) - Method in interface jpicedt.graphic.toolkit.MouseTransform
Allows the MouseTransform to do specific graphic rendering when it's operating.
paint(Graphics2D, Rectangle2D, double) - Method in interface jpicedt.graphic.toolkit.MouseTransformFactory
Allows the MouseTransformFactory to do specific graphic rendering when it's installed in a hosting SelectionTool.
paint(Graphics2D, Rectangle2D, double) - Method in class jpicedt.graphic.toolkit.MoveTool
Allow the tool to paint shapes that are specific to this tool.
paint(Graphics2D, Rectangle2D, double) - Method in class jpicedt.graphic.toolkit.RotateTool
Allow the tool to paint shapes that are specific to this tool.
paint(Graphics2D, Rectangle2D, double) - Method in class jpicedt.graphic.toolkit.ScaleTool
Allow the tool to paint shapes that are specific to this tool.
paint(Graphics2D, Rectangle2D, double) - Method in class jpicedt.graphic.toolkit.SelectionTool
Do tool specific painting.
paint(Graphics2D, Rectangle2D) - Method in class jpicedt.graphic.view.AbstractCurveView
Render the View to the given graphic context.
paint(Graphics2D, PicPoint, PicVector) - Method in class jpicedt.graphic.view.ArrowView
Updates then paints this arrow.
paint(Graphics2D, double, double, PicVector) - Method in class jpicedt.graphic.view.ArrowView
Updates then paints this arrow.
paint(Graphics2D) - Method in class jpicedt.graphic.view.ArrowView
Paints this arrow.
paint(Graphics2D, Rectangle2D) - Method in class jpicedt.graphic.view.CompositeView
Render the View for the graphic element to the given graphic context.
paint(Graphics2D, Rectangle2D, double) - Method in class jpicedt.graphic.view.ConvexZoneHalfPlaneView
 
paint(Graphics2D, Rectangle2D, double) - Method in class jpicedt.graphic.view.highlighter.AbstractCurveHighlighter
Render the Highlighter to the given graphic context.
paint(Graphics2D, Rectangle2D, double) - Method in class jpicedt.graphic.view.highlighter.CompositeHighlighter
Render the Highlighter to the given graphic context.
paint(Graphics2D, Rectangle2D, double) - Method in class jpicedt.graphic.view.highlighter.DefaultHighlighter
Render the Highlighter to the given graphic context.
paint(Graphics2D, Rectangle2D, double) - Method in class jpicedt.graphic.view.highlighter.EllipseHighlighter
Render the Highlighter to the given graphic context.
paint(Graphics2D, Rectangle2D, double) - Method in interface jpicedt.graphic.view.highlighter.Highlighter
Render the Highlighter to the given graphic context.
paint(Graphics2D, Rectangle2D, double) - Method in class jpicedt.graphic.view.highlighter.TextHighlighter
 
paint(Graphics2D, Rectangle2D) - Method in class jpicedt.graphic.view.LeafElementView
Render the View to the given graphic context.
paint(Graphics2D, Rectangle2D) - Method in class jpicedt.graphic.view.TextView
Render the View to the given graphic context.
paint(Graphics2D, Rectangle2D) - Method in class jpicedt.graphic.view.TextViewHybrid
Render the View to the given graphic context.
paint(Graphics2D, Rectangle2D) - Method in interface jpicedt.graphic.view.View
Render the View of the underlying Element to the given graphic context.
paintComponent(Graphics) - Method in class jpicedt.graphic.PECanvas
paintComponent(Graphics g) is called by AWTEventDispatchThread via "paint(g)" it's absolutely necessary to call super.paintComponent(g) so that the background gets properly painted (PECanvas is opaque) This implementation first applies an AffineTransform to the graphic context : this transform maps in effect model-coordinates to screen-coordinates.
paintDirtyRegions() - Method in class jpicedt.ui.util.DebugRepaintManager
Paint all of the components that have been marked dirty.
paintHatches(Graphics2D, PicAttributeSet, Shape) - Method in class jpicedt.format.output.eepic.EepicViewFactory
paint hatches (vlines,...) depending on the FILL_STYLE attributes of the given set.
paintHatches(Graphics2D, PicAttributeSet, Shape) - Method in interface jpicedt.graphic.view.AttributesViewFactory
paint hatches (vlines,...) depending on the FILL_STYLE attributes of the given set.
paintHatches(Graphics2D, PicAttributeSet, Shape) - Method in class jpicedt.graphic.view.DefaultViewFactory
Paint hatches (vlines,…) depending on the FILL_STYLE attributes of the given set.
paintHighlighter(Graphics2D, Rectangle2D, double) - Method in class jpicedt.graphic.toolkit.ConvexZone
 
paintHighlighter(Graphics2D, Rectangle2D, double) - Method in class jpicedt.graphic.view.AbstractView
Render the Highlighter to the given graphic context.
paintHighlighter(Graphics2D, Rectangle2D, double) - Method in class jpicedt.graphic.view.ConvexZoneHalfPlaneView
 
paintHighlighter(Graphics2D, Rectangle2D, double) - Method in interface jpicedt.graphic.view.View
Render the Highlighter to the given graphic context.
paneActivated(AbstractCustomizer) - Method in class jpicedt.graphic.toolkit.CustomizerDialog
If this dialog was constructed with more than one inner-pane, this methods is invoked when a new pane gets activated.
parallelogram - Variable in class jpicedt.format.output.dxf.PicParallelogramFormatter
the Element this formater acts upon
parallelogram - Variable in class jpicedt.format.output.tikz.PicParallelogramFormatter
 
PARALLELOGRAM - Static variable in class jpicedt.graphic.toolkit.DrawToolFactory
 
ParallelogramView - Class in jpicedt.format.output.latex
A View for rendering parallelograms.
ParallelogramView(PicParallelogram, LatexViewFactory) - Constructor for class jpicedt.format.output.latex.ParallelogramView
Construct a new View for the given PicParallelogram.
ParallelogramView - Class in jpicedt.graphic.view
Deprecated.  
ParallelogramView(PicParallelogram, AttributesViewFactory) - Constructor for class jpicedt.graphic.view.ParallelogramView
Deprecated. construct a new View for the given PicParallelogram
ParameterString - Class in jpicedt.format.output.tikz
 
ParameterString(StringBuffer, ParameterString.UserDefinedColourList) - Constructor for class jpicedt.format.output.tikz.ParameterString
 
ParameterString - Class in jpicedt.format.output.util
Une classe qui représente une liste de paramètres donnés sous la forme clef=valeur, pour des paramètres PSTricks, ou TikZ.
ParameterString(StringBuffer, ParameterString.UserDefinedColourList) - Constructor for class jpicedt.format.output.util.ParameterString
 
ParameterString.TikzDrawCommand - Enum in jpicedt.format.output.tikz
 
ParameterString.UserDefinedColour - Class in jpicedt.format.output.util
Couleur définie par l'utilisateur, à encoder
ParameterString.UserDefinedColour(String, Color) - Constructor for class jpicedt.format.output.util.ParameterString.UserDefinedColour
 
ParameterString.UserDefinedColourList - Class in jpicedt.format.output.util
 
ParameterString.UserDefinedColourList(int) - Constructor for class jpicedt.format.output.util.ParameterString.UserDefinedColourList
 
ParameterString.UserDefinedColourList() - Constructor for class jpicedt.format.output.util.ParameterString.UserDefinedColourList
 
parent - Variable in class jpicedt.graphic.model.AbstractElement
the parent of this element
parent - Variable in class jpicedt.graphic.model.PicAttributeSet
if non-null, used as the resolving parent when name is not found in current set
parse(Reader, ParsedDrawing) - Method in class jpicedt.format.input.DefaultParser
kicks off the parsing process
parse(Reader) - Method in class jpicedt.format.input.DefaultParser
pour compatibilité ascendante.
parse(Reader) - Method in class jpicedt.format.input.dxf.DXFParser
signature pour compatibilité ascendante.
parse(Reader, ParsedDrawing) - Method in class jpicedt.format.input.dxf.DXFParser
Point d'entrée pour l'analyse syntaxique d'un dessin codé en DXF.
parse(String, BitSet) - Static method in class jpicedt.format.output.util.ColorFormatter
 
parse(Reader, ParsedDrawing) - Method in class jpicedt.graphic.io.parser.JPICParser
Analyse du dessin codé seulement, l'extraction a déjà été faite par l'appelant.
parse(Reader) - Method in class jpicedt.graphic.io.parser.JPICParser
Fourni pour compatibilité ascendante.
parse(Reader, ParsedDrawing) - Method in class jpicedt.graphic.io.parser.JPICXmlParser
Initie l'analyse du code JPIC-XML.
parse(Reader) - Method in class jpicedt.graphic.io.parser.JPICXmlParser
 
parse(Reader) - Method in interface jpicedt.graphic.io.parser.Parser
Démarre l'analyse du fichier.
parse(Reader, ParsedDrawing) - Method in interface jpicedt.graphic.io.parser.Parser
Analyse syntaxique d'un dessin codé qui a été précédemment extrait d'un fichier.
ParsedDrawing - Class in jpicedt.graphic.io.parser
Classe contenant les informations résultant de l'extraction de de l'analyse d'un dessin codé à partir d'un fichier.
ParsedDrawing() - Constructor for class jpicedt.graphic.io.parser.ParsedDrawing
 
parseDouble(String) - Static method in class jpicedt.MiscUtilities
Return a double parsed from the given string, possibly formatted with a "%" sign
parseProperty(Properties, String, boolean) - Static method in class jpicedt.MiscUtilities
 
parseProperty(Properties, String, Color) - Static method in class jpicedt.MiscUtilities
 
parseProperty(Properties, String, double) - Static method in class jpicedt.MiscUtilities
 
parseProperty(Properties, String, int) - Static method in class jpicedt.MiscUtilities
Return a integer parsed from the value associated with the given key, or "def" in key wasn't found.
Parser - Interface in jpicedt.graphic.io.parser
Ceci est l'interface dont tout Parser passé en paramètre à PECanvas.read() (ou une méthode similaire de la classe PECanvas ou de classe l'utilisant) doit hériter.
parseRecentFiles(Properties) - Static method in class jpicedt.MiscUtilities
 
parseRenderingHints(Properties) - Static method in class jpicedt.MiscUtilities
Returns a RenderingHints parsed from the given Properties
ParserEvent - Class in jpicedt.format.input.util
An event that gets sent as an argument of the "action" method during an interpret operation
ParserEvent(AbstractRegularExpression, Context, boolean, Object) - Constructor for class jpicedt.format.input.util.ParserEvent
 
ParserException - Exception in jpicedt.graphic.io.parser
Placeholder for the Exception class ; should serve as the base-class for any Exception related to parsing processes, and may be used as an Exception wrapper as well, e.g. for SAX generated Exception's.
ParserException(String) - Constructor for exception jpicedt.graphic.io.parser.ParserException
 
ParserException(Exception) - Constructor for exception jpicedt.graphic.io.parser.ParserException
Convenient constructor for wrapping an Exception into a ParserException
ParserException.UnrecognizedFileFormat - Exception in jpicedt.graphic.io.parser
May signal that the content being currently parsed does not correspond to any recognized/supported format
ParserException.UnrecognizedFileFormat() - Constructor for exception jpicedt.graphic.io.parser.ParserException.UnrecognizedFileFormat
 
paste(Clipboard, PicPoint) - Method in class jpicedt.graphic.PECanvas
Ajout le contenu du presse-papier (ClipBoard) passé en argument au dessin courant, et le sélectionner ensuite.
paste(boolean) - Method in class jpicedt.graphic.PECanvas
Add the content of the System's ClipBoard to the current drawing, then select it.
PEAbstractAction<T> - Class in jpicedt.graphic.toolkit
An abstract subclass of Swing's AbstractAction that can (but may as well not) be shared across multiple PECanvas.
PEAbstractAction(ActionDispatcher, String, ActionLocalizer) - Constructor for class jpicedt.graphic.toolkit.PEAbstractAction
Constructor to be used either : when the target board is not known in advance (e.g.
PEAction - Class in jpicedt.graphic.toolkit
An abstract subclass of Swing's AbstractAction that can (but may as well not) be shared across multiple PECanvas.
PEAction(ActionDispatcher, String, ActionLocalizer) - Constructor for class jpicedt.graphic.toolkit.PEAction
 
PEActionLocalizer - Class in jpicedt.ui.action
A class that can feed PEAction's with localized properties (e.g. tooltip,...)
PEActionLocalizer(ResourceBundle) - Constructor for class jpicedt.ui.action.PEActionLocalizer
Construct a new PEActionLocalizer from the given ResourceBundle.
PECanvas - Class in jpicedt.graphic
This is a JComponent on which graphic elements are drawn.
PECanvas() - Constructor for class jpicedt.graphic.PECanvas
Construct a new PECanvas initialized with default values.
PECanvas(double, PageFormat, Grid, ContentType) - Constructor for class jpicedt.graphic.PECanvas
Construct a new PECanvas with the default editor-kit and drawing as content storage.
PECanvas.IconizedTextTooltipDisplayListener - Class in jpicedt.graphic
adds a MouseMotionListener to the canvas in order to show a tooltip on PicText elements
PECanvas.IconizedTextTooltipDisplayListener(PECanvas) - Constructor for class jpicedt.graphic.PECanvas.IconizedTextTooltipDisplayListener
 
PECanvas.SelectionBehavior - Enum in jpicedt.graphic
 
PEComboBox<K> - Class in jpicedt.widgets
An generic'ified version of JComboBox that can be initialized from a Map.
PEComboBox(Map<K, V>) - Constructor for class jpicedt.widgets.PEComboBox
Constructs a JComboBox from the given EnumMap that maps enum members to JComboBox items, e.g., String's, ImageIcon's, ...
PEConvexZoneAction - Class in jpicedt.graphic.toolkit
 
PEConvexZoneAction(ActionDispatcher, String, ActionLocalizer) - Constructor for class jpicedt.graphic.toolkit.PEConvexZoneAction
 
PEDialog - Class in jpicedt.widgets
A non-modal JDialog that implements MDIComponent.
PEDialog(Frame, String, boolean, JComponent) - Constructor for class jpicedt.widgets.PEDialog
 
PEDrawingBoard - Class in jpicedt.ui
A drawing board based on jpicedt.graphic.PECanvas, with an embeded scrollpane, and some I/O facilities (saving and loading) which PECanvas doesn't have.
PEDrawingBoard(int, double, PageFormat, Grid, ContentType) - Constructor for class jpicedt.ui.PEDrawingBoard
Create a new empty drawing board with a (localized) "untitled" title
author: Sylvain Reynal
PEDrawingBoard(String, double, PageFormat, Grid, ContentType, ExtractionParsing) - Constructor for class jpicedt.ui.PEDrawingBoard
Create a new drawing board pre-loaded from the given path ; set title from this path.
PEDrawingBoard(int, Properties) - Constructor for class jpicedt.ui.PEDrawingBoard
Create a new empty drawing board with a (localized) "untitled" title Init zoom, pageFormat, contentType and undoableLimit from the given Properties, using: key = PECanvas.KEY_ZOOM, value = a double key = PageFormat.KEY_PAGE_FORMAT (see PageFormat for details) key = PECanvas.KEY_CONTENT_TYPE, value = path of ContentType class (e.g.
PEDrawingBoard(String, Properties, ExtractionParsing) - Constructor for class jpicedt.ui.PEDrawingBoard
Create a new drawing board pre-loaded from the given path ; set title from this path.
PEDrawingBoard.GridZoomToolBar - Class in jpicedt.ui
A toolbar that allows the user to change the grid and zoom properties
PEDrawingBoard.GridZoomToolBar(ActionDispatcher, ActionLocalizer) - Constructor for class jpicedt.ui.PEDrawingBoard.GridZoomToolBar
Constructor
PEDrawingBoard.StatusBar - Class in jpicedt.ui
jpicedt's Status Bar
PEDrawingBoard.StatusBar() - Constructor for class jpicedt.ui.PEDrawingBoard.StatusBar
mouseCoord | toolTip
PEEventMulticaster - Class in jpicedt.graphic.event
An enhanced version of java.awt.AWTEventMulticaster that supports chaining PEMouseInputListener's.
PEEventMulticaster(EventListener, EventListener) - Constructor for class jpicedt.graphic.event.PEEventMulticaster
Creates a PEEventMulticaster instance which chains listener-a with listener-b
PEFileChooser - Class in jpicedt.ui.dialog
A factory that produces and caches frequently accessed JFileChooser's.
PEFileFilter - Class in jpicedt.ui.dialog
a concrete implementation of FileFilter for LaTeX and rel. file extensions
PEFileFilter() - Constructor for class jpicedt.ui.dialog.PEFileFilter
Construct a new empty file filter
PEFileFilter(String) - Constructor for class jpicedt.ui.dialog.PEFileFilter
Construct a new file filter with the given extension, e.g.
PEFileFilter(String, String) - Constructor for class jpicedt.ui.dialog.PEFileFilter
Construct a new file filter with the given extension (e.g.
PEFileFilter(String[]) - Constructor for class jpicedt.ui.dialog.PEFileFilter
Construct a new file filter with the given array of extensions, e.g.
PEFileFilter(String[], String) - Constructor for class jpicedt.ui.dialog.PEFileFilter
Construct a new file filter with the given array of extensions and the given description.
PEFrame - Class in jpicedt.widgets
A JFrame that implement the MDIComponent interface
PEFrame() - Constructor for class jpicedt.widgets.PEFrame
 
PEFrame(String) - Constructor for class jpicedt.widgets.PEFrame
 
PEFrame(JComponent) - Constructor for class jpicedt.widgets.PEFrame
 
PEFrame(String, JComponent) - Constructor for class jpicedt.widgets.PEFrame
 
PEInternalDialog - Class in jpicedt.widgets
Re-implementation of non-modal JDialog using JInternalFrame's.
PEInternalDialog(JDesktopPane, String, boolean, JComponent) - Constructor for class jpicedt.widgets.PEInternalDialog
Constructor to be used to wrap any JComponent in a modal internal frame.
PEInternalFrame - Class in jpicedt.widgets
A JInternalFrame that implement the MDIComponent interface
PEInternalFrame() - Constructor for class jpicedt.widgets.PEInternalFrame
 
PEInternalFrame(String) - Constructor for class jpicedt.widgets.PEInternalFrame
 
PEInternalFrame(String, boolean) - Constructor for class jpicedt.widgets.PEInternalFrame
 
PEInternalFrame(String, boolean, boolean) - Constructor for class jpicedt.widgets.PEInternalFrame
 
PEInternalFrame(String, boolean, boolean, boolean) - Constructor for class jpicedt.widgets.PEInternalFrame
 
PEInternalFrame(String, boolean, boolean, boolean, boolean) - Constructor for class jpicedt.widgets.PEInternalFrame
 
PEMenu - Class in jpicedt.graphic.toolkit
This is a subclass of JMenu that allows to add Swing Action's using the ACCELERATOR_KEY property (contrary to the JMenu implementation).
PEMenu(Action) - Constructor for class jpicedt.graphic.toolkit.PEMenu
create a PEMenu from the given Action ; this is merely used to fetch the menu mnemonic from the given Action's MNEMONIC_KEY value
PEMenu(String) - Constructor for class jpicedt.graphic.toolkit.PEMenu
create a PEMenu from the given string, w/o mnemonic
PEMenuBar - Class in jpicedt.ui.internal
The main menu bar.
PEMenuBar() - Constructor for class jpicedt.ui.internal.PEMenuBar
Creates the application main menu bar
PEMouseEvent - Class in jpicedt.graphic.event
This is an enriched implementation of MouseEvent that return mouse coordinates in model-coordinates in addition to the usual screen-coordinates.
PEMouseEvent(MouseEvent, PECanvas, PicPoint) - Constructor for class jpicedt.graphic.event.PEMouseEvent
 
PEMouseInputAdapter - Class in jpicedt.graphic.event
An abstract adapter class for receiving PEMouseEvent's.
PEMouseInputAdapter() - Constructor for class jpicedt.graphic.event.PEMouseInputAdapter
 
PEMouseInputListener - Interface in jpicedt.graphic.event
The listener for receiving mouse and mouse motion events.
PEPopupMenuFactory - Class in jpicedt.ui.internal
A factory to create a PEPopupMenu for an EditorKit.
PEPopupMenuFactory() - Constructor for class jpicedt.ui.internal.PEPopupMenuFactory
Create a new PEPopupMenuFactory using the given action-map to retrieve actions.
PEPopupMenuFactory(ActionRegistry) - Constructor for class jpicedt.ui.internal.PEPopupMenuFactory
Create a new PEPopupMenuFactory using the given action-map to retrieve actions.
PEPopupMenuFactory.PopupMenu - Class in jpicedt.ui.internal
This class implements a popup-menu activable from a right-click on the associated PECanvas.
PEPopupMenuFactory.PopupMenu(PECanvas, HitInfo) - Constructor for class jpicedt.ui.internal.PEPopupMenuFactory.PopupMenu
 
PEPopupMenuFactory.PopupMenu(PECanvas, PEMouseEvent) - Constructor for class jpicedt.ui.internal.PEPopupMenuFactory.PopupMenu
 
PEPopupMenuFactory.PopupMenu(PECanvas, ConvexZoneHitInfo) - Constructor for class jpicedt.ui.internal.PEPopupMenuFactory.PopupMenu
Crée une nouvelle instance de PopupMenu.
PEProgressBar - Class in jpicedt.ui.util
a progress bar that is (currently) used only during GUI initialization on start-up (hence messages are predefined so that it makes sense during a GUI init, but probably not elsewhere).
PEProgressBar(int) - Constructor for class jpicedt.ui.util.PEProgressBar
 
PEProgressBar(int, String, String) - Constructor for class jpicedt.ui.util.PEProgressBar
 
PEProgressBar.Test - Class in jpicedt.ui.util
test class
PEProgressBar.Test() - Constructor for class jpicedt.ui.util.PEProgressBar.Test
 
PEScrollPane - Class in jpicedt.graphic
A scrollpane that is able to host a PECanvas.
PEScrollPane(PECanvas) - Constructor for class jpicedt.graphic.PEScrollPane
Construct a new PEScrollPane using the given canvas for the View.
PEScrollPane.CenterViewportAction - Class in jpicedt.graphic
Move the view so that (0,0) is at the center of the viewport
PEScrollPane.CenterViewportAction(ActionDispatcher, ActionLocalizer, PEScrollPane) - Constructor for class jpicedt.graphic.PEScrollPane.CenterViewportAction
 
PEToggleAction - Class in jpicedt.graphic.toolkit
A subclass of PEAction suited for toggle-able AbstractButton's, e.g.
PEToggleAction(ActionDispatcher, String, ActionLocalizer) - Constructor for class jpicedt.graphic.toolkit.PEToggleAction
 
PEToolBar - Class in jpicedt.graphic.toolkit
A subclass of JToolBar that knows how to add PEAction's.
PEToolBar() - Constructor for class jpicedt.graphic.toolkit.PEToolBar
simply calls super()
PEToolBar - Class in jpicedt.ui.internal
The main application toolbar.
PEToolBar() - Constructor for class jpicedt.ui.internal.PEToolBar
 
PEToolKit - Class in jpicedt.graphic
A collection of static “utilities” methods targetting number formatting, Swing's widget creation, computation of geometrical properties,…
PEToolKit() - Constructor for class jpicedt.graphic.PEToolKit
 
PIC_CIRCLE_FROM_3PTS_SCALE_NCT_KEY - Static variable in class jpicedt.ui.dialog.UserConfirmationCache
 
PIC_CIRCLE_FROM_3PTS_SHEAR_NCT_KEY - Static variable in class jpicedt.ui.dialog.UserConfirmationCache
 
PicArrowTypeExpression - Class in jpicedt.format.input.latex
"0/1 0/1" arrow type (we take for granted that this string is followed by a LaTeX-picPoint, as in %Line 0 1 (2.3,4.5)..., possibly with leading whitespaces)
PicArrowTypeExpression(Pool) - Constructor for class jpicedt.format.input.latex.PicArrowTypeExpression
 
PicAttributeName<T> - Class in jpicedt.graphic.model
A wrapper for an attribute name that can be pushed into a PicAttributeSet.
PicAttributeName(String) - Constructor for class jpicedt.graphic.model.PicAttributeName
 
PicAttributeSet - Class in jpicedt.graphic.model
a class that stores non-default graphical attributes (e.g.
PicAttributeSet() - Constructor for class jpicedt.graphic.model.PicAttributeSet
Create a new PicAttributeSet with DEFAULT_SET as the resolving parent.
PicAttributeSet(PicAttributeSet) - Constructor for class jpicedt.graphic.model.PicAttributeSet
cloning constructor
PicBezierExpression - Class in jpicedt.format.input.latex
Parser expression for : %Bezier 0|1 0|1 (x1,y1)(xC,yC)(x2,y2) dash=value
Any string
%End Bezier
where dash is optional.
PicBezierExpression(Pool) - Constructor for class jpicedt.format.input.latex.PicBezierExpression
 
PicCircleFrom3Points - Class in jpicedt.graphic.model
A class implementing either a circle or an arc, whose geometry is specified by a PicEllipse, yet is further controllable by three additional points: this may either be a plain circle going through these three points, or an arc going from P_1 to P_3 through P_2, in which case a pie or a chord may be added as well.
PicCircleFrom3Points() - Constructor for class jpicedt.graphic.model.PicCircleFrom3Points
Creates a new circle reduced to a single point located at (0,0).
PicCircleFrom3Points(boolean, int) - Constructor for class jpicedt.graphic.model.PicCircleFrom3Points
Creates a new arc or circle reduced to a single point located at (0,0), with a default attribute set and the given closure type.
PicCircleFrom3Points(PicAttributeSet) - Constructor for class jpicedt.graphic.model.PicCircleFrom3Points
Creates a new (full) circle reduced to a single point located at (0,0), with the given attribute set.
PicCircleFrom3Points(boolean, int, PicAttributeSet) - Constructor for class jpicedt.graphic.model.PicCircleFrom3Points
Creates a new arc or circle reduced to a single point located at (0,0), with the given closure and attribute set.
PicCircleFrom3Points(PicPoint, PicPoint, PicPoint, PicAttributeSet) - Constructor for class jpicedt.graphic.model.PicCircleFrom3Points
Create a new circle whose geometry is specificed by the the 3 given points, and with the given attribute set.
PicCircleFrom3Points(PicPoint, PicPoint, PicPoint, boolean, int, PicAttributeSet) - Constructor for class jpicedt.graphic.model.PicCircleFrom3Points
Create a new arc or circle whose geometry is specified by the 3 given points, and with the given attribute set.
PicCircleFrom3Points(PicCircleFrom3Points) - Constructor for class jpicedt.graphic.model.PicCircleFrom3Points
"cloning" constructor (to be used by clone())
picCircleFrom3PtsScaleHandling - Variable in class jpicedt.ui.dialog.UserConfirmationCache
 
picCircleFrom3PtsShearHandling - Variable in class jpicedt.ui.dialog.UserConfirmationCache
 
PicColorExpression - Class in jpicedt.format.input.latex
jPicEdt syntax (ie lines starting with a %) color : filled/blacken/whiten/shade
PicColorExpression(Pool) - Constructor for class jpicedt.format.input.latex.PicColorExpression
 
PicDashStatement - Class in jpicedt.format.input.latex
Handles dash statements in jPicEdt-syntax (ie TeX-like comments) % ... dash= ...
PicDashStatement(Pool) - Constructor for class jpicedt.format.input.latex.PicDashStatement
 
PicEllipse - Class in jpicedt.graphic.model
Ellipse ou arc, basé sur un parallélogramme.
PicEllipse() - Constructor for class jpicedt.graphic.model.PicEllipse
Create a new PicEllipse, centered at (0,0), with a null radius.
PicEllipse(PicAttributeSet) - Constructor for class jpicedt.graphic.model.PicEllipse
Create a new PicEllipse, centered at (0,0), with a null radius, and the given attribute set.
PicEllipse(int) - Constructor for class jpicedt.graphic.model.PicEllipse
Create a new PicEllipse, centered at (0,0), with a null radius, the given closure type.
PicEllipse(int, PicAttributeSet) - Constructor for class jpicedt.graphic.model.PicEllipse
Create a new PicEllipse, centered at (0,0), with a null radius, the given closure type, and the given attribute set.
PicEllipse(PicPoint, PicPoint, PicPoint, int, PicAttributeSet) - Constructor for class jpicedt.graphic.model.PicEllipse
Create a new PicEllipse object using the 3 given points as 3 consecutive points of the surrounding parallelogram, and the given attribute set.
PicEllipse(PicPoint, PicPoint, PicPoint, int) - Constructor for class jpicedt.graphic.model.PicEllipse
Create a new PicEllipse object using the 3 given points as 3 consecutive points of the surrounding parallelogram, and a default attribute set.
PicEllipse(PicEllipse) - Constructor for class jpicedt.graphic.model.PicEllipse
"cloning" constructor (to be used by clone())
PicEllipseConstants - Class in jpicedt.graphic.model
Constantes utiles à la formation des PicEllipse.
PicEllipseConstants() - Constructor for class jpicedt.graphic.model.PicEllipseConstants
 
PicEllipseExpression - Class in jpicedt.format.input.latex
PicEllipse : %Ellipse(x0,y0)(width)(height) %Ellipse(x0,y0)(width,height) filled|whiten|blacken|shade arcStart= arcExtent= Any string (multiput...)
PicEllipseExpression(Pool) - Constructor for class jpicedt.format.input.latex.PicEllipseExpression
 
PicEllipseFormatter - Class in jpicedt.format.output.dxf
Formatteur de PicEllipse au format DXF (marque déposée).
PicEllipseFormatter(PicEllipse, DXFFormatter) - Constructor for class jpicedt.format.output.dxf.PicEllipseFormatter
Construit un formatteur de PicEllipse pour un type de contenu DXF (marque déposée).
PicEllipseFormatter - Class in jpicedt.format.output.eepic
Formats a PicEllipse using macros of the eepic package.
PicEllipseFormatter(PicEllipse, EepicFormatter) - Constructor for class jpicedt.format.output.eepic.PicEllipseFormatter
 
PicEllipseFormatter - Class in jpicedt.format.output.latex
A drawing->LaTeX formater for PicEllipse objects [SR:pending] rotated arc/ellipse not handled yet !
PicEllipseFormatter(PicEllipse, LatexFormatter) - Constructor for class jpicedt.format.output.latex.PicEllipseFormatter
 
PicEllipseFormatter - Class in jpicedt.format.output.pstricks
Formats a PicEllipse using PsTricks macros, including pstricks-add's \\psellipticarc if applicable.
PicEllipseFormatter(PicEllipse, PstricksFormatter) - Constructor for class jpicedt.format.output.pstricks.PicEllipseFormatter
 
PicEllipseFormatter - Class in jpicedt.format.output.tikz
Formateur de PicEllipse au format Tikz.
PicEllipseFormatter(PicEllipse, TikzFormatter) - Constructor for class jpicedt.format.output.tikz.PicEllipseFormatter
 
PicEndExpression - Class in jpicedt.format.input.latex
Match "%End XXXX"-like expressions at the beginning of a line (or preceeded by whitespaces), after skipping as many lines as necessary.
PicEndExpression(String) - Constructor for class jpicedt.format.input.latex.PicEndExpression
 
PicGroup - Class in jpicedt.graphic.model
A concrete implementation of BranchElement that is suited for building groups of elements.
PicGroup() - Constructor for class jpicedt.graphic.model.PicGroup
construct a PicGroup with no parent and a default PicAttributeSet
PicGroup(PicAttributeSet) - Constructor for class jpicedt.graphic.model.PicGroup
construct a PicGroup with no parent and the given PicAttributeSet
PicGroup(BranchElement) - Constructor for class jpicedt.graphic.model.PicGroup
Cloning constructor.
PicGroup(Collection<? extends Element>) - Constructor for class jpicedt.graphic.model.PicGroup
Simply call superclass's constructor.
PicGroup.GroupPointIterator - Class in jpicedt.graphic.model
An iterator over PicPoint's that can serve as anchors for grid alignment.
PicGroup.GroupPointIterator() - Constructor for class jpicedt.graphic.model.PicGroup.GroupPointIterator
Create a new PointIterator.
PicGroupExpression - Class in jpicedt.format.input.latex
PicGroup:
%Begin group
...
PicGroupExpression(Pool) - Constructor for class jpicedt.format.input.latex.PicGroupExpression
 
PicGroupFormatter - Class in jpicedt.format.output.pstricks
A formatter for PicGroup objects.
PicGroupFormatter(PicGroup, PstricksFormatter) - Constructor for class jpicedt.format.output.pstricks.PicGroupFormatter
 
PicGroupFormatter - Class in jpicedt.format.output.tikz
 
PicGroupFormatter(PicGroup, TikzFormatter) - Constructor for class jpicedt.format.output.tikz.PicGroupFormatter
 
PicGroupFormatter - Class in jpicedt.format.output.util
A formatter for PicGroup objects.
PicGroupFormatter(PicGroup, FormatterFactory) - Constructor for class jpicedt.format.output.util.PicGroupFormatter
 
picGroupStack - Variable in class jpicedt.format.input.util.Pool
A stack used to store the main drawing and its subgroups ; each time a "begin group" is encountered, the current PicGroup is pushed onto the stack, and a new PicGroup is instanciated, which then represents the current PicGroup ; the opposite operations are executed in the reverse order when a "end group" is found.
PicLineExpression - Class in jpicedt.format.input.latex
PicLineExpression : %Line 0 0 (x0,y0)(x1,y1) dash=value %Line 0 1 (x0,y0)(x1,y1) dash=value %Line 1 0 (x0,y0)(x1,y1) dash=value %Line 1 1 (x0,y0)(x1,y1) dash=value (dash is optional) Any string (\multiput, etc…) %End Line
PicLineExpression(Pool) - Constructor for class jpicedt.format.input.latex.PicLineExpression
 
PicMultiCurve - Class in jpicedt.graphic.model
PicMultiCurve is basically an AbstractCurve where each subdivision point has additionnal features regarding 2nd-order smoothness and symmetry.
PicMultiCurve() - Constructor for class jpicedt.graphic.model.PicMultiCurve
Create a new empty open multi curve, with a default attribute set.
PicMultiCurve(boolean) - Constructor for class jpicedt.graphic.model.PicMultiCurve
Create a new empty multi curve, with a default attribute set.
PicMultiCurve(boolean, PicAttributeSet) - Constructor for class jpicedt.graphic.model.PicMultiCurve
Create a new empty multi curve with the given set of attribute
PicMultiCurve(PicPoint) - Constructor for class jpicedt.graphic.model.PicMultiCurve
Create a new open multi curve reduced to the given point, and a default attribute set.
PicMultiCurve(PicPoint, PicAttributeSet) - Constructor for class jpicedt.graphic.model.PicMultiCurve
Create a new open multi curve reduced to the given point, and the given attribute set
PicMultiCurve(PicPoint, PicPoint) - Constructor for class jpicedt.graphic.model.PicMultiCurve
Create a new line, i.e. a new straight open curve using the two given points, and a default attribute set.
PicMultiCurve(PicPoint, PicPoint, PicAttributeSet) - Constructor for class jpicedt.graphic.model.PicMultiCurve
Create a new straight open multi curve with the two given points, and the given attribute set.
PicMultiCurve(PicPoint, PicPoint, PicPoint, PicPoint) - Constructor for class jpicedt.graphic.model.PicMultiCurve
Create an open single cubic bezier curve from the four given points, and a default attribute set.
PicMultiCurve(PicPoint[], PicAttributeSet) - Constructor for class jpicedt.graphic.model.PicMultiCurve
Create a new multi-curve filled with the given array of PicPoint's, each segment being a curved Bezier segment.
PicMultiCurve(PicSmoothPolygon) - Constructor for class jpicedt.graphic.model.PicMultiCurve
Constructor for conversion of PicSmoothPolygon into PicMultiCurve.
PicMultiCurve(PicPsCurve) - Constructor for class jpicedt.graphic.model.PicMultiCurve
Constructor for conversion of PicPsCurve into PicMultiCurve.
PicMultiCurve(PicMultiCurve) - Constructor for class jpicedt.graphic.model.PicMultiCurve
"cloning" constructor (to be used by clone())
PicMultiCurveConvertable - Interface in jpicedt.graphic.model
Specifies Element's that can be converted to a PicMultiCurve
PicNodeConnection - Class in jpicedt.graphic.model
This class represents a connection between two DefaultLeafElement's.
PicNodeConnection(NodeableElement, NodeableElement, String, PicAttributeSet) - Constructor for class jpicedt.graphic.model.PicNodeConnection
 
PicNodeConnection(PicNodeConnection) - Constructor for class jpicedt.graphic.model.PicNodeConnection
 
PicNodeConnectionView - Class in jpicedt.graphic.view
Deprecated.  
PicNodeConnectionView(PicNodeConnection, AttributesViewFactory) - Constructor for class jpicedt.graphic.view.PicNodeConnectionView
Deprecated. construct a new View for the given node connection
PicParallelogram - Class in jpicedt.graphic.model
A class implementing a parallelogram.
PicParallelogram() - Constructor for class jpicedt.graphic.model.PicParallelogram
Creates a new PicParallelogram reduced to (0,0)
PicParallelogram(PicAttributeSet) - Constructor for class jpicedt.graphic.model.PicParallelogram
Creates a new PicParallelogram reduced to (0,0), with the given attribute set
PicParallelogram(PicPoint, PicPoint, PicPoint) - Constructor for class jpicedt.graphic.model.PicParallelogram
Create a new PicParallelogram object using the 3 given points as 3 consecutive specification points of the parallelogram (namely BL, BR and TR) and a default attribute set.
PicParallelogram(PicPoint, PicPoint, PicPoint, PicAttributeSet) - Constructor for class jpicedt.graphic.model.PicParallelogram
Create a new PicParallelogram object using the 3 given points as 3 consecutive points of the parallelogram.
PicParallelogram(PicPoint, PicPoint) - Constructor for class jpicedt.graphic.model.PicParallelogram
Create a new rectangle with axes parallel to X- and Y-axes, using the 2 given points to build the diagonal, and a default attribute set.
PicParallelogram(PicPoint, PicAttributeSet) - Constructor for class jpicedt.graphic.model.PicParallelogram
Create a new PicParallelogram reduced to a point located at the given position
PicParallelogram(PicParallelogram) - Constructor for class jpicedt.graphic.model.PicParallelogram
"cloning" constructor (to be used by clone())
PicParallelogram(RectangularShape) - Constructor for class jpicedt.graphic.model.PicParallelogram
Create a new rectangular PicParallelogram object using the given Rectangle2D.
PicParallelogramFormatter - Class in jpicedt.format.output.dxf
Formatteur de PicParallelogram au format DXF (marque déposée).
PicParallelogramFormatter(PicParallelogram, DXFFormatter) - Constructor for class jpicedt.format.output.dxf.PicParallelogramFormatter
Construit un formatteur de PicParallelogram pour un type de contenu DXF (marque déposée).
PicParallelogramFormatter - Class in jpicedt.format.output.eepic
Formats a PicParallelogram to the eepic package, using \\path macros, with appropriate filling if any, or \\dashline macros if dash is positive.
PicParallelogramFormatter(PicParallelogram, EepicFormatter) - Constructor for class jpicedt.format.output.eepic.PicParallelogramFormatter
 
PicParallelogramFormatter - Class in jpicedt.format.output.latex
Formats a PicParallelogram to the LaTeX-picture format.
PicParallelogramFormatter(PicParallelogram, LatexFormatter) - Constructor for class jpicedt.format.output.latex.PicParallelogramFormatter
 
PicParallelogramFormatter - Class in jpicedt.format.output.pstricks
Pstricks formatter for PicParallelogram paraects.
PicParallelogramFormatter(PicParallelogram, PstricksFormatter) - Constructor for class jpicedt.format.output.pstricks.PicParallelogramFormatter
 
PicParallelogramFormatter - Class in jpicedt.format.output.tikz
Formateur de PicParallelogram au format Tikz.
PicParallelogramFormatter(PicParallelogram, TikzFormatter) - Constructor for class jpicedt.format.output.tikz.PicParallelogramFormatter
 
PicPoint - Class in jpicedt.graphic
Enhancement of Point2D.Double with convenient formatting methods and constructors.
PicPoint() - Constructor for class jpicedt.graphic.PicPoint
Construct a (0,0) point.
PicPoint(Point2D) - Constructor for class jpicedt.graphic.PicPoint
Clone the given point.
PicPoint(Point2D, Point2D, double) - Constructor for class jpicedt.graphic.PicPoint
Construct a new PicPoint "p" located on the line joining p1 with p2, so that (p1,p) = ratio * (p1,p2)
PicPoint(double, double) - Constructor for class jpicedt.graphic.PicPoint
Construct (x,y)
PicPoint(Number, Number) - Constructor for class jpicedt.graphic.PicPoint
Construct a point from the given pair of Number (using their double value).
PicPoint(float[]) - Constructor for class jpicedt.graphic.PicPoint
Construct a point from the first two elements of the given array.
PicPoint(double[]) - Constructor for class jpicedt.graphic.PicPoint
Construct a point from the first two elements of the given array.
PicPoint(String) - Constructor for class jpicedt.graphic.PicPoint
Construct a point by parsing a String similar to that given by the toString() method, ie (x,y).
PicPoint.XComparator - Class in jpicedt.graphic
a comparator b/w PicPoint for X-axis ordering
PicPoint.XComparator() - Constructor for class jpicedt.graphic.PicPoint.XComparator
 
PicPoint.YComparator - Class in jpicedt.graphic
a comparator b/w PicPoint for Y-axis ordering
PicPoint.YComparator() - Constructor for class jpicedt.graphic.PicPoint.YComparator
 
PicPointExpression - Class in jpicedt.format.input.util
An expression for 2D-Point parsing e.g. "(12.3, 34.5)" or "[12.1;-16]" If a coordinate conversion is necessary, it must be computed in the body of the action() method
PicPointExpression(String, String, String) - Constructor for class jpicedt.format.input.util.PicPointExpression
 
PicPolygonExpression - Class in jpicedt.format.input.latex
PicPolygon :
%Polygon (x1,y1)...
PicPolygonExpression(Pool) - Constructor for class jpicedt.format.input.latex.PicPolygonExpression
 
PicPsCurve - Class in jpicedt.graphic.model
A multicurve, either closed or not, going through a set of control points.
PicPsCurve() - Constructor for class jpicedt.graphic.model.PicPsCurve
Create a new empty open pscurve, with a default attribute set.
PicPsCurve(boolean) - Constructor for class jpicedt.graphic.model.PicPsCurve
Create a new empty pscurve, open or closed, with a default attribute set bound to it.
PicPsCurve(boolean, PicAttributeSet) - Constructor for class jpicedt.graphic.model.PicPsCurve
Create a new empty pscurve with the given attribute set.
PicPsCurve(PicPoint[], boolean, double, double, double, PicAttributeSet) - Constructor for class jpicedt.graphic.model.PicPsCurve
Create a new pscurve initialized from the given array of PicPoint's.
PicPsCurve(PicPoint[], boolean, PicAttributeSet) - Constructor for class jpicedt.graphic.model.PicPsCurve
Create a new pscurve initialized from the given array of PicPoint's, using the default curvature values.
PicPsCurve(PicPsCurve) - Constructor for class jpicedt.graphic.model.PicPsCurve
"cloning" constructor (to be used by clone())
PicRectangleExpression - Class in jpicedt.format.input.latex
%Rectangle(x0,y0)(x1,y1)
or %Rectangle(x0,y0)(x1,y1) filled|blacken|shade|whiten dash=value
Any string
%End Rectangle
PicRectangleExpression(Pool) - Constructor for class jpicedt.format.input.latex.PicRectangleExpression
 
PicSmoothPolygon - Class in jpicedt.graphic.model
A multicurve, either closed or not, the geometry of which is specified using a polygon, in such a way that the curve snakes "smoothly" along the polygon.
PicSmoothPolygon() - Constructor for class jpicedt.graphic.model.PicSmoothPolygon
Create a new empty open smooth polygon, with a default attribute set.
PicSmoothPolygon(boolean) - Constructor for class jpicedt.graphic.model.PicSmoothPolygon
Create a new empty smooth polygon, open or closed, with a default attribute set bound to it.
PicSmoothPolygon(boolean, PicAttributeSet) - Constructor for class jpicedt.graphic.model.PicSmoothPolygon
Create a new empty smooth polygon with the given attribute set.
PicSmoothPolygon(PicPoint[], boolean, double, PicAttributeSet) - Constructor for class jpicedt.graphic.model.PicSmoothPolygon
Create a new smooth polygon initialized from the given array of PicPoint's.
PicSmoothPolygon(PicPoint[], boolean, double[], PicAttributeSet) - Constructor for class jpicedt.graphic.model.PicSmoothPolygon
Create a new smooth polygon initialized from the given array of PicPoint's, using the given array of smoothness values.
PicSmoothPolygon(PicPoint[], boolean, PicAttributeSet) - Constructor for class jpicedt.graphic.model.PicSmoothPolygon
Create a new smooth polygon initialized from the given array of PicPoint's, using the default smoothness value.
PicSmoothPolygon(PicSmoothPolygon) - Constructor for class jpicedt.graphic.model.PicSmoothPolygon
"cloning" constructor (to be used by clone())
PicText - Class in jpicedt.graphic.model
Textual elements, possibly surrounded by a box (currently, only rectangular, oval and circular shapes are supported).
PicText(PicPoint, String, PicAttributeSet) - Constructor for class jpicedt.graphic.model.PicText
Create a new PicText object with the whole bunch of parameters !
PicText(PicPoint, PicAttributeSet) - Constructor for class jpicedt.graphic.model.PicText
Creates a PicText object with the following default values :
empty string, frame and alignment according to the attribute set
PicText(PicAttributeSet) - Constructor for class jpicedt.graphic.model.PicText
Creates a PicText object with the following default values : empty string, frame and alignment according to the attribute set and anchor point at (0,0)
PicText() - Constructor for class jpicedt.graphic.model.PicText
Creates a PicText object with a default attribute set, and the following default values : empty string, no frame, bottom-left alignment.
PicText(PicText) - Constructor for class jpicedt.graphic.model.PicText
cloning constructor
PicText.FrameStyle - Enum in jpicedt.graphic.model
An enum for allowed values for frame-box styles
PicText.HorAlign - Enum in jpicedt.graphic.model
An enum for allowed values for horizontal text alignment
PicText.TextIcon - Enum in jpicedt.graphic.model
An enum for the text display options TEXT_MODEIn this mode the value of text is used for display.
PicText.TextMode - Enum in jpicedt.graphic.model
An enum for the different text-modes
PicText.TextNodeConnectionManager - Class in jpicedt.graphic.model
 
PicText.TextNodeConnectionManager() - Constructor for class jpicedt.graphic.model.PicText.TextNodeConnectionManager
 
PicText.VertAlign - Enum in jpicedt.graphic.model
An enum for allowed values for vertical text alignment
PicTextFormatter - Class in jpicedt.format.output.dxf
Formatteur de PicText vers le format DXF (marque déposée).
PicTextFormatter(PicText, DXFFormatter) - Constructor for class jpicedt.format.output.dxf.PicTextFormatter
Construit un formatteur de PicText pour un type de contenu DXF (marque déposée).
PicTextFormatter - Class in jpicedt.format.output.latex
An interface that specifies common formatting behaviours for Drawable objects
PicTextFormatter(PicText, LatexFormatter) - Constructor for class jpicedt.format.output.latex.PicTextFormatter
 
PicTextFormatter - Class in jpicedt.format.output.pstricks
A formatter for PicText objects in the PsTricks format :
\\rput[refpoint]{rotation}(x,y){stuff}
where :
stuff can be any of the following :
\\psframebox[param]{text}}
\\pscirclebox[param]{text}}
\\psovalbox[param]{text}}
refpoint = B|b|t for vertical and l|r for horizontal (B = baseline) rotation = any angle in degree or U,L,D,R,N,W,S or E.
PicTextFormatter(PicText, PstricksFormatter) - Constructor for class jpicedt.format.output.pstricks.PicTextFormatter
 
PicTextFormatter - Class in jpicedt.format.output.tikz
Formateur de PicText au format TikZ.
PicTextFormatter(PicText, TikzFormatter) - Constructor for class jpicedt.format.output.tikz.PicTextFormatter
 
PicVector - Class in jpicedt.graphic
This class encapsulates a geometrical vector (ie it has absolutely no relation with java.util.Vector !).
PicVector() - Constructor for class jpicedt.graphic.PicVector
Construct a null vector.
PicVector(PicVector) - Constructor for class jpicedt.graphic.PicVector
Clone the given vector.
PicVector(double, double) - Constructor for class jpicedt.graphic.PicVector
Construct a vector with coordinates (x,y)
PicVector(Complex) - Constructor for class jpicedt.graphic.PicVector
Construct a vector with same coordinate as real part and imaginary part as a complex number.
PicVector(Number, Number) - Constructor for class jpicedt.graphic.PicVector
Construct a vector from the given pair of Number (using their double value).
PicVector(float[]) - Constructor for class jpicedt.graphic.PicVector
Construct a vector from the first two elements of the given array.
PicVector(double[]) - Constructor for class jpicedt.graphic.PicVector
Construct a vector from the first two elements of the given array.
PicVector(String) - Constructor for class jpicedt.graphic.PicVector
Construct a point by parsing a String similar to that given by the toString() method, ie (x,y).
PicVector(Point2D, Point2D) - Constructor for class jpicedt.graphic.PicVector
Construct a new PicVector from the two given points
PicVector(Point2D) - Constructor for class jpicedt.graphic.PicVector
Construct a new PicVector pointing from (0,0) to the given point
PicVector(Line2D) - Constructor for class jpicedt.graphic.PicVector
Construct a new PicVector from the two end-points of the given Line2D object.
PIE - Static variable in class jpicedt.graphic.model.PicEllipse
prefined closure type for arcs
pointCount - Variable in class jpicedt.graphic.toolkit.ConvexZoneToolFactory.ConvexZoneToolBase
 
PointIndexIterator - Interface in jpicedt.graphic.model
An iterator over Element's control-point indices.
pointIndexIterator - Variable in class jpicedt.graphic.view.highlighter.DefaultHighlighter
iterator over visible control-points
pointToSegmentIndex(int) - Method in class jpicedt.graphic.model.AbstractCurve
Returns the index of the segment the given point belongs to.
polar(double, double) - Static method in class jpicedt.util.math.Complex
Returns a Complex from a size and direction.
POLYDOTS_ANGLE - Static variable in class jpicedt.graphic.model.PicAttributeName
 
POLYDOTS_SCALE_H - Static variable in class jpicedt.graphic.model.PicAttributeName
 
POLYDOTS_SCALE_V - Static variable in class jpicedt.graphic.model.PicAttributeName
 
POLYDOTS_SIZE_LINEWIDTH_SCALE - Static variable in class jpicedt.graphic.model.PicAttributeName
 
POLYDOTS_SIZE_MINIMUM_MM - Static variable in class jpicedt.graphic.model.PicAttributeName
 
POLYDOTS_STYLE - Static variable in class jpicedt.graphic.model.PicAttributeName
 
POLYDOTS_SUPERIMPOSE - Static variable in class jpicedt.graphic.model.PicAttributeName
 
POLYGON - Static variable in class jpicedt.format.input.pstricks.PsPolygonExpression
parses a \\pspolygon command
polygonPts - Variable in class jpicedt.graphic.model.PicPsCurve
An array of PicPoint's backing the geometry of the polygon.
polygonPts - Variable in class jpicedt.graphic.model.PicSmoothPolygon
An array of PicPoint's backing the geometry of the polygon.
POLYLINE_AS_LINES - Static variable in class jpicedt.format.output.dxf.DXFConstants
 
POLYLINE_AS_LWPOLYLINE - Static variable in class jpicedt.format.output.dxf.DXFConstants
 
POLYLINE_AS_POLYLINE - Static variable in class jpicedt.format.output.dxf.DXFConstants
 
Polynomial - Class in jpicedt.util.math
Polynôme réel monovarié.
Polynomial(Polynomial) - Constructor for class jpicedt.util.math.Polynomial
 
Polynomial() - Constructor for class jpicedt.util.math.Polynomial
Construit un polynôme nul.
Polynomial(int) - Constructor for class jpicedt.util.math.Polynomial
Construit un polynôme, la mémoire est allouée, mais non initialisée pouvoir stocker les monômes de degrée 0 à degree.
Polynomial(int, int) - Constructor for class jpicedt.util.math.Polynomial
construit un polynôme nul en allouant en interne la mémoire pour les coefficient de leastDegree à degree.
Polynomial(int, int, double[]) - Constructor for class jpicedt.util.math.Polynomial
construit un polynôme.
PolynomialRealRoot - Class in jpicedt.util.math
racine réelle d'un polynôme Polynomial réel monovarié
PolynomialRealRoot(double, int) - Constructor for class jpicedt.util.math.PolynomialRealRoot
Construit une PolynomialRealRoot de valeur value et d'ordre order
PolynomialRealRoot(double) - Constructor for class jpicedt.util.math.PolynomialRealRoot
Construit une PolynomialRealRoot de valeur value et d'ordre 1
pool - Variable in class jpicedt.format.input.DefaultParser
a pool of primitive types and objects that may be shared by sub-expressions
Pool - Class in jpicedt.format.input.util
Offers a means for expressions belonging to the parser-tree to share variables across the tree.
Pool() - Constructor for class jpicedt.format.input.util.Pool
Simply call reinit()
Pool.Key<T> - Class in jpicedt.format.input.util
Enforces use of strong typing for keys being pushed in the map .
Pool.Key(String) - Constructor for class jpicedt.format.input.util.Pool.Key
 
popDefaultAttributes() - Method in class jpicedt.format.output.pstricks.PstricksFormatter
Remplace les defaultAttributes courante par ceux du sommet de pile defaultAttributesStack, et dépile.
PopupMenuFactory - Interface in jpicedt.graphic.toolkit
A factory used to create a JPopupMenu for an EditorKit.
POSITIVE - Static variable in class jpicedt.format.input.util.ExpressionConstants
sign for NumericalExpression
postambleUserData - Variable in class jpicedt.graphic.io.parser.JPICXmlExtraction.ExtractedXml
 
postambleUserData - Variable in class jpicedt.graphic.io.parser.ParsedDrawing
 
postHelpMessage(String) - Method in class jpicedt.graphic.toolkit.EditorKit
Notify all listeners that have registered interest for notification on this event type.
pow(Complex, double) - Static method in class jpicedt.util.math.Complex
Returns the Complex base raised to the power of the exponent.
pow(double, Complex) - Static method in class jpicedt.util.math.Complex
Returns the base raised to the power of the Complex exponent.
pow(Complex, Complex) - Static method in class jpicedt.util.math.Complex
Returns the Complex base raised to the power of the Complex exponent.
preambleUserData - Variable in class jpicedt.graphic.io.parser.JPICXmlExtraction.ExtractedXml
 
preambleUserData - Variable in class jpicedt.graphic.io.parser.ParsedDrawing
 
PREDEFINED_GRID_STEP_STRINGS - Static variable in class jpicedt.graphic.grid.Grid
 
PREDEFINED_GRID_STEPS - Static variable in class jpicedt.graphic.grid.Grid
 
PREDEFINED_SNAP_STEP_STRINGS - Static variable in class jpicedt.graphic.grid.Grid
 
PREDEFINED_SNAP_STEPS - Static variable in class jpicedt.graphic.grid.Grid
 
PREDEFINED_STYLES - Static variable in class jpicedt.graphic.grid.Grid
 
PREDEFINED_ZOOMS - Static variable in class jpicedt.graphic.PECanvas
 
PREFIX - Static variable in enum jpicedt.format.output.dxf.DXFConstants.DXFVersion
 
process(PEMouseEvent) - Method in class jpicedt.graphic.toolkit.AbstractMouseTransformFactory.HelpMessageMouseTransform
Called when the mouse is dragged.
process(PEMouseEvent) - Method in class jpicedt.graphic.toolkit.AbstractMouseTransformFactory.InvalidMouseTransform
Called when the mouse is dragged.
process(PEMouseEvent) - Method in class jpicedt.graphic.toolkit.AbstractMouseTransformFactory.SelectAreaTransform
Called when the mouse is dragged.
process(PEMouseEvent) - Method in class jpicedt.graphic.toolkit.EditConvexZoneMouseTransformFactory.MoveConvexZoneTransform
Called when the mouse is dragged.
process(PEMouseEvent) - Method in class jpicedt.graphic.toolkit.EditConvexZoneMouseTransformFactory.UnselectTransform
 
process(PEMouseEvent) - Method in class jpicedt.graphic.toolkit.EditElementMouseTransformFactory._MoveControlPointTransform
Called when the mouse is dragged.
process(PEMouseEvent) - Method in class jpicedt.graphic.toolkit.EditElementMouseTransformFactory._MoveElementTransform
Called when the mouse is dragged.
process(PEMouseEvent) - Method in class jpicedt.graphic.toolkit.EditElementMouseTransformFactory.MoveControlPointTransform
Called when the mouse is dragged.
process(PEMouseEvent) - Method in class jpicedt.graphic.toolkit.EditElementMouseTransformFactory.MoveElementTransform
Called when the mouse is dragged.
process(PEMouseEvent) - Method in class jpicedt.graphic.toolkit.EditElementMouseTransformFactory.SelectElementsDialogTransform
Called when the mouse is dragged.
process(PEMouseEvent) - Method in class jpicedt.graphic.toolkit.EditElementMouseTransformFactory.UnselectTransform
 
process(PEMouseEvent) - Method in class jpicedt.graphic.toolkit.EditPointMouseTransformFactory.EditSmoothCoeffTransform
Called when the mouse is dragged.
process(PEMouseEvent) - Method in class jpicedt.graphic.toolkit.EditPointMouseTransformFactory.RemovePointTransform
Called when the mouse is dragged.
process(PEMouseEvent) - Method in class jpicedt.graphic.toolkit.EditPointMouseTransformFactory.SelectElementTransform
 
process(PEMouseEvent) - Method in class jpicedt.graphic.toolkit.EditPointMouseTransformFactory.SplitSegmentTransform
Called when the mouse is dragged.
process(PEMouseEvent) - Method in class jpicedt.graphic.toolkit.EditPointMouseTransformFactory.UnSelectPointTransform
 
process(PEMouseEvent) - Method in interface jpicedt.graphic.toolkit.MouseTransform
Called when the mouse is dragged/moved after the first mouse-pressed event.
processKeyEvent(KeyEvent, boolean) - Method in class jpicedt.graphic.toolkit.MouseTool
Triggers a fake "mouseMoved" event if a key is pressed or released, with the adequate key modifiers ; this is a "lazy" handling of key-events which delegates to the mouse-handler.
processKeyEvent(Component, KeyEvent) - Method in class jpicedt.ui.util.DebugFocusManager
Called by a JComponent when a key event occus.
processKeyEvent(KeyEvent) - Method in class jpicedt.widgets.HistoryTextField
 
processKeyEvent(KeyEvent) - Static method in class jpicedt.widgets.KeyEventWorkaround
 
processMouseEvent(MouseEvent) - Method in class jpicedt.graphic.PECanvas
Processes mouse events occurring on this component by dispatching them to any registered PEMouseListener objects.
processMouseMotionEvent(MouseEvent) - Method in class jpicedt.graphic.PECanvas
Processes mouse motion events occurring on this component by dispatching them to any registered PEMouseInputListener objects.
project(PicPoint, PicPoint) - Method in class jpicedt.graphic.PicPoint
Project this point onto the line joining p1 and p2.
project(PicPoint, PicPoint, PicPoint) - Method in class jpicedt.graphic.PicPoint
Project this point onto the line joining p1 and p2.
PrologEpilogCustomizer - Class in jpicedt.format.output.util
 
PrologEpilogCustomizer(String, String[]) - Constructor for class jpicedt.format.output.util.PrologEpilogCustomizer
Construit un configurateur pour préférences de Prologue/Épilogue.
propertyChange(PropertyChangeEvent) - Method in class jpicedt.ui.dialog.DockableAttributesCustomizer
Update customizer's title from the given event if it's a MDIManager.ACTIVE_BOARD_CHANGE event.
propertyChange(PropertyChangeEvent) - Method in class jpicedt.ui.dialog.DockableGenericToolbar
Implementation of PropertyChangeListener interface Allows this tool-bar to get notified of change from the target EditorKit, e.g. when a right-click switches the current EditorKit's mousetool back to "select-tool", or when a new mousetool gets selected from the "Tools" menu or from a BSH script.
propertyChange(PropertyChangeEvent) - Method in class jpicedt.ui.internal.PEMenuBar
Implementation of PropertyChangeListener interface Allows this menu-bar to get notified of change from the target EditorKit, e.g. when a right-click switches the current EditorKit's mousetool back to "select-tool", or when a new mousetool gets selected from the "Tools" palette or from a BSH script.
propertyChange(PropertyChangeEvent) - Method in class jpicedt.ui.MDIManager.BoardEventHandler
Handler for "PropertyChange" events sources from either PECanvas or its EditorKit.
PRPTY_KEY_DEFAULT_TABLE - Static variable in class jpicedt.format.output.pstricks.PstricksConstants
Line separator for the current platform (i.e.
PRPTY_KEY_DEFAULT_TABLE - Static variable in class jpicedt.format.output.tikz.TikzConstants
 
PS_CURVE - Static variable in class jpicedt.graphic.toolkit.DrawToolFactory
 
PS_POINT - Static variable in class jpicedt.graphic.model.StyleConstants
a PostScript point in mm
PsArcExpression - Class in jpicedt.format.input.pstricks
Parses \\psarc commands : \\psarc[parameters]{<->}(x0,y0){rad}{angleA}{angleB} ; where at least "arrows" or (x0,y0) args must be included \\psarc*[parameters]{<->}(x0,y0){rad}{angleA}{angleB} ; idid. but filled
PsArcExpression(Pool, String) - Constructor for class jpicedt.format.input.pstricks.PsArcExpression
 
PsArcExpression(Pool, String, String) - Constructor for class jpicedt.format.input.pstricks.PsArcExpression
 
PsBezierExpression - Class in jpicedt.format.input.pstricks
Rules for parsing cubic splines with a PsTricks syntax : \\psbezier[parameters]{arrows}(x0,y0)(x1,y1)(x2,y2)(x3,y3) \\psbezier*[parameters]{arrows}(x0,y0)(x1,y1)(x2,y2)(x3,y3) or PsTricks's object previously defined by help of a \\newpsobject command.
PsBezierExpression(Pool) - Constructor for class jpicedt.format.input.pstricks.PsBezierExpression
tag = \\psbezier and proto = new PicBezierCubic.
PsBezierExpression(Pool, String) - Constructor for class jpicedt.format.input.pstricks.PsBezierExpression
Constructor allowing to set a non-standard tag.
PsBox - Class in jpicedt.format.input.pstricks
Parses PsTricks boxes, i.e.
PsBox(Pool, String) - Constructor for class jpicedt.format.input.pstricks.PsBox
 
PsCircleExpression - Class in jpicedt.format.input.pstricks
Quick circle : \\pscircle[parameters](x0,y0){rad} \\pscircle*[parameters](x0,y0){rad}
PsCircleExpression(Pool) - Constructor for class jpicedt.format.input.pstricks.PsCircleExpression
Uses default tag.
PsCircleExpression(Pool, String) - Constructor for class jpicedt.format.input.pstricks.PsCircleExpression
 
PsCurveHighlighter - Class in jpicedt.graphic.view.highlighter
a Highlighter for PsCurve.
PsCurveHighlighter(PicPsCurve, DefaultHighlighterFactory) - Constructor for class jpicedt.graphic.view.highlighter.PsCurveHighlighter
construct a new Highlighter for the given pscurve
PsEllipseExpression - Class in jpicedt.format.input.pstricks
Parses \\psellipse commands : \\psellipse[parameters](x0,y0)(hrad,vrad) \\psellipse*[parameters](x0,y0)(hrad,vrad)
PsEllipseExpression(Pool) - Constructor for class jpicedt.format.input.pstricks.PsEllipseExpression
Uses default tag
PsEllipseExpression(Pool, String) - Constructor for class jpicedt.format.input.pstricks.PsEllipseExpression
 
PsFrameExpression - Class in jpicedt.format.input.pstricks
\\psframe[parameters](x0,y0)(x1,y1) \\psframe*[parameters](x0,y0)(x1,y1)
PsFrameExpression(Pool) - Constructor for class jpicedt.format.input.pstricks.PsFrameExpression
Uses default tag.
PsFrameExpression(Pool, String) - Constructor for class jpicedt.format.input.pstricks.PsFrameExpression
 
PsObjectExpression - Class in jpicedt.format.input.pstricks
Handles \\newpsobject{myobj}{ps_object}{par1=val1,...}
PsObjectExpression(PstricksParser, Pool) - Constructor for class jpicedt.format.input.pstricks.PsObjectExpression
 
PsPolygonExpression - Class in jpicedt.format.input.pstricks
Parses \\pspolygon, \\psdots and \\psline commands : \\pspolygon[param](2,4)(3,15) // NO ARROW ALLOWED HERE !
PsPolygonExpression(Pool, String) - Constructor for class jpicedt.format.input.pstricks.PsPolygonExpression
Uses the given type as the default tag
PsPolygonExpression(Pool, String, String) - Constructor for class jpicedt.format.input.pstricks.PsPolygonExpression
 
PsQDiskExpression - Class in jpicedt.format.input.pstricks
Quick disk : (streamlines version of \\pscircle*), \\qdisk(x0,y0)(rad)
PsQDiskExpression(Pool) - Constructor for class jpicedt.format.input.pstricks.PsQDiskExpression
Uses default tag.
PsQDiskExpression(Pool, String) - Constructor for class jpicedt.format.input.pstricks.PsQDiskExpression
 
PsQLineExpression - Class in jpicedt.format.input.pstricks
Quick line : \\qline(x0,y0)(x1,y1) Uses default parameters values.
PsQLineExpression(Pool) - Constructor for class jpicedt.format.input.pstricks.PsQLineExpression
 
PsRPutExpression - Class in jpicedt.format.input.pstricks
Parses PsTricks's \\rput commands, either: \\rput[refpoint]{rotation}(x,y){stuff} \\rput*[refpoint]{rotation}(x,y){stuff} (line-breaks being allowed b/w each "block"), where :
refpoint = B|b|t for vertical and l|r for horizontal (B = baseline), used only for psframebox and rel.
PsRPutExpression(Pool) - Constructor for class jpicedt.format.input.pstricks.PsRPutExpression
 
PST_CUSTOM - Static variable in class jpicedt.graphic.model.PicAttributeName
 
PSTAngleParameter - Class in jpicedt.format.input.pstricks
Used by PSTParametersExpression to parse statements involving angles, for instance "hatchangle=45" or "shadowangle=90".
PSTAngleParameter(Pool, String, PicAttributeName<Double>, Pool.Key<PicAttributeSet>) - Constructor for class jpicedt.format.input.pstricks.PSTAngleParameter
 
PSTArrowExpression - Class in jpicedt.format.input.pstricks
Parses Pstricks's arrows, as given by the PsTricks's documentation (p.29).
PSTArrowExpression(Pool) - Constructor for class jpicedt.format.input.pstricks.PSTArrowExpression
Constructor for the PSTArrowExpression object
PSTBooleanExpression - Class in jpicedt.format.input.pstricks
Used by PSTParametersExpression to parse statements involving true/false parameters values, for instance "shadow=true" or "shadow=false" ...
PSTBooleanExpression(Pool, String, PicAttributeName<Boolean>, Pool.Key<PicAttributeSet>) - Constructor for class jpicedt.format.input.pstricks.PSTBooleanExpression
 
PSTColorExpression - Class in jpicedt.format.input.pstricks
Used by PSTParametersExpression to parse statements involving colours, for instance "linecolor=green" (predefined colour) or "fillcolor=MyGray" (user-defined colours).
PSTColorExpression(Pool, String, PicAttributeName<Color>, Pool.Key<PicAttributeSet>) - Constructor for class jpicedt.format.input.pstricks.PSTColorExpression
 
PSTDashExpression - Class in jpicedt.format.input.pstricks
Parses statements similar to "dash=1pt 3mm" (first opaque, then transparent).
PSTDashExpression(Pool, Pool.Key<PicAttributeSet>) - Constructor for class jpicedt.format.input.pstricks.PSTDashExpression
 
PSTDotStyleExpression - Class in jpicedt.format.input.pstricks
Parses statements similar to "dotstyle=style" where style is one of PicObjectConstants predefined dot styles.
PSTDotStyleExpression(Pool, Pool.Key<PicAttributeSet>) - Constructor for class jpicedt.format.input.pstricks.PSTDotStyleExpression
 
PSTFillStyleExpression - Class in jpicedt.format.input.pstricks
Parses statements similar to "fillstyle=style" where style is one of PicObjectConstants predefined fill styles.
PSTFillStyleExpression(Pool, Pool.Key<PicAttributeSet>) - Constructor for class jpicedt.format.input.pstricks.PSTFillStyleExpression
 
PSTInstanciationExpression - Class in jpicedt.format.input.pstricks
Instanciates a new Element by cloning the given object, when a given tag gets found.
PSTInstanciationExpression(String, Element, Pool) - Constructor for class jpicedt.format.input.pstricks.PSTInstanciationExpression
 
PSTLengthParameter - Class in jpicedt.format.input.pstricks
Parses statement involving length units (as set by PsTricks's "runit" register), e.g.
PSTLengthParameter(Pool, String, PicAttributeName<Double>, Pool.Key<PicAttributeSet>) - Constructor for class jpicedt.format.input.pstricks.PSTLengthParameter
 
PSTLineStyleExpression - Class in jpicedt.format.input.pstricks
Parses statements similar to "linestyle=style" where style is one of PicObjectConstants predefined line styles.
PSTLineStyleExpression(Pool, Pool.Key<PicAttributeSet>) - Constructor for class jpicedt.format.input.pstricks.PSTLineStyleExpression
 
PSTParametersExpression - Class in jpicedt.format.input.pstricks
PsTricks graphics parameters, e.g.
PSTParametersExpression(Pool, Pool.Key<PicAttributeSet>) - Constructor for class jpicedt.format.input.pstricks.PSTParametersExpression
 
PSTPicPointExpression - Class in jpicedt.format.input.pstricks
an expression that parses "(x,y)" string (PsTricks-like PicPoint) and gives the corresponding numerical values to the point number "ptNumber" of the current Element, possibly using a given EditPointConstraint.
PSTPicPointExpression(int, Pool) - Constructor for class jpicedt.format.input.pstricks.PSTPicPointExpression
Initializes this expression with a "null" EditPointConstraint (= default constraint)
PSTPicPointExpression(int, EditPointConstraint, Pool) - Constructor for class jpicedt.format.input.pstricks.PSTPicPointExpression
 
PstricksConstants - Class in jpicedt.format.output.pstricks
Useful constants used across the jpicedt.format.output.pstricks package.
PstricksConstants() - Constructor for class jpicedt.format.output.pstricks.PstricksConstants
 
PstricksConstants.PSTArrow - Enum in jpicedt.format.output.pstricks
 
PstricksConstants.PstricksAngleCorrection - Enum in jpicedt.format.output.pstricks
 
PstricksContentType - Class in jpicedt.format.output.pstricks
ContentType for the Pstricks format.
PstricksContentType() - Constructor for class jpicedt.format.output.pstricks.PstricksContentType
 
PstricksCustomization - Interface in jpicedt.format.output.pstricks
Interface de manipulation des préférences utilisateur pour la conversion entre les formats PsTricks et jPicEdt.
PstricksCustomizer - Class in jpicedt.format.output.pstricks
a panel for configuring the PstricksFormatter.
PstricksCustomizer(Properties) - Constructor for class jpicedt.format.output.pstricks.PstricksCustomizer
construct a new panel for pstricks preferences editing.
PstricksCustomProperties - Class in jpicedt.format.output.pstricks
 
PstricksCustomProperties() - Constructor for class jpicedt.format.output.pstricks.PstricksCustomProperties
 
PstricksCustomProperties(int) - Constructor for class jpicedt.format.output.pstricks.PstricksCustomProperties
 
PstricksEmptyDrawingBoundingBox - Class in jpicedt.format.output.pstricks
Boîte bornante par défaut pour un dessin vide dans le cadre de l'encodage Pstricks
PstricksEmptyDrawingBoundingBox() - Constructor for class jpicedt.format.output.pstricks.PstricksEmptyDrawingBoundingBox
 
PstricksFormatter - Class in jpicedt.format.output.pstricks
Produces formatters for the PsTricks macro package.
PstricksFormatter() - Constructor for class jpicedt.format.output.pstricks.PstricksFormatter
Creates a FormatterFactory able to format Element's in the PsTricks format
PstricksFormatter.DrawingFormatter - Class in jpicedt.format.output.pstricks
"begin{pspicture}(x0,y0)(x1,y1)" (PsTricks) where (x0,y0)=lower-left corner and (x1,y1)=upper-right corner
PstricksFormatter.DrawingFormatter(Drawing, Object) - Constructor for class jpicedt.format.output.pstricks.PstricksFormatter.DrawingFormatter
init this formatter for the given drawing
PstricksFormatter.ParameterString - Class in jpicedt.format.output.pstricks
an inner class that represents a PsTricks parameter string (useful especially to handle User Defined Colours) the basic problem is that, if a new colour has to be defined, this has to be done through e.g. a \\newrgbcolor command BEFORE the Element command appears in the file.
PstricksFormatter.ParameterString(StringBuffer, StringBuffer) - Constructor for class jpicedt.format.output.pstricks.PstricksFormatter.ParameterString
 
PstricksParser - Class in jpicedt.format.input.pstricks
Root expression for the Pstricks parser, containing grammar rules for the pstricks format.
PstricksParser(Pool) - Constructor for class jpicedt.format.input.pstricks.PstricksParser
Creates a new PstricksParser, and build grammar rules
PstricksUtilities - Class in jpicedt.format.output.pstricks
Collection of static methods for the PsTricks format
PstricksUtilities() - Constructor for class jpicedt.format.output.pstricks.PstricksUtilities
 
PstricksViewFactory - Class in jpicedt.format.output.pstricks
A factory to create a View for a given Element when the underlying content type for the model is Pstricks.
PstricksViewFactory() - Constructor for class jpicedt.format.output.pstricks.PstricksViewFactory
 
PsUnitLengthExpression - Class in jpicedt.format.input.pstricks
Used by PSTParamExpression to parse statement involving the 4 pstricks length registers, that is "unit=1mm,xunit=1mm,yunit=1mm,runit=1mm" (or pt or cm), where setting "unit" sets "xunit", "yunit" and "runit" simultaneously.
PsUnitLengthExpression(Pool, String) - Constructor for class jpicedt.format.input.pstricks.PsUnitLengthExpression
unit actually sets the following three parameters : xunit, yunit, and runit.
pt - Variable in class jpicedt.ui.dialog.RotateCenterChooser.RotateCenterChoice
 
ptAnchor - Variable in class jpicedt.graphic.model.TextEditable
anchor point
ptBL - Variable in class jpicedt.graphic.model.PicParallelogram
Bottom-Left corner (specification point)
ptBR - Variable in class jpicedt.graphic.model.PicParallelogram
Bottom-Right corner (specification point)
ptBuffer - Variable in class jpicedt.graphic.view.highlighter.DefaultHighlighter
buffer used by paint only ; may be safely used by subclasses as well
ptsX - Variable in class jpicedt.graphic.model.BranchElement
An array of X-coordinates representing the two opposite corner of the bounding box that contains all children
ptsY - Variable in class jpicedt.graphic.model.BranchElement
an array of Y-coordinates representing the two opposite corner of the bounding box that contains all children
ptTR - Variable in class jpicedt.graphic.model.PicParallelogram
Top-Right corner (specification point)
pullOutOfGroup() - Method in class jpicedt.graphic.model.AbstractElement
If this element's parent is a PicGroup, pull it out this PicGroup, and add it to its grand-parent as a sibling of this PicGroup.
pushBack() - Method in class jpicedt.format.input.util.Context
After a read(), pushes back the char that has been read
pushDefaultAttributes(PicAttributeSet) - Method in class jpicedt.format.output.pstricks.PstricksFormatter
Sauvegarde les defaultAttribute courant dans la pile defaultAttributesStack, et remplace les par ceux passés en argument.
put(Pool.Key<T>, T) - Method in class jpicedt.format.input.util.Pool
Associates the specified value with the given key in the pool's hashmap
putCommonAttributes(Element) - Method in class jpicedt.graphic.io.formatter.XmlAttributeSet
Fills the given map with XML-like entries (name->value will translate into name="value" once text formatted) for common attributes of the given Element, that is, attributes specific to a given subclass of Element are not included here, but should be handled directly by the appropriate formatter.
putNameValuePair(PicAttributeName<T>, PicAttributeSet) - Method in class jpicedt.graphic.io.formatter.XmlAttributeSet
Given an attribute name and an attribute set, retrieve the value associated with the given name in the set, compares it with the default value, and add a name/value entry to the given map if they differ.
putNameValuePair(String, String) - Method in class jpicedt.graphic.io.formatter.XmlAttributeSet
Given attribute name and value, append a name/value entry to the given map.
putNameValuePair(String, Color, Color) - Method in class jpicedt.graphic.io.formatter.XmlAttributeSet
Given attribute name and value, append a name/value entry to the given map if value differs from the given default value.
putNameValuePair(String, boolean) - Method in class jpicedt.graphic.io.formatter.XmlAttributeSet
Given attribute name and value, append a name/value entry to the given map.
putNameValuePair(String, PicPoint) - Method in class jpicedt.graphic.io.formatter.XmlAttributeSet
Given attribute name and value, append a name/value entry to the given map
putNameValuePair(String, double) - Method in class jpicedt.graphic.io.formatter.XmlAttributeSet
Given attribute name and value, append a name/value entry to the given map.
putNameValuePair(String, double, double) - Method in class jpicedt.graphic.io.formatter.XmlAttributeSet
Given attribute name and value, append a name/value entry to the given map if value differs from the given default value.
putNameValuePair(String, double[]) - Method in class jpicedt.graphic.io.formatter.XmlAttributeSet
Given attribute name and an array of doubles, append a name/value entry to the given map.
putNameValuePair(String, PicPoint[]) - Method in class jpicedt.graphic.io.formatter.XmlAttributeSet
Given attribute name and an array of PicPoint's, append a name/value entry to the given map.

Q

qualifyDrawing(ParsedDrawing) - Method in class jpicedt.graphic.io.parser.CodedContentExtraction.ExtractedCodedContent
Permet de rajouter au dessin des attributs connu de l'extracteur de dessin codé, mais pas de l'analyseur de dessin codé (c'est à dire des information qui ne seraient pas de dans le dessin codé, mais ailleurs dans le même fichier).
qualifyDrawing(ParsedDrawing) - Method in class jpicedt.graphic.io.parser.JPICXmlExtraction.ExtractedXml
Qualifie le dessin de sale (isDirty) lorsque l'extraction du JPIC-XML a détecté que c'est le cas.

R

RadioChoiceDialog - Class in jpicedt.ui.dialog
Ouvre un boîte de dialogue modale dans laquelle l'utilateur est invité à faire un choix parmi plusieurs alternatives.
RadioChoiceDialog(MDIManager, String, String, String, String, String[], int) - Constructor for class jpicedt.ui.dialog.RadioChoiceDialog
Construit une boîte de dialogue RadioChoiceDialog.
RBRACKET_LENGTH_SCALE - Static variable in class jpicedt.graphic.model.PicAttributeName
 
re() - Method in class jpicedt.util.math.Complex
Extracts the real part of a Complex as a double.
read() - Method in class jpicedt.format.input.util.Context
read a character, and increment the caret position by one, if this is possible.
read(int) - Method in class jpicedt.format.input.util.Context
read the given number of character, wrapped in a String, and move the caret past the String being returned.
read(Reader, ExtractionParsing) - Method in class jpicedt.graphic.PECanvas
Read drawing content from a reader and erase old one.
readTo(int) - Method in class jpicedt.format.input.util.Context
Return the remaining substring up to the given position if (pos < caret) return "".
readToEOL() - Method in class jpicedt.format.input.util.Context
Returns the remaining substring up to the end of the current line, EOL NOT INCLUDED !
reajustable - Variable in class jpicedt.ui.dialog.RotateCenterChooser.RotateCenterChoice
 
recoverableError(String) - Method in class jpicedt.ui.util.PEProgressBar
open a dialog box with the given error message
RECTANGLE - Static variable in class jpicedt.graphic.toolkit.ConvexZoneToolFactory
 
RECTANGLE - Static variable in class jpicedt.graphic.toolkit.DrawToolFactory
 
RECTANGLE_BOX - Static variable in class jpicedt.format.input.pstricks.PsBox
expects a \\psframebox macro
rectBuffer - Variable in class jpicedt.graphic.view.highlighter.DefaultHighlighter
buffer used by paint only ; may be safely used by subclasses as well
redirect(int) - Method in class jpicedt.ui.util.SystemOutUtilities
Redirect to the stream of the given type
redo() - Method in class jpicedt.graphic.PECanvas
Refait le dernier changement.
refreshDegree() - Method in class jpicedt.util.math.Polynomial
teste les monômes de degrés les plus élevés et réduit ci-possible de degrés jusqu'à ce que degree soit le plus faible possible
refreshPageFormatToBoundingBox() - Method in class jpicedt.graphic.PECanvas
Refraîchit le format de page de la toile à dessin en fonction de la boîte bornante du dessin sous-jascent.
RegExExpression - Class in jpicedt.format.input.util
An expression specified by a java.util.regex.Pattern regular expression.
RegExExpression(String) - Constructor for class jpicedt.format.input.util.RegExExpression
 
registerMouseTool(String, MouseTool) - Method in class jpicedt.graphic.toolkit.EditorKit
Registers the given mouse-tool by associating it with the given key in the hashtable of available mouse-tools.
reinit() - Method in class jpicedt.format.input.eepic.EepicParser
reinit eepic/LaTeX related parameters
reinit() - Method in class jpicedt.format.input.latex.LaTeXParser
reinit LaTeX related parameters
reinit() - Method in class jpicedt.format.input.pstricks.PstricksParser
reinit shared parameters belonging to the Pool
reinit() - Method in class jpicedt.format.input.util.Pool
Reset public fields values.
reinit() - Method in class jpicedt.format.input.util.RootExpression
reinit sub-tree (e.g. shared variables,…) ; current implementation does nothing.
relativeIsCloseTo(Complex, double) - Method in class jpicedt.util.math.Complex
Renvoie cSub(z).normInf() <= tolerance * Math.max(normInf(), z.normInf()).
reload(ExtractionParsing) - Method in class jpicedt.ui.PEDrawingBoard
Reload the content of this board from its current file name if applicable ; do nothing otherwise.
reloadBoard() - Static method in class jpicedt.JPicEdt
Reload the active board from disk
REMARK - Static variable in class jpicedt.util.math.Complex
 
remove(PEMouseInputListener, PEMouseInputListener) - Static method in class jpicedt.graphic.event.PEEventMulticaster
Removes the old PEMouseInputListener from PEMouseInputListener-l and returns the resulting multicast listener.
remove(EventListener) - Method in class jpicedt.graphic.event.PEEventMulticaster
Removes a listener from this multicaster and returns the resulting multicast listener.
remove(Object) - Method in class jpicedt.graphic.model.BranchElement
Remove the given child from this BranchElement, setting its parent to null so that the given child become (possibly) eligible for garbage collection if there are no other reference to it.
remove(int) - Method in class jpicedt.graphic.model.BranchElement
Remove the child with the given index from this BranchElement.
remove(int) - Method in class jpicedt.graphic.model.CtrlPtSubsetGroup
 
remove(Object) - Method in class jpicedt.graphic.model.CtrlPtSubsetGroup
 
remove(Object) - Method in class jpicedt.graphic.model.Drawing
convenience call to RootElement's method
remove(int) - Method in class jpicedt.graphic.model.Drawing
Remove the Element with the given index from this BranchElement
remove(Object) - Method in class jpicedt.graphic.toolkit.DefaultSelectionHandler
Overriden so as to leave child's parent and view unchanged.
remove(int) - Method in class jpicedt.graphic.toolkit.DefaultSelectionHandler
Remove the child with the given index from this BranchElement.
REMOVE_ENDPT - Static variable in class jpicedt.graphic.toolkit.CursorFactory
 
removeActionListener(ActionListener) - Method in class jpicedt.widgets.IncrementableTextField
removes an ActionListener from the component
removeAll(Collection<?>) - Method in class jpicedt.graphic.model.BranchElement
Removes all this collection's elements that are also contained in the specified collection.
removeAll(Collection<?>) - Method in class jpicedt.graphic.model.CtrlPtSubsetGroup
 
removeAll(Collection<?>) - Method in class jpicedt.graphic.model.Drawing
convenience call to RootElement's method
removeAll() - Method in class jpicedt.graphic.util.ConvexPolygonalZone
 
removeAllConnections() - Method in class jpicedt.graphic.model.NodeConnectionManager
 
removeConnection(PicNodeConnection) - Method in class jpicedt.graphic.model.NodeConnectionManager
 
removeDockablePanelPropertyChangeListener(PropertyChangeListener) - Method in class jpicedt.ui.MDIManager
 
removeDrawingBoard(PEDrawingBoard) - Method in class jpicedt.ui.MDIManager
Remove the given drawing board from the list of open drawing boards, possibly attempting to save its content if necessary, then unregisters any previously registered listener.
removeDrawingListener(DrawingListener) - Method in class jpicedt.graphic.model.Drawing
removes a DrawingListener from the Drawing.
removeHelpMessageListener(HelpMessageListener) - Method in class jpicedt.graphic.toolkit.EditorKit
removes an HelpMessageListener from the EditorKit
removeInternal(EventListener, EventListener) - Static method in class jpicedt.graphic.event.PEEventMulticaster
Returns the multicast listener obtained after removing the old listener from listener-l.
removeLastPoint() - Method in class jpicedt.graphic.model.PicPsCurve
Remove the last point of this PicPsCurve.
removeLastPoint() - Method in class jpicedt.graphic.model.PicSmoothPolygon
Remove the last point of this PicSmoothPolygon.
removeLastSubdivisionPoint() - Method in class jpicedt.graphic.model.AbstractCurve
Removes the last subdivision point.
removeLineFeeds(String) - Static method in class jpicedt.format.input.util.Context
Remove '\n' and '\r' from a given string, and return a new string.
removePEMouseInputListener(PEMouseInputListener) - Method in class jpicedt.graphic.PECanvas
Removes the specified mouse listener so that it no longer receives mouse events from this component.
removePoint(int) - Method in class jpicedt.graphic.model.AbstractCurve
Remove the point with the given index from this curve
removePoint(int) - Method in class jpicedt.graphic.model.PicMultiCurve
Removes the point with the given index from this curve.
removePoint(int) - Method in class jpicedt.graphic.model.PicPsCurve
Remove a point at the given position from this PicPsCurve, then fire a changed-update.
removePoint(int) - Method in class jpicedt.graphic.model.PicSmoothPolygon
Remove a point at the given position from this PicSmoothPolygon, then fire a changed-update.
removePropertyChangeListener(PropertyChangeListener) - Method in class jpicedt.graphic.toolkit.EditorKit
removes an PropertyChangeListener from the EditorKit
removePropertyChangeListener(PropertyChangeListener) - Method in class jpicedt.ui.MDIManager.DockablePanel
ôte un PropertyChangeListener du DockablePanel.
removeRedundantWhiteSpaces(String) - Static method in class jpicedt.format.input.util.Context
Replace " " (double-space) or tabs by ' ' ; always return a new String.
removeSelectionListener(SelectionListener) - Method in class jpicedt.graphic.PECanvas
Removes a SelectionListener from the Canvas.
removeSubdivisionPoint(int) - Method in class jpicedt.graphic.model.AbstractCurve
Remove a subdivision point from this curve, together with the two neighbouring control points.
removeSubdivisionPoint(int) - Method in class jpicedt.graphic.model.PicMultiCurve
Removes a subdivision point from this curve, together with its two neighbouring control points.
removeUndoableEditListener(UndoableEditListener) - Method in class jpicedt.graphic.PECanvas
Unregister an UndoableEditListener for the Drawing hosted by this canvas.
removeView() - Method in class jpicedt.graphic.model.AbstractElement
remove the view that render this element; this may be used to remove any reference to the view, and render it eligible for garbage collection; if no View, does nothing.
removeView() - Method in class jpicedt.graphic.model.BranchElement
Remove the view that render this element and propagate to children ; this may be used to remove any reference to the view, and render it eligible for garbage collection ; if no View, does nothing.
removeView() - Method in interface jpicedt.graphic.model.Element
remove the view that render this element ; this may be used to remove any reference to the view, and render it eligible for garbage collection ; if no View, does nothing.
removeZoomListener(ZoomListener) - Method in class jpicedt.graphic.PECanvas
Removes a ZoomListener from the Canvas.
RenderingCustomizer - Class in jpicedt.ui.dialog
a panel for editing rendering-preferences (anti-aliasing,...)
RenderingCustomizer(Properties) - Constructor for class jpicedt.ui.dialog.RenderingCustomizer
creates a new panel for general preferences.
renderingHints - Variable in class jpicedt.graphic.PECanvas
A Map storing RenderingHints to be applied to the graphic context when rendering the drawing.
repaint(Rectangle2D) - Method in class jpicedt.graphic.view.AbstractView
Ask the hosting container (if it's non-null) to repaint itself
repaint(Rectangle2D) - Method in interface jpicedt.graphic.view.View
Ask the hosting container to repaint itself.
repaintFromModelRect(Rectangle2D) - Method in class jpicedt.graphic.PECanvas
Add the given rectangle, given in model-coordinates, to the list of dirty regions.
REParserException - Exception in jpicedt.format.input.util
An Exception manager to be used by RE-parsers (i.e. those built on top of AbstractRegularExpression's).
REParserException(String, Context) - Constructor for exception jpicedt.format.input.util.REParserException
create a new REParserException with the specified error code and line number.
REParserException(String, Context, AbstractRegularExpression) - Constructor for exception jpicedt.format.input.util.REParserException
create a new REParserException, raised by the given Expression
REParserException.BeginGroupMismatch - Exception in jpicedt.format.input.util
a "begin group" has no matching "end group"
REParserException.BeginGroupMismatch(Context, AbstractRegularExpression) - Constructor for exception jpicedt.format.input.util.REParserException.BeginGroupMismatch
 
REParserException.BlockMismatch - Exception in jpicedt.format.input.util
a closing delimiter has no matching opening delimiter (see EnclosingExpression)
REParserException.BlockMismatch(Context, AbstractRegularExpression) - Constructor for exception jpicedt.format.input.util.REParserException.BlockMismatch
 
REParserException.EndGroupMismatch - Exception in jpicedt.format.input.util
a "end group" has no matching "begin group"
REParserException.EndGroupMismatch(Context, AbstractRegularExpression) - Constructor for exception jpicedt.format.input.util.REParserException.EndGroupMismatch
 
REParserException.EndOfPicture - Exception in jpicedt.format.input.util
the end of the picture environment was encoutered.
REParserException.EndOfPicture() - Constructor for exception jpicedt.format.input.util.REParserException.EndOfPicture
 
REParserException.EndOfPictureNotFound - Exception in jpicedt.format.input.util
the end of the picture environment wasn't found in the current Reader.
REParserException.EndOfPictureNotFound() - Constructor for exception jpicedt.format.input.util.REParserException.EndOfPictureNotFound
 
REParserException.EOF - Exception in jpicedt.format.input.util
the end of the file (or the underlying Reader) was reached abnormally, e.g. in the course of a AbstractRegularExpression.interpret() operation.
REParserException.EOF() - Constructor for exception jpicedt.format.input.util.REParserException.EOF
 
REParserException.EOF(Context, AbstractRegularExpression) - Constructor for exception jpicedt.format.input.util.REParserException.EOF
 
REParserException.IncompleteSequence - Exception in jpicedt.format.input.util
signals an incomplete SequenceExpression
REParserException.IncompleteSequence(Context, AbstractRegularExpression) - Constructor for exception jpicedt.format.input.util.REParserException.IncompleteSequence
 
REParserException.NotFoundInFile - Exception in jpicedt.format.input.util
a mandatory expression wasn't found
REParserException.NotFoundInFile(Context, AbstractRegularExpression) - Constructor for exception jpicedt.format.input.util.REParserException.NotFoundInFile
 
REParserException.NumberFormat - Exception in jpicedt.format.input.util
aka NumberFormatException
REParserException.NumberFormat(Context, AbstractRegularExpression) - Constructor for exception jpicedt.format.input.util.REParserException.NumberFormat
 
REParserException.NumberSign - Exception in jpicedt.format.input.util
signals an error concerning the sign of a number (see NumericalExpression)
REParserException.NumberSign(Context, AbstractRegularExpression) - Constructor for exception jpicedt.format.input.util.REParserException.NumberSign
 
REParserException.SyntaxError - Exception in jpicedt.format.input.util
a syntax error has occured ; should be used as a last resort, when no specific exception message applies.
REParserException.SyntaxError(Context, AbstractRegularExpression) - Constructor for exception jpicedt.format.input.util.REParserException.SyntaxError
 
RepeatExpression - Class in jpicedt.format.input.util
An expression that represents a pattern repeating a given number of times
RepeatExpression(AbstractRegularExpression, int, int) - Constructor for class jpicedt.format.input.util.RepeatExpression
 
replace(Element) - Method in class jpicedt.graphic.AbstractSelectionHandler
Replace the current selection with the given element.
replace(ConvexZone) - Method in interface jpicedt.graphic.ConvexZoneSelectionHandler
 
replace(Element, Element) - Method in class jpicedt.graphic.model.BranchElement
Replace the given "src" element with the given "dest" element, if "src" belongs to this BranchElement.
replace(Element, Element) - Method in class jpicedt.graphic.model.Drawing
Replace the given "src" element with the given "dest" element, if "src" belongs to this drawing.
replace(Element) - Method in interface jpicedt.graphic.SelectionHandler
Replace the current selection with the given element.
replace(Element, Element) - Method in interface jpicedt.graphic.SelectionHandler
Remplace l'élément oldE par l'élément newE lorsque oldE appartient à la sélection.
replace(ConvexZone) - Method in class jpicedt.graphic.toolkit.DefaultConvexZoneSelectionHandler
 
replace(Element) - Method in class jpicedt.graphic.toolkit.DefaultSelectionHandler
Replace the current selection with the given element.
replace(Element, Element) - Method in class jpicedt.graphic.toolkit.DefaultSelectionHandler
La méthode correspondante de PicGroup est surchargée pour ne pas affecter les vues.
replaceBy(Element, boolean) - Method in class jpicedt.graphic.model.AbstractElement
Une implantation de Element.replaceBy(Element by, boolean replaceInSelection).
replaceBy(Element, boolean) - Method in interface jpicedt.graphic.model.Element
La méthode replaceBy remplace dans le dessin l'élément this par l'élément by.
replaceInSelectionHandling - Variable in class jpicedt.ui.dialog.UserConfirmationCache
Indique à un élément graphique subissant une conversion après confirmation positive, si l'élément converti devant le remplacer, est également à remplacer dans la sélection.
resBundle - Variable in class jpicedt.ui.action.PEActionLocalizer
the ResourceBundle that feeds this localizer with localized Strings
RESCALING_TEX_FUNCTION - Static variable in class jpicedt.format.output.latex.LatexConstants
 
RESCALING_TEX_FUNCTION - Static variable in class jpicedt.format.output.pstricks.PstricksConstants
 
RESCALING_TEX_MACRO - Static variable in class jpicedt.format.output.tikz.TikzConstants
 
reset() - Method in class jpicedt.format.input.util.Context
reset caret position to the convenience marker position, or to the beginning of the current block if no marker has been set.
reset() - Method in class jpicedt.graphic.model.DefaultPointIndexIterator
 
reset() - Method in class jpicedt.graphic.model.PicGroup.GroupPointIterator
 
reset() - Method in interface jpicedt.graphic.model.PointIndexIterator
reset the state of this iterator
reshape(int, int, int, int) - Method in interface jpicedt.widgets.MDIComponent
 
resolve() - Method in exception jpicedt.format.output.dxf.DXFTemplateParseException
 
resolve() - Method in exception jpicedt.format.output.pstricks.NestedPsCustomException
 
resolve() - Method in exception jpicedt.format.output.util.FormatterException
Effectue une action sur le dessin permettant qu'au prochain formatage l'exception ne se produise pas.
restoreState(Hashtable<?, ?>) - Method in class jpicedt.graphic.model.Drawing
Restore RootElement from the given Hashtable, using key="state"
retainAll(Collection<?>) - Method in class jpicedt.graphic.model.BranchElement
Retains only the elements in this BranchElement that are contained in the specified collection.
retainAll(Collection<?>) - Method in class jpicedt.graphic.model.CtrlPtSubsetGroup
Ne retient que les éléments de CtrlPtSubsetGroup this contenus dans la collection c passée en argument.
retainAll(Collection<?>) - Method in class jpicedt.graphic.model.Drawing
convenience call to RootElement's method
reverseIndexing() - Method in class jpicedt.graphic.model.PicMultiCurve
Reverse the order in which points are stored in the protected bezierPts array.
revertedArrowsAttribute() - Method in class jpicedt.format.output.tikz.PicEllipseFormatter
renvoie true lorsque il faut inverser les paramètres des flèches au moment du formattage.
revertedArrowsAttribute() - Method in class jpicedt.graphic.io.formatter.AbstractDrawingFormatter
Non pertinent pour un dessin
revertedArrowsAttribute() - Method in class jpicedt.graphic.io.formatter.AbstractFormatter
renvoie true lorsque il faut inverser les paramètres des flèches au moment du formattage.
revertedArrowsAttribute() - Method in class jpicedt.graphic.io.formatter.AbstractFormatterFactory
 
revertedArrowsAttribute() - Method in interface jpicedt.graphic.io.formatter.Formatter
renvoie true lorsque il faut inverser les paramètres des flèches au moment du formattage.
RIGHT_ARROW - Static variable in class jpicedt.graphic.model.PicAttributeName
 
rightArrow - Variable in class jpicedt.graphic.view.LeafElementView
arrows to be painted if non-null
root - Variable in class jpicedt.graphic.model.Drawing
the root-element of the drawing
RootExpression - Class in jpicedt.format.input.util
This is the super-class for head-expressions that contain grammar rule for a given format.
RootExpression() - Constructor for class jpicedt.format.input.util.RootExpression
 
rotate(PicPoint, double) - Method in class jpicedt.graphic.model.AbstractCurve
Rotate this Element by the given angle along the given point This method does not fire any change event.
rotate(PicPoint, double) - Method in class jpicedt.graphic.model.BranchElement
Rotate this Element by the given angle along the given point
rotate(PicPoint, double) - Method in class jpicedt.graphic.model.Drawing.BoundingBox
 
rotate(PicPoint, double) - Method in interface jpicedt.graphic.model.Element
Rotate this Element by the given angle along the given point
rotate(PicPoint, double) - Method in class jpicedt.graphic.model.PicCircleFrom3Points
Rotate this Element by the given angle along the given point
rotate(PicPoint, double) - Method in class jpicedt.graphic.model.PicEllipse
Rotate this Element by the given angle along the given point.
rotate(PicPoint, double) - Method in class jpicedt.graphic.model.PicMultiCurve
Rotate this Element by the given angle along the given point
rotate(PicPoint, double) - Method in class jpicedt.graphic.model.PicNodeConnection
Rotate this Element by the given angle along the given point
rotate(PicPoint, double) - Method in class jpicedt.graphic.model.PicParallelogram
Rotate this Element by the given angle along the given point
rotate(PicPoint, double) - Method in class jpicedt.graphic.model.PicPsCurve
Rotate this Element by the given angle along the given point
rotate(PicPoint, double) - Method in class jpicedt.graphic.model.PicSmoothPolygon
Rotate this Element by the given angle along the given point
rotate(PicPoint, double) - Method in class jpicedt.graphic.model.PicText
Rotate this Element by the given angle along the given point
rotate(PicPoint, double) - Method in class jpicedt.graphic.PicPoint
Apply a rotation of center ptOrg and the given angle in radians to this PicPoint Current implementation arranges for a very fast code if angle is PI, PI/2 or -PI/2.
rotate(double) - Method in class jpicedt.graphic.PicVector
Rotate this vector by the given (CCW-oriented) angle in radians.
rotate(PicVector, PicVector, double) - Static method in class jpicedt.graphic.PicVector
Return a rotated copy of the given vector.
rotate(PicPoint, double) - Method in class jpicedt.graphic.toolkit.ConvexZone
 
ROTATE - Static variable in class jpicedt.graphic.toolkit.EditorKit
rotate
RotateCenterChooser - Class in jpicedt.ui.dialog
La classe RotateCenterChooser sert à choisir le centre de rotation pour l'outil rotation, lorsque la rotation est activée depuis la GridZoomToolBar plutôt que par pointage.
RotateCenterChooser(MDIManager, RotateCenterChooser.RotateCenterChoice) - Constructor for class jpicedt.ui.dialog.RotateCenterChooser
 
RotateCenterChooser.RotateCenterChoice - Class in jpicedt.ui.dialog
 
RotateCenterChooser.RotateCenterChoice() - Constructor for class jpicedt.ui.dialog.RotateCenterChooser.RotateCenterChoice
 
rotatedAngleEnd - Variable in class jpicedt.graphic.model.PicEllipse
Arc angles in degrees, as measured in the ellipse basis.
rotatedAngleStart - Variable in class jpicedt.graphic.model.PicEllipse
Arc angles in degrees, as measured in the ellipse basis.
RotateEvent - Class in jpicedt.graphic.event
Class for notifications of rotation changes sourced by a PECanvas.
RotateEvent(PECanvas, double) - Constructor for class jpicedt.graphic.event.RotateEvent
a new RotateEvent sourced from the given PECanvas
RotateListener - Interface in jpicedt.graphic.event
Interface for an observer to receive notifications of changes made to an angle in an instance of PECanvas.
rotateTarget(double, PECanvas) - Method in class jpicedt.graphic.toolkit.RotateTool
Rotation à partir du GridZoomToolBar.
RotateTool - Class in jpicedt.graphic.toolkit
A MouseTool used to rotate a target Element using a origin point and a mobile point used to compute the rotation angle.
RotateTool(EditorKit, Element) - Constructor for class jpicedt.graphic.toolkit.RotateTool
 
rotateUpdate(RotateEvent) - Method in interface jpicedt.graphic.event.RotateListener
called when the angle changed in the sourcing PECanvas
rotateUpdate(RotateEvent) - Method in class jpicedt.ui.PEDrawingBoard.GridZoomToolBar
RotateListener interface
rotationAngle - Variable in class jpicedt.graphic.model.PicEllipse
Angle in radians (CCW) between the great axis of the ellipse and the horizontal axis.
run() - Method in class jpicedt.graphic.view.TextViewHybrid
 
run() - Method in class jpicedt.test.TestCanvas
Run the BSH interpreter in interactive mode.
run() - Method in class jpicedt.ui.util.BeanShell
Run the BSH interpreter in interactive mode.
run() - Method in class jpicedt.ui.util.RunExternalCommand.DlgBoxDisplayProcessIOStream
handle asynchronous widgets updating
run() - Method in class jpicedt.ui.util.RunExternalCommand
run an external process as a thread (overloading Thread.run() method) we then pipe the process std output to a JTextArea
RunExternalCommand - Class in jpicedt.ui.util
A class implementing methods for calling external processes like latex, (x)dvi, ghostscript… on the current picture file (e.g. the active internal frame) A "tmp" file is generated on-the-fly in the "tmp" directory of the underlying platform, This tmp file contains an adequate preamble (e.g.
RunExternalCommand(Drawing, ContentType, RunExternalCommand.Command, MDIManager) - Constructor for class jpicedt.ui.util.RunExternalCommand
 
RunExternalCommand(Drawing, ContentType, String, boolean) - Constructor for class jpicedt.ui.util.RunExternalCommand
Mostly for debugging purpose, or when used outside the jpicedt.ui package (since then JPicEdt.preferences are no longer available).
RunExternalCommand.Command - Enum in jpicedt.ui.util
Enum for predefined external commands
RunExternalCommand.DlgBoxDisplayProcessIOStream - Class in jpicedt.ui.util
An inner class implementing a JDialog to display external process inputStream and send keyboard events to process outputStream
RUNIT - Static variable in class jpicedt.format.input.pstricks.PsUnitLengthExpression
 
runScript(String, String) - Static method in class jpicedt.ui.util.BeanShell
Run a BSH script with the given path.

S

S_RESIZE - Static variable in class jpicedt.graphic.toolkit.CursorFactory
 
save(boolean) - Method in class jpicedt.ui.PEDrawingBoard
Save drawing content to disk.
save(String, boolean) - Method in class jpicedt.ui.PEDrawingBoard
Save drawing or selection content the given file.
saveAllBoards() - Static method in class jpicedt.JPicEdt
Save all open boards to disk, possibly prompting user for a file name for those boards which haven't been saved to disk before.
saveBoard(boolean) - Static method in class jpicedt.JPicEdt
Save the active board to disk ; prompt user if this board hasn't been saved yet, or if alwaysPromptUser is true (e.g. used as a "save as..." action)
SAVEFILE - Static variable in class jpicedt.ui.dialog.PEFileChooser
file chooser type for saving files
saveFragment() - Static method in class jpicedt.JPicEdt
Save the active board selection as a fragment to disk
SAVEFRAGMENT - Static variable in class jpicedt.ui.dialog.PEFileChooser
file chooser type for saving fragments
saveFragment() - Method in class jpicedt.ui.PEDrawingBoard
Save the selection content to the "fragment directory" on disk, prompting user for a file name
saveGeometry() - Method in class jpicedt.ui.internal.InternalFrameMDIManager
Saves UI geometry to JPicEdt's preferences.
saveGeometry() - Method in class jpicedt.ui.MDIManager
Saves UI geometry to JPicEdt's preferences.
scale(double, double, double, double, UserConfirmationCache) - Method in class jpicedt.graphic.model.AbstractCurve
Scale this object by (sx,sy) using (ptOrgX,ptOrgY) as the origin.
scale(PicPoint, double, double, UserConfirmationCache) - Method in class jpicedt.graphic.model.AbstractElement
Dilate cet élément par (sx,sy) en utilisant ptOrg comme origine ; sx ou sy peuvent être négatifs.
scale(PicPoint, double, double) - Method in class jpicedt.graphic.model.AbstractElement
Dilate cet élément par (sx,sy) en utilisant ptOrg comme origine ; sx ou sy peuvent être négatifs.
scale(double, double, double, double) - Method in class jpicedt.graphic.model.AbstractElement
Dilate cet élément par (sx,sy) en utilisant (ptOrgX, ptOrgY) comme origine ; sx ou sy peuvent être négatifs.
scale(double, double, double, double, UserConfirmationCache) - Method in class jpicedt.graphic.model.BranchElement
Scale children by (sx,sy) using (ptOrgX,ptOrgY) as origin; sx or sy can be negative.
scale(PicPoint, double, double) - Method in interface jpicedt.graphic.model.Element
Scale this object by (sx,sy) using ptOrg as origin sx and sy may be negative.
scale(double, double, double, double) - Method in interface jpicedt.graphic.model.Element
Scale this object by (sx,sy) using (ptOrgX,ptOrgY) as origin sx and sy can be negative.
scale(double, double, double, double, UserConfirmationCache) - Method in interface jpicedt.graphic.model.Element
Pareil que Element.scale(double ptOrgX, double ptOrgY, double sx, double sy) sauf que dans le cas d'une dilatation non conforme — c'est à dire ne conservant pas les proportions —, et d'une forme supposée à proportions contraintes (comme par exemple PicCircleFrom3Points) on demande, sauf préférences utilisateurs contraires, son avis à l'utilisateur.
scale(PicPoint, double, double, UserConfirmationCache) - Method in interface jpicedt.graphic.model.Element
 
scale(double, double, double, double, UserConfirmationCache) - Method in class jpicedt.graphic.model.PicCircleFrom3Points
Scale this object by (sx,sy) using (ptOrgX,ptOrgY) as the origin.
scale(double, double, double, double, UserConfirmationCache) - Method in class jpicedt.graphic.model.PicEllipse
Scale this object by (sx,sy) using (ptOrgX,ptOrgY) as the origin.
scale(double, double, double, double) - Method in class jpicedt.graphic.model.PicMultiCurve
Scale this object by (sx,sy) using (ptOrgX,ptOrgY) as the origin.
scale(double, double, double, double, UserConfirmationCache) - Method in class jpicedt.graphic.model.PicNodeConnection
Scale children by (sx,sy) using (ptOrgX,ptOrgY) as origin ; sx and sy can be negative.
scale(double, double, double, double, UserConfirmationCache) - Method in class jpicedt.graphic.model.PicParallelogram
Scale this object by (sx,sy) using (ptOrgX,ptOrgY) as the origin.
scale(double, double, double, double, UserConfirmationCache) - Method in class jpicedt.graphic.model.PicPsCurve
Scale this object by (sx,sy) using (ptOrgX,ptOrgY) as the origin.
scale(double, double, double, double, UserConfirmationCache) - Method in class jpicedt.graphic.model.PicSmoothPolygon
Scale this object by (sx,sy) using (ptOrgX,ptOrgY) as the origin.
scale(double, double, double, double, UserConfirmationCache) - Method in class jpicedt.graphic.model.PicText
Scale this object by (sx,sy) using (ptOrgX,ptOrgY) as the origin.
scale(PicPoint, double, double) - Method in class jpicedt.graphic.PicPoint
Apply a scaling transform to this point.
scale(PicPoint, double) - Method in class jpicedt.graphic.PicPoint
Apply a scaling transform to this point.
scale(double, double, double) - Method in class jpicedt.graphic.PicPoint
Apply a scaling transform to this point.
scale(double, double, double, double) - Method in class jpicedt.graphic.PicPoint
Apply a scaling transform to this point.
scale(double) - Method in class jpicedt.graphic.PicVector
Multiply each coordinate of this vector by the given double
scale(double, double) - Method in class jpicedt.graphic.PicVector
Multiply each coordinate of this vector by the given pair of double
scale(PicVector, PicVector, double) - Static method in class jpicedt.graphic.PicVector
Return a scaled copy of the given vector.
scale(double, double, double, double) - Method in class jpicedt.graphic.toolkit.ConvexZone
 
scale(PicPoint, double, double) - Method in class jpicedt.graphic.toolkit.ConvexZone
 
SCALE - Static variable in class jpicedt.graphic.toolkit.EditorKit
scale
scale(double) - Method in class jpicedt.util.math.Polynomial
multiplie le polynome this par s, ce qui modifie this.
ScaleTool - Class in jpicedt.graphic.toolkit
A MouseTool used to scale a target Element using a source and a destination vector.
ScaleTool(EditorKit, Element) - Constructor for class jpicedt.graphic.toolkit.ScaleTool
 
SE_RESIZE - Static variable in class jpicedt.graphic.toolkit.CursorFactory
 
sec() - Method in class jpicedt.util.math.Complex
Returns the secant of a Complex number.
segmentToPointIndex(int, AbstractCurve.PointType) - Method in class jpicedt.graphic.model.AbstractCurve
Returns the index of the bezier-point belonging to the given segment, and having the given pointType.
SELECT - Static variable in class jpicedt.graphic.event.ConvexZoneSelectionEvent.EventType
an convexZone was selected
SELECT - Static variable in class jpicedt.graphic.event.SelectionEvent.EventType
an element was selected
select(Element, PECanvas.SelectionBehavior) - Method in class jpicedt.graphic.PECanvas
Select the given element.
select(ConvexZone, PECanvas.SelectionBehavior) - Method in class jpicedt.graphic.PECanvas
 
select(ConvexZoneGroup, PECanvas.SelectionBehavior) - Method in class jpicedt.graphic.PECanvas
 
SELECT - Static variable in class jpicedt.graphic.toolkit.ConvexZoneToolFactory
 
SELECT - Static variable in class jpicedt.graphic.toolkit.CursorFactory
 
SELECT - Static variable in class jpicedt.graphic.toolkit.EditorKit
selection
selectAll(Drawing) - Method in class jpicedt.graphic.AbstractSelectionHandler
Select all Element's in the given drawing.
selectAll() - Method in class jpicedt.graphic.PECanvas
Select every object in this drawing.
selectAll(Drawing) - Method in interface jpicedt.graphic.SelectionHandler
Select all Element's belonging to the given Drawing.
selectAll(Drawing) - Method in class jpicedt.graphic.toolkit.DefaultSelectionHandler
Select all Element's in the given drawing.
selectCollection(Collection<Element>, PECanvas.SelectionBehavior) - Method in class jpicedt.graphic.PECanvas
Select the elements in the given collection (if they belong to the drawing).
selectDrawingBoard(PEDrawingBoard) - Method in class jpicedt.ui.internal.InternalFrameMDIManager
selects the given drawing board by bringing it to front.
selectDrawingBoard(PEDrawingBoard) - Method in class jpicedt.ui.internal.JFrameMDIManager
selects the given drawing board by bringing it to front.
selectDrawingBoard(PEDrawingBoard) - Method in class jpicedt.ui.MDIManager
Selects the given drawing board ; concrete implementation should call show() or any similar method on the MDIComponent (aka container) hosting the given board.
selection() - Method in class jpicedt.graphic.PECanvas
 
SelectionEvent - Class in jpicedt.graphic.event
Class for notifications of changes that occured in a SelectionHandler (strongly mimics javax.swing.event.CaretEvent)
SelectionEvent(PECanvas, Element[], SelectionEvent.EventType) - Constructor for class jpicedt.graphic.event.SelectionEvent
a new SelectionEvent sourced from the given PECanvas Use this constructor when several elements were (un)selected.
SelectionEvent(PECanvas, Element, SelectionEvent.EventType) - Constructor for class jpicedt.graphic.event.SelectionEvent
a new SelectionEvent sourced from the given PECanvas.
SelectionEvent.EventType - Class in jpicedt.graphic.event
enumeration for SelectionEvent types
SelectionHandler - Interface in jpicedt.graphic
a SelectionHandler allows to manage selection-related behaviours for a given instance of Drawing.
SelectionListener - Interface in jpicedt.graphic.event
Interface for an observer to receive notifications of changes made to a SelectionHandler
SelectionTool - Class in jpicedt.graphic.toolkit
This generic mouse-tool is dedicated to applying MouseTransform's to elements of a Drawing, following a uniform sequence of mouse-events.
SelectionTool(EditorKit, MouseTransformFactory) - Constructor for class jpicedt.graphic.toolkit.SelectionTool
 
selectionUpdate(ConvexZoneSelectionEvent) - Method in interface jpicedt.graphic.event.ConvexZoneSelectionListener
appelée quand le contenu de la sélection change
selectionUpdate(SelectionEvent) - Method in interface jpicedt.graphic.event.SelectionListener
called when the content of the selection changed
selectionUpdate(SelectionEvent) - Method in class jpicedt.ui.dialog.DockableAttributesCustomizer
Implementation of the SelectionListener interface ; called when a change occurs in the selection from the target PECanvas
selectionUpdate(SelectionEvent) - Method in class jpicedt.ui.MDIManager.BoardEventHandler
Handler for "Selection" events triggered e.g. by a click on a graphical object (from a given PEDrawingBoard) This takes the following actions: marks the active drawing board as dirty and possibly adds a trailing "*" to the frame's title, updates widgets states (ie menu items + toolbar buttons), eventually notifies interested dockable panels (through the "dockablePanelsMap" hash table) that the state of the Drawing has changed (for instance, say there's a graphical object filled in red and we just selected it → changes the current active fill colour to red in the attributes editor palette).
selectPoint(int) - Method in class jpicedt.graphic.toolkit.EditPointMouseTransformFactory.SelectedPointsHandler
adds the given point index to the selection
SequenceExpression - Class in jpicedt.format.input.util
An expression that represents a sequence of expressions to be matched exactly in the same order they're being added to the sequence.
SequenceExpression() - Constructor for class jpicedt.format.input.util.SequenceExpression
constructs a sequence that contains no sub-expression and doesn't throw IncompleteSequenceException
SequenceExpression(boolean) - Constructor for class jpicedt.format.input.util.SequenceExpression
constructs a sequence that contains no sub-expression.
SequenceExpression(AbstractRegularExpression) - Constructor for class jpicedt.format.input.util.SequenceExpression
constructs a sequence with the given expression as the first sub-expression and which doesn't throw IncompleteSequenceException.
SequenceExpression(AbstractRegularExpression, boolean) - Constructor for class jpicedt.format.input.util.SequenceExpression
constructs a sequence with the given expression as the first sub-expression.
SequenceExpression(AbstractRegularExpression, AbstractRegularExpression) - Constructor for class jpicedt.format.input.util.SequenceExpression
constructs a sequence with the given expression as the first and second sub-expression and which doesn't throw Exception
SequenceExpression(AbstractRegularExpression, AbstractRegularExpression, boolean) - Constructor for class jpicedt.format.input.util.SequenceExpression
constructs a sequence with the given expression as the first and second sub-expression
SequenceExpression(AbstractRegularExpression, AbstractRegularExpression, AbstractRegularExpression, boolean) - Constructor for class jpicedt.format.input.util.SequenceExpression
constructs a sequence with three sub-expressions
set(int, Element) - Method in class jpicedt.graphic.model.BranchElement
Replace the child at the given position by the given child.
set(int, CtrlPtSubset) - Method in class jpicedt.graphic.model.CtrlPtSubsetGroup
 
set(int, Element) - Method in class jpicedt.graphic.model.Drawing
Replace the element at the given index with the given graphic element No effet if "element" already belongs to the drawing.
set(double, double) - Method in class jpicedt.util.math.Interval
Affecte les bornes de l'intervalle.
setActionCommand(String) - Method in class jpicedt.widgets.IncrementableTextField
sets the actionCommand for this component to the given string
setALaBernstein(int, double[]) - Method in class jpicedt.util.math.Polynomial
Affecte au polynome le polynome de Bernstein défini par la formule: \sum_{i=0}^{i=d} \begin{bmatrix}i\\ d\end{bmatrix} b_{i}\times X^i\times X^{d-i}\begin{bmatrix}i\\ d\end{bmatrix} désigne le bimôme de Newton
setAngleCorrection(PstricksConstants.PstricksAngleCorrection) - Method in interface jpicedt.format.output.pstricks.PstricksCustomization
 
setAngleCorrection(PstricksConstants.PstricksAngleCorrection) - Method in class jpicedt.format.output.pstricks.PstricksCustomProperties
 
setAngleEnd(double) - Method in class jpicedt.graphic.model.PicEllipse
Set the angle end, then fire a changed-update.
setAngleExtent(double) - Method in class jpicedt.graphic.model.PicEllipse
Sets the angle extent, keeping the angle start fixed, then fire a changed update.
setAngleStart(double) - Method in class jpicedt.graphic.model.PicEllipse
Set the angle start, as measured in the parallelogram basis, then fire a changed-update.
setAppIconToDefault(JFrame) - Static method in class jpicedt.graphic.PEToolKit
 
setArcType(int) - Method in class jpicedt.graphic.model.PicEllipse
Sets the closure type to one of CHORD, PIE or OPEN.
setAreaMode(boolean) - Method in class jpicedt.graphic.model.PicText
 
setAttribute(Pool.Key<? extends PicAttributeSet>, PicAttributeName<T>, T) - Method in class jpicedt.format.input.util.Pool
Add a name/value attribute pair to the attribute set with the given key, i.e.
setAttribute(PicAttributeName<T>, T) - Method in class jpicedt.graphic.model.AbstractElement
Set the given attribute name to the given value for this AbstractElement
setAttribute(PicAttributeName<T>, T) - Method in class jpicedt.graphic.model.BranchElement
Set an Attribute for this BranchElement and propagate to children.
setAttribute(PicAttributeName<T>, T) - Method in class jpicedt.graphic.model.Drawing.BoundingBox
 
setAttribute(PicAttributeName<T>, T) - Method in interface jpicedt.graphic.model.Element
Sets the given attribute name to the given value for this Element
setAttribute(PicAttributeName<T>, T) - Method in class jpicedt.graphic.model.PicAttributeSet
Add a new name/value pair to the set if it's present nor in the set, nor in the resolving parent, otherwise modify the value for the given name.
setAttribute(PicAttributeName<T>, T) - Method in class jpicedt.graphic.model.TextEditable
Set the given attribute name to the given value for this AbstractElement
setAttribute(PicAttributeName<T>, T) - Method in class jpicedt.graphic.toolkit.PEAction
Applies the given attribute to the drawing content.
setAttributes(PicAttributeSet) - Method in class jpicedt.graphic.model.PicAttributeSet
Sets several name/value pairs at a time from the given set.
setAttributeSet(PicAttributeSet) - Method in class jpicedt.graphic.model.AbstractElement
Bind the given attributes set to this Element.
setAttributeSet(PicAttributeSet) - Method in class jpicedt.graphic.model.BranchElement
Set AttributeSet for this BranchElement and propagate to children.
setAttributeSet(PicAttributeSet) - Method in class jpicedt.graphic.model.Drawing.BoundingBox
 
setAttributeSet(PicAttributeSet) - Method in interface jpicedt.graphic.model.Element
Sets a new AttributeSet for this Element ; this actually make a deep copy of the given attribute set beforehands.
setAutoCompute(boolean) - Method in class jpicedt.graphic.model.Drawing.BoundingBox
 
setAutoComputeBoundingBox(boolean) - Method in class jpicedt.graphic.model.Drawing
Return true if the bb is computed automatically on-the-fly.
setBezierPt(int, PicPoint) - Method in class jpicedt.graphic.model.AbstractCurve
Set the coordinates of the Bezier point with the given index
setBottomMarginMm(double) - Method in class jpicedt.graphic.PageFormat
Set the bottom margin in mm
setBoundingBox(Rectangle2D) - Method in class jpicedt.graphic.model.Drawing
Set bounding box manually.
setBoundValues(double, double) - Method in class jpicedt.widgets.IncrementableTextField
sets minimum and maximum bounds for "value" to the given doubles
setChild(AbstractRegularExpression) - Method in class jpicedt.format.input.util.EnclosingExpression
Change the Expression that must be parsed inside the delimiters to the given expression (can be null)
setClipBasedOnJPE_BB(boolean) - Method in interface jpicedt.format.output.tikz.TikzCustomization
 
setClipBasedOnJPE_BB(boolean) - Method in class jpicedt.format.output.tikz.TikzCustomProperties
 
setClosed(boolean) - Method in class jpicedt.graphic.model.AbstractCurve
close or open this curve, either by opening the last segment if curve is closed, or by adding two control-points after the last segment if it is open.
setClosed(boolean) - Method in class jpicedt.graphic.model.PicMultiCurve
close or open this curve, that is, remove or add an end-point.
setClosed(boolean) - Method in class jpicedt.graphic.model.PicPsCurve
Set close path state, then fires a changed-update.
setClosed(boolean) - Method in class jpicedt.graphic.model.PicSmoothPolygon
Set close path state, then fires a changed-update.
setCoeff(int, double) - Method in class jpicedt.util.math.Polynomial
 
setColor(Color) - Method in class jpicedt.graphic.grid.Grid
set the colour used to paint the grid
setCommentFormatter(CommentFormatting) - Method in class jpicedt.graphic.io.formatter.AbstractFormatterFactory
Configure le formatteur de commentaire.
setCompoundMode(BranchElement.CompoundMode) - Method in class jpicedt.graphic.model.BranchElement
If s is true, the associated view will attempt to paint this BranchElement as a single path made up by piecing childrens' shapes (aka PSTricks' pscustom).
setCompoundMode(BranchElement.CompoundMode) - Method in class jpicedt.graphic.toolkit.DefaultSelectionHandler
 
setContainerPsCustom(PicGroup) - Method in class jpicedt.format.output.pstricks.PstricksFormatter
Mémorise le dernier PicGroup ayant un compoundMode égal à JOINT, de sorte à détecter l'exception NestedPsCustomException.
setContentType(ContentType) - Method in class jpicedt.graphic.PECanvas
Change the current content-type: this implies plugging a new ViewFactory and a new FormatterFactory to the currently installed EditorKit, as obtained from the given newContentType argument.
setConvexZoneSet(ConvexZoneSet) - Method in class jpicedt.graphic.PECanvas
 
setCoordinates(PicPoint) - Method in class jpicedt.graphic.PicPoint
Set the coordinates of this point from the given point.
setCoordinates(double, double) - Method in class jpicedt.graphic.PicPoint
Set the coordinates of this point from the given pair
setCoordinates(Point2D, Point2D) - Method in class jpicedt.graphic.PicVector
Set the coordinates of this vector from the two given points.
setCoordinates(Line2D) - Method in class jpicedt.graphic.PicVector
Set the coordinates of this vector from the given Line2D object
setCtrlPt(int, PicPoint, EditPointConstraint) - Method in class jpicedt.graphic.model.AbstractCurve
Set the coordinates of the Bezier point with the given index to the given location, but doesn't fire any DrawingEvent.
setCtrlPt(int, PicPoint) - Method in class jpicedt.graphic.model.AbstractElement
convenience call to setCtrlPt(int, PicPoint, null)
setCtrlPt(int, PicPoint) - Method in class jpicedt.graphic.model.BranchElement
Deprecated. use setCtrlPt(int, PicPoint, EditPointConstraint) instead.
setCtrlPt(int, PicPoint, EditPointConstraint) - Method in class jpicedt.graphic.model.BranchElement
Set the point indexed by "numPoint" to the given value using the given constraint.
setCtrlPt(int, PicPoint, EditPointConstraint) - Method in class jpicedt.graphic.model.Drawing.BoundingBox
 
setCtrlPt(int, PicPoint, EditPointConstraint) - Method in class jpicedt.graphic.model.Drawing.RootElement
does nothing
setCtrlPt(int, PicPoint) - Method in interface jpicedt.graphic.model.Element
Set the user-controlled point indexed by "index" to the given value.
setCtrlPt(int, PicPoint, EditPointConstraint) - Method in interface jpicedt.graphic.model.Element
Set the user-controlled point indexed by "index" to the given value, using the specified geometrical constraint.
setCtrlPt(int, PicPoint, EditPointConstraint) - Method in class jpicedt.graphic.model.PicCircleFrom3Points
Set the coordinate of the point indexed by "numPoint" to the given value.
setCtrlPt(int, PicPoint, EditPointConstraint) - Method in class jpicedt.graphic.model.PicEllipse
Set the coordinate of the point indexed by "numPoint" to the given value.
setCtrlPt(int, PicPoint, EditPointConstraint) - Method in class jpicedt.graphic.model.PicGroup
Set the point numbered by numPoint to the pt value, and scales inward object accordingly.
setCtrlPt(int, PicPoint, EditPointConstraint) - Method in class jpicedt.graphic.model.PicMultiCurve
Set the coordinates of a Bezier point having the given index to the given location, possibly moving other control-points according to the given constraint.
setCtrlPt(int, PicPoint) - Method in class jpicedt.graphic.model.PicNodeConnection
 
setCtrlPt(int, PicPoint, EditPointConstraint) - Method in class jpicedt.graphic.model.PicNodeConnection
 
setCtrlPt(int, PicPoint, EditPointConstraint) - Method in class jpicedt.graphic.model.PicParallelogram
Set the coordinate of the control-point indexed by "numPoint" to the given value.
setCtrlPt(int, PicPoint) - Method in class jpicedt.graphic.model.PicParallelogram
Convenience call to setCtrlPt(int, PicPoint, EditPointConstraint) with a null constraint.
setCtrlPt(int, PicPoint, EditPointConstraint) - Method in class jpicedt.graphic.model.PicPsCurve
Set the user-controlled point with the given index to the given value.
setCtrlPt(int, PicPoint, EditPointConstraint) - Method in class jpicedt.graphic.model.PicSmoothPolygon
Set the user-controlled point with the given index to the given value.
setCtrlPt(int, PicPoint, EditPointConstraint) - Method in class jpicedt.graphic.model.PicText
 
setCurrentLocalizer(Localizer) - Static method in class jpicedt.Localizer
set the Localizer that should be used for the jpicedt's class library
setCurrentMouseTool(String) - Method in class jpicedt.graphic.toolkit.EditorKit
set the current mouse tool for this editor kit When setting a new edit-mode, the editor kit fire a PropertyChange Event with key "EDIT_MODE_CHANGE" and the given edit-mode as the new value.
setCurrentPoint(PEMouseEvent) - Method in class jpicedt.graphic.toolkit.ConvexZoneToolFactory.ConvexZoneToolBase
move the points indexed in drawPoints[currentTaskIndex] to the current click-point (possibly after grid alignment).
setCurrentPoint(PEMouseEvent) - Method in class jpicedt.graphic.toolkit.DrawToolFactory.GenericDrawTool
move the points indexed in drawPoints[currentTaskIndex] to the current click-point (possibly after grid alignment).
setCurveMulticurve(int) - Method in interface jpicedt.format.output.dxf.DXFCustomization
 
setCurveMulticurve(int) - Method in class jpicedt.format.output.dxf.DXFCustomProperties
 
setCurveMulticurve(int) - Method in class jpicedt.format.output.dxf.DXFFormatter
 
setDefaultCloseOperation(int) - Method in interface jpicedt.widgets.MDIComponent
control the window-closing operation
setDefaultCloseOperation(int) - Method in class jpicedt.widgets.PEInternalDialog
 
setDescription(String) - Method in class jpicedt.ui.dialog.PEFileFilter
Set the description string for this filter
setDialogFactory(DialogFactory) - Method in class jpicedt.graphic.toolkit.EditorKit
Sets the factory that produces GUI dialogs
setDialogTitle(String) - Method in class jpicedt.widgets.IncrementableTextField
sets the title of the JDialog that opens when a NumberFormatException occurs
setDimensions(double, double, double) - Method in class jpicedt.graphic.model.PicText
set the width, height, and depth (of the text box, without frame).
setDirty(boolean) - Method in class jpicedt.ui.PEDrawingBoard
Mark this board as being dirty.
setDisplayBoundingBox(boolean) - Method in class jpicedt.graphic.model.Drawing
Return true if the bb is computed automatically on-the-fly.
setDocumentLocator(Locator) - Method in class jpicedt.graphic.io.parser.JPICXmlHandler
 
setDrawing(Drawing) - Method in class jpicedt.graphic.PECanvas
Set the Drawing model for this component.
setDrawToNone() - Method in class jpicedt.format.output.tikz.ParameterString
 
setDXFVersion(DXFConstants.DXFVersion) - Method in class jpicedt.format.output.dxf.DXFCustomProperties
 
setEditConstraint(EditPointConstraint.EditConstraint) - Method in class jpicedt.graphic.toolkit.BasicEditPointConstraint
 
setEditorKit(EditorKit) - Method in class jpicedt.graphic.PECanvas
Sets the currently installed kit for handling content.
setElement(Element) - Method in class jpicedt.graphic.toolkit.EditPointMouseTransformFactory.SelectedPointsHandler
sets the current Element and clears the list of selected-points
setElement(Element) - Method in class jpicedt.graphic.view.AbstractView
Set the element the View is responsible for rendering.
setElement(Element) - Method in interface jpicedt.graphic.view.View
set the element the View is responsible for rendering
setElolCircle(int) - Method in interface jpicedt.format.output.dxf.DXFCustomization
 
setElolCircle(int) - Method in class jpicedt.format.output.dxf.DXFCustomProperties
 
setElolCircle(int) - Method in class jpicedt.format.output.dxf.DXFFormatter
 
setElolEllipse(int) - Method in interface jpicedt.format.output.dxf.DXFCustomization
 
setElolEllipse(int) - Method in class jpicedt.format.output.dxf.DXFCustomProperties
 
setElolEllipse(int) - Method in class jpicedt.format.output.dxf.DXFFormatter
 
setEnabled(boolean) - Method in class jpicedt.ui.dialog.DockableAttributesCustomizer.HatchPropertiesPanel
 
setEnabled(boolean) - Method in class jpicedt.widgets.IncrementableTextField
set the enable state of this component
setExtensionListInDescription(boolean) - Method in class jpicedt.ui.dialog.PEFileFilter
Set whether the list of extensions is included in the description string.
setFactoriesFromContentType(ContentType) - Method in class jpicedt.graphic.toolkit.EditorKit
Plugs new FormatterFactory and ViewFactory into this EditorKit, using the given ContentType to create them on-the-fly.
setFill() - Method in class jpicedt.format.output.tikz.ParameterString
 
setFont(Font) - Method in class jpicedt.widgets.FontSelector
 
setFormatterPredefinedColorSet(ColorFormatter.ColorEncoding) - Method in interface jpicedt.format.output.pstricks.PstricksCustomization
 
setFormatterPredefinedColorSet(ColorFormatter.ColorEncoding) - Method in class jpicedt.format.output.pstricks.PstricksCustomProperties
 
setFormatterPredefinedColorSet(ColorFormatter.ColorEncoding) - Method in interface jpicedt.format.output.tikz.TikzCustomization
 
setFormatterPredefinedColorSet(ColorFormatter.ColorEncoding) - Method in class jpicedt.format.output.tikz.TikzCustomProperties
 
setFrame(double, double, double, double) - Method in class jpicedt.format.output.util.BaseEmptyDrawingBoundingBox
 
setFrameType(PicText.FrameStyle) - Method in class jpicedt.graphic.model.PicText
Set the type of frame to be put around the text.
setGeometry(PicParallelogram) - Method in class jpicedt.graphic.model.Drawing.BoundingBox
 
setGeometry(PicEllipse) - Method in class jpicedt.graphic.model.PicEllipse
Sets the coordinates and angle extents of this Element from those of the given source.
setGeometry(Arc2D) - Method in class jpicedt.graphic.model.PicEllipse
Sets the coordinates of this element from the given shape.
setGeometry(PicParallelogram) - Method in class jpicedt.graphic.model.PicParallelogram
Sets the coordinates of this element from those of the given source.
setGeometry(RectangularShape) - Method in class jpicedt.graphic.model.PicParallelogram
Sets the coordinates of this element from the given shape.
setGridStep(double) - Method in class jpicedt.graphic.grid.Grid
sets the grid (display)-step to the given value
setHasArrowTipPackage(boolean) - Method in interface jpicedt.format.output.tikz.TikzCustomization
 
setHasArrowTipPackage(boolean) - Method in class jpicedt.format.output.tikz.TikzCustomProperties
 
setHeightMm(double) - Method in class jpicedt.graphic.PageFormat
Set the page height in mm.
setHighBounded(boolean) - Method in class jpicedt.widgets.IncrementableTextField
 
setHighlighter(Highlighter) - Method in class jpicedt.graphic.view.AbstractView
Sets the Highlighter responsible for rendering the highlighted part of this view.
setHighlighter(Highlighter) - Method in interface jpicedt.graphic.view.View
Sets the Highlighter responsible for rendering the highlighted part of this view.
setHighlighterFactory(HighlighterFactory) - Method in class jpicedt.graphic.toolkit.EditorKit
Sets the factory delegate for producing View's Highlighters
setHighlightingMode(CompositeHighlighter.HighlightingMode) - Method in class jpicedt.graphic.model.PicGroup
set the current highlighting mode ; this influences the way the Highligther is painted, but also the result returned by HitTest.
setHighlightingMode(CompositeHighlighter.HighlightingMode) - Method in class jpicedt.graphic.view.highlighter.CompositeHighlighter
set the current highlighting mode ; this influences the way the Highligther is painted, but also the result returned by HitTest.
setHorAlign(PicText.HorAlign) - Method in class jpicedt.graphic.model.PicText
Set the horizontal alignment (see constant fields above)
setHostingContainerTitle(String, PEDrawingBoard) - Method in class jpicedt.ui.MDIManager
Sets the title of the frame/internal frame hosting the given board to the given string.
setImageIcon(JFrame, String) - Static method in class jpicedt.graphic.PEToolKit
Configure l'icône du cadre frame à l'icône identifiée icon s'il est possible de la trouver, ou sinon ne fait rien.
setInputAttributes(PicAttributeSet) - Method in class jpicedt.graphic.toolkit.EditorKit
set the input attributes for the PECanvas attached to this EditorKit.
setIsConvexZoneSetShown(boolean) - Method in class jpicedt.graphic.toolkit.EditorKit
 
setJMenuBar(JMenuBar) - Method in interface jpicedt.widgets.MDIComponent
 
setLeftMarginMm(double) - Method in class jpicedt.graphic.PageFormat
Set the left margin in mm
setLiftPen(int) - Method in class jpicedt.graphic.model.BranchElement
Sets the value of the liftPen parameter.
setLineSeparator(String) - Method in class jpicedt.graphic.io.formatter.AbstractFormatterFactory
 
setLineSeparator(String) - Method in class jpicedt.graphic.io.formatter.JPICFormatter
 
setLineSepartor(String) - Method in class jpicedt.format.output.tikz.TikzFormatter
 
setLineStyle(String) - Method in class jpicedt.graphic.grid.Grid
set the style used to paint grid lines
setLocation(int, int) - Method in interface jpicedt.widgets.MDIComponent
 
setLowBounded(boolean) - Method in class jpicedt.widgets.IncrementableTextField
 
setMarginsMm(double, double) - Method in class jpicedt.graphic.PageFormat
Set the page margins in mm
setMaximum(double) - Method in class jpicedt.widgets.IncrementableTextField
sets maximum bound for "value" to the given double
setMaximumFractionDigits(int) - Static method in class jpicedt.graphic.PEToolKit
Set the maximum number of fraction digits to be used when formatting doubles using the doubleToString() method.
setMDIManager(MDIManager) - Static method in class jpicedt.JPicEdt
set the MDI manager that should be used for jPicEdt
setMinimum(double) - Method in class jpicedt.widgets.IncrementableTextField
sets minimum bound for "value" to the given double
setModal(boolean) - Method in class jpicedt.widgets.PEInternalDialog
 
setModel(String) - Method in class jpicedt.widgets.HistoryTextField
Sets the history list model.
setMult(double) - Method in class jpicedt.graphic.PECanvas
Règle le pas horizontal et vertical par lequel les éléments sélectionnés sont déplacés par l'action des touches « flèche vers le haut », « flèche vers le bas », « flèche vers la gauche », ou « flèche vers la droite ».
setName(String) - Method in class jpicedt.graphic.model.AbstractElement
Sets the name of this object.
setNodeA(NodeableElement) - Method in class jpicedt.graphic.model.PicNodeConnection
Sets the first node.
setNodeB(NodeableElement) - Method in class jpicedt.graphic.model.PicNodeConnection
Sets the second node.
setNodeName(String) - Method in class jpicedt.graphic.model.NodeConnectionManager
sets node name.
setNotparsedCommands(String) - Method in class jpicedt.graphic.model.Drawing
 
setOkButtonClosesDialog(boolean) - Method in class jpicedt.graphic.toolkit.CustomizerDialog
Whether clicking the OK button, beside storing widgets content, also closes this dialog or not.
setPageFormat(PageFormat) - Method in class jpicedt.graphic.PECanvas
Set the size of the drawing board.
setParent(BranchElement) - Method in class jpicedt.graphic.model.AbstractElement
Sets the parent of this element to be the given element.
setParent(BranchElement) - Method in class jpicedt.graphic.model.Drawing.BoundingBox
 
setParent(BranchElement) - Method in class jpicedt.graphic.model.Drawing.RootElement
Sets the parent of the element.
setParent(BranchElement) - Method in interface jpicedt.graphic.model.Element
Sets the parent of the element.
setParserPredefinedColorSet(ColorFormatter.ColorEncoding) - Method in interface jpicedt.format.output.pstricks.PstricksCustomization
 
setParserPredefinedColorSet(ColorFormatter.ColorEncoding) - Method in class jpicedt.format.output.pstricks.PstricksCustomProperties
 
setPattern(AbstractRegularExpression) - Method in class jpicedt.format.input.util.RepeatExpression
Set the base-pattern to the given expression
setPlain(boolean) - Method in class jpicedt.graphic.model.PicCircleFrom3Points
 
setPlain() - Method in class jpicedt.graphic.model.PicEllipse
Set angle parameters so that this ellipse is a plain ellipse.
setPlChord(int) - Method in interface jpicedt.format.output.dxf.DXFCustomization
 
setPlChord(int) - Method in class jpicedt.format.output.dxf.DXFCustomProperties
 
setPlChord(int) - Method in class jpicedt.format.output.dxf.DXFFormatter
 
setPlMulticruve(int) - Method in interface jpicedt.format.output.dxf.DXFCustomization
 
setPlMulticruve(int) - Method in class jpicedt.format.output.dxf.DXFCustomProperties
 
setPlMulticruve(int) - Method in class jpicedt.format.output.dxf.DXFFormatter
 
setPlParallelogram(int) - Method in interface jpicedt.format.output.dxf.DXFCustomization
 
setPlParallelogram(int) - Method in class jpicedt.format.output.dxf.DXFCustomProperties
 
setPlParallelogram(int) - Method in class jpicedt.format.output.dxf.DXFFormatter
 
setPlPie(int) - Method in interface jpicedt.format.output.dxf.DXFCustomization
 
setPlPie(int) - Method in class jpicedt.format.output.dxf.DXFCustomProperties
 
setPlPie(int) - Method in class jpicedt.format.output.dxf.DXFFormatter
 
setPopupMenuFactory(PopupMenuFactory) - Method in class jpicedt.graphic.toolkit.EditorKit
Set the popup-menu factory that produces a JPopupMenu when the EditorKit asks for it.
setPopupMenuFactory(PopupMenuFactory) - Method in class jpicedt.ui.PEDrawingBoard
Set the PopupMenuFactory that produces JPopupMenu when a popup-trigger mouse event occurs on the board.
setProperty(String, YesNoAskMe) - Static method in class jpicedt.JPicEdt
 
setRect(double, double, double, double) - Method in class jpicedt.format.output.util.BaseEmptyDrawingBoundingBox
 
setResizable(boolean) - Method in interface jpicedt.widgets.MDIComponent
 
setResolveParent(PicAttributeSet) - Method in class jpicedt.graphic.model.PicAttributeSet
set the resolving parent.
setRootFrame(Frame) - Method in class jpicedt.graphic.toolkit.DefaultDialogFactory
 
setRootFrame(Frame) - Method in class jpicedt.graphic.toolkit.DefaultDialogManager
 
setRotateAngle(double) - Method in class jpicedt.graphic.PECanvas
Sets the angle of the selected element.
setRotateAngleLabelVisible(boolean) - Method in interface jpicedt.graphic.event.RotateListener
Affiche/cache le champ textuel avec l'angle courant.
setRotateAngleLabelVisible(boolean) - Method in class jpicedt.graphic.PECanvas
Toggle visibility of the angle-textfield.
setRotateAngleLabelVisible(boolean) - Method in class jpicedt.ui.PEDrawingBoard.GridZoomToolBar
toggle visibility of the textfield
setRotationCenter(PicPoint) - Method in class jpicedt.graphic.toolkit.RotateTool
Définit le centre de rotation.
setSelectedKey(K) - Method in class jpicedt.widgets.PEComboBox
 
setSelectedObject(T) - Method in class jpicedt.graphic.toolkit.PEAbstractAction
Sets the selected graphic element "by hand".
setSize(Dimension) - Method in interface jpicedt.widgets.MDIComponent
 
setSizeMm(double, double) - Method in class jpicedt.graphic.PageFormat
Sets the page size in millimeters
setSmooth(int) - Method in class jpicedt.graphic.model.PicMultiCurve
Forces the smoothness feature of the given subdivision point by moving alternate control-points.
setSmooth() - Method in class jpicedt.graphic.model.PicMultiCurve
changes the smoothness feature of all the subdivision points at once.
setSmoothCoefficient(int, double) - Method in class jpicedt.graphic.model.PicSmoothPolygon
 
setSnapOn(boolean) - Method in class jpicedt.graphic.grid.Grid
sets whether snap is active or not
setSnapStep(double) - Method in class jpicedt.graphic.grid.Grid
sets the snap-step to the given value
setSourceBoard(PECanvas) - Method in class jpicedt.graphic.toolkit.TransferableGraphic
 
setStraight(int) - Method in class jpicedt.graphic.model.PicMultiCurve
changes the straightness feature for the given segment by making its control- and end-points identical.
setStraight() - Method in class jpicedt.graphic.model.PicMultiCurve
Straighten ALL segments (ie make this curve a polygon).
setSymmetric(int) - Method in class jpicedt.graphic.model.PicMultiCurve
Force the SYMMETRY feature of the given subdivision point.
setSymmetric() - Method in class jpicedt.graphic.model.PicMultiCurve
force the symmetry feature of all the subdivision points at once.
setText(String) - Method in class jpicedt.graphic.model.TextEditable
Set the string argument (e.g. of the \\makebox{} command)
setText(String) - Method in class jpicedt.widgets.HistoryTextField
Sets the displayed text.
setTextIcon(PicText.TextIcon) - Method in class jpicedt.graphic.model.PicText
 
setTextMode(PicText.TextMode) - Method in class jpicedt.graphic.model.PicText
 
setTextMode(boolean) - Method in class jpicedt.graphic.model.PicText
Set the textmode and updates the text
setTitle(String) - Method in class jpicedt.ui.dialog.DockableAttributesCustomizer
Changes the customizer title
setTitle(String) - Method in interface jpicedt.widgets.MDIComponent
set the title of this container
setTitle(String) - Method in class jpicedt.widgets.PEInternalFrame
 
setTmpDir(String) - Static method in class jpicedt.JPicEdt
set the current tmp dir
setToEmpty() - Method in class jpicedt.util.math.Interval
 
setToR() - Method in class jpicedt.util.math.Interval
 
setUndoLimit(int) - Method in class jpicedt.graphic.PECanvas
Règle le nombre d'événement défaisable à mémoriser.
setUserConfirmationCache(UserConfirmationCache) - Method in class jpicedt.graphic.toolkit.BasicEditPointConstraint
 
setValue(int) - Method in class jpicedt.jpicedt_env.widgets.WholeNumberField
 
setValue(double) - Method in class jpicedt.util.math.PolynomialRealRoot
Affecte la valeur de la PolynomialRealRoot this.
setValue(double) - Method in class jpicedt.widgets.DecimalNumberField
set the field's text from the given double value
setValue(double) - Method in class jpicedt.widgets.IncrementableTextField
sets the DecimalNumberField double value, as well as the internal copy, to the given value, possibly modifying it so that it fits within the limits.
setValue(Number) - Method in class jpicedt.widgets.IncrementableTextField
 
setVertAlign(PicText.VertAlign) - Method in class jpicedt.graphic.model.PicText
set the vertical alignement (see constant fields above)
setViewFromFactory(ViewFactory) - Method in class jpicedt.graphic.model.AbstractElement
Set the view for this AbstractElement from the given view factory or remove the view if f is null.
setViewFromFactory(ViewFactory) - Method in class jpicedt.graphic.model.BranchElement
Set the view for this Element from the given view factory, then set the view for children.
setViewFromFactory(ViewFactory) - Method in class jpicedt.graphic.model.Drawing.RootElement
set the view for this Element from the given view factory, then set the view for children.
setViewFromFactory(ViewFactory) - Method in interface jpicedt.graphic.model.Element
set the view for this Element from the given view factory
setViewTree(ViewFactory) - Method in class jpicedt.graphic.model.Drawing
Set the view tree that renders this drawing to screen, starting from the root-element.
setVisible(boolean) - Method in class jpicedt.graphic.grid.Grid
set whether this grid is visible or not
setVisible(boolean) - Method in class jpicedt.graphic.model.Drawing.BoundingBox
 
setVisible(boolean) - Method in class jpicedt.graphic.toolkit.CustomizerDialog
simply delegates to hosting component
setVisible(boolean) - Method in class jpicedt.ui.MDIManager.DockablePanel
set the visible state of this DockablePanel, first trying to fetch the geometrical aspect from the Properties object given in the constructor.
setVisible(boolean) - Method in interface jpicedt.widgets.MDIComponent
set the visible state of the component
setVisible(boolean) - Method in class jpicedt.widgets.PEInternalDialog
 
setWidthMm(double) - Method in class jpicedt.graphic.PageFormat
Set the page width in mm.
setWriter(Writer) - Method in class jpicedt.format.output.util.BaseCommentFormatter
Définit le writere à utiliser pour formater les commentaires
setWriter(Writer) - Method in interface jpicedt.graphic.io.formatter.CommentFormatting
 
setZoomFactor(double) - Method in class jpicedt.graphic.PECanvas
Convenience call to setZoomFactor(zoom,null).
setZoomFactor(double, PicPoint) - Method in class jpicedt.graphic.PECanvas
Sets the current zoom factor to the given double, then updates various properties (model ↔ view transforms, dimension, preferredSize…), finally, sources a ZoomEvent to give a chance to receiver to update their state accordingly (this may be used e.g. by a parent scrollpane to update its view port location, or by a GUI widget to reflect the new zoom value).
SHADOW - Static variable in class jpicedt.graphic.model.PicAttributeName
 
shadow - Variable in class jpicedt.graphic.view.LeafElementView
shadow to be painted if non-null ; updated using shape
SHADOW_ANGLE - Static variable in class jpicedt.graphic.model.PicAttributeName
 
SHADOW_COLOR - Static variable in class jpicedt.graphic.model.PicAttributeName
 
SHADOW_SIZE - Static variable in class jpicedt.graphic.model.PicAttributeName
 
shadowPaint - Variable in class jpicedt.graphic.view.LeafElementView
paint for shadow (cached)
shape - Variable in class jpicedt.graphic.model.BranchElement
a path constructed by appending every child's path, aka pscustom; may be null if N/A
shape - Variable in class jpicedt.graphic.view.highlighter.DefaultHighlighter
highlighter shape ; should be null if N/A in subclass
shape - Variable in class jpicedt.graphic.view.LeafElementView
shape to be painted ; subclass must update it properly
shear(PicPoint, double, double, UserConfirmationCache) - Method in class jpicedt.graphic.model.AbstractCurve
Shear this Element by the given params wrt to the given origin This method does not fire any change event.
shear(PicPoint, double, double) - Method in class jpicedt.graphic.model.AbstractElement
Cisaille cet élément par (shx,shy) en utilisant ptOrg comme origine.
shear(PicPoint, double, double) - Method in class jpicedt.graphic.model.BranchElement
 
shear(PicPoint, double, double, UserConfirmationCache) - Method in class jpicedt.graphic.model.BranchElement
Shear this Element by the given params wrt to the given origin.
shear(PicPoint, double, double) - Method in class jpicedt.graphic.model.Drawing.BoundingBox
 
shear(PicPoint, double, double) - Method in interface jpicedt.graphic.model.Element
Shear this Element by the given params wrt to the given origin
shear(PicPoint, double, double, UserConfirmationCache) - Method in interface jpicedt.graphic.model.Element
Pareil que Element.shear(PicPoint ptOrg, double shx, double shy) sauf que dans le cas d'une dilatation non conforme — c'est à dire ne conservant pas les proportions —, et d'une forme supposée à proportions contraintes (comme par exemple PicCircleFrom3Points) on demande, sauf préférences utilisateurs contraires, son avis à l'utilisateur.
shear(PicPoint, double, double, UserConfirmationCache) - Method in class jpicedt.graphic.model.PicCircleFrom3Points
Shear this Element by the given params wrt to the given origin
shear(PicPoint, double, double, UserConfirmationCache) - Method in class jpicedt.graphic.model.PicEllipse
Shear this Element by the given params wrt to the given origin.
shear(PicPoint, double, double) - Method in class jpicedt.graphic.model.PicMultiCurve
Shear this Element by the given params wrt to the given origin
shear(PicPoint, double, double, UserConfirmationCache) - Method in class jpicedt.graphic.model.PicNodeConnection
Shear this Element by the given params wrt to the given origin
shear(PicPoint, double, double, UserConfirmationCache) - Method in class jpicedt.graphic.model.PicParallelogram
Shear this Element by the given params wrt to the given origin.
shear(PicPoint, double, double, UserConfirmationCache) - Method in class jpicedt.graphic.model.PicPsCurve
Shear this Element by the given params wrt to the given origin
shear(PicPoint, double, double, UserConfirmationCache) - Method in class jpicedt.graphic.model.PicSmoothPolygon
Shear this Element by the given params wrt to the given origin
shear(PicPoint, double, double, UserConfirmationCache) - Method in class jpicedt.graphic.model.PicText
Shear this Element by the given params wrt to the given origin
shear(PicPoint, double, double) - Method in class jpicedt.graphic.PicPoint
Apply a shearing transform of given parameters wrt to the given origin, to this PicPoint
shear(PicPoint, double, double) - Method in class jpicedt.graphic.toolkit.ConvexZone
 
SHEAR - Static variable in class jpicedt.graphic.toolkit.EditorKit
shear
ShortcutsCustomizer - Class in jpicedt.ui.dialog
A panel for editing keyboard shortcuts (i.e.
ShortcutsCustomizer(Properties) - Constructor for class jpicedt.ui.dialog.ShortcutsCustomizer
Construct a new panel for editing shortcuts.
show(Component, int, int) - Method in class jpicedt.ui.internal.PEPopupMenuFactory.PopupMenu
 
showConfirmDialog(Object, String, int) - Method in class jpicedt.graphic.toolkit.DefaultDialogFactory
 
showConfirmDialog(Object, String, int, int) - Method in class jpicedt.graphic.toolkit.DefaultDialogFactory
 
showConfirmDialog(Object, String, int) - Method in interface jpicedt.graphic.toolkit.DialogFactory
 
showConfirmDialog(Object, String, int, int) - Method in interface jpicedt.graphic.toolkit.DialogFactory
 
showConfirmDialog(Object, String, int) - Method in class jpicedt.ui.internal.InternalFrameMDIManager
 
showConfirmDialog(Object, String, int, int) - Method in class jpicedt.ui.internal.InternalFrameMDIManager
 
showConfirmDialog(Object, String, int) - Method in class jpicedt.ui.internal.JFrameMDIManager
 
showConfirmDialog(Object, String, int, int) - Method in class jpicedt.ui.internal.JFrameMDIManager
 
showCoord(PicPoint) - Method in class jpicedt.ui.PEDrawingBoard.StatusBar
Displays current mouse coordinates
showDialog(JComponent, String, boolean) - Method in class jpicedt.graphic.toolkit.DefaultDialogManager
Wraps the given component in a JDialog, and makes it visible.
showDialog(JComponent, String, boolean) - Method in interface jpicedt.graphic.toolkit.DialogManager
Wraps the given component in a dialog box appropriate for the current GUI, and makes it visible.
showDockablePanel(String, boolean) - Method in class jpicedt.ui.MDIManager
Set the visible state of the dockable pane with the given key.
showDontAskMeAgainConfirmDialog(String, String, String, int) - Method in class jpicedt.graphic.toolkit.DefaultDialogFactory
 
showDontAskMeAgainConfirmDialog(String, String, String, int) - Method in interface jpicedt.graphic.toolkit.DialogFactory
Describe showDontAskMeAgainConfirmDialog method here.
showDontAskMeAgainConfirmDialog(String, String, String, int) - Method in class jpicedt.ui.MDIManager
 
showInputDialog(Object, String, int) - Method in class jpicedt.graphic.toolkit.DefaultDialogFactory
 
showInputDialog(Object, String, int, String) - Method in class jpicedt.graphic.toolkit.DefaultDialogFactory
 
showInputDialog(Object, String, int, Object[], Object) - Method in class jpicedt.graphic.toolkit.DefaultDialogFactory
 
showInputDialog(Object, String, int) - Method in interface jpicedt.graphic.toolkit.DialogFactory
 
showInputDialog(Object, String, int, String) - Method in interface jpicedt.graphic.toolkit.DialogFactory
 
showInputDialog(Object, String, int, Object[], Object) - Method in interface jpicedt.graphic.toolkit.DialogFactory
 
showInputDialog(Object, String, int) - Method in class jpicedt.ui.internal.InternalFrameMDIManager
 
showInputDialog(Object, String, int, String) - Method in class jpicedt.ui.internal.InternalFrameMDIManager
 
showInputDialog(Object, String, int, Object[], Object) - Method in class jpicedt.ui.internal.InternalFrameMDIManager
 
showInputDialog(Object, String, int) - Method in class jpicedt.ui.internal.JFrameMDIManager
 
showInputDialog(Object, String, int, String) - Method in class jpicedt.ui.internal.JFrameMDIManager
 
showInputDialog(Object, String, int, Object[], Object) - Method in class jpicedt.ui.internal.JFrameMDIManager
 
showJpic() - Method in class jpicedt.format.output.dxf.DXFFormatter
Indique s'il faut insérer le println de chaque élément juste avant l'élément sous la forme d'un commentaire DXF (marque déposée).
showJpicB - Variable in class jpicedt.format.output.dxf.DXFFormatter
 
showMessage(String) - Method in class jpicedt.ui.PEDrawingBoard.StatusBar
Displays a tooltip about current possible mouse-actions
showMessageDialog(Object, String, int) - Method in class jpicedt.graphic.toolkit.DefaultDialogFactory
 
showMessageDialog(Object, String, int) - Method in interface jpicedt.graphic.toolkit.DialogFactory
 
showMessageDialog(Object, String, int) - Method in class jpicedt.ui.internal.InternalFrameMDIManager
 
showMessageDialog(Object, String, int) - Method in class jpicedt.ui.internal.JFrameMDIManager
 
showStatus(String) - Method in class jpicedt.ui.MDIManager
Requests that the argument string be displayed in the status bar
SIDE_0 - Static variable in class jpicedt.graphic.model.PicParallelogram
Numéro du premier côté indéxé
SIDE_B - Static variable in class jpicedt.graphic.model.PicParallelogram
Bottom side mid-point
SIDE_L - Static variable in class jpicedt.graphic.model.PicParallelogram
Left side mid-pint
SIDE_R - Static variable in class jpicedt.graphic.model.PicParallelogram
Right side mid-point
SIDE_T - Static variable in class jpicedt.graphic.model.PicParallelogram
Top side mid-point
sinh() - Method in class jpicedt.util.math.Complex
Returns the hyperbolic sine of a Complex number.
size() - Method in class jpicedt.graphic.model.BranchElement
Return the number of children in this BranchElement (direct offspring only).
size() - Method in class jpicedt.graphic.model.CtrlPtSubsetGroup
 
size() - Method in class jpicedt.graphic.model.Drawing
 
skewAngleEnd - Variable in class jpicedt.graphic.model.PicEllipse
 
skewAngleStart - Variable in class jpicedt.graphic.model.PicEllipse
Arc start- and end- angles in degrees as measured with respect to parallolegram's basis (see toParalleloBasisCoordinates() for details on how this basis is defined).
smallAxis - Variable in class jpicedt.graphic.model.PicEllipse
Length of the small axis of the ellipse.
SMOOTH_POLY - Static variable in class jpicedt.graphic.toolkit.DrawToolFactory
 
smoothCoeff - Variable in class jpicedt.graphic.model.PicSmoothPolygon
The following array contains one Double per polygon point, specifying how close to polygon points the curve should go along.
SMOOTHNESS - Static variable in class jpicedt.graphic.toolkit.BasicEditPointConstraint
 
SMOOTHNESS_SYMMETRY - Static variable in class jpicedt.graphic.toolkit.BasicEditPointConstraint
 
SmoothPolygonHighlighter - Class in jpicedt.graphic.view.highlighter
a Highlighter for SmoothPolygon.
SmoothPolygonHighlighter(PicSmoothPolygon, DefaultHighlighterFactory) - Constructor for class jpicedt.graphic.view.highlighter.SmoothPolygonHighlighter
construct a new Highlighter for the given smooth-polygon
snapOnDEFAULT - Static variable in class jpicedt.graphic.grid.Grid
is snapping active ?
snapStepDEFAULT - Static variable in class jpicedt.graphic.grid.Grid
default snap step
SOLID - Static variable in class jpicedt.graphic.grid.Grid
paint grid lines using solid lines
sort() - Method in class jpicedt.graphic.toolkit.DefaultSelectionHandler
Sort selected elements according to their z-ordering in the given drawing
splitSegment(int, PicPoint) - Method in class jpicedt.graphic.model.AbstractCurve
Split the segment having the given index.
splitSegment(int, PicPoint, PicPoint, PicPoint) - Method in class jpicedt.graphic.model.AbstractCurve
Split a segment (either straight or curved) at a given point using two additionnal control points given as parameters.
splitSegment(int, PicPoint) - Method in class jpicedt.graphic.model.PicMultiCurve
Adds a new point to a (maybe curved) segment then fires a changed-update.
splitSegment(int, PicPoint) - Method in class jpicedt.graphic.model.PicPsCurve
Split the given polygon segment (starting from 0), by inserting a new polygon point at the appropriate position.
splitSegment(int, PicPoint) - Method in class jpicedt.graphic.model.PicSmoothPolygon
Split the given polygon segment (starting from 0), by inserting a new polygon point at the appropriate position.
splitSegment(int, PicPoint, double) - Method in class jpicedt.graphic.model.PicSmoothPolygon
Split the given polygon segment (starting from 0), by inserting a new polygon point at the appropriate position.
SQUARE - Static variable in class jpicedt.graphic.toolkit.BasicEditPointConstraint
 
STANDARD - Static variable in class jpicedt.ui.util.SystemOutUtilities
doesn't redirect stdout to a file, ie redirect to console ; instead open a frame and displays the error message in it
StarExpression - Class in jpicedt.format.input.pstricks
Handles (usually optional) "*" after \\psframebox,\\pspolygon,... by setting FILL_STYLE to SOLID.
StarExpression(Pool) - Constructor for class jpicedt.format.input.pstricks.StarExpression
 
start(PEMouseEvent) - Method in class jpicedt.graphic.toolkit.AbstractMouseTransform
Called by mousePressed.
start(PEMouseEvent) - Method in class jpicedt.graphic.toolkit.AbstractMouseTransformFactory.HelpMessageMouseTransform
Called when the mouse is pressed.
start(PEMouseEvent) - Method in class jpicedt.graphic.toolkit.AbstractMouseTransformFactory.InvalidMouseTransform
Called when the mouse is pressed.
start(PEMouseEvent) - Method in class jpicedt.graphic.toolkit.AbstractMouseTransformFactory.SelectAreaTransform
Invoked by mousePressed().
start(PEMouseEvent) - Method in class jpicedt.graphic.toolkit.EditConvexZoneMouseTransformFactory.MoveConvexZoneTransform
Called when the mouse is pressed.
start(PEMouseEvent) - Method in class jpicedt.graphic.toolkit.EditConvexZoneMouseTransformFactory.SelectConvexZonesInAreaTransform
called by mousePressed
start(PEMouseEvent) - Method in class jpicedt.graphic.toolkit.EditConvexZoneMouseTransformFactory.UnselectTransform
 
start(PEMouseEvent) - Method in class jpicedt.graphic.toolkit.EditElementMouseTransformFactory._MoveElementTransform
Called when the mouse is pressed.
start(PEMouseEvent) - Method in class jpicedt.graphic.toolkit.EditElementMouseTransformFactory.MoveControlPointTransform
Called when the mouse is pressed.
start(PEMouseEvent) - Method in class jpicedt.graphic.toolkit.EditElementMouseTransformFactory.MoveElementTransform
Called when the mouse is pressed.
start(PEMouseEvent) - Method in class jpicedt.graphic.toolkit.EditElementMouseTransformFactory.SelectElementsDialogTransform
called by mousePressed
start(PEMouseEvent) - Method in class jpicedt.graphic.toolkit.EditElementMouseTransformFactory.SelectElementsInAreaTransform
called by mousePressed
start(PEMouseEvent) - Method in class jpicedt.graphic.toolkit.EditElementMouseTransformFactory.UnselectTransform
 
start(PEMouseEvent) - Method in class jpicedt.graphic.toolkit.EditPointMouseTransformFactory.EditSmoothCoeffTransform
Called when the mouse is pressed.
start(PEMouseEvent) - Method in class jpicedt.graphic.toolkit.EditPointMouseTransformFactory.RemovePointTransform
Called when the mouse is pressed.
start(PEMouseEvent) - Method in class jpicedt.graphic.toolkit.EditPointMouseTransformFactory.SelectElementTransform
 
start(PEMouseEvent) - Method in class jpicedt.graphic.toolkit.EditPointMouseTransformFactory.SelectPointsInAreaTransform
called by mousePressed
start(PEMouseEvent) - Method in class jpicedt.graphic.toolkit.EditPointMouseTransformFactory.SplitSegmentTransform
Called when the mouse is pressed for the first time.
start(PEMouseEvent) - Method in class jpicedt.graphic.toolkit.EditPointMouseTransformFactory.UnSelectPointTransform
called by mousePressed
start(PEMouseEvent) - Method in interface jpicedt.graphic.toolkit.MouseTransform
Called when the mouse is pressed.
startDocument() - Method in class jpicedt.graphic.io.parser.JPICXmlHandler
 
startElement(String, String, String, Attributes) - Method in class jpicedt.graphic.io.parser.JPICXmlHandler
Receive notification of the start of an element.
startsWith(String) - Method in class jpicedt.format.input.util.Context
Return whether the string at the caret position starts with the given string or not.
stateChanged(ChangeEvent) - Method in class jpicedt.graphic.model.Drawing.Customizer
called by a click on "automaticCB"
stateChanged(ChangeEvent) - Method in class jpicedt.ui.dialog.DockableAttributesCustomizer.FillPropertiesPanel
Called by the colorchooser when the user picks a new colour, and this customizer lies currently on top.
stateChanged(ChangeEvent) - Method in class jpicedt.ui.dialog.DockableAttributesCustomizer.HatchPropertiesPanel
Called by the colorchooser when the user picks a new colour, and this customizer lies currently on top.
stateChanged(ChangeEvent) - Method in class jpicedt.ui.dialog.DockableAttributesCustomizer.ShadowPropertiesPanel
Called by the colorchooser when the user picks a new colour, and this customizer lies currently on top.
stateChanged(ChangeEvent) - Method in class jpicedt.ui.dialog.DockableAttributesCustomizer
Called : - by the colorchooser if the user picks a new colour ; - or by the tabbed pane when a different pane is made active (ie brought on top)
stateChanged(ChangeEvent) - Method in class jpicedt.ui.dialog.DockableAttributesCustomizer.StrokePropertiesPanel
Called by the colorchooser when the user picks a new colour, and this customizer lies currently on top.
stateEdit - Variable in class jpicedt.graphic.PECanvas
the UndoableEdit in progress
StatementExpression - Class in jpicedt.format.input.util
An expression for "statement"-parsing, i.e. a name followed by an assignment sign followed by a numerical value e.g.
StatementExpression(String, String, String, int, int) - Constructor for class jpicedt.format.input.util.StatementExpression
 
store(Properties) - Method in interface jpicedt.Customization
Stores current Customization value to a Properties prop
store() - Method in class jpicedt.format.output.dxf.DXFCustomizer
Stocke les valeurs courant dans ce widget vers l'objet Properties passé au constructeur, puis mise à jour de DXFFormatter.
store(Properties) - Method in class jpicedt.format.output.dxf.DXFCustomizer
Stocke les proriétés DXF (marque déposée) dans l'objet prop.
store(Properties) - Method in class jpicedt.format.output.dxf.DXFCustomProperties
Stocke dans l'objet prop les propriétés résident dans this (opération inverse de load).
store(Properties) - Method in class jpicedt.format.output.dxf.DXFFormatter
Stocke les proriétés DXF (marque déposée) dans l'objet prop.
store() - Method in class jpicedt.format.output.eepic.EepicCustomizer
Store current widgets value to the Properties object given in the constructor, then update LatexFormatter accordingly.
store() - Method in class jpicedt.format.output.latex.LatexCustomizer
Store current widgets value to the Properties object given in the constructor, then update LatexFormatter accordingly.
store() - Method in class jpicedt.format.output.pstricks.PstricksCustomizer
Store current widgets value to the Properties object given in the constructor, then update PstricksFormatter accordingly.
store(Properties) - Method in class jpicedt.format.output.pstricks.PstricksCustomProperties
 
store() - Method in class jpicedt.format.output.tikz.TikzCustomizer
Stocke les valeurs courant dans ce widget vers l'objet Properties passé au constructeur, puis mise à jour de TIKZFormatter.
store(Properties) - Method in class jpicedt.format.output.tikz.TikzCustomProperties
Stocke dans l'objet preferences les propriétés résidant dans this (opération inverse de load).
store(Properties) - Method in class jpicedt.format.output.util.PrologEpilogCustomizer
Stocke les valeurs depuis le widget vers l'objet prop.
store() - Method in class jpicedt.graphic.model.Drawing.Customizer
Store current widgets value, presumably to a file or to a dedicated storage class
store() - Method in class jpicedt.graphic.PageFormat.Customizer
Store current widgets value, presumably to a file or to a dedicated storage class
author: Sylvain Reynal
store() - Method in class jpicedt.graphic.toolkit.AbstractCustomizer
Stores current widgets value, presumably to a file or to a dedicated storage class.
store() - Method in class jpicedt.ui.dialog.DirectoriesCustomizer
Store current widgets value, presumably to the Properties object given in the constructor
store() - Method in class jpicedt.ui.dialog.DockableAttributesCustomizer.ArrowPropertiesPanel
does nothing (handled by actionPerformed)
store() - Method in class jpicedt.ui.dialog.DockableAttributesCustomizer.EditModeCustomPropertiesPanel
Délègue aux panneaux d'onglet.
store() - Method in class jpicedt.ui.dialog.DockableAttributesCustomizer.FillPropertiesPanel
does nothing (handled by actionPerformed)
store() - Method in class jpicedt.ui.dialog.DockableAttributesCustomizer.HatchPropertiesPanel
does nothing (handled by actionPerformed)
store() - Method in class jpicedt.ui.dialog.DockableAttributesCustomizer.PolydotsPropertiesPanel
does nothing (handled by actionPerformed)
store() - Method in class jpicedt.ui.dialog.DockableAttributesCustomizer.PstCustomPropertiesPanel
does nothing (handled by actionPerformed)
store() - Method in class jpicedt.ui.dialog.DockableAttributesCustomizer.ShadowPropertiesPanel
does nothing (handled by actionPerformed)
store() - Method in class jpicedt.ui.dialog.DockableAttributesCustomizer.StrokePropertiesPanel
does nothing (handled by actionPerformed)
store() - Method in class jpicedt.ui.dialog.DockableAttributesCustomizer.TextPropertiesPanel
does nothing (handled by actionPerformed)
store() - Method in class jpicedt.ui.dialog.DockableAttributesCustomizer.TikzCustomPropertiesPanel
does nothing (handled by actionPerformed)
store() - Method in class jpicedt.ui.dialog.GeneralCustomizer
Store current widgets value to the Properties object given in the constructor.
store() - Method in class jpicedt.ui.dialog.GridZoomCustomizer
Store current widgets value, presumably to a file or to a dedicated storage class
store(Properties) - Static method in class jpicedt.ui.dialog.PEFileChooser
Store the current file and fragment directories to the given Properties object
store() - Method in class jpicedt.ui.dialog.RenderingCustomizer
Store current widgets value to the Properties object given in the constructor.
store() - Method in class jpicedt.ui.dialog.ShortcutsCustomizer
Store current widgets value, presumably to the Properties object given in the constructor.
store() - Method in class jpicedt.ui.dialog.UIColorCustomizer
Stocke la valeur courantes des widgets dans les préférences utilisateur.
storeState(Hashtable<Object, Object>) - Method in class jpicedt.graphic.model.Drawing
Store a clone of RootElement in the given Hashtable, with key = "state"
STRICTLY_NEGATIVE - Static variable in class jpicedt.format.input.util.ExpressionConstants
sign for NumericalExpression
STRICTLY_POSITIVE - Static variable in class jpicedt.format.input.util.ExpressionConstants
sign for NumericalExpression
stringWriteMultiLine(Writer, String) - Method in class jpicedt.graphic.io.formatter.AbstractFormatterFactory
Écrit la chaîne in en respectant le séparateur de ligne du fichier de sauvegarde.
STROKE_DASHARRAY - Static variable in class jpicedt.graphic.io.formatter.JPICFormatter
 
strongCommentFormat(String) - Method in class jpicedt.format.output.dxf.DXFCommentFormatter
 
strongCommentFormat(String) - Method in class jpicedt.format.output.util.TeXCommentFormatter
 
strongCommentFormat(String) - Method in interface jpicedt.graphic.io.formatter.CommentFormatting
 
strx - Variable in class jpicedt.graphic.view.TextView
TextLayout location with respect to PicText's anchor point
strx - Variable in class jpicedt.graphic.view.TextViewHybrid
 
stry - Variable in class jpicedt.graphic.view.TextView
TextLayout location with respect to PicText's anchor point
stry - Variable in class jpicedt.graphic.view.TextViewHybrid
 
StyleConstants - Class in jpicedt.graphic.model
A collection of enum's for PicAttributeSet attribute values.
StyleConstants() - Constructor for class jpicedt.graphic.model.StyleConstants
 
StyleConstants.ArrowStyle - Enum in jpicedt.graphic.model
 
StyleConstants.Dimen - Enum in jpicedt.graphic.model
 
StyleConstants.FillStyle - Enum in jpicedt.graphic.model
 
StyleConstants.LineStyle - Enum in jpicedt.graphic.model
 
StyleConstants.PolydotsStyle - Enum in jpicedt.graphic.model
 
sub(Complex) - Method in class jpicedt.util.math.Complex
 
sub(double) - Method in class jpicedt.util.math.Complex
 
sub(Polynomial) - Method in class jpicedt.util.math.Polynomial
Soustrait x à this, ce qui modifie this, et renvoie this ainsi modifié.
sub(double) - Method in class jpicedt.util.math.Polynomial
retranche s du polynome this, ce qui modifie this, et renvoie le résultat
subdivisionPoints - Variable in class jpicedt.graphic.util.ConvexPolygonalZoneBoundary
 
subList(int, int) - Method in class jpicedt.graphic.model.BranchElement
 
subList(int, int) - Method in class jpicedt.graphic.model.CtrlPtSubsetGroup
 
subList(int, int) - Method in class jpicedt.graphic.model.Drawing
 
subtract(PicPoint) - Method in class jpicedt.graphic.PicVector
Subtract the given vector from this vector, which modifies this, and return this for convenience.
SW_RESIZE - Static variable in class jpicedt.graphic.toolkit.CursorFactory
 
SWAP_ARROWS_BITSET - Static variable in class jpicedt.format.output.tikz.TikzConstants
 
symmetry(PicPoint) - Method in class jpicedt.graphic.PicPoint
Apply a central-symmetry wrt the given point
symmetry(PicPoint, PicPoint) - Static method in class jpicedt.graphic.PicPoint
Return a new PicPoint obtained by applying a central-symmetry with the given center to the given src point.
syncArrowGeometry(ArrowView, ArrowView.Direction) - Method in class jpicedt.graphic.model.AbstractCurve
Helper for the associated View.
syncArrowGeometry(ArrowView, ArrowView.Direction) - Method in class jpicedt.graphic.model.AbstractElement
Helper for the associated View.
syncArrowGeometry(ArrowView, ArrowView.Direction) - Method in class jpicedt.graphic.model.BranchElement
Helper for the associated View.
syncArrowGeometry(ArrowView, ArrowView.Direction) - Method in interface jpicedt.graphic.model.Element
Helper for the associated View.
syncArrowGeometry(ArrowView, ArrowView.Direction) - Method in class jpicedt.graphic.model.PicEllipse
Helper for the associated View.
syncArrowGeometry(ArrowView, ArrowView.Direction) - Method in class jpicedt.graphic.model.PicNodeConnection
Helper for the associated View.
syncArrowsAttributes() - Method in class jpicedt.graphic.view.AbstractCurveView
Synchronizes arrows' specific attributes with the model.
syncArrowsAttributes() - Method in class jpicedt.graphic.view.EllipseView
Synchronizes arrows' specific attributes with the model.
syncArrowsAttributes() - Method in class jpicedt.graphic.view.LeafElementView
Synchronizes arrows' specific attributes with the model.
syncArrowsGeometry() - Method in class jpicedt.graphic.view.LeafElementView
Sync the geometry of the current "left/rightArrowShape" variables with the model if applicable, that is, if these vars are non-null (means: not Arrow.NONE).
syncAttributes() - Method in class jpicedt.format.output.eepic.AbstractCurveView
Inherits from superclass, except for filling behaviour
syncAttributes() - Method in class jpicedt.format.output.eepic.EllipseView
Inherits from superclass, except for elliptic arcs, which are never filled, as well as rotated ellipses.
syncAttributes() - Method in class jpicedt.format.output.latex.AbstractCurveView
Inherits from superclass, except for filling behaviour
syncAttributes() - Method in class jpicedt.format.output.latex.EllipseView
Inherits from superclass, except for elliptic arcs, which are never filled.
syncAttributes() - Method in class jpicedt.format.output.latex.ParallelogramView
Inherits from superclass, except for filling behaviour.
syncAttributes() - Method in class jpicedt.graphic.view.AbstractCurveView
Inherits from superclass, except where painting dots is concerned, where this method delegates to syncDotShapeAttributes() to create the appropriate Shape.
syncAttributes() - Method in class jpicedt.graphic.view.LeafElementView
Synchronizes cached attributes values with the model ; outlineStroke, from the ViewFactory, using createStroke overstrikeStroke, from the ViewFactory, using createStrokeForOverstrike outlinePaint, from the ViewFactory, using createPaintForOutline interiorPaint, from the ViewFactory, using createPaintForInterior shadowPaint, from the ViewFactory, using createPaintForShadow then calls syncArrowAttributes()
syncBounds(double) - Method in class jpicedt.graphic.view.highlighter.DefaultHighlighter
Synchronizes the highlighter's bounding rectangle (aka clip) with the model; "bounds" is first computed from the set of visible control-points, then its size gets increased by BARBELL_SIZE.
syncBounds() - Method in class jpicedt.graphic.view.LeafElementView
Synchronizes the bounding box with the model ; "bounds" is first computed from the current shape's bound, if any, then its size gets increased by BARBELL_SIZE, line-thickness, overstrike width, and possibly shadow and arrows areas.
syncBounds() - Method in class jpicedt.graphic.view.TextView
Synchronizes bounding box with the model ;
syncBounds() - Method in class jpicedt.graphic.view.TextViewHybrid
Synchronizes bounding box with the model ;
syncDotShape() - Method in class jpicedt.format.output.eepic.AbstractCurveView
Computes the Shape (centered at 0,0) used for drawing polygon's dots, built from the given attributes ; this implementation sets it to null, as dotting is not supported.
syncDotShape() - Method in class jpicedt.format.output.latex.AbstractCurveView
Computes the Shape (centered at 0,0) used for drawing polygon's dots, built from the given attributes ; this implementation sets it to null, as dotting is not supported.
syncDotShapeAttributes() - Method in class jpicedt.graphic.view.AbstractCurveView
Computes the Shape (centered at 0,0) used for drawing polygon's dots, built from the current attributes; set this.dotShape to null if POLYDOTS_STYLE==NONE or if dotting is not supported by the factory.
syncDotShapeList() - Method in class jpicedt.graphic.view.AbstractCurveView
sync the ArrayList containing the dot's shapes to be painted, with the current model geometry.
syncFrame() - Method in class jpicedt.format.output.eepic.TextView
update frame shape : all frames are drawn as a rectangle
syncFrame() - Method in class jpicedt.graphic.view.TextView
synchronize frame shape and location
syncFrame() - Method in class jpicedt.graphic.view.TextViewHybrid
synchronize frame shape and location (TextLayout only) ; this is called by syncShape(), so that subclasser might override easily when only rectangular shapes are availables.
syncShadow() - Method in class jpicedt.graphic.view.LeafElementView
sync' the shadow with the current shape (which must therefore be valid) AND the current PicAttributeSet; hence must be called either when the geometry's changed, or when attributes have changed.
syncShape() - Method in class jpicedt.graphic.view.AbstractCurveView
Inherits from superclass, except where updating dot's geometry is concerned, where this method delegates to syncDotShapeList() to create the appropriate Shape.
syncShape(double) - Method in class jpicedt.graphic.view.highlighter.AbstractCurveHighlighter
Synchronizes the highlighter's tangents with the model.
syncShape(double) - Method in class jpicedt.graphic.view.highlighter.CompositeHighlighter
Synchronize the array of "shapes" needed to paint this highlighter, with the model ;
syncShape(double) - Method in class jpicedt.graphic.view.highlighter.DefaultHighlighter
Synchronize the shape needed to paint this highlighter, with the model; this could be, for instance, tangents in the case of a Bezier curve, the outline in the case of an ellipse, etc.
syncShape(double) - Method in class jpicedt.graphic.view.highlighter.EllipseHighlighter
Synchronize the "shape" variable with the model.
syncShape(double) - Method in class jpicedt.graphic.view.highlighter.PsCurveHighlighter
Synchronizes the highlighter's tangents with the model.
syncShape(double) - Method in class jpicedt.graphic.view.highlighter.SmoothPolygonHighlighter
Synchronizes the highlighter's tangents with the model.
syncShape() - Method in class jpicedt.graphic.view.LeafElementView
Synchronize the "shape" variable with the model
syncShape() - Method in class jpicedt.graphic.view.TextView
Synchronize the textLayout and the shape (=frame box, by calling syncFrame) with the model This delegates to getRotation() where computing rotation angle is concerned, and updates the AffineTransform returned by getTextToModelTransform().
syncShape() - Method in class jpicedt.graphic.view.TextViewHybrid
Synchronize the textLayout and the shape (=frame box, by calling syncFrame) with the model When TextLayout is used, this delegates to getRotation() where computing rotation angle is concerned, and updates the AffineTransform returned by getTextToModelTransform().
syncStringLocation() - Method in class jpicedt.graphic.view.TextViewHybrid
update strx stry = location of TextLayout's bottom-Left corner with respect to PicText's anchor-point
syncStringLocationX() - Method in class jpicedt.format.output.eepic.TextView
update strx
syncStringLocationX() - Method in class jpicedt.graphic.view.TextView
update strx = x-location of TextLayout's bottom-Left corner with respect to PicText's anchor-point
syncStringLocationY() - Method in class jpicedt.format.output.eepic.TextView
update stry
syncStringLocationY() - Method in class jpicedt.graphic.view.TextView
update strx = y-location of TextLayout's bottom-Left corner with respect to PicText's anchor-point
SystemOutUtilities - Class in jpicedt.ui.util
A class that allow redirection of stderr and/or stdout to a log file.

T

tanh() - Method in class jpicedt.util.math.Complex
Returns the hyperbolic tangent of a Complex number.
targetElement - Variable in class jpicedt.graphic.toolkit.PEAbstractAction
 
TBAR_WIDTH_LINEWIDTH_SCALE - Static variable in class jpicedt.graphic.model.PicAttributeName
 
TBAR_WIDTH_MINIMUM_MM - Static variable in class jpicedt.graphic.model.PicAttributeName
 
TestBoard - Class in jpicedt.test
test class
TestBoard() - Constructor for class jpicedt.test.TestBoard
 
TestCanvas - Class in jpicedt.test
Test class incorporating a BSH interpreter facility for efficient debugging.
TestCanvas() - Constructor for class jpicedt.test.TestCanvas
 
testDistanceToPath(Shape, PicPoint, double) - Static method in class jpicedt.graphic.PEToolKit
Return a positive integer if the given point "pt" lies closer to the given shape path (= stroke) than the given maximum distance ; this integer indicates which segment/quad/cubic of the path, starting from 0 (ie according to getPathIterator numbering scheme), lies at the closest distance from "pt" ; -1 otherwise.
TeX_COMMANDS - Static variable in class jpicedt.ui.util.RunExternalCommand
members of Command enum that are TeX related external commands
TeXCommentFormatter - Class in jpicedt.format.output.util
 
TeXCommentFormatter(FormatterFactory) - Constructor for class jpicedt.format.output.util.TeXCommentFormatter
 
TeXExtractor - Class in jpicedt.format.input.util
Détecte si le dessin codé est codé dans l'une des variante de TeX (c'est à dire LaTeX env picture de base, ou Epic/Eepic, ou pstricked).
TeXExtractor() - Constructor for class jpicedt.format.input.util.TeXExtractor
 
TeXJPICXmlExtractor - Class in jpicedt.format.input.util
Cette classe permet d'extraire le code JPIC-XML enfoui dans un fichier au format de sauvegarde TeX.
TeXJPICXmlExtractor() - Constructor for class jpicedt.format.input.util.TeXJPICXmlExtractor
 
text - Variable in class jpicedt.format.output.dxf.PicTextFormatter
l' Element sur lequel ce formatteur agit
text - Variable in class jpicedt.format.output.tikz.PicTextFormatter
les éléments sur lesquels ce formatteur agit
TEXT - Static variable in class jpicedt.graphic.toolkit.DrawToolFactory
 
text - Variable in class jpicedt.test.TestBoard
 
text - Variable in class jpicedt.test.TestCanvas
 
text2 - Variable in class jpicedt.test.TestBoard
 
text2 - Variable in class jpicedt.test.TestCanvas
 
text2ModelTr - Variable in class jpicedt.graphic.view.TextViewHybrid
 
TEXT_FONT_DEFAULT - Static variable in class jpicedt.graphic.view.DefaultViewFactory
default font used to display text with TextView
TEXT_FONT_SCALE - Static variable in class jpicedt.graphic.view.DefaultViewFactory
scaling factor to be applied to the default font before rendering, so as to compensate for zoom factor
TEXT_FRAME - Static variable in class jpicedt.graphic.model.PicAttributeName
 
TEXT_HOR_ALIGN - Static variable in class jpicedt.graphic.model.PicAttributeName
 
TEXT_ICON - Static variable in class jpicedt.graphic.model.PicAttributeName
 
TEXT_MODE - Static variable in class jpicedt.graphic.model.PicAttributeName
 
TEXT_ROTATION - Static variable in class jpicedt.graphic.model.PicAttributeName
 
TEXT_VERT_ALIGN - Static variable in class jpicedt.graphic.model.PicAttributeName
 
TextEditable - Class in jpicedt.graphic.model
An abstract class for Element's that have a textual representation, and [pending:removed as of 1.3.2] whose text can be graphically edited
TextEditable(String, PicPoint, PicAttributeSet) - Constructor for class jpicedt.graphic.model.TextEditable
Construct a new TextEditable with the given content and attribute set
TextEditable(String, PicPoint) - Constructor for class jpicedt.graphic.model.TextEditable
Construct a new TextEditable with the given content and a default attribute set
TextEditable(TextEditable) - Constructor for class jpicedt.graphic.model.TextEditable
Construct a clone of the given TextEditable
textFont - Static variable in class jpicedt.graphic.view.DefaultViewFactory
font used to display text strings with TextView
TextHighlighter - Class in jpicedt.graphic.view.highlighter
a Highlighter for TextEditable's.
TextHighlighter(TextEditable, DefaultHighlighterFactory) - Constructor for class jpicedt.graphic.view.highlighter.TextHighlighter
construct a new Highlighter for the given TextEditable
textLayout - Variable in class jpicedt.graphic.view.TextView
the TextLayout that renders the text string of this TextEditable
textLayout - Variable in class jpicedt.graphic.view.TextViewHybrid
 
textString - Variable in class jpicedt.graphic.model.TextEditable
string argument
TextView - Class in jpicedt.format.output.eepic
a View for rendering Text's : only rectangular frame boxes (through \\makebox and rel.) are supported, + no filling + only black stroke.
TextView(PicText, EepicViewFactory) - Constructor for class jpicedt.format.output.eepic.TextView
construct a new View for the given PicRectangle
TextView - Class in jpicedt.graphic.view
a View for rendering Text's from TextLayout's
TextView(PicText, AttributesViewFactory) - Constructor for class jpicedt.graphic.view.TextView
construct a new View for the given PicText
TextViewHybrid - Class in jpicedt.graphic.view
a View for rendering Text's based on bitmaps (when available) or TextLayout (when image not available)
TextViewHybrid(PicText, AttributesViewFactory) - Constructor for class jpicedt.graphic.view.TextViewHybrid
construct a new View for the given PicRectangle
textWriteMultiLine(Writer, String) - Static method in class jpicedt.format.output.util.FormatConstants
Écrit la chaîne in en respectant le séparateur de ligne du fichier de sauvegarde.
textWriteMultiLine(Writer, PicText) - Method in class jpicedt.graphic.io.formatter.AbstractFormatterFactory
 
TIKZ_CUSTOM - Static variable in class jpicedt.graphic.model.PicAttributeName
 
TikzConstants - Class in jpicedt.format.output.tikz
 
TikzConstants() - Constructor for class jpicedt.format.output.tikz.TikzConstants
 
TikzConstants.DrawFlags - Enum in jpicedt.format.output.tikz
 
TikzConstants.TZArrow - Enum in jpicedt.format.output.tikz
 
TikzContentType - Class in jpicedt.format.output.tikz
Spécifie le type de contenue pour des Drawing créés par des editor-kits.
TikzContentType() - Constructor for class jpicedt.format.output.tikz.TikzContentType
 
TikzCustomization - Interface in jpicedt.format.output.tikz
Interface de manipulation des préférences utilisateur pour l'import/export des dessins au format TikZ.
TikzCustomizer - Class in jpicedt.format.output.tikz
Un panneau pour l'édition des préférences utilisateur pour l'import/export du format TikZ et jPicEdt.
TikzCustomizer(Properties) - Constructor for class jpicedt.format.output.tikz.TikzCustomizer
Construit une nouvelle panneau pour l'édition des préférences TikZ.
TikzCustomProperties - Class in jpicedt.format.output.tikz
Préférences utilisateurs pour l'import/export de dessins au format TikZ.
TikzCustomProperties.ChangedPropertyMask - Enum in jpicedt.format.output.tikz
 
TikzEmptyDrawingBoundingBox - Class in jpicedt.format.output.tikz
Boîte bornante par défaut pour un dessin vide dans le cadre de l'encodage Tikz
TikzEmptyDrawingBoundingBox() - Constructor for class jpicedt.format.output.tikz.TikzEmptyDrawingBoundingBox
 
TikzFormatter - Class in jpicedt.format.output.tikz
Formateur TikZ.
TikzFormatter() - Constructor for class jpicedt.format.output.tikz.TikzFormatter
Constructeur avec les propriété par défaut.
TikzUtilities - Class in jpicedt.format.output.tikz
Collection de méthodes statiques pour le formatage TikZ.
TikzUtilities() - Constructor for class jpicedt.format.output.tikz.TikzUtilities
 
TikzViewFactory - Class in jpicedt.format.output.tikz
Fabrique de View pour le type de contenu TikZ.
TikzViewFactory() - Constructor for class jpicedt.format.output.tikz.TikzViewFactory
 
tileDrawingBoardsHorizontally() - Method in class jpicedt.ui.internal.InternalFrameMDIManager
Tiles all open internal frames horizontally
tileDrawingBoardsHorizontally() - Method in class jpicedt.ui.internal.JFrameMDIManager
Tiles all open internal frames horizontally
tileDrawingBoardsHorizontally() - Method in class jpicedt.ui.MDIManager
Tiles all open drawing-boards horizontally
tileDrawingBoardsVertically() - Method in class jpicedt.ui.internal.InternalFrameMDIManager
Tiles all open internal frames vertically.
tileDrawingBoardsVertically() - Method in class jpicedt.ui.internal.JFrameMDIManager
Tiles all open internal frames vertically.
tileDrawingBoardsVertically() - Method in class jpicedt.ui.MDIManager
Tiles all open drawing-boards vertically
tl2ModelTr - Variable in class jpicedt.graphic.view.TextView
 
toArray() - Method in class jpicedt.graphic.model.BranchElement
Returns an array containing all of the elements in this collection.
toArray(T[]) - Method in class jpicedt.graphic.model.BranchElement
Returns an array containing all of the elements in this collection whose runtime type is that of the specified array.
toArray() - Method in class jpicedt.graphic.model.CtrlPtSubsetGroup
 
toArray(T[]) - Method in class jpicedt.graphic.model.CtrlPtSubsetGroup
 
toArray() - Method in class jpicedt.graphic.model.Drawing
convenience call to RootElement's method
toArray(T[]) - Method in class jpicedt.graphic.model.Drawing
convenience call to RootElement's method
toArray(int, int) - Method in class jpicedt.util.math.Polynomial
renvoie un tableau des coefficients dans une plage de degrès donnée.
toArray(int, int, double[]) - Method in class jpicedt.util.math.Polynomial
écrit un tableau des coefficients dans une plage de degrès donnée.
toArrowString(StyleConstants.ArrowStyle, ArrowView.Direction, TikzCustomization) - Static method in class jpicedt.format.output.tikz.TikzUtilities
Describe toArrowString method here.
TOBACK - Static variable in class jpicedt.graphic.toolkit.EditorKit.EditDispositionAction
Action command for bringing elements to back
toBack() - Method in interface jpicedt.widgets.MDIComponent
 
toComplex() - Method in class jpicedt.graphic.PicPoint
Return the equivalent complex number of this, that is to say complex number with real part equal to this.getX(), and imaginary part equal to this.getY();
toDoubleArray(double[]) - Method in class jpicedt.graphic.PicPoint
 
toFloatArray(float[]) - Method in class jpicedt.graphic.PicPoint
 
TOFRONT - Static variable in class jpicedt.graphic.toolkit.EditorKit.EditDispositionAction
Action command for bringing elements to front
toFront() - Method in interface jpicedt.widgets.MDIComponent
 
toggleCompoundMode() - Method in class jpicedt.graphic.model.BranchElement
Toggles whether this group should be painted as a single path or not.
ToggleConvexZoneToolBarEvent - Class in jpicedt.graphic.event
 
ToggleConvexZoneToolBarEvent() - Constructor for class jpicedt.graphic.event.ToggleConvexZoneToolBarEvent
 
ToggleConvexZoneToolBarListener - Interface in jpicedt.graphic.event
 
toggleConvexZoneToolBarUpdate(ToggleConvexZoneToolBarEvent) - Method in interface jpicedt.graphic.event.ToggleConvexZoneToolBarListener
 
toggleDockablePanel(String) - Method in class jpicedt.ui.MDIManager
Toggle the visible state of the dockable pane with the given key.
toggleHighlightingMode() - Method in class jpicedt.graphic.model.PicGroup
Toggle the current highlighting mode
toggleHighlightingMode() - Method in class jpicedt.graphic.view.highlighter.CompositeHighlighter
Toggle the current highlighting mode.
togglePathClosure() - Method in class jpicedt.graphic.model.BranchElement
Toggles the closure of the path generated by the children of this BranchElement.
toggleVisible() - Method in class jpicedt.ui.MDIManager.DockablePanel
returns true if this DockablePanel is currently visible public boolean isVisible(){ return mdiComponent.isVisible(); }
toMm(double) - Method in class jpicedt.graphic.PicPoint
Convert a PicPoint with coordinates expressed in the given unitlenth (expressed in mm), to a new PicPoint in mm coordinates.
toMm(double, double) - Method in class jpicedt.graphic.PicPoint
Convert a PicPoint with coordinate expressed in the given unitlenths along X- and Y-axis (the latter being expressed in mm) to a new PicPoint in mm coordinate.
toParalleloBasisCoordinates(PicPoint, PicPoint, PicVector) - Method in class jpicedt.graphic.model.PicParallelogram
Compute the contravariant coordinate of the given point "ptSrc" along the "l2r" and "b2t" vectors of the parallelogram's basis, the origin of the basis being set at "ptOrg" This simply reduces to a contravariant change of coordinates from the cartesian basis to the (non-orthonormalized) parallelogram basis.
toPstricksString(StyleConstants.ArrowStyle, ArrowView.Direction) - Static method in class jpicedt.format.output.pstricks.PstricksUtilities
 
toString() - Method in class jpicedt.format.input.DefaultParser
 
toString() - Method in class jpicedt.format.input.latex.BeginPictureExpression
 
toString() - Method in class jpicedt.format.input.latex.EndPictureExpression
 
toString() - Method in class jpicedt.format.input.latex.LaTeXInstanciationExpression
 
toString() - Method in class jpicedt.format.input.latex.LaTeXPutExpression
 
toString() - Method in class jpicedt.format.input.latex.LineThicknessExpression
 
toString() - Method in class jpicedt.format.input.latex.PicBezierExpression
 
toString() - Method in class jpicedt.format.input.latex.PicEllipseExpression
 
toString() - Method in class jpicedt.format.input.latex.PicEndExpression
 
toString() - Method in class jpicedt.format.input.latex.PicLineExpression
 
toString() - Method in class jpicedt.format.input.latex.PicPolygonExpression
 
toString() - Method in class jpicedt.format.input.latex.PicRectangleExpression
 
toString() - Method in class jpicedt.format.input.latex.UnitLengthExpression
 
toString() - Method in class jpicedt.format.input.pstricks.BeginPsPictureExpression
 
toString() - Method in class jpicedt.format.input.pstricks.PsArcExpression
 
toString() - Method in class jpicedt.format.input.pstricks.PsBezierExpression
 
toString() - Method in class jpicedt.format.input.pstricks.PsCircleExpression
 
toString() - Method in class jpicedt.format.input.pstricks.PsEllipseExpression
 
toString() - Method in class jpicedt.format.input.pstricks.PsFrameExpression
 
toString() - Method in class jpicedt.format.input.pstricks.PsObjectExpression
 
toString() - Method in class jpicedt.format.input.pstricks.PsPolygonExpression
 
toString() - Method in class jpicedt.format.input.pstricks.PsQDiskExpression
 
toString() - Method in class jpicedt.format.input.pstricks.PsQLineExpression
 
toString() - Method in class jpicedt.format.input.pstricks.PsRPutExpression
 
toString() - Method in class jpicedt.format.input.pstricks.PSTInstanciationExpression
 
toString() - Method in class jpicedt.format.input.pstricks.PSTParametersExpression
 
toString() - Method in class jpicedt.format.input.pstricks.UserDefinedColorExpression
 
toString() - Method in class jpicedt.format.input.util.AlternateExpression
 
toString() - Method in class jpicedt.format.input.util.Context
 
toString() - Method in class jpicedt.format.input.util.EnclosingExpression
 
toString() - Method in class jpicedt.format.input.util.InstanciationExpression
 
toString() - Method in class jpicedt.format.input.util.LiteralExpression
 
toString() - Method in class jpicedt.format.input.util.NumericalExpression
 
toString() - Method in class jpicedt.format.input.util.OptionalExpression
 
toString() - Method in class jpicedt.format.input.util.ParserEvent
 
toString() - Method in class jpicedt.format.input.util.PicPointExpression
 
toString() - Method in class jpicedt.format.input.util.Pool.Key
 
toString() - Method in class jpicedt.format.input.util.Pool
 
toString() - Method in class jpicedt.format.input.util.RegExExpression
 
toString() - Method in exception jpicedt.format.input.util.REParserException
Convenience call to getMessage()
toString() - Method in class jpicedt.format.input.util.RepeatExpression
 
toString() - Method in class jpicedt.format.input.util.SequenceExpression
 
toString() - Method in class jpicedt.format.input.util.StatementExpression
 
toString() - Method in class jpicedt.format.input.util.WhiteSpacesOrEOL
 
toString() - Method in class jpicedt.format.input.util.WildCharExpression
 
toString() - Method in class jpicedt.format.input.util.WordExpression
 
toString() - Method in class jpicedt.format.output.dxf.DXFStringBuffer
 
toString() - Method in enum jpicedt.format.output.tikz.ParameterString.TikzDrawCommand
 
toString() - Method in class jpicedt.graphic.event.ConvexZoneSelectionEvent.EventType
 
toString() - Method in class jpicedt.graphic.event.ConvexZoneSelectionEvent
Une représentation textuel de cet événement.
toString() - Method in class jpicedt.graphic.event.EditorKitEvent.EventType
Return the name of this event type ; this can be used by a GUI, but it's in english, so it needs to be localized.
toString() - Method in class jpicedt.graphic.event.EditorKitEvent
Return a String representation of this event for debugging purpose.
toString() - Method in class jpicedt.graphic.event.HelpMessageEvent
Return a String representation of this event for debugging purpose.
toString() - Method in class jpicedt.graphic.event.PEEventMulticaster
 
toString() - Method in class jpicedt.graphic.event.PEMouseEvent
 
toString() - Method in class jpicedt.graphic.event.RotateEvent
a textual representation of this event
toString() - Method in class jpicedt.graphic.event.SelectionEvent.EventType
 
toString() - Method in class jpicedt.graphic.event.SelectionEvent
a textual representation of this event
toString() - Method in class jpicedt.graphic.event.ZoomEvent
a textual representation of this event
toString() - Method in class jpicedt.graphic.io.formatter.AbstractFormatterFactory
 
toString() - Method in exception jpicedt.graphic.io.parser.ParserException.UnrecognizedFileFormat
 
toString() - Method in class jpicedt.graphic.io.util.UserDataLine
 
toString() - Method in class jpicedt.graphic.model.AbstractCurve
Returns a string for debugging purpose.
toString() - Method in class jpicedt.graphic.model.AbstractElement
Returns a String representation of the attribute set for this AbstractElement
toString() - Method in class jpicedt.graphic.model.BranchElement
Returns a String representing the group for debugging use only.
toString() - Method in class jpicedt.graphic.model.Drawing.DefaultDrawingEvent
 
toString() - Method in class jpicedt.graphic.model.Drawing
Returns a String representing the drawing for debugging use only.
toString() - Method in class jpicedt.graphic.model.PicAttributeName
 
toString() - Method in class jpicedt.graphic.model.PicAttributeSet
Returns a text representation of this attribute set, for debugging purpose
toString() - Method in class jpicedt.graphic.model.PicCircleFrom3Points
Implementation of the Object.toString() method, used for debugging purpose
toString() - Method in class jpicedt.graphic.model.PicEllipse
Implementation of the Object.toString() method, used for debugging purpose
author: Sylvain Reynal
toString() - Method in class jpicedt.graphic.model.PicGroup
Returns a String representing the group for debugging use only.
toString() - Method in class jpicedt.graphic.model.PicMultiCurve
Return a string for debugging purpose.
toString() - Method in class jpicedt.graphic.model.PicNodeConnection
 
toString() - Method in class jpicedt.graphic.model.PicParallelogram
Implementation of the Object.toString() method, used for debugging purpose
toString() - Method in class jpicedt.graphic.model.PicPsCurve
Used for debugging purpose.
toString() - Method in class jpicedt.graphic.model.PicSmoothPolygon
Used for debugging purpose.
toString() - Method in enum jpicedt.graphic.model.PicText.FrameStyle
 
toString() - Method in enum jpicedt.graphic.model.PicText.HorAlign
 
toString() - Method in enum jpicedt.graphic.model.PicText.TextIcon
 
toString() - Method in enum jpicedt.graphic.model.PicText.TextMode
 
toString() - Method in class jpicedt.graphic.model.PicText
 
toString() - Method in enum jpicedt.graphic.model.PicText.VertAlign
 
toString() - Method in enum jpicedt.graphic.model.StyleConstants.ArrowStyle
 
toString() - Method in enum jpicedt.graphic.model.StyleConstants.Dimen
 
toString() - Method in enum jpicedt.graphic.model.StyleConstants.FillStyle
 
toString() - Method in enum jpicedt.graphic.model.StyleConstants.LineStyle
 
toString() - Method in enum jpicedt.graphic.model.StyleConstants.PolydotsStyle
 
toString() - Method in class jpicedt.graphic.PicPoint
Return a "(x,y)" string representing this point.
toString() - Method in class jpicedt.graphic.toolkit.AbstractMouseTransformFactory.SelectAreaTransform
 
toString() - Method in class jpicedt.graphic.toolkit.ConvexZone
Renvoie une String décrivant this à des fin de débogage.
toString() - Method in class jpicedt.graphic.toolkit.ConvexZoneHitInfo.Stroke
 
toString() - Method in class jpicedt.graphic.toolkit.ConvexZoneSet.DefaultConvexZoneEvent
 
toString() - Method in class jpicedt.graphic.toolkit.DefaultSelectionHandler
Returns a String representing the group for debugging use only.
toString() - Method in class jpicedt.graphic.toolkit.EditConvexZoneMouseTransformFactory.MoveConvexZoneTransform
 
toString() - Method in class jpicedt.graphic.toolkit.EditConvexZoneMouseTransformFactory.SelectConvexZonesInAreaTransform
 
toString() - Method in class jpicedt.graphic.toolkit.EditElementMouseTransformFactory._MoveControlPointTransform
 
toString() - Method in class jpicedt.graphic.toolkit.EditElementMouseTransformFactory._MoveElementTransform
 
toString() - Method in class jpicedt.graphic.toolkit.EditElementMouseTransformFactory.MoveControlPointTransform
 
toString() - Method in class jpicedt.graphic.toolkit.EditElementMouseTransformFactory.MoveElementTransform
 
toString() - Method in class jpicedt.graphic.toolkit.EditElementMouseTransformFactory.SelectElementsDialogTransform
 
toString() - Method in class jpicedt.graphic.toolkit.EditElementMouseTransformFactory.SelectElementsInAreaTransform
 
toString() - Method in class jpicedt.graphic.toolkit.EditPointMouseTransformFactory.EditSmoothCoeffTransform
 
toString() - Method in class jpicedt.graphic.toolkit.EditPointMouseTransformFactory.RemovePointTransform
 
toString() - Method in class jpicedt.graphic.toolkit.EditPointMouseTransformFactory.SelectedPointsHandler
 
toString() - Method in class jpicedt.graphic.toolkit.EditPointMouseTransformFactory.SelectPointsInAreaTransform
 
toString() - Method in class jpicedt.graphic.toolkit.EditPointMouseTransformFactory.SplitSegmentTransform
 
toString() - Method in class jpicedt.graphic.toolkit.EditPointMouseTransformFactory.UnSelectPointTransform
 
toString() - Method in class jpicedt.graphic.util.ConvexPolygonalZone.HalfPlane
 
toString() - Method in class jpicedt.graphic.util.ConvexPolygonalZone
 
toString() - Method in class jpicedt.graphic.util.ConvexPolygonalZoneBoundary
 
toString() - Method in class jpicedt.graphic.util.VecPolynomial
Convertit le polynôme this en une chaîne de caractère humainement lisible à des fin de débogage.
toString() - Method in class jpicedt.graphic.view.DefaultViewFactory
 
toString() - Method in class jpicedt.graphic.view.HitInfo.Composite
 
toString() - Method in class jpicedt.graphic.view.HitInfo.EnvelopeStroke
Deprecated.  
toString() - Method in class jpicedt.graphic.view.HitInfo.HighlighterStroke
 
toString() - Method in class jpicedt.graphic.view.HitInfo.Interior
 
toString() - Method in class jpicedt.graphic.view.HitInfo.List
 
toString() - Method in class jpicedt.graphic.view.HitInfo.Point
 
toString() - Method in class jpicedt.graphic.view.HitInfo.Stroke
 
toString() - Method in class jpicedt.graphic.view.HitInfo.Text
 
toString() - Method in enum jpicedt.ui.dialog.YesNoAskMe
 
toString() - Method in class jpicedt.util.math.Complex
Converts a Complex into a String of the form (a + bi).
toString() - Method in class jpicedt.util.math.Interval
 
toString() - Method in class jpicedt.util.math.IntervalUnion
Convertit this en chaîne de caractère, pour débogage uniquement
toString() - Method in class jpicedt.util.math.Matrix
Convertit la matrice this en chaîne de charactère pour débogage
toString() - Method in class jpicedt.util.math.Polynomial
Convertit le polynôme this en une chaîne de caractère à des fin de débogage.
toString() - Method in class jpicedt.util.math.PolynomialRealRoot
Convertit this en chaîne de caractère à des fins de débogage.
toTZArrow(StyleConstants.ArrowStyle) - Static method in class jpicedt.format.output.tikz.TikzUtilities
Convertit un style de pointe de flèche ArrowStyle en l'énumérer TZArrow correspondant décrivant son codage en TikZ.
toXML() - Method in class jpicedt.graphic.io.formatter.XmlAttributeSet
Returns a buffer constructed by iterating over the entries in this and appending a name="value" string to the buffer for each attribute.
toYesNoAskMe(String) - Static method in enum jpicedt.ui.dialog.YesNoAskMe
 
TransferableGraphic - Class in jpicedt.graphic.toolkit
Wrapper for Element's that can be transfered to/from a Clipboard.
TransferableGraphic(Element[], String, PECanvas) - Constructor for class jpicedt.graphic.toolkit.TransferableGraphic
Construct a new TransferableGraphic from a clone of the given elements and the given String containing the formatted representation of the elements (this depends on the ContentType of of the caller).
translate(double, double) - Method in class jpicedt.graphic.model.AbstractCurve.CtrlPtSubsetAbstractCurve
 
translate(double, double) - Method in class jpicedt.graphic.model.AbstractCurve
Translate this Element by (dx,dy) ; this implementation translates the bezier points.
translate(double, double) - Method in class jpicedt.graphic.model.BranchElement
Translate children by the given vector.
translate(double, double) - Method in interface jpicedt.graphic.model.CtrlPtSubset
 
translate(double, double) - Method in class jpicedt.graphic.model.CtrlPtSubsetGroup
 
translate(double, double) - Method in class jpicedt.graphic.model.CtrlPtSubsetPlain
 
translate(double, double) - Method in interface jpicedt.graphic.model.Element
Translate this object by (dx,dy)
translate(double, double) - Method in class jpicedt.graphic.model.PicCircleFrom3Points
Translate this circle by (dx,dy)
translate(double, double) - Method in class jpicedt.graphic.model.PicMultiCurve
Translate this Element by (dx,dy) ; this implementation translates the specification-points, then fires a changed-update event.
translate(double, double) - Method in class jpicedt.graphic.model.PicNodeConnection
Translate both nodes and connections by the given vector
translate(double, double) - Method in class jpicedt.graphic.model.PicParallelogram
Translate this Element by (dx,dy) ; this implementation translates the specification-points, then fires a changed-update event.
translate(double, double) - Method in class jpicedt.graphic.model.PicPsCurve
Translate this Element by (dx,dy) ; this implementation translates the specification-points, then fires a changed-update event.
translate(double, double) - Method in class jpicedt.graphic.model.PicSmoothPolygon
Translate this Element by (dx,dy) ; this implementation translates the specification-points, then fires a changed-update event.
translate(double, double) - Method in class jpicedt.graphic.model.PicText
Translate this Element by (dx,dy) ; this implementation translates the specification-points, then fires a changed-update event.
translate(double, double) - Method in class jpicedt.graphic.PicPoint
translates this point by (dx,dy)
translate(PicPoint) - Method in class jpicedt.graphic.PicPoint
translates this point by (p.x, p.y), ie the given point is considered as a translation vector.
translate(PicPoint, PicPoint) - Method in class jpicedt.graphic.PicPoint
translates this point by (p2.x-p1.x, p2.y-p2.y), ie the given point is considered as a translation vector build from the two given points.
translate(PicPoint, double) - Method in class jpicedt.graphic.PicPoint
translates this point by a*(p.x, p.y), ie the given point is considered as a translation vector scaled by the given double.
translate(PicPoint, PicPoint, double) - Method in class jpicedt.graphic.PicPoint
translates this point by a*(p2.x-p1.x, p2.y-p2.y), ie the given point is considered as a translation vector build from the two given points, then scaled by the given double.
translate(double, double) - Method in class jpicedt.graphic.toolkit.ConvexZone
 
translate(double, double) - Method in class jpicedt.graphic.toolkit.ConvexZoneGroup
 
TWO_PI - Static variable in class jpicedt.format.output.dxf.DXFConstants
 
TWO_PI - Static variable in class jpicedt.util.math.Complex
Twice PI radians is the same thing as 360 degrees.
type - Variable in class jpicedt.graphic.event.ConvexZoneSelectionEvent
the event type
type - Variable in class jpicedt.graphic.event.SelectionEvent
the event type

U

U_SHAPED - Static variable in class jpicedt.graphic.toolkit.ConvexZoneToolFactory
 
ucc - Variable in class jpicedt.graphic.toolkit.AbstractMouseTransformFactory
 
ucc - Variable in class jpicedt.graphic.toolkit.SelectionTool
 
UIColorCustomizer - Class in jpicedt.ui.dialog
Un panneau pour éditer les couleur de l'Interface Utilisateur (grille, bureau,…) [pending] selection highlighter colour
UIColorCustomizer(Properties) - Constructor for class jpicedt.ui.dialog.UIColorCustomizer
Constructeur d'un nouveau panneau pour l'édition des couleur Interface Utilisateur.
UL - Static variable in class jpicedt.graphic.model.PicGroup
 
UM - Static variable in class jpicedt.graphic.model.PicGroup
 
undo() - Method in class jpicedt.graphic.PECanvas
Défait le dernier changement.
undoableActionPerformed(ActionEvent) - Method in class jpicedt.graphic.toolkit.EditorKit.CutAction
 
undoableActionPerformed(ActionEvent) - Method in class jpicedt.graphic.toolkit.EditorKit.DeleteAction
 
undoableActionPerformed(ActionEvent) - Method in class jpicedt.graphic.toolkit.EditorKit.GroupAction
 
undoableActionPerformed(ActionEvent) - Method in class jpicedt.graphic.toolkit.EditorKit.JoinCurvesAction
 
undoableActionPerformed(ActionEvent) - Method in class jpicedt.graphic.toolkit.EditorKit.PasteAction
 
undoableActionPerformed(ActionEvent) - Method in class jpicedt.graphic.toolkit.PEAbstractAction
called by "actionPerformed" ; default implementation does nothing.
undoableActionPerformed(ActionEvent) - Method in class jpicedt.JPicEdt.FileReloadAction
 
undoableActionPerformed(ActionEvent) - Method in class jpicedt.JPicEdt.FragmentInsertAction
 
undoableEditHappened(UndoableEditEvent) - Method in class jpicedt.ui.MDIManager.BoardEventHandler
Handler for "UndoableEdit" events sourced by PECanvas.
undoableEditSupport - Variable in class jpicedt.graphic.PECanvas
the UndoableEditSupport delegate for UndoableEditEvent firing
undoManager - Variable in class jpicedt.graphic.PECanvas
the UndoManager delegate for undo/redo operation
unGroup() - Method in class jpicedt.graphic.model.PicGroup
Fetch all Element's belonging to the given PicGroup and add them to its parent, removing the given PicGroup from its parent afterward.
union(IntervalUnion) - Method in class jpicedt.util.math.IntervalUnion
réunit this aux intervalles dans l'argument x.
union(double[]) - Method in class jpicedt.util.math.IntervalUnion
Unit les intervalle dans this aux intervalle dans l'argument x
union(Interval) - Method in class jpicedt.util.math.IntervalUnion
Unit l'intervalle x à this.
UNIT - Static variable in class jpicedt.format.input.pstricks.PsUnitLengthExpression
 
UnitLengthExpression - Class in jpicedt.format.input.latex
\\unitlength value
\\setlength{\\unitlength}{value}

where value's permitted syntaxs are : 0.11, 0.11mm, 0.11cm, 0.11pt with possible leading whitespaces before the "unit".
UnitLengthExpression(Pool) - Constructor for class jpicedt.format.input.latex.UnitLengthExpression
 
unmap(Class<? extends Element>) - Method in class jpicedt.graphic.io.formatter.AbstractFormatterFactory
Remove the element/view mapping for the given Element's class in the hashmap responsible for creating Formatter's for Element's.
unmap(Class<? extends Element>) - Method in class jpicedt.graphic.view.DefaultViewFactory
Remove the element/view mapping for the given Element's class in the hashmap responsible for creating View's for Element's.
unmap(Class<? extends Element>) - Method in class jpicedt.graphic.view.highlighter.DefaultHighlighterFactory
 
unRegisterMouseTool(String) - Method in class jpicedt.graphic.toolkit.EditorKit
Unregisters the mouse-tool having the given key from the hashmap of available mouse-tools.
UNSELECT - Static variable in class jpicedt.graphic.event.ConvexZoneSelectionEvent.EventType
an convexZone was unselected
UNSELECT - Static variable in class jpicedt.graphic.event.SelectionEvent.EventType
an element was unselected
unSelect(Element) - Method in class jpicedt.graphic.PECanvas
Unselect the given graphic object.
unSelect(ConvexZone) - Method in class jpicedt.graphic.PECanvas
Unselect the given convex zone.
unSelectAll() - Method in class jpicedt.graphic.PECanvas
Unselect every object in this drawing.
unSelectPoint(int) - Method in class jpicedt.graphic.toolkit.EditPointMouseTransformFactory.SelectedPointsHandler
removes the given point index to the selection
update() - Method in class jpicedt.ui.internal.InternalFrameMDIManager
Updates local properties from the JPicEdt's preferences (e.g.
update() - Method in class jpicedt.ui.MDIManager
Updates local properties from the JPicEdt's preferences (e.g.
updateAccelerators() - Method in class jpicedt.ui.internal.InternalFrameMDIManager
Update JMenuItem's accelerators from the key/value pairs stored in JPicEdt's preferences
updateAccelerators() - Method in class jpicedt.ui.internal.JFrameMDIManager
Update JMenuItem's accelerators from the key/value pairs stored in JPicEdt's preferences
updateAccelerators() - Method in class jpicedt.ui.internal.PEMenuBar
Update JMenuItem's accelerators from the key/value pairs stored in JPicEdt's preferences
updateAccelerators() - Method in class jpicedt.ui.MDIManager
Update JMenuItem's accelerators from the key/value pairs stored in JPicEdt's preferences
updateActionState() - Method in class jpicedt.ui.action.ActionRegistry
Update Action's enabled-state according to the current state of the installed MDIManager.
updateAxis() - Method in class jpicedt.graphic.model.PicEllipse
Compute the axes of the ellipse (smallAxis, greatAxis), and the rotated angles in terms of the skew angles.
updateBoundingBox() - Method in class jpicedt.graphic.model.BranchElement
Update the bounding box by "unioning" the children's bounding box (actually computes the two specification points defining the diagonal of the box).
updateControlPoints(int) - Method in class jpicedt.graphic.model.PicCircleFrom3Points
Update the values of the three control-points from the geometry of the superclass.
updateCurrentTool(String) - Method in class jpicedt.ui.internal.PEToolBar
Implementation of PropertyChangeListener interface.
updateEllipse() - Method in class jpicedt.graphic.model.PicCircleFrom3Points
This method update the geometry of the superclass, i.e. specification points P_BL, P_BR and P_TL, from the current value of the three control points P_1, P_2, P_3.
updateEllipse() - Method in class jpicedt.graphic.model.PicEllipse
 
updateFragmentsMenu() - Method in class jpicedt.ui.internal.InternalFrameMDIManager
Updates the "fragments" menu items
updateFragmentsMenu() - Method in class jpicedt.ui.internal.JFrameMDIManager
Updates the "fragments" menu items
updateFragmentsMenu() - Method in class jpicedt.ui.internal.PEMenuBar
Updates the "fragments" menu items
updateFragmentsMenu() - Method in class jpicedt.ui.MDIManager
Updates the "fragments" menu items
updateFrame() - Method in class jpicedt.graphic.model.PicText
First computes frame dimensions (frameWidth, etc).
updateLaf() - Static method in class jpicedt.ui.LAFManager
Init LAF from the given Properties using key=KEY_LAF and value = LAF name (as returned by LookAndFeelInfo.getName()).
updateLaf(String) - Static method in class jpicedt.ui.LAFManager
set current LAF from the given LAF name
updateLafFromClassName(String) - Static method in class jpicedt.ui.LAFManager
Set the LAF from the given class name.
updateMenuBar() - Method in class jpicedt.ui.internal.InternalFrameMDIManager
Update the content (i.e.
updateMenuBar() - Method in class jpicedt.ui.internal.JFrameMDIManager
Update the content (i.e.
updateMenuBar() - Method in class jpicedt.ui.internal.PEMenuBar
Update the content (i.e.
updateMenuBar() - Method in class jpicedt.ui.MDIManager
Update the content (i.e.
updateParalleloBasis() - Method in class jpicedt.graphic.model.PicParallelogram
Compute the l2r and b2t vectors of the parallelogram basis from the location of the three specification-points of this parallelogram.
updateRecentFilesSubmenu() - Method in class jpicedt.ui.internal.InternalFrameMDIManager
Updates the "recent files" sub-menu items after a frame was saved or opened.
updateRecentFilesSubmenu() - Method in class jpicedt.ui.internal.JFrameMDIManager
Updates the "recent files" sub-menu items after a frame was saved or opened.
updateRecentFilesSubmenu() - Method in class jpicedt.ui.internal.PEMenuBar
Updates the "recent files" sub-menu items after a frame was saved or opened.
updateRecentFilesSubmenu() - Method in class jpicedt.ui.MDIManager
Updates the "recent files" sub-menu items after a frame was saved or opened.
updateRotatedAngles() - Method in class jpicedt.graphic.model.PicEllipse
Updates values of rotatedAngleStart and rotatedAngleEnd.
updateScriptsMenu() - Method in class jpicedt.ui.internal.InternalFrameMDIManager
Updates the "script" menu items
updateScriptsMenu() - Method in class jpicedt.ui.internal.JFrameMDIManager
Updates the "script" menu items
updateScriptsMenu() - Method in class jpicedt.ui.internal.PEMenuBar
Updates the "script" menu items
updateScriptsMenu() - Method in class jpicedt.ui.MDIManager
Updates the "script" menu items
updateShape(double, double, PicVector) - Method in class jpicedt.graphic.view.ArrowView.CircleCentered
 
updateShape(double, double, PicVector) - Method in class jpicedt.graphic.view.ArrowView.CircleFlushed
 
updateShape(double, double, PicVector) - Method in class jpicedt.graphic.view.ArrowView.DiskCentered
 
updateShape(double, double, PicVector) - Method in class jpicedt.graphic.view.ArrowView.DiskFlushed
 
updateShape(double, double, PicVector) - Method in class jpicedt.graphic.view.ArrowView.DoubleHead
 
updateShape(double, double, PicVector) - Method in class jpicedt.graphic.view.ArrowView.DoubleReverseHead
 
updateShape(double, double, PicVector) - Method in class jpicedt.graphic.view.ArrowView.Head
 
updateShape(double, double, PicVector) - Method in class jpicedt.graphic.view.ArrowView.ReverseHead
 
updateShape(double, double, PicVector) - Method in class jpicedt.graphic.view.ArrowView.RoundedBracket
 
updateShape(double, double, PicVector) - Method in class jpicedt.graphic.view.ArrowView.SquareBracket
 
updateShape(double, double, PicVector) - Method in class jpicedt.graphic.view.ArrowView.TBarCentered
 
updateShape(double, double, PicVector) - Method in class jpicedt.graphic.view.ArrowView.TBarFlushed
 
updateShape(double, double, PicVector) - Method in class jpicedt.graphic.view.ArrowView
To be called when the geometry of the hosting Element changed.
updateShape(PicPoint, PicVector) - Method in class jpicedt.graphic.view.ArrowView
To be called when the geometry of the hosting Element changed.
updateToolkitMenu(PropertyChangeEvent) - Method in class jpicedt.ui.internal.InternalFrameMDIManager
update currently "selected" menuitem in Toolkit menu
updateToolkitMenu(PropertyChangeEvent) - Method in class jpicedt.ui.internal.JFrameMDIManager
update currently "selected" menuitem in Toolkit menu
updateToolkitMenu(PropertyChangeEvent) - Method in class jpicedt.ui.MDIManager
update currently "selected" menuitem in Toolkit menu
updateUndoRedoMenus(String, String) - Method in class jpicedt.ui.internal.InternalFrameMDIManager
update "undo" and "redo" text
updateUndoRedoMenus(String, String) - Method in class jpicedt.ui.internal.JFrameMDIManager
update "undo" and "redo" text
updateUndoRedoMenus(String, String) - Method in class jpicedt.ui.internal.PEMenuBar
update "undo" and "redo" text
updateUndoRedoMenus(String, String) - Method in class jpicedt.ui.MDIManager
update "undo" and "redo" text
updateWindowMenu() - Method in class jpicedt.ui.internal.InternalFrameMDIManager
Updates the Window menu as soon as an internal frame is opened or closed (this menu keeps tracks of every open internal frames so that the user can activate them quickly by use of a shortcut)
updateWindowMenu() - Method in class jpicedt.ui.internal.JFrameMDIManager
Updates the Window menu as soon as an internal frame is opened or closed (this menu keeps tracks of every open internal frames so that the user can activate them quickly by use of a shortcut)
updateWindowMenu() - Method in class jpicedt.ui.internal.PEMenuBar
Updates the Window menu as soon as an internal frame is opened or closed (this menu keeps tracks of every open internal frames so that the user can activate them quickly by use of a shortcut)
updateWindowMenu() - Method in class jpicedt.ui.MDIManager
Updates the Window menu as soon as an internal frame is opened or closed (this menu keeps tracks of every open internal frames so that the user can activate them quickly by use of a shortcut)
UR - Static variable in class jpicedt.graphic.model.PicGroup
 
USE_SELECTION - Static variable in class jpicedt.graphic.toolkit.ConvexZoneToolFactory
 
uselessHalfPlanes - Variable in class jpicedt.graphic.util.ConvexPolygonalZoneBoundary
 
USER_START_MARK_REGEXP - Static variable in interface jpicedt.graphic.io.parser.JPICXmlExtraction
 
UserConfirmationCache - Class in jpicedt.ui.dialog
Définit le traitement d'une transformation non conforme — c'est à dire ne conservant pas les proportions.
UserConfirmationCache(MDIManager) - Constructor for class jpicedt.ui.dialog.UserConfirmationCache
 
UserConfirmationCache.Confirmation - Interface in jpicedt.ui.dialog
Donne la confirmation dans un cas donné.
UserConfirmationCache.ConfirmationNo - Class in jpicedt.ui.dialog
Refuse toujours.
UserConfirmationCache.ConfirmationNo() - Constructor for class jpicedt.ui.dialog.UserConfirmationCache.ConfirmationNo
 
UserConfirmationCache.ConfirmationYes - Class in jpicedt.ui.dialog
Accepte toujours.
UserConfirmationCache.ConfirmationYes() - Constructor for class jpicedt.ui.dialog.UserConfirmationCache.ConfirmationYes
 
UserDataCommentedLine - Class in jpicedt.graphic.io.util
Une ligne de données utilisateur dans un fichier ayant un format de sauvegarde jPicEdt qui apparaît dans un commentaire du format d'encodage.
UserDataCommentedLine(String) - Constructor for class jpicedt.graphic.io.util.UserDataCommentedLine
 
UserDataLine - Class in jpicedt.graphic.io.util
Ligne de donnée utilisateur extraite d'un fichier ayant un format de sauvegarde jPicEdt
UserDataLine(String) - Constructor for class jpicedt.graphic.io.util.UserDataLine
 
UserDataVerbatimLine - Class in jpicedt.graphic.io.util
Une ligne de données utilisateur dans un fichier ayant un format de sauvegarde jPicEdt qui n'apparaît pas commentée.
UserDataVerbatimLine(String) - Constructor for class jpicedt.graphic.io.util.UserDataVerbatimLine
 
UserDefinedColorExpression - Class in jpicedt.format.input.pstricks
Parse statement defining user-colours, that is : \\newgray{user-def colour name}{num} (where num is a gray scale specification b/w 0 and 1)
\\newrgbcolor{user-def-colour-name}{num1 num2 num3} (where num are numbers b/w 0 and 1)
\\newhsbcolor{user-def-colour-name}{num1 num2 num3} (where num are numbers b/w 0 and 1)
\\newcmykcolor{user-def-colour-name}{num1 num2 num3 num4} (where num are numbers b/w 0 and 1)
Colour names may contain letters and numbers.
UserDefinedColorExpression(Pool) - Constructor for class jpicedt.format.input.pstricks.UserDefinedColorExpression
Constructor for the UserDefinedColorExpression object
UserSettingsDirectory - Class in jpicedt.jpicedt_env
Cette classe sert de conteneur pour la fonction statique getUserSettingsDirectory.
UserSettingsDirectory() - Constructor for class jpicedt.jpicedt_env.UserSettingsDirectory
 

V

value() - Method in enum jpicedt.format.output.tikz.TikzCustomProperties.ChangedPropertyMask
 
value() - Method in enum jpicedt.format.output.util.ColorFormatter.ColorEncoding
 
value() - Method in enum jpicedt.graphic.model.CtrlPtSubset.CZExtension
 
valueOf(String) - Static method in enum jpicedt.format.output.dxf.DXFConstants.DXFVersion
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum jpicedt.format.output.pstricks.PstricksConstants.PSTArrow
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum jpicedt.format.output.pstricks.PstricksConstants.PstricksAngleCorrection
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum jpicedt.format.output.tikz.ParameterString.TikzDrawCommand
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum jpicedt.format.output.tikz.TikzConstants.DrawFlags
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum jpicedt.format.output.tikz.TikzConstants.TZArrow
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum jpicedt.format.output.tikz.TikzCustomProperties.ChangedPropertyMask
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum jpicedt.format.output.util.ColorFormatter.ColorEncoding
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum jpicedt.graphic.event.ConvexZoneEvent.EventType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum jpicedt.graphic.event.DrawingEvent.EventType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum jpicedt.graphic.model.AbstractCurve.PointType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum jpicedt.graphic.model.BranchElement.CompoundMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum jpicedt.graphic.model.CtrlPtSubset.CZExtension
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum jpicedt.graphic.model.EditPointConstraint.EditConstraint
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum jpicedt.graphic.model.PicText.FrameStyle
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum jpicedt.graphic.model.PicText.HorAlign
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum jpicedt.graphic.model.PicText.TextIcon
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum jpicedt.graphic.model.PicText.TextMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum jpicedt.graphic.model.PicText.VertAlign
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum jpicedt.graphic.model.StyleConstants.ArrowStyle
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum jpicedt.graphic.model.StyleConstants.Dimen
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum jpicedt.graphic.model.StyleConstants.FillStyle
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum jpicedt.graphic.model.StyleConstants.LineStyle
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum jpicedt.graphic.model.StyleConstants.PolydotsStyle
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum jpicedt.graphic.PECanvas.SelectionBehavior
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum jpicedt.graphic.toolkit.CustomizerDialog.ButtonMask
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum jpicedt.graphic.toolkit.MouseTool.MouseToolType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum jpicedt.graphic.util.AbstractEraser.ErasureStatus
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum jpicedt.graphic.view.ArrowView.Direction
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum jpicedt.graphic.view.ArrowView.Pencil
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum jpicedt.graphic.view.highlighter.CompositeHighlighter.HighlightingMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum jpicedt.MiscUtilities.ContentTypeBasics
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum jpicedt.ui.dialog.YesNoAskMe
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum jpicedt.ui.util.RunExternalCommand.Command
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum jpicedt.util.math.IntervalUnion.CopyIntoAllocPolicy
Returns the enum constant of this type with the specified name.
values() - Static method in enum jpicedt.format.output.dxf.DXFConstants.DXFVersion
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum jpicedt.format.output.pstricks.PstricksConstants.PSTArrow
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum jpicedt.format.output.pstricks.PstricksConstants.PstricksAngleCorrection
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum jpicedt.format.output.tikz.ParameterString.TikzDrawCommand
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum jpicedt.format.output.tikz.TikzConstants.DrawFlags
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum jpicedt.format.output.tikz.TikzConstants.TZArrow
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum jpicedt.format.output.tikz.TikzCustomProperties.ChangedPropertyMask
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum jpicedt.format.output.util.ColorFormatter.ColorEncoding
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum jpicedt.graphic.event.ConvexZoneEvent.EventType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum jpicedt.graphic.event.DrawingEvent.EventType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum jpicedt.graphic.model.AbstractCurve.PointType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum jpicedt.graphic.model.BranchElement.CompoundMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum jpicedt.graphic.model.CtrlPtSubset.CZExtension
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum jpicedt.graphic.model.EditPointConstraint.EditConstraint
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum jpicedt.graphic.model.PicText.FrameStyle
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum jpicedt.graphic.model.PicText.HorAlign
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum jpicedt.graphic.model.PicText.TextIcon
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum jpicedt.graphic.model.PicText.TextMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum jpicedt.graphic.model.PicText.VertAlign
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum jpicedt.graphic.model.StyleConstants.ArrowStyle
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum jpicedt.graphic.model.StyleConstants.Dimen
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum jpicedt.graphic.model.StyleConstants.FillStyle
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum jpicedt.graphic.model.StyleConstants.LineStyle
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum jpicedt.graphic.model.StyleConstants.PolydotsStyle
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum jpicedt.graphic.PECanvas.SelectionBehavior
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum jpicedt.graphic.toolkit.CustomizerDialog.ButtonMask
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum jpicedt.graphic.toolkit.MouseTool.MouseToolType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum jpicedt.graphic.util.AbstractEraser.ErasureStatus
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum jpicedt.graphic.view.ArrowView.Direction
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum jpicedt.graphic.view.ArrowView.Pencil
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum jpicedt.graphic.view.highlighter.CompositeHighlighter.HighlightingMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum jpicedt.MiscUtilities.ContentTypeBasics
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum jpicedt.ui.dialog.YesNoAskMe
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum jpicedt.ui.util.RunExternalCommand.Command
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum jpicedt.util.math.IntervalUnion.CopyIntoAllocPolicy
Returns an array containing the constants of this enum type, in the order they are declared.
VecPolynomial - Class in jpicedt.graphic.util
Polynôme monovarié dans l'espace des PicVector.
VecPolynomial(int, int) - Constructor for class jpicedt.graphic.util.VecPolynomial
construit un polynôme nul en allouant en interne la mémoire pour les coefficient de leastDegree à degree
VecPolynomial(int, int, PicVector[]) - Constructor for class jpicedt.graphic.util.VecPolynomial
construit un polynôme.
vectorLinAp(double[][], PicVector) - Static method in class jpicedt.graphic.util.LinearAlgebra
Fait le produit d'une matrice 2×2 matrix et d'un vecteur x, affecte le résultat à x, et retourne le résultat.
verbatimWriteLine(String) - Method in class jpicedt.format.output.util.BaseCommentFormatter
 
verbatimWriteLine(String) - Method in interface jpicedt.graphic.io.formatter.CommentFormatting
 
version - Variable in class jpicedt.graphic.io.parser.JPICXmlExtraction.ExtractedXml
 
VERSION - Static variable in class jpicedt.util.math.Complex
 
Version - Class in jpicedt
contains static methods that return version information
Version() - Constructor for class jpicedt.Version
 
view - Variable in class jpicedt.graphic.model.AbstractElement
the view that render this element
View - Interface in jpicedt.graphic.view
A View is a graphic representation of an Element.
view2Model(PicPoint, PicPoint) - Method in class jpicedt.graphic.PECanvas
Converts a point from the pixel-coordinate system to the model-coordinate system.
view2ModelTransform - Variable in class jpicedt.graphic.PECanvas
the AffineTransform used to translate from mouse-coordinates to model-coordinates; gets updated each time model2ViewTransform changes
ViewConstants - Class in jpicedt.graphic.view
Useful constants for implementation of the View and Highlighter interfaces.
ViewConstants() - Constructor for class jpicedt.graphic.view.ViewConstants
 
ViewFactory - Interface in jpicedt.graphic.view
A factory to create a View for a given Element.
ViewFormattedStringDialog - Class in jpicedt.ui.dialog
This class implements a dialog box that displays the LaTeX/PsTricks/... formatted string and allows the user to edit, then (re)parse the text.
ViewFormattedStringDialog(PECanvas, MDIManager) - Constructor for class jpicedt.ui.dialog.ViewFormattedStringDialog
 
viewToModel(Shape) - Method in class jpicedt.graphic.PECanvas
Converts a Shape from the pixel-coordinate system to the model-coordinate system.
visible - Variable in class jpicedt.graphic.event.ToggleConvexZoneToolBarEvent
visible est vrai ssi le panneau ConvexZoneToolBar est visible.

W

W_RESIZE - Static variable in class jpicedt.graphic.toolkit.CursorFactory
 
warning(SAXParseException) - Method in class jpicedt.graphic.io.parser.JPICXmlHandler
 
warning(String) - Static method in class jpicedt.Log
 
weakCommentFormat(String) - Method in class jpicedt.format.output.dxf.DXFCommentFormatter
 
weakCommentFormat(String) - Method in class jpicedt.format.output.util.TeXCommentFormatter
 
weakCommentFormat(String) - Method in interface jpicedt.graphic.io.formatter.CommentFormatting
 
weakCopy(ParsedDrawing) - Method in class jpicedt.graphic.io.parser.ParsedDrawing
 
WEDGE - Static variable in class jpicedt.format.input.pstricks.PsArcExpression
 
WHITE_SPACES - Static variable in class jpicedt.format.input.util.ExpressionConstants
placeholder for WildSpaces expression (which is used pretty often)
WHITE_SPACES_OR_EOL - Static variable in class jpicedt.format.input.util.ExpressionConstants
placeholder for WildSpacesOrEOL expression (which is used pretty often)
WhiteSpaces - Class in jpicedt.format.input.util
Multiple white spaces (w/o line-feeds)
WhiteSpaces() - Constructor for class jpicedt.format.input.util.WhiteSpaces
 
WhiteSpacesOrEOL - Class in jpicedt.format.input.util
Multiple white spaces and/or '\n'
WhiteSpacesOrEOL() - Constructor for class jpicedt.format.input.util.WhiteSpacesOrEOL
 
WholeNumberField - Class in jpicedt.jpicedt_env.widgets
A JtextField that accept only WholeNumbers
WholeNumberField(int, int) - Constructor for class jpicedt.jpicedt_env.widgets.WholeNumberField
 
WholeNumberField.WholeNumberDocument - Class in jpicedt.jpicedt_env.widgets
 
WholeNumberField.WholeNumberDocument() - Constructor for class jpicedt.jpicedt_env.widgets.WholeNumberField.WholeNumberDocument
 
width - Variable in class jpicedt.graphic.model.PicText
dimensions (in latex sense) of the latex box (this does not include frame)
widthMmDEFAULT - Static variable in class jpicedt.graphic.PageFormat
 
WildCharExpression - Class in jpicedt.format.input.util
a RegExp that represents a single occurence of a wild-char, i.e.
WildCharExpression(int) - Constructor for class jpicedt.format.input.util.WildCharExpression
 
WordExpression - Class in jpicedt.format.input.util
A RegExp that parses a word, that is, a string: either composed of letters only, or letters and digits only (see java.lang.Character.isLetter() for details), or terminated by the specified end-delimiter (in which case it may contain chars not restricted to letters)
WordExpression(String, boolean, boolean, boolean) - Constructor for class jpicedt.format.input.util.WordExpression
 
WordExpression(String, boolean, boolean) - Constructor for class jpicedt.format.input.util.WordExpression
Allow line-feed's, i.e. expression may span more than one line.
WordExpression(String, boolean) - Constructor for class jpicedt.format.input.util.WordExpression
Constructor with allowsDigit=false (i.e. only alphabetic character are swallowed if postfix = null), and which allows linefeeds.
WordExpression() - Constructor for class jpicedt.format.input.util.WordExpression
Parse an expression containing letters only, and stops when a non-letter char is found.
write(CommentFormatting) - Method in class jpicedt.graphic.io.util.UserDataLine
 
write(CommentFormatting) - Method in class jpicedt.graphic.io.util.UserDataVerbatimLine
 
write(Writer, boolean) - Method in class jpicedt.graphic.PECanvas
Write drawing content to the given stream.

X

X_AXIS - Static variable in class jpicedt.graphic.PicVector
the (1,0) unit vector ; this may be used to compute e.g. angles, projections, ...
X_COMPARATOR - Static variable in class jpicedt.graphic.PicPoint
 
xGravity - Variable in class jpicedt.ui.dialog.RotateCenterChooser
 
XML_BEGIN_MARK_REGEXP - Static variable in interface jpicedt.graphic.io.parser.JPICXmlExtraction
 
XML_END_MARK_REGEXP - Static variable in interface jpicedt.graphic.io.parser.JPICXmlExtraction
 
XML_HEAD_MARK_FORMAT_GROUP - Static variable in interface jpicedt.graphic.io.parser.JPICXmlExtraction
 
XML_HEAD_MARK_REGEXP - Static variable in interface jpicedt.graphic.io.parser.JPICXmlExtraction
 
XML_HEAD_MARK_VERSION_GROUP - Static variable in interface jpicedt.graphic.io.parser.JPICXmlExtraction
 
XmlAttributeSet - Class in jpicedt.graphic.io.formatter
A map that contains XML-like name=value pairs, to be ultimately formatted as XML.
XmlAttributeSet() - Constructor for class jpicedt.graphic.io.formatter.XmlAttributeSet
Constructs an empty map
XMLizer - Class in jpicedt.graphic.io.formatter
Cette classe permet d'échapper les caractères spéciaux de XML, c'est à dire `<',``>' et `&' respectivement en `&lt;',`&gt;' et `&amp;'.
XMLizer() - Constructor for class jpicedt.graphic.io.formatter.XMLizer
 
XUNIT - Static variable in class jpicedt.format.input.pstricks.PsUnitLengthExpression
 

Y

Y_AXIS - Static variable in class jpicedt.graphic.PicVector
the (0,1) unit vector ; this may be used to compute e.g. angles, projections, ...
Y_COMPARATOR - Static variable in class jpicedt.graphic.PicPoint
 
YesNoAskMe - Enum in jpicedt.ui.dialog
Énuméré donnant trois options pour reconfirmation par l'utilisateur: YESla conformation est affirmée automatiquement sans demander à l'utilisateur NOla confirmation est infirmée automatiquement sans demander à l'utilisateur ASK_MEl'utilisateur est consulté
YesNoAskMe.Keys - Class in jpicedt.ui.dialog
 
YesNoAskMe.Keys() - Constructor for class jpicedt.ui.dialog.YesNoAskMe.Keys
 
yGravity - Variable in class jpicedt.ui.dialog.RotateCenterChooser
 
YUNIT - Static variable in class jpicedt.format.input.pstricks.PsUnitLengthExpression
 

Z

ZERO - Static variable in class jpicedt.util.math.Complex
 
ZOOM - Static variable in class jpicedt.graphic.toolkit.EditorKit
zoom mode
ZOOM_DEFAULT - Static variable in class jpicedt.graphic.PECanvas
 
ZOOM_IN - Static variable in class jpicedt.graphic.toolkit.CursorFactory
 
ZOOM_OUT - Static variable in class jpicedt.graphic.toolkit.CursorFactory
 
ZoomEvent - Class in jpicedt.graphic.event
Class for notifications of zoom-factor changes sourced by a PECanvas.
ZoomEvent(PECanvas, double, double, PicPoint) - Constructor for class jpicedt.graphic.event.ZoomEvent
a new ZoomEvent sourced from the given PECanvas
ZoomListener - Interface in jpicedt.graphic.event
Interface for an observer to receive notifications of changes made to a zoom factor in an instance of PECanvas.
ZoomTool - Class in jpicedt.graphic.toolkit
A mouse tool for EditorKit, which allows to zoom in and out while retaining the current scene at the center of the drawing sheet.
ZoomTool(EditorKit) - Constructor for class jpicedt.graphic.toolkit.ZoomTool
construct a new ZoomTool for the given EditorKit
zoomUpdate(ZoomEvent) - Method in interface jpicedt.graphic.event.ZoomListener
called when the zoom changed in the sourcing PECanvas
zoomUpdate(ZoomEvent) - Method in class jpicedt.ui.PEDrawingBoard.GridZoomToolBar
ZoomListener interface ; called when the zoom changed in the sourcing canvas following a ZoomTool operation -> update widget

_

_changedUpdate(DrawingEvent) - Method in class jpicedt.graphic.toolkit.DefaultSelectionHandler
 
_main(String[]) - Static method in class jpicedt.ui.util.BeanShell
 
_updateAxis() - Method in class jpicedt.graphic.model.PicEllipse
Compute the axes of the ellipse (smallAxis, greatAxis), and the rotated angles in terms of the skew angles.

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 _
http://www.jpicedt.org

Submit a bug : syd@jpicedt.org