Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
A
- about(String) - Static method in class net.sf.jaxodraw.util.JaxoInfo
-
Returns a string with some 'About' infos.
- ABOUT - Static variable in class net.sf.jaxodraw.util.JaxoConstants
-
About.
- absoluteName(String) - Static method in class net.sf.jaxodraw.io.JaxoIO
-
Returns the absolute path of the given file name.
- AbstractBaseArrow - Class in net.sf.jaxodraw.object.arrow
-
An arrow for a JaxoObject.
- AbstractBaseArrow() - Constructor for class net.sf.jaxodraw.object.arrow.AbstractBaseArrow
- AbstractJaxoCanvas - Class in net.sf.jaxodraw.gui
-
Abstract base class for the canvas.
- AbstractJaxoCanvas() - Constructor for class net.sf.jaxodraw.gui.AbstractJaxoCanvas
-
Constructor.
- AbstractJaxoHandle - Class in net.sf.jaxodraw.gui.handle
-
An abstract class for handles.
- AbstractJaxoHandle() - Constructor for class net.sf.jaxodraw.gui.handle.AbstractJaxoHandle
- AbstractJaxoPlugin - Class in net.sf.jaxodraw.plugin
-
An abstract superclass for all plugins.
- AbstractJaxoPlugin() - Constructor for class net.sf.jaxodraw.plugin.AbstractJaxoPlugin
-
Protected constructor, initialize properties settings.
- actionPerformed(ActionEvent) - Method in class net.sf.jaxodraw.gui.menu.popup.JaxoFBoxPopupMenu
-
forward to main panel, then fire actionPerformed.
- actionPerformed(ActionEvent) - Method in class net.sf.jaxodraw.gui.panel.edit.JaxoOptionsPanelListener
-
Transmits the changes from an edit panel to the object.
- actionPerformed(ActionEvent) - Method in class net.sf.jaxodraw.gui.panel.JaxoMainPanel
-
Performs an action in reply to an action event on either the menu bar, tool bar, grid bar, tabbed canvas panel or button panel.
- actionPerformed(ActionEvent) - Method in class net.sf.jaxodraw.gui.panel.JaxoTabbedCanvasPanel
- add(Rectangle2D, Rectangle2D) - Static method in class net.sf.jaxodraw.util.JaxoGeometry
-
Add 's' to 'r', but respect isEmpty: is 's' is empty, do nothing; if 'r' is empty, 'r' is set to 's'.
- add(Rectangle, int, int, int, int) - Static method in class net.sf.jaxodraw.util.JaxoGeometry
- add2PointsPanel(Point[], int, int) - Method in class net.sf.jaxodraw.gui.panel.edit.JaxoOptionsPanel
-
Adds a 2PointEdit panel at the given position with the given width.
- add2PointsPanel(Point[], int, int) - Method in interface net.sf.jaxodraw.object.JaxoObjectEditPanel
-
Adds a 2PointEdit panel at the given position with the given width.
- add3PointsPanel(Point[], int, int) - Method in class net.sf.jaxodraw.gui.panel.edit.JaxoOptionsPanel
-
Adds a 3points panel at the given position.
- add3PointsPanel(Point[], int, int) - Method in interface net.sf.jaxodraw.object.JaxoObjectEditPanel
-
Adds a 3points panel at the given position.
- add3PointsPanel(Point[], int, int, int) - Method in class net.sf.jaxodraw.gui.panel.edit.JaxoOptionsPanel
-
Adds a 3points panel at the given position with the given width.
- add3PointsPanel(Point[], int, int, int) - Method in interface net.sf.jaxodraw.object.JaxoObjectEditPanel
-
Adds a 3points panel at the given position with the given width.
- add4PointsPanel(Point[], int, int) - Method in class net.sf.jaxodraw.gui.panel.edit.JaxoOptionsPanel
-
Adds a 4points panel at the given position.
- add4PointsPanel(Point[], int, int) - Method in interface net.sf.jaxodraw.object.JaxoObjectEditPanel
-
Adds a 4points panel at the given position.
- add4PointsPanel(Point[], int, int, int) - Method in class net.sf.jaxodraw.gui.panel.edit.JaxoOptionsPanel
-
Adds a 4points panel at the given position with the given width.
- add4PointsPanel(Point[], int, int, int) - Method in interface net.sf.jaxodraw.object.JaxoObjectEditPanel
-
Adds a 4points panel at the given position with the given width.
- addActionListener(ActionListener) - Method in class net.sf.jaxodraw.gui.menu.JaxoMenu
-
Adds an ActionListener to this menu and all its items.
- addActionListener(ActionListener) - Method in class net.sf.jaxodraw.gui.menu.popup.JaxoFBoxPopupMenu
-
Action events will be fire when the menu is "closed" - either because an item was chosen or because it was cancelled.
- addActionListener(ActionListener) - Method in class net.sf.jaxodraw.gui.menu.popup.JaxoVertexPopupMenu
-
Adds an action listener to this popup menu.
- addActionListener(ActionListener) - Method in class net.sf.jaxodraw.gui.menu.popup.JaxoZoomPopupMenu
-
Adds an action listener to this popup menu.
- addActionListener(ActionListener) - Method in class net.sf.jaxodraw.gui.panel.button.JaxoActionButtons
-
Adds the given ActionListener to all buttons in this panel.
- addActionListener(ActionListener) - Method in class net.sf.jaxodraw.gui.panel.button.JaxoEditButtons
-
Adds the given ActionListener to all buttons in this panel.
- addActionListener(ActionListener) - Method in class net.sf.jaxodraw.gui.panel.button.JaxoGridButtons
-
Adds the given ActionListener to all buttons in this panel.
- addActionListener(ActionListener) - Method in class net.sf.jaxodraw.gui.panel.button.JaxoMiscButtons
-
Adds the given ActionListener to all buttons in this panel.
- addActionListener(ActionListener) - Method in class net.sf.jaxodraw.gui.panel.button.JaxoParticleButtons
-
Adds the given ActionListener to all buttons in this panel.
- addArrowOptionsEditPanel(JaxoArrow, int, int) - Method in class net.sf.jaxodraw.gui.panel.edit.JaxoOptionsPanel
-
Adds an edit panel for an arrow at the given position.
- addArrowOptionsEditPanel(JaxoArrow, int, int) - Method in interface net.sf.jaxodraw.object.JaxoObjectEditPanel
-
Adds an edit panel for an arrow at the given position.
- addArrowPanel(boolean, boolean, float, int, int) - Method in class net.sf.jaxodraw.gui.panel.edit.JaxoOptionsPanel
-
Adds an arrow panel for an object at the given position.
- addArrowPanel(boolean, boolean, float, int, int) - Method in interface net.sf.jaxodraw.object.JaxoObjectEditPanel
-
Adds an arrow panel for an object at the given position.
- addCenterSizePanel(int, int, int, int, int, int) - Method in class net.sf.jaxodraw.gui.panel.edit.JaxoOptionsPanel
-
Adds a position/size panel at the given position.
- addCenterSizePanel(int, int, int, int, int, int) - Method in interface net.sf.jaxodraw.object.JaxoObjectEditPanel
-
Adds a position/size panel at the given position.
- addChangeListener(ChangeListener) - Method in class net.sf.jaxodraw.gui.grid.JaxoDefaultGrid
-
ChangeEvents will be fired everytime the actual image of the grid changes (not on canvasSize changes).
- addChangeListener(ChangeListener) - Method in interface net.sf.jaxodraw.gui.grid.JaxoPaintableGrid
-
ChangeEvents will be fired everytime the actual image of the grid changes (not on canvasSize changes).
- addChangeListener(ChangeListener) - Method in class net.sf.jaxodraw.gui.JaxoTab
-
ChangeEvents will be fired when a graph change is performed, basically this means when the properties "canUndo", "canRedo", "isSaved" and "saveFileName" may have changed.
- addChangeListener(ChangeListener) - Method in class net.sf.jaxodraw.gui.panel.edit.JaxoOptionsPanel
-
ChangeEvents will be fired everytime the object that is being edited changes.
- addChangeListener(ChangeListener) - Method in class net.sf.jaxodraw.gui.panel.JaxoColorChooser
-
ChangeEvents will be fired everytime the selected color is changed when the color chooser is on the screen.
- addChangeListener(ChangeListener) - Method in interface net.sf.jaxodraw.object.JaxoObjectEditPanel
-
ChangeEvents will be fired everytime the object that is being edited changes.
- addClosableTab(int, String, Component) - Method in class net.sf.jaxodraw.gui.swing.JaxoClosableTabbedPane
-
Inserts a tab.
- addClosableTab(int, String, Icon, Component) - Method in class net.sf.jaxodraw.gui.swing.JaxoClosableTabbedPane
-
Add a tab at 'index' with given title and icon, showing the given component.
- addClosableTab(String, Component) - Method in class net.sf.jaxodraw.gui.swing.JaxoClosableTabbedPane
-
Inserts a tab.
- addClosableTab(String, Icon, Component) - Method in class net.sf.jaxodraw.gui.swing.JaxoClosableTabbedPane
-
Inserts a tab.
- addClosingListener(TabClosingListener) - Method in class net.sf.jaxodraw.gui.swing.JaxoClosableTabbedPane
-
Standard listener pattern.
- addColorPanel(Color, int, int, int) - Method in class net.sf.jaxodraw.gui.panel.edit.JaxoOptionsPanel
-
Adds a color panel at the given position.
- addColorPanel(Color, int, int, int) - Method in interface net.sf.jaxodraw.object.JaxoObjectEditPanel
-
Adds a color panel at the given position.
- addDashPanel(float, int, int) - Method in class net.sf.jaxodraw.gui.panel.edit.JaxoOptionsPanel
-
Adds a dash panel for an arc object at the given position.
- addDashPanel(float, int, int) - Method in interface net.sf.jaxodraw.object.JaxoObjectEditPanel
-
Adds a dash panel for an arc object at the given position.
- addDoubleLinePanel(boolean, float, int, int) - Method in class net.sf.jaxodraw.gui.panel.edit.JaxoOptionsPanel
-
Adds a double line panel for an object at the given position.
- addDoubleLinePanel(boolean, float, int, int) - Method in interface net.sf.jaxodraw.object.JaxoObjectEditPanel
-
Adds a double line panel for an object at the given position.
- addEditPanelListener(JaxoEditPanelListener) - Method in class net.sf.jaxodraw.gui.panel.edit.Jaxo2PointsEditPanel
-
Adds the given listener as an ActionListener to this panel.
- addEditPanelListener(JaxoEditPanelListener) - Method in class net.sf.jaxodraw.gui.panel.edit.Jaxo3PointsEditPanel
-
Adds the given listener as an ActionListener to this panel.
- addEditPanelListener(JaxoEditPanelListener) - Method in class net.sf.jaxodraw.gui.panel.edit.Jaxo4PointsEditPanel
-
Adds the given listener as an ActionListener to this panel.
- addEditPanelListener(JaxoEditPanelListener) - Method in class net.sf.jaxodraw.gui.panel.edit.JaxoArrowEditPanel
-
Adds the given listener as an ActionListener to this panel.
- addEditPanelListener(JaxoEditPanelListener) - Method in class net.sf.jaxodraw.gui.panel.edit.JaxoCenterSizeEditPanel
-
Adds the given listener as an ActionListener to this panel.
- addEditPanelListener(JaxoEditPanelListener) - Method in class net.sf.jaxodraw.gui.panel.edit.JaxoColorEditPanel
-
Adds the given listener as an ActionListener to the color button of this panel.
- addEditPanelListener(JaxoEditPanelListener) - Method in class net.sf.jaxodraw.gui.panel.edit.JaxoDashEditPanel
-
Adds the given listener as an ActionListener to this panel.
- addEditPanelListener(JaxoEditPanelListener) - Method in class net.sf.jaxodraw.gui.panel.edit.JaxoDLEditPanel
-
Adds the given listener as an ActionListener to this panel.
- addEditPanelListener(JaxoEditPanelListener) - Method in class net.sf.jaxodraw.gui.panel.edit.JaxoEditPanel
-
Adds the given listener as an ActionListener to this panel.
- addEditPanelListener(JaxoEditPanelListener) - Method in class net.sf.jaxodraw.gui.panel.edit.JaxoLatexAlignPanel
-
Adds the given listener as an ActionListener to this panel.
- addEditPanelListener(JaxoEditPanelListener) - Method in class net.sf.jaxodraw.gui.panel.edit.JaxoLatexFontSizePanel
-
Adds the given listener as an ActionListener to this panel.
- addEditPanelListener(JaxoEditPanelListener) - Method in class net.sf.jaxodraw.gui.panel.edit.JaxoPositionEditPanel
-
Adds the given listener as an ActionListener to this panel.
- addEditPanelListener(JaxoEditPanelListener) - Method in class net.sf.jaxodraw.gui.panel.edit.JaxoPSFontPanel
-
Adds the given listener as a ChangeListener to the spinners of this panel.
- addEditPanelListener(JaxoEditPanelListener) - Method in class net.sf.jaxodraw.gui.panel.edit.JaxoRotationEditPanel
-
Adds the given listener as an ActionListener to this panel.
- addEditPanelListener(JaxoEditPanelListener) - Method in class net.sf.jaxodraw.gui.panel.edit.JaxoScaleEditPanel
-
Adds the given listener as an ActionListener to this panel.
- addEditPanelListener(JaxoEditPanelListener) - Method in class net.sf.jaxodraw.gui.panel.edit.JaxoStretchingEditPanel
-
Adds the given listener as an ActionListener to this panel.
- addEditPanelListener(JaxoEditPanelListener) - Method in class net.sf.jaxodraw.gui.panel.edit.JaxoStrokeEditPanel
-
Adds the given listener as an ActionListener to this panel.
- addEditPanelListener(JaxoEditPanelListener) - Method in class net.sf.jaxodraw.gui.panel.edit.JaxoSymmEditPanel
-
Adds the given listener as an ActionListener to this panel.
- addEditPanelListener(JaxoEditPanelListener) - Method in class net.sf.jaxodraw.gui.panel.edit.JaxoTextEditPanel
-
Adds the given listener as a DocumentListener to the text field of this panel.
- addEditPanelListener(JaxoEditPanelListener) - Method in class net.sf.jaxodraw.gui.panel.edit.JaxoWiggleEditPanel
-
Adds the given listener as an ActionListener to this panel.
- addEditPanelListener(JaxoEditPanelListener) - Method in class net.sf.jaxodraw.gui.panel.edit.JaxoXYREditPanel
-
Adds the given listener as an ActionListener to this panel.
- addEditPanelListener(JaxoEditPanelListener) - Method in class net.sf.jaxodraw.object.arrow.JaxoDefaultArrowEditPanel
-
Adds the given listener as an ActionListener to this panel.
- addFillLineColorPanels(Color, Color, boolean, int, int, int, int) - Method in class net.sf.jaxodraw.gui.panel.edit.JaxoOptionsPanel
-
Adds a fill and a line color panel at the given positions.
- addFillLineColorPanels(Color, Color, boolean, int, int, int, int) - Method in interface net.sf.jaxodraw.object.JaxoObjectEditPanel
-
Adds a fill and a line color panel at the given positions.
- addLatexAlignPanel(int, int, int) - Method in class net.sf.jaxodraw.gui.panel.edit.JaxoOptionsPanel
-
Adds a latex align edit panel at the given position.
- addLatexAlignPanel(int, int, int) - Method in interface net.sf.jaxodraw.object.JaxoObjectEditPanel
-
Adds a latex align edit panel at the given position.
- addLatexFontSizePanel(int, int, int) - Method in class net.sf.jaxodraw.gui.panel.edit.JaxoOptionsPanel
-
Adds a latex font size edit panel at the given position.
- addLatexFontSizePanel(int, int, int) - Method in interface net.sf.jaxodraw.object.JaxoObjectEditPanel
-
Adds a latex font size edit panel at the given position.
- addLineColorPanel(Color, int, int) - Method in class net.sf.jaxodraw.gui.panel.edit.JaxoOptionsPanel
-
Adds a line color panel at the given position.
- addLineColorPanel(Color, int, int) - Method in interface net.sf.jaxodraw.object.JaxoObjectEditPanel
-
Adds a line color panel at the given position.
- addMouseListener(MouseListener) - Method in interface net.sf.jaxodraw.gui.JaxoCanvasComponent
-
Adds the specified mouse listener to receive mouse events from this CanvasComponent.
- addMouseMotionListener(MouseMotionListener) - Method in interface net.sf.jaxodraw.gui.JaxoCanvasComponent
-
Adds the specified mouse motion listener to receive mouse motion events from this CanvasComponent.
- addNotify() - Method in class net.sf.jaxodraw.gui.swing.JaxoClosableTabbedPane
- addObject(int, JaxoObject) - Method in class net.sf.jaxodraw.graph.JaxoGraph
-
Inserts a JaxoObject into the list of objects at a specified position and flags the JaxoGraph as not saved (if it has been modified).
- addObject(int, JaxoObject) - Method in class net.sf.jaxodraw.graph.JaxoSaveGraph
-
Inserts a JaxoObject into the list of objects at a given position.
- addObject(JaxoObject) - Method in class net.sf.jaxodraw.graph.JaxoGraph
-
Adds the specified JaxoObject to the list of objects by appending it and flags the JaxoGraph as not saved (if it has been modified).
- addObject(JaxoObject) - Method in class net.sf.jaxodraw.graph.JaxoSaveGraph
-
Adds the specified JaxoObject to the list of objects by appending it.
- addObjectType(int, String) - Static method in class net.sf.jaxodraw.object.JaxoObjectFactory
-
Adds a new type of JaxoObject to the list of know objects.
- addPackage(String) - Method in class net.sf.jaxodraw.graph.JaxoSaveGraph
-
Adds a latex package to the list of packages by appending it.
- addPackage(String) - Method in class net.sf.jaxodraw.io.imports.JaxoAxodraw
-
Adds a latex package if it is not already contained in the package list.
- addPlugin(JaxoPlugin) - Method in class net.sf.jaxodraw.plugin.JaxoPluginInfo
-
Add a plugin to the list of plugins.
- addPositionPanel(int, int, int, int) - Method in class net.sf.jaxodraw.gui.panel.edit.JaxoOptionsPanel
-
Adds a position edit panel at the given position with the given width.
- addPositionPanel(int, int, int, int) - Method in interface net.sf.jaxodraw.object.JaxoObjectEditPanel
-
Adds a position edit panel at the given position with the given width.
- addPropertyChangeListener(PropertyChangeListener) - Method in interface net.sf.jaxodraw.gui.JaxoCanvasComponent
-
Adds a PropertyChangeListener to the listener list.
- addPropertyChangeListener(PropertyChangeListener) - Method in class net.sf.jaxodraw.object.JaxoObject
-
Add a PropertyChangeListener to this object.
- addPSFontPanel(Font, int, int, int) - Method in class net.sf.jaxodraw.gui.panel.edit.JaxoOptionsPanel
-
Adds a postscript text font edit panel at the given position.
- addPSFontPanel(Font, int, int, int) - Method in interface net.sf.jaxodraw.object.JaxoObjectEditPanel
-
Adds a postscript text font edit panel at the given position.
- addRecentFile(String) - Method in class net.sf.jaxodraw.gui.menu.OpenRecentMenu
-
Adds a new entry to this menu, with a shortcut to a recently opened graph.
- addRecentFile(String) - Static method in class net.sf.jaxodraw.util.JaxoPrefs
-
Adds the given absolute path name to the list of recntly opened files.
- addRenderingHints(Map<?, ?>) - Method in class net.sf.jaxodraw.util.graphics.JaxoWrapperGraphics2D
- addReScalePanel(int, int) - Method in class net.sf.jaxodraw.gui.panel.edit.JaxoOptionsPanel
-
Adds a scale panel for an object at the given position.
- addReScalePanel(int, int) - Method in interface net.sf.jaxodraw.object.JaxoObjectEditPanel
-
Adds a scale panel for an object at the given position.
- addRotationPanel(int, int, int) - Method in class net.sf.jaxodraw.gui.panel.edit.JaxoOptionsPanel
-
Adds a rotation panel for a vertex at the given position.
- addRotationPanel(int, int, int) - Method in interface net.sf.jaxodraw.object.JaxoObjectEditPanel
-
Adds a rotation panel for a vertex at the given position.
- addStretchingPanel(boolean, int, int) - Method in class net.sf.jaxodraw.gui.panel.edit.JaxoOptionsPanel
-
Adds a stretching panel for a photon bezier at the given position.
- addStretchingPanel(boolean, int, int) - Method in interface net.sf.jaxodraw.object.JaxoObjectEditPanel
-
Adds a stretching panel for a photon bezier at the given position.
- addStrokePanel(float, int, int) - Method in class net.sf.jaxodraw.gui.panel.edit.JaxoOptionsPanel
-
Adds a stroke panel for an arc object at the given position.
- addStrokePanel(float, int, int) - Method in interface net.sf.jaxodraw.object.JaxoObjectEditPanel
-
Adds a stroke panel for an arc object at the given position.
- addSymmPanel(boolean, int, int) - Method in class net.sf.jaxodraw.gui.panel.edit.JaxoOptionsPanel
-
Adds a symmetry panel for a photon line at the given position.
- addSymmPanel(boolean, int, int) - Method in interface net.sf.jaxodraw.object.JaxoObjectEditPanel
-
Adds a symmetry panel for a photon line at the given position.
- addTextPanel(String, int, int) - Method in class net.sf.jaxodraw.gui.panel.edit.JaxoOptionsPanel
-
Adds a text edit panel at the given position.
- addTextPanel(String, int, int) - Method in interface net.sf.jaxodraw.object.JaxoObjectEditPanel
-
Adds a text edit panel at the given position.
- addWigglePanel(int, int, int) - Method in class net.sf.jaxodraw.gui.panel.edit.JaxoOptionsPanel
-
Adds a wiggle panel for a group at the given position.
- addWigglePanel(int, int, int) - Method in interface net.sf.jaxodraw.object.JaxoObjectEditPanel
-
Adds a wiggle panel for a group at the given position.
- addWigglePanel(int, int, int, int) - Method in class net.sf.jaxodraw.gui.panel.edit.JaxoOptionsPanel
-
Adds a wiggle panel for an object at the given position.
- addWigglePanel(int, int, int, int) - Method in interface net.sf.jaxodraw.object.JaxoObjectEditPanel
-
Adds a wiggle panel for an object at the given position.
- addXYRPanel(int, int, int, int, int) - Method in class net.sf.jaxodraw.gui.panel.edit.JaxoOptionsPanel
-
Adds a XYR panel at the given position.
- addXYRPanel(int, int, int, int, int) - Method in interface net.sf.jaxodraw.object.JaxoObjectEditPanel
-
Adds a XYR panel at the given position.
- ALIGN_CB - Static variable in class net.sf.jaxodraw.object.text.JaxoLatexText
-
Align center-bottom with respect to text coordinates.
- ALIGN_CC - Static variable in class net.sf.jaxodraw.object.text.JaxoLatexText
-
Align center-center with respect to text coordinates.
- ALIGN_CT - Static variable in class net.sf.jaxodraw.object.text.JaxoLatexText
-
Align center-top with respect to text coordinates.
- ALIGN_LB - Static variable in class net.sf.jaxodraw.object.text.JaxoLatexText
-
Align left-bottom with respect to text coordinates.
- ALIGN_LC - Static variable in class net.sf.jaxodraw.object.text.JaxoLatexText
-
Align left-center with respect to text coordinates.
- ALIGN_LT - Static variable in class net.sf.jaxodraw.object.text.JaxoLatexText
-
Align left-top with respect to text coordinates.
- ALIGN_RB - Static variable in class net.sf.jaxodraw.object.text.JaxoLatexText
-
Align right-bottom with respect to text coordinates.
- ALIGN_RC - Static variable in class net.sf.jaxodraw.object.text.JaxoLatexText
-
Align right-center with respect to text coordinates.
- ALIGN_RT - Static variable in class net.sf.jaxodraw.object.text.JaxoLatexText
-
Align right-top with respect to text coordinates.
- ALL_COLORS_MODE - Static variable in class net.sf.jaxodraw.util.JaxoColor
-
Any Color can be chosen.
- ALPHA - Static variable in class net.sf.jaxodraw.util.JaxoGreek
-
The greek letter alpha.
- ALT_MASK - Static variable in class net.sf.jaxodraw.gui.menu.JaxoMenu
-
The Alt key modifier constant.
- AMP - Static variable in class net.sf.jaxodraw.io.imports.JaxoAxodraw
- ANTIALIAS - Static variable in class net.sf.jaxodraw.util.JaxoConstants
-
Antialias on/off.
- applyLocale(Locale) - Static method in class net.sf.jaxodraw.util.JaxoLooknFeel
-
Apply the given locale.
- applyLookAndFeel(String) - Static method in class net.sf.jaxodraw.util.JaxoLooknFeel
-
Set LookAndFeel to given value value, and update existing windows and registered components.
- APRICOT - Static variable in class net.sf.jaxodraw.util.JaxoColor
-
The color Apricot.
- AQUAMARINE - Static variable in class net.sf.jaxodraw.util.JaxoColor
-
The color Aquamarine.
- ARROW - Static variable in class net.sf.jaxodraw.util.JaxoConstants
-
Arrow on/off.
- arrowCoordinates() - Method in class net.sf.jaxodraw.object.arc.JaxoArcObject
-
Returns the coordinates of the arrow of the current object.
- arrowCoordinates() - Method in class net.sf.jaxodraw.object.bezier.JaxoBezierObject
-
Returns the coordinates of the arrow of the current object.
- arrowCoordinates() - Method in class net.sf.jaxodraw.object.JaxoParticleObject
-
Returns the coordinates of the arrow of the current object.
- arrowCoordinates() - Method in class net.sf.jaxodraw.object.line.JaxoLineObject
-
Returns the coordinates of the arrow of the current object.
- arrowCoordinates() - Method in class net.sf.jaxodraw.object.loop.JaxoLoopObject
-
Returns the coordinates of the arrow of the current object.
- arrowCoordinates() - Method in class net.sf.jaxodraw.object.vertex.JaxoVertexT5
-
Returns the coordinates of the arrow of the current object.
- arrowPositionIs(float) - Method in class net.sf.jaxodraw.object.JaxoParticleObject
-
Compares the arrowPosition of this JaxoParticleObject to the given float, taking into account a 0.1% error margin.
- asComponent() - Method in class net.sf.jaxodraw.gui.AbstractJaxoCanvas
-
Return this CanvasComponent as a Component.
- asComponent() - Method in interface net.sf.jaxodraw.gui.JaxoCanvasComponent
-
Return this CanvasComponent as a Component.
- asJaxoTab(Component) - Static method in class net.sf.jaxodraw.gui.JaxoTab
-
Determine if a component is a JaxoTab.
- availablePlugins() - Method in class net.sf.jaxodraw.plugin.JaxoPluginInfo
-
Returns the list of available plugins as a String.
B
- background(JaxoObject) - Method in class net.sf.jaxodraw.graph.JaxoGraph
-
Puts the specified JaxoObject into the background, i.e., to the first position in the object list.
- background(JaxoObject) - Method in class net.sf.jaxodraw.graph.JaxoSaveGraph
-
Puts the specified JaxoObject into the background, i.e., to the first position in the object list.
- BACKGROUND - Static variable in class net.sf.jaxodraw.util.JaxoConstants
-
Put an object in the background.
- baseName(String) - Static method in class net.sf.jaxodraw.io.JaxoIO
-
Basename: part before the last '.' that does not occur at the beginning, or the fileName itself if there is none.
- BETA - Static variable in class net.sf.jaxodraw.util.JaxoGreek
-
The greek letter beta.
- bezierLatexCommand(String, Point2D, Point2D, Point2D, Point2D) - Static method in class net.sf.jaxodraw.object.bezier.JaxoBezierObject
-
Return a latex Bezier command.
- bezierLength(Point2D[], double) - Static method in class net.sf.jaxodraw.util.JaxoGeometry
-
Returns the approximate length of a Bezier curve.
- bezierPoint(Point2D[], double) - Static method in class net.sf.jaxodraw.util.JaxoGeometry
-
Returns a point of a Bezier curve at parameter u.
- bezierSlope(Point2D[], double) - Static method in class net.sf.jaxodraw.util.JaxoGeometry
-
Returns the first derivative of a Bezier curve at parameter u.
- bezierSplit(Point2D[], Point2D[], Point2D[]) - Static method in class net.sf.jaxodraw.util.JaxoGeometry
-
Splits a Bezier into half and calculates the control points of the two parts.
- BITTERSWEET - Static variable in class net.sf.jaxodraw.util.JaxoColor
-
The color Bittersweet.
- BLACK - Static variable in class net.sf.jaxodraw.util.JaxoColor
-
The color Black.
- BLOB - Static variable in class net.sf.jaxodraw.util.JaxoConstants
-
Blob (filled ellipse).
- BLUE - Static variable in class net.sf.jaxodraw.util.JaxoColor
-
The color Blue.
- BLUE_GREEN - Static variable in class net.sf.jaxodraw.util.JaxoColor
-
The color BlueGreen.
- BLUE_VIOLET - Static variable in class net.sf.jaxodraw.util.JaxoColor
-
The color BlueViolet.
- BOX - Static variable in class net.sf.jaxodraw.util.JaxoConstants
-
Box (filled rectangle).
- breakAllGroups() - Method in class net.sf.jaxodraw.graph.JaxoGraph
-
Breaks all the groups in this graph.
- BRICK_RED - Static variable in class net.sf.jaxodraw.util.JaxoColor
-
The color BrickRed.
- BROWN - Static variable in class net.sf.jaxodraw.util.JaxoColor
-
The color Brown.
- browseURL(URL) - Method in class net.sf.jaxodraw.io.JaxoPreview
-
Show a window displaying the given URL, allowing the user to browse.
- browseURLInternally(URL) - Method in class net.sf.jaxodraw.io.JaxoPreview
-
Show a window displaying the URL (typically HTML), allowing the user to browse.
- bundleMessage(String, String, Object) - Static method in class net.sf.jaxodraw.util.JaxoLanguage
-
Translates the given string into the current default language.
- bundleMessage(String, String, Object[]) - Static method in class net.sf.jaxodraw.util.JaxoLanguage
-
Translates the given string.
- bundleMessage(String, String, Object, Object) - Static method in class net.sf.jaxodraw.util.JaxoLanguage
-
Translates the given string into the current default language.
- bundleTranslate(String, String) - Static method in class net.sf.jaxodraw.util.JaxoLanguage
-
Translates the given string into the current default language.
- BURNT_ORANGE - Static variable in class net.sf.jaxodraw.util.JaxoColor
-
The color BurntOrange.
- BUTTON_CONSTRAINTS - Static variable in class net.sf.jaxodraw.gui.panel.button.JaxoButtonPanel
-
The layout constraints of the buttons.
C
- CADET_BLUE - Static variable in class net.sf.jaxodraw.util.JaxoColor
-
The color CadetBlue.
- canBeSelected(int, int) - Method in class net.sf.jaxodraw.object.bezier.JaxoBezierObject
-
Determines if the object can be selected (moved, edited, etc) from the given point in a given edit mode.
- canBeSelected(int, int) - Method in class net.sf.jaxodraw.object.fill.JaxoBox
-
Determines if the object can be selected (moved, edited, etc) from the given point in a given edit mode.
- canBeSelected(int, int) - Method in class net.sf.jaxodraw.object.group.JaxoGroup
-
Determines if the object can be selected (moved, edited, etc) from the given point in a given edit mode.
- canBeSelected(int, int) - Method in class net.sf.jaxodraw.object.Jaxo3PointObject
-
Determines if the object can be selected (moved, edited, etc) from the given point in a given edit mode.
- canBeSelected(int, int) - Method in class net.sf.jaxodraw.object.JaxoExtendedObject
-
Determines if the object can be selected (moved, edited, etc) from the given point in a given edit mode.
- canBeSelected(int, int) - Method in class net.sf.jaxodraw.object.JaxoObject
-
Determines if the object can be selected (moved, edited, etc) from the given point in a given edit mode.
- canBeSelected(int, int) - Method in class net.sf.jaxodraw.object.line.JaxoLineObject
-
Determines if the object can be selected (moved, edited, etc) from the given point in a given edit mode.
- canBeSelected(int, int) - Method in class net.sf.jaxodraw.object.text.JaxoTextObject
-
Determines if the object can be selected (moved, edited, etc) from the given point in a given edit mode.
- canBeSelected(int, int) - Method in class net.sf.jaxodraw.object.vertex.JaxoVertexT2
-
Determines if the object can be selected (moved, edited, etc) from the given point in a given edit mode.
- canBeSelected(int, int) - Method in class net.sf.jaxodraw.object.vertex.JaxoVertexT4
-
Determines if the object can be selected (moved, edited, etc) from the given point in a given edit mode.
- canPasteGraphFromSystemClipboard() - Method in class net.sf.jaxodraw.gui.AbstractJaxoCanvas
-
Check if the system clipboard contains a JaxoGraph.
- canPasteGraphFromSystemClipboard() - Method in class net.sf.jaxodraw.gui.JaxoClipboard
-
Check if the system clipboard contains a JaxoGraph.
- canRedo() - Method in class net.sf.jaxodraw.gui.JaxoTab
-
Determines if redo is possible.
- canShowPostscript() - Method in class net.sf.jaxodraw.io.JaxoPreview
-
Is it possible to show postscript files?
- canUndo() - Method in class net.sf.jaxodraw.gui.JaxoTab
-
Determines if undo is possible.
- CARNATION_PINK - Static variable in class net.sf.jaxodraw.util.JaxoColor
-
The color CarnationPink.
- CERULEAN - Static variable in class net.sf.jaxodraw.util.JaxoColor
-
The color Cerulean.
- changedUpdate(DocumentEvent) - Method in class net.sf.jaxodraw.gui.panel.edit.JaxoOptionsPanelListener
-
Checks for DocumentEvents that have ocurred on the panel, (used for text fields).
- checkRequired(String) - Method in class net.sf.jaxodraw.io.imports.JaxoAxodraw
-
Checks whether the given string starts with one of "\documentclass", "\begin{document}" or "\begin{picture}".
- CHI - Static variable in class net.sf.jaxodraw.util.JaxoGreek
-
The greek letter chi.
- chooseFile(String[], String, String) - Method in class net.sf.jaxodraw.gui.panel.JaxoChooseFile
-
Brings up a file chooser dialog.
- clear() - Method in class net.sf.jaxodraw.graph.JaxoGraph
-
Removes all JaxoObjects from the list of objects.
- clear() - Method in class net.sf.jaxodraw.graph.JaxoSaveGraph
-
Removes all JaxoObjects from the list of objects.
- clear() - Method in class net.sf.jaxodraw.gui.JaxoCanvas
-
Clears the drawing area.
- clear() - Method in interface net.sf.jaxodraw.gui.JaxoDrawingArea
-
Clears the drawing area.
- clear(Rectangle2D) - Static method in class net.sf.jaxodraw.util.JaxoGeometry
-
Clear: Ensure 'r.isEmpty()'.
- CLEAR - Static variable in class net.sf.jaxodraw.util.JaxoConstants
-
Clear the current graph.
- clearAll() - Method in class net.sf.jaxodraw.graph.JaxoGraph
-
Removes all JaxoObjects from the list of objects and sets the saveFileName to a string of size zero.
- clearAll() - Method in class net.sf.jaxodraw.graph.JaxoSaveGraph
-
Removes all JaxoObjects from the list of objects and sets the description to a string of size zero.
- clearBackupList() - Method in class net.sf.jaxodraw.gui.JaxoTab
-
Clear undo history.
- clearGroup() - Method in class net.sf.jaxodraw.object.group.JaxoGroup
-
Removes all JaxoObjects from the Group.
- clearRecentFiles() - Static method in class net.sf.jaxodraw.util.JaxoPrefs
-
Sets all recent files to empty Strings.
- clearRect(int, int, int, int) - Method in class net.sf.jaxodraw.util.graphics.JaxoWrapperGraphics2D
- clip(Shape) - Method in class net.sf.jaxodraw.util.graphics.JaxoWrapperGraphics2D
- clipRect(int, int, int, int) - Method in class net.sf.jaxodraw.util.graphics.JaxoWrapperGraphics2D
- clone() - Method in class net.sf.jaxodraw.gui.grid.JaxoDefaultGrid
-
Standard clone with all properties at the same values.
- clone(Graphics2D) - Method in class net.sf.jaxodraw.util.graphics.JaxoWrapperGraphics2D
-
A clone which wraps the given Graphics2D.
- close(Closeable) - Method in class net.sf.jaxodraw.plugin.AbstractJaxoPlugin
-
Closes the given Closeable, swallowing any IOException except for logging it in debug mode.
- CLOSE - Static variable in class net.sf.jaxodraw.util.JaxoConstants
-
Close the current buffer.
- closing(TabClosingEvent) - Method in interface net.sf.jaxodraw.gui.swing.TabClosingListener
-
The user has requested to close a tab.
- closingTab(int) - Method in class net.sf.jaxodraw.gui.swing.JaxoClosableTabbedPane
-
Programmatically cause the same effect (event) as if the user made a closing action at index.
- COLOR - Static variable in class net.sf.jaxodraw.io.imports.JaxoAxodraw
- COLOR - Static variable in class net.sf.jaxodraw.util.JaxoConstants
-
Color an object.
- commitConfiguration() - Method in class net.sf.jaxodraw.io.exports.JaxoExportImg
-
Apply the changes made in the configuration panel.
- commitConfiguration() - Method in class net.sf.jaxodraw.io.exports.JaxoExportLatex
-
Apply the changes made in the configuration panel.
- commitConfiguration() - Method in class net.sf.jaxodraw.io.exports.JaxoExportLatexPS
-
Apply the changes made in the configuration panel.
- commitConfiguration() - Method in class net.sf.jaxodraw.io.exports.JaxoExportPS
-
Apply the changes made in the configuration panel.
- commitConfiguration() - Method in class net.sf.jaxodraw.plugin.JaxoExportPlugin
-
Apply the changes made in the configuration panel.
- commitConfiguration() - Method in class net.sf.jaxodraw.plugin.JaxoImportPlugin
-
Apply the changes made in the configuration panel.
- commitGraphChanges() - Method in class net.sf.jaxodraw.gui.JaxoTab
-
Commit changes to 'tabGraph' to the undo history.
- commitRepeatableGraphChanges() - Method in class net.sf.jaxodraw.gui.JaxoTab
-
Commit changes to 'tabGraph' to the undo history, where the change is the addition of the last object that should be repeatable.
- commitRepeatableGraphChanges(int) - Method in class net.sf.jaxodraw.gui.JaxoTab
-
Commit changes to 'tabGraph' to the undo history, where the change is the addition of 'count' last objects that should be repeatable.
- compareVersion(String) - Static method in class net.sf.jaxodraw.util.JaxoInfo
-
Compares the given version String to the current version of JaxoDraw.
- compareVersions(String, String) - Static method in class net.sf.jaxodraw.util.JaxoInfo
-
Compares two version Strings.
- contains(double, double) - Method in class net.sf.jaxodraw.object.JaxoObject
-
Tests if the specified coordinates are inside the boundary of this JaxoObject.
- contains(double, double, double, double) - Method in class net.sf.jaxodraw.object.JaxoObject
-
Tests if the specified rectangular shape is entirely inside the boundary of this JaxoObject.
- contains(int, int) - Method in class net.sf.jaxodraw.gui.panel.JaxoGlassPane
- contains(int, int, int, int) - Method in class net.sf.jaxodraw.gui.handle.JaxoDefaultHandle
-
Determines whether the given point is contained in this handle.
- contains(int, int, int, int) - Method in class net.sf.jaxodraw.gui.handle.JaxoRoundHandle
-
Determines whether the given point is contained in this handle.
- contains(int, int, int, int) - Method in interface net.sf.jaxodraw.object.JaxoHandle
-
Determines whether the given point is contained in this handle.
- contains(Point2D) - Method in class net.sf.jaxodraw.object.JaxoObject
-
Tests if the specified point is inside the boundary of this JaxoObject.
- contains(Rectangle2D) - Method in class net.sf.jaxodraw.object.JaxoObject
-
Tests if the specified rectangle is entirely inside the boundary of this JaxoObject.
- containsGroups() - Method in class net.sf.jaxodraw.graph.JaxoGraph
-
Checks if there are Group objects present in this graph.
- containsInstanceOf(Class<?>) - Method in class net.sf.jaxodraw.graph.JaxoGraph
-
Checks if there are instances if the given Class present in this graph.
- containsInstanceOf(Class<?>) - Method in class net.sf.jaxodraw.object.group.JaxoGroup
-
Determines whether there are instances of the given Class in this group.
- containsLatexText() - Method in class net.sf.jaxodraw.graph.JaxoGraph
-
Checks if there are LatexText objects present in this current graph.
- containsMarkedGroups() - Method in class net.sf.jaxodraw.graph.JaxoGraph
-
Checks if there are marked Group objects present in the current selection.
- containsMarkedObjects() - Method in class net.sf.jaxodraw.graph.JaxoGraph
-
Checks if there are marked objects present in this graph.
- containsPSText() - Method in class net.sf.jaxodraw.graph.JaxoGraph
-
Checks if there are PSText objects present in this current graph.
- continueEdit(Point, Point) - Method in class net.sf.jaxodraw.gui.JaxoCanvas
-
Continue an edit actione that has been initiated before.
- continueEdit(Point, Point) - Method in interface net.sf.jaxodraw.gui.JaxoDrawingArea
-
Continue an edit actione that has been initiated before.
- continueSelect(Point) - Method in class net.sf.jaxodraw.gui.JaxoCanvas
-
Carry on a select action that was started previously.
- continueSelect(Point) - Method in interface net.sf.jaxodraw.gui.JaxoDrawingArea
-
Carry on a select action that was started previously.
- convert(String[]) - Static method in class net.sf.jaxodraw.io.JaxoCLIConvert
-
Converts an array of JaxoDraw xml files to tex files or vice versa.
- Coordinates(double, double, double) - Constructor for class net.sf.jaxodraw.object.arrow.JaxoArrow.Coordinates
-
Construct a set of coordinates.
- copy() - Method in class net.sf.jaxodraw.io.JaxoPreview
-
Returns a copy (clone) of this preview.
- copy() - Method in class net.sf.jaxodraw.object.arrow.AbstractBaseArrow
-
Returns an exact copy of the given JaxoArrow.
- copy() - Method in interface net.sf.jaxodraw.object.arrow.JaxoArrow
-
Returns an exact copy (clone) of the given JaxoArrow.
- copy() - Method in class net.sf.jaxodraw.object.bezier.JaxoGlBezier
-
Returns an exact copy of this JaxoFBezier.
- copy() - Method in class net.sf.jaxodraw.object.bezier.JaxoPBezier
-
Returns an exact copy of this JaxoPBezier.
- copy() - Method in class net.sf.jaxodraw.object.group.JaxoGroup
-
Returns an exact copy of this JaxoGroup.
- copy() - Method in class net.sf.jaxodraw.object.JaxoObject
-
Returns an exact copy of the given JaxoObject.
- copy() - Method in class net.sf.jaxodraw.object.JaxoParticleObject
-
Returns an exact copy of the given JaxoObject.
- copy() - Method in class net.sf.jaxodraw.object.text.JaxoPSText
-
Returns an exact copy of this JaxoPSText.
- copy() - Method in class net.sf.jaxodraw.util.graphics.JaxoWrapperGraphics2D
-
A clone which wraps the same Graphics2D as this.
- copy(JaxoLoopObject) - Method in class net.sf.jaxodraw.object.loop.JaxoLoopObject
-
Returns an exact copy of this JaxoLoop.
- copy(JaxoVertex) - Method in class net.sf.jaxodraw.object.vertex.JaxoVertex
-
Returns an exact copy of this JaxoVertex.
- copyArea(int, int, int, int, int, int) - Method in class net.sf.jaxodraw.util.graphics.JaxoWrapperGraphics2D
- copyFrom(JaxoDefaultGrid) - Method in class net.sf.jaxodraw.gui.grid.JaxoDefaultGrid
-
Copies all properties from the argument.
- copyFrom(JaxoGlArc) - Method in class net.sf.jaxodraw.object.arc.JaxoGlArc
-
Sets all parameters from the given object to the current one.
- copyFrom(JaxoPArc) - Method in class net.sf.jaxodraw.object.arc.JaxoPArc
-
Sets all parameters from the given object to the current one.
- copyFrom(JaxoBezierObject) - Method in class net.sf.jaxodraw.object.bezier.JaxoBezierObject
-
Sets all parameters from the given object to the current one.
- copyFrom(JaxoGlBezier) - Method in class net.sf.jaxodraw.object.bezier.JaxoGlBezier
-
Sets all parameters from the given object to the current one.
- copyFrom(JaxoPBezier) - Method in class net.sf.jaxodraw.object.bezier.JaxoPBezier
-
Sets all parameters from the given object to the current one.
- copyFrom(JaxoBlob) - Method in class net.sf.jaxodraw.object.fill.JaxoBlob
-
Sets all parameters from the given object to the current one.
- copyFrom(JaxoFillObject) - Method in class net.sf.jaxodraw.object.fill.JaxoFillObject
-
Sets all parameters from the given object to the current one.
- copyFrom(JaxoGroup) - Method in class net.sf.jaxodraw.object.group.JaxoGroup
-
Sets all parameters from the given object to the current one.
- copyFrom(Jaxo3PointObject) - Method in class net.sf.jaxodraw.object.Jaxo3PointObject
-
Sets all parameters from the given objet to the current one.
- copyFrom(JaxoExtendedObject) - Method in class net.sf.jaxodraw.object.JaxoExtendedObject
-
Sets all parameters from the given object to the current one.
- copyFrom(JaxoList<JaxoObject>) - Static method in class net.sf.jaxodraw.graph.JaxoGraph
-
Returns a copy of the specified JaxoList.
- copyFrom(JaxoObject) - Method in class net.sf.jaxodraw.object.JaxoObject
-
Sets all parameters from the given object to the current one.
- copyFrom(JaxoParticleObject) - Method in class net.sf.jaxodraw.object.JaxoParticleObject
-
Sets all parameters from the given object to the current one.
- copyFrom(JaxoGlLine) - Method in class net.sf.jaxodraw.object.line.JaxoGlLine
-
Sets all parameters from the given object to the current one.
- copyFrom(JaxoPLine) - Method in class net.sf.jaxodraw.object.line.JaxoPLine
-
Sets all parameters from the given object to the current one.
- copyFrom(JaxoZigZagLine) - Method in class net.sf.jaxodraw.object.line.JaxoZigZagLine
-
Sets all parameters from the given object to the current one.
- copyFrom(JaxoGlLoop) - Method in class net.sf.jaxodraw.object.loop.JaxoGlLoop
-
Sets all parameters from the given object to the current one.
- copyFrom(JaxoPLoop) - Method in class net.sf.jaxodraw.object.loop.JaxoPLoop
-
Sets all parameters from the given object to the current one.
- copyFrom(JaxoLatexText) - Method in class net.sf.jaxodraw.object.text.JaxoLatexText
-
Sets all parameters from the given object to the current one.
- copyFrom(JaxoPSText) - Method in class net.sf.jaxodraw.object.text.JaxoPSText
-
Sets all parameters from the given object to the current one.
- copyFrom(JaxoTextObject) - Method in class net.sf.jaxodraw.object.text.JaxoTextObject
-
Sets all parameters from the given object to the current one.
- copyFrom(JaxoVertexT2) - Method in class net.sf.jaxodraw.object.vertex.JaxoVertexT2
-
Sets all parameters from the given object to the current one.
- copyFrom(JaxoVertexT5) - Method in class net.sf.jaxodraw.object.vertex.JaxoVertexT5
-
Sets all parameters from the given object to the current one.
- copyMarkedObjects() - Method in class net.sf.jaxodraw.gui.AbstractJaxoCanvas
-
Puts the current clipboard to the system clipboard.
- copyMarkedObjects() - Method in interface net.sf.jaxodraw.gui.JaxoDrawingArea
-
Puts the current clipboard to the system clipboard.
- copyOf() - Method in class net.sf.jaxodraw.graph.JaxoGraph
-
Returns an exact copy of this JaxoGraph.
- copyOf() - Method in class net.sf.jaxodraw.graph.JaxoSaveGraph
-
Returns a copy of this JaxoSaveGraph.
- copyOf() - Method in interface net.sf.jaxodraw.object.JaxoList
-
Returns a copy of this JaxoList, i.e., a new JaxoList with copies of equal JaxoObjects at equal positions.
- copyOf() - Method in class net.sf.jaxodraw.object.JaxoObjectList
-
Returns a copy of this JaxoList, i.e., a new JaxoList with copies of equal JaxoObjects at equal positions.
- CORNFLOWER_BLUE - Static variable in class net.sf.jaxodraw.util.JaxoColor
-
The color CornflowerBlue.
- create() - Method in class net.sf.jaxodraw.util.graphics.JaxoWrapperGraphics2D
-
A JaxoWrapperGraphics2D wrapping a Graphics2D obtained from the wrapped Graphics' create().
- create(int, int, int, int) - Method in class net.sf.jaxodraw.util.graphics.JaxoWrapperGraphics2D
-
A JaxoWrapperGraphics2D wrapping a Graphics2D obtained from the wrapped Graphics' create(...).
- createBorder(String) - Method in class net.sf.jaxodraw.gui.panel.edit.JaxoEditPanel
-
Returns a TitledBorder with given text.
- createComponents() - Method in class net.sf.jaxodraw.gui.panel.JaxoColorChooser
-
Sets up all components of this color chooser.
- createI18NBorder(String) - Method in class net.sf.jaxodraw.gui.panel.edit.JaxoEditPanel
-
Returns a TitledBorder with translated text.
- createI18NLabel(String) - Method in class net.sf.jaxodraw.gui.panel.edit.JaxoEditPanel
-
Returns a JLabel with translated text.
- createLabel(String) - Method in class net.sf.jaxodraw.gui.panel.edit.JaxoEditPanel
-
Returns a JLabel with given text.
- CTRL_MASK - Static variable in class net.sf.jaxodraw.gui.menu.JaxoMenu
-
The Control key modifier constant.
- currentDirectoryString() - Static method in class net.sf.jaxodraw.io.JaxoIO
-
Returns the current directory as a string.
- curveParameter(double) - Static method in class net.sf.jaxodraw.util.JaxoGeometry
-
Checks that a curve parameter value is in range, within errors.
- CUT - Static variable in class net.sf.jaxodraw.util.JaxoConstants
-
Cut the most recently selected objects stored in the clipboard.
- cutMarkedObjects() - Method in class net.sf.jaxodraw.gui.AbstractJaxoCanvas
-
Copies the current clipboard to the system clipboard and removes the corresponding objects from the drawing area.
- cutMarkedObjects() - Method in interface net.sf.jaxodraw.gui.JaxoDrawingArea
-
Copies the current clipboard to the system clipboard and removes the corresponding objects from the drawing area.
- CYAN - Static variable in class net.sf.jaxodraw.util.JaxoColor
-
The color Cyan.
D
- D_FORMAT - Static variable in interface net.sf.jaxodraw.object.arrow.JaxoArrow
-
The decimal format used for numbers in LaTeX output.
- D_FORMAT - Static variable in class net.sf.jaxodraw.object.JaxoObject
-
The decimal format used for numbers in LaTeX output.
- DANDELION - Static variable in class net.sf.jaxodraw.util.JaxoColor
-
The color Dandelion.
- DARK_ORCHID - Static variable in class net.sf.jaxodraw.util.JaxoColor
-
The color DarkOrchid.
- DASH - Static variable in class net.sf.jaxodraw.io.imports.JaxoAxodraw
- dashIs(float) - Method in class net.sf.jaxodraw.object.JaxoParticleObject
-
Compares the dash of this JaxoParticleObject to the given float, taking into account a 0.1% error margin.
- debug(Exception) - Method in interface net.sf.jaxodraw.plugin.JaxoPluginLogger
-
Logs a DEBUG exception.
- debug(Exception) - Static method in class net.sf.jaxodraw.util.JaxoLog
-
Logs a DEBUG message.
- debug(String) - Method in interface net.sf.jaxodraw.plugin.JaxoPluginLogger
-
Logs a DEBUG message.
- debug(String) - Static method in class net.sf.jaxodraw.util.JaxoLog
-
Logs a DEBUG message.
- debug(String, Exception) - Method in interface net.sf.jaxodraw.plugin.JaxoPluginLogger
-
Logs a DEBUG message.
- debug(String, Exception) - Static method in class net.sf.jaxodraw.util.JaxoLog
-
Logs a DEBUG message.
- DEBUG - Static variable in class net.sf.jaxodraw.util.JaxoLog
-
DEBUG logging level (most verbose).
- debugI18N(String) - Static method in class net.sf.jaxodraw.util.JaxoLog
-
Logs a DEBUG message.
- debugI18N(String, Exception) - Static method in class net.sf.jaxodraw.util.JaxoLog
-
Logs a DEBUG message.
- DEF_BLOB - Static variable in class net.sf.jaxodraw.util.JaxoConstants
-
Default .
- DEF_BOX - Static variable in class net.sf.jaxodraw.util.JaxoConstants
-
Default .
- DEF_COLOR - Static variable in class net.sf.jaxodraw.util.JaxoConstants
-
Default .
- DEF_DUPLICATE - Static variable in class net.sf.jaxodraw.util.JaxoConstants
-
Default .
- DEF_EDIT - Static variable in class net.sf.jaxodraw.util.JaxoConstants
-
Default .
- DEF_FARC - Static variable in class net.sf.jaxodraw.util.JaxoConstants
-
Default .
- DEF_FLINE - Static variable in class net.sf.jaxodraw.util.JaxoConstants
-
Default fline.
- DEF_FLOOP - Static variable in class net.sf.jaxodraw.util.JaxoConstants
-
Default .
- DEF_GARC - Static variable in class net.sf.jaxodraw.util.JaxoConstants
-
Default .
- DEF_GLARC - Static variable in class net.sf.jaxodraw.util.JaxoConstants
-
Default .
- DEF_GLINE - Static variable in class net.sf.jaxodraw.util.JaxoConstants
-
Default .
- DEF_GLLINE - Static variable in class net.sf.jaxodraw.util.JaxoConstants
-
Default .
- DEF_GLLOOP - Static variable in class net.sf.jaxodraw.util.JaxoConstants
-
Default .
- DEF_GLOOP - Static variable in class net.sf.jaxodraw.util.JaxoConstants
-
Default .
- DEF_LATEX - Static variable in class net.sf.jaxodraw.util.JaxoConstants
-
Default .
- DEF_MOVE - Static variable in class net.sf.jaxodraw.util.JaxoConstants
-
Default .
- DEF_NONE - Static variable in class net.sf.jaxodraw.util.JaxoConstants
-
Default none.
- DEF_PARC - Static variable in class net.sf.jaxodraw.util.JaxoConstants
-
Default .
- DEF_PLINE - Static variable in class net.sf.jaxodraw.util.JaxoConstants
-
Default .
- DEF_PLOOP - Static variable in class net.sf.jaxodraw.util.JaxoConstants
-
Default .
- DEF_RESIZE - Static variable in class net.sf.jaxodraw.util.JaxoConstants
-
Default .
- DEF_SARC - Static variable in class net.sf.jaxodraw.util.JaxoConstants
-
Default .
- DEF_SELECT - Static variable in class net.sf.jaxodraw.util.JaxoConstants
-
Default .
- DEF_SLINE - Static variable in class net.sf.jaxodraw.util.JaxoConstants
-
Default .
- DEF_SLOOP - Static variable in class net.sf.jaxodraw.util.JaxoConstants
-
Default .
- DEF_TEXT - Static variable in class net.sf.jaxodraw.util.JaxoConstants
-
Default .
- DEF_VERTEX - Static variable in class net.sf.jaxodraw.util.JaxoConstants
-
Default .
- DEF_ZIGZAG - Static variable in class net.sf.jaxodraw.util.JaxoConstants
-
Default .
- DEFAULT_COLOR - Static variable in class net.sf.jaxodraw.gui.handle.AbstractJaxoHandle
-
The default color of a handle: JaxoColor.RED.
- DEFAULT_FILL_COLOR - Static variable in class net.sf.jaxodraw.gui.handle.AbstractJaxoHandle
-
The default fill color of a handle: JaxoColor.GRAYSCALE150.
- DEFAULT_HELP_COLOR - Static variable in interface net.sf.jaxodraw.gui.JaxoDrawingArea
-
Default visualAid color.
- DEFAULT_HELP_STROKE - Static variable in interface net.sf.jaxodraw.gui.JaxoDrawingArea
-
Default visualAid Stroke.
- DEFAULT_MASK - Static variable in class net.sf.jaxodraw.gui.menu.JaxoMenu
-
The default key modifier constant.
- DEFAULT_SECONDARY_COLOR - Static variable in class net.sf.jaxodraw.gui.handle.AbstractJaxoHandle
-
The default secondary color of a handle: JaxoColor.NAVY_BLUE.
- DEFAULT_SIZE - Static variable in class net.sf.jaxodraw.gui.handle.AbstractJaxoHandle
-
The default size of a handle.
- DEFAULT_STROKE - Static variable in class net.sf.jaxodraw.gui.handle.AbstractJaxoHandle
-
The default stroke for a handle.
- defaultActionKeys() - Static method in class net.sf.jaxodraw.util.JaxoConstants
-
Returns the default action keys.
- defaultActionToMode(int) - Static method in class net.sf.jaxodraw.util.JaxoConstants
-
Mode constants corresponding to a DEF_XYZ constant.
- DefaultMenu - Class in net.sf.jaxodraw.gui.menu
-
A JaxoMenu for default mode MenuItems.
- DefaultMenu(int) - Constructor for class net.sf.jaxodraw.gui.menu.DefaultMenu
-
Creates a new instance of DefaultMenu.
- defaultModes() - Static method in class net.sf.jaxodraw.util.JaxoConstants
-
Returns the default modes.
- delete(JaxoObject) - Method in class net.sf.jaxodraw.graph.JaxoGraph
-
Removes the specified JaxoObject from the list of objects and flags the JaxoGraph as not saved (if it has been modified).
- delete(JaxoObject) - Method in class net.sf.jaxodraw.graph.JaxoSaveGraph
-
Removes the specified JaxoObject from the list of objects.
- DELETE - Static variable in class net.sf.jaxodraw.util.JaxoConstants
-
Delete an object.
- deleteAll(Collection<JaxoObject>) - Method in class net.sf.jaxodraw.graph.JaxoGraph
-
Removes the specified JaxoObjects from the list of objects and flags the JaxoGraph as not saved (if it has been modified).
- deleteAll(Collection<JaxoObject>) - Method in class net.sf.jaxodraw.graph.JaxoSaveGraph
-
Removes the specified objects from the list of objects.
- deleteMarkedObjects() - Method in class net.sf.jaxodraw.graph.JaxoGraph
-
Removes all marked JaxoObjects from the list of objects and flags the JaxoGraph as not saved (if it has been modified).
- deleteMarkedObjects() - Method in class net.sf.jaxodraw.graph.JaxoSaveGraph
-
Removes all marked JaxoObjects from the list of objects.
- deleteMarkedObjects() - Method in class net.sf.jaxodraw.gui.AbstractJaxoCanvas
-
Deletes all 'marked' objects from the drawing area and the current canvas graph.
- deleteMarkedObjects() - Method in class net.sf.jaxodraw.gui.JaxoCanvas
-
Deletes all 'marked' objects from the drawing area and the current canvas graph.
- DELTA - Static variable in class net.sf.jaxodraw.util.JaxoGreek
-
The greek letter delta.
- DESCRIBE - Static variable in class net.sf.jaxodraw.util.JaxoConstants
-
Enter a description of the graph.
- description() - Method in class net.sf.jaxodraw.io.exports.JaxoExportImg
-
Return a short description (preferably internationalized) of what this plugin does.
- description() - Method in class net.sf.jaxodraw.io.exports.JaxoExportLatex
-
Return a short description (preferably internationalized) of what this plugin does.
- description() - Method in class net.sf.jaxodraw.io.exports.JaxoExportLatexPS
-
Return a short description (preferably internationalized) of what this plugin does.
- description() - Method in class net.sf.jaxodraw.io.exports.JaxoExportPS
-
Return a short description (preferably internationalized) of what this plugin does.
- description() - Method in class net.sf.jaxodraw.io.imports.JaxoImportAxodraw
-
Return a short description (preferably internationalized) of what this plugin does.
- description() - Method in interface net.sf.jaxodraw.plugin.JaxoPlugin
-
Return a short description (preferably internationalized) of what this plugin does.
- directoryString(String) - Static method in class net.sf.jaxodraw.io.JaxoIO
-
Returns the absolute path of he directory that contains the fgiven file.
- dispose() - Method in class net.sf.jaxodraw.gui.panel.JaxoColorChooser
-
Dispose existing cached components.
- dispose() - Method in class net.sf.jaxodraw.util.graphics.JaxoWrapperGraphics2D
- dispose(int) - Method in class net.sf.jaxodraw.gui.launch.JaxoSplashWindow
-
Dispose the splash screen in 'remaining >= 0' milliseconds.
- distributePropertyChange(String, boolean, boolean) - Method in interface net.sf.jaxodraw.gui.panel.JaxoCommunicator
-
Distributes a property change to all sub-panels.
- distributePropertyChange(String, boolean, boolean) - Method in class net.sf.jaxodraw.gui.panel.JaxoMainPanel
-
Distributes a property change to all sub-panels.
- distributePropertyChange(String, int, int) - Method in interface net.sf.jaxodraw.gui.panel.JaxoCommunicator
-
Distributes a property change to all sub-panels.
- distributePropertyChange(String, int, int) - Method in class net.sf.jaxodraw.gui.panel.JaxoMainPanel
-
Distributes a property change to all sub-panels.
- distributePropertyChange(String, Object, Object) - Method in interface net.sf.jaxodraw.gui.panel.JaxoCommunicator
-
Distributes a property change to all sub-panels.
- distributePropertyChange(String, Object, Object) - Method in class net.sf.jaxodraw.gui.panel.JaxoMainPanel
-
Distributes a property change to all sub-panels.
- DL_SEP - Static variable in class net.sf.jaxodraw.io.imports.JaxoAxodraw
- dlSepIs(float) - Method in class net.sf.jaxodraw.object.JaxoParticleObject
-
Compares the dlSeparation of this JaxoParticleObject to the given float, taking into account a 0.1% error margin.
- DOT_EXTENSION - Static variable in class net.sf.jaxodraw.util.JaxoInfo
-
Extension of JaxoDraw data files, with a preceding dot.
- DOUBLE_LINE - Static variable in class net.sf.jaxodraw.io.imports.JaxoAxodraw
- draw(Shape) - Method in class net.sf.jaxodraw.util.graphics.JaxoWrapperGraphics2D
- draw3DRect(int, int, int, int, boolean) - Method in class net.sf.jaxodraw.util.graphics.JaxoWrapperGraphics2D
- drawArc(int, int, int, int, int, int) - Method in class net.sf.jaxodraw.util.graphics.JaxoWrapperGraphics2D
- drawBytes(byte[], int, int, int, int) - Method in class net.sf.jaxodraw.util.graphics.JaxoWrapperGraphics2D
- drawChars(char[], int, int, int, int) - Method in class net.sf.jaxodraw.util.graphics.JaxoWrapperGraphics2D
- drawGlyphVector(GlyphVector, float, float) - Method in class net.sf.jaxodraw.util.graphics.JaxoWrapperGraphics2D
- drawImage(BufferedImage, BufferedImageOp, int, int) - Method in class net.sf.jaxodraw.util.graphics.JaxoWrapperGraphics2D
- drawImage(Image, int, int, int, int, int, int, int, int, Color, ImageObserver) - Method in class net.sf.jaxodraw.util.graphics.JaxoWrapperGraphics2D
- drawImage(Image, int, int, int, int, int, int, int, int, ImageObserver) - Method in class net.sf.jaxodraw.util.graphics.JaxoWrapperGraphics2D
- drawImage(Image, int, int, int, int, Color, ImageObserver) - Method in class net.sf.jaxodraw.util.graphics.JaxoWrapperGraphics2D
- drawImage(Image, int, int, int, int, ImageObserver) - Method in class net.sf.jaxodraw.util.graphics.JaxoWrapperGraphics2D
- drawImage(Image, int, int, Color, ImageObserver) - Method in class net.sf.jaxodraw.util.graphics.JaxoWrapperGraphics2D
- drawImage(Image, int, int, ImageObserver) - Method in class net.sf.jaxodraw.util.graphics.JaxoWrapperGraphics2D
- drawImage(Image, AffineTransform, ImageObserver) - Method in class net.sf.jaxodraw.util.graphics.JaxoWrapperGraphics2D
- drawImageArea(Image, int, int, int, int, Graphics) - Static method in class net.sf.jaxodraw.util.JaxoUtils
-
Draw the part (x,y,width,height) of the image 'm' on 'g', at the same position (x,y).
- drawImageArea(Image, int, int, int, int, Graphics, int, int) - Static method in class net.sf.jaxodraw.util.JaxoUtils
-
Draw the part (x,y,width,height) of the image 'm' on 'g' at (gx,gy).
- drawLine(int, int, int, int) - Method in class net.sf.jaxodraw.util.graphics.JaxoWrapperGraphics2D
- drawOval(int, int, int, int) - Method in class net.sf.jaxodraw.util.graphics.JaxoWrapperGraphics2D
- drawPolygon(int[], int[], int) - Method in class net.sf.jaxodraw.util.graphics.JaxoWrapperGraphics2D
- drawPolygon(Polygon) - Method in class net.sf.jaxodraw.util.graphics.JaxoWrapperGraphics2D
- drawPolyline(int[], int[], int) - Method in class net.sf.jaxodraw.util.graphics.JaxoWrapperGraphics2D
- drawRect(int, int, int, int) - Method in class net.sf.jaxodraw.util.graphics.JaxoWrapperGraphics2D
- drawRenderableImage(RenderableImage, AffineTransform) - Method in class net.sf.jaxodraw.util.graphics.JaxoWrapperGraphics2D
- drawRenderedImage(RenderedImage, AffineTransform) - Method in class net.sf.jaxodraw.util.graphics.JaxoWrapperGraphics2D
- drawRoundRect(int, int, int, int, int, int) - Method in class net.sf.jaxodraw.util.graphics.JaxoWrapperGraphics2D
- drawString(String, float, float) - Method in class net.sf.jaxodraw.util.graphics.JaxoWrapperGraphics2D
- drawString(String, int, int) - Method in class net.sf.jaxodraw.util.graphics.JaxoWrapperGraphics2D
- drawString(AttributedCharacterIterator, float, float) - Method in class net.sf.jaxodraw.util.graphics.JaxoWrapperGraphics2D
- drawString(AttributedCharacterIterator, int, int) - Method in class net.sf.jaxodraw.util.graphics.JaxoWrapperGraphics2D
- DUMMIE - Static variable in class net.sf.jaxodraw.util.JaxoConstants
-
A dummy variable.
- DUMMIE1 - Static variable in class net.sf.jaxodraw.util.JaxoConstants
-
Another dummy.
- DUPLICATE - Static variable in class net.sf.jaxodraw.util.JaxoConstants
-
Copy an object.
E
- EDIT - Static variable in class net.sf.jaxodraw.util.JaxoConstants
-
Edit an object.
- editNearestObject(Point) - Method in class net.sf.jaxodraw.gui.JaxoCanvas
-
Determine the closest object to the given point and bring up an edit panel for it.
- editNearestObject(Point) - Method in interface net.sf.jaxodraw.gui.JaxoDrawingArea
-
Determine the closest object to the given point and bring up an edit panel for it.
- EMERALD - Static variable in class net.sf.jaxodraw.util.JaxoColor
-
The color Emerald.
- ENGLISH - Static variable in class net.sf.jaxodraw.util.JaxoConstants
-
English language mode.
- ENGLISH - Static variable in class net.sf.jaxodraw.util.JaxoLanguage
-
English.
- EPS - Enum constant in enum net.sf.jaxodraw.io.exports.JaxoExportPS.Format
- EPSILON - Static variable in class net.sf.jaxodraw.util.JaxoGreek
-
The greek letter epsilon.
- equal(float, float) - Static method in class net.sf.jaxodraw.util.JaxoUtils
-
Compares the two floats.
- equal(float, float, float) - Static method in class net.sf.jaxodraw.util.JaxoUtils
-
Compares the two floats within a certain accuracy.
- equals(Object[], Object[]) - Static method in class net.sf.jaxodraw.util.JaxoUtils
-
Check if two arrays are equal.
- equivalent(Object[], Object[]) - Static method in class net.sf.jaxodraw.util.JaxoUtils
-
Check if two arrays are equivalent.
- errorDialogMessage(String) - Method in class net.sf.jaxodraw.plugin.JaxoExportPlugin
-
Returns a default error message for exporting to 'fileName'.
- ETA - Static variable in class net.sf.jaxodraw.util.JaxoGreek
-
The greek letter eta.
- eventDispatched(AWTEvent) - Method in class net.sf.jaxodraw.gui.launch.JaxoSplashWindow
-
Used internally.
- export(String) - Method in class net.sf.jaxodraw.plugin.JaxoExportPlugin
-
Export the current graph to the given nonempty file name.
- export(JaxoGraph, Dimension, String) - Method in class net.sf.jaxodraw.gui.panel.JaxoExportPanel
-
Deprecated.
- export(JaxoGraph, String) - Method in class net.sf.jaxodraw.gui.panel.JaxoExportPanel
-
Brings a dialog to choose the export format.
- export(JaxoGraph, String) - Method in class net.sf.jaxodraw.plugin.JaxoExportPlugin
-
Export a graph to a file.
- EXPORT - Static variable in class net.sf.jaxodraw.util.JaxoConstants
-
Export the graph.
- EXPORT_SELECTION - Static variable in class net.sf.jaxodraw.util.JaxoConstants
-
Export the current selection of objects.
- exportTo(String) - Method in class net.sf.jaxodraw.io.exports.JaxoExportImg
-
Export the graph to the given nonempty file name.
- exportTo(String) - Method in class net.sf.jaxodraw.io.exports.JaxoExportLatex
-
Export the graph to the given nonempty file name.
- exportTo(String) - Method in class net.sf.jaxodraw.io.exports.JaxoExportLatexPS
-
Export the graph to the given nonempty file name.
- exportTo(String) - Method in class net.sf.jaxodraw.io.exports.JaxoExportPS
-
Export the graph to the given nonempty file name.
- exportTo(String) - Method in class net.sf.jaxodraw.plugin.JaxoExportPlugin
-
Export the graph to the given nonempty file name.
- exportTo(String, boolean) - Method in class net.sf.jaxodraw.io.exports.JaxoExportLatex
-
Export the graph to the given nonempty file name.
- exportToWithStatus(String) - Method in class net.sf.jaxodraw.io.exports.JaxoExportLatexPS
-
Tries to export a postscript file to the given file.
- extension(String) - Static method in class net.sf.jaxodraw.io.JaxoIO
-
Extension: part after the last '.' that does not occur at the beginning, or "" if there is none.
- EXTENSION - Static variable in class net.sf.jaxodraw.util.JaxoInfo
-
Extension of JaxoDraw data files.
F
- FARC - Static variable in class net.sf.jaxodraw.util.JaxoConstants
-
Fermion arc.
- FBEZ - Static variable in class net.sf.jaxodraw.util.JaxoConstants
-
Fermionic Bezier.
- fill(Shape) - Method in class net.sf.jaxodraw.util.graphics.JaxoWrapperGraphics2D
- fill3DRect(int, int, int, int, boolean) - Method in class net.sf.jaxodraw.util.graphics.JaxoWrapperGraphics2D
- fillArc(int, int, int, int, int, int) - Method in class net.sf.jaxodraw.util.graphics.JaxoWrapperGraphics2D
- fillOval(int, int, int, int) - Method in class net.sf.jaxodraw.util.graphics.JaxoWrapperGraphics2D
- fillPolygon(int[], int[], int) - Method in class net.sf.jaxodraw.util.graphics.JaxoWrapperGraphics2D
- fillPolygon(Polygon) - Method in class net.sf.jaxodraw.util.graphics.JaxoWrapperGraphics2D
- fillRect(int, int, int, int) - Method in class net.sf.jaxodraw.util.graphics.JaxoWrapperGraphics2D
- fillRoundRect(int, int, int, int, int, int) - Method in class net.sf.jaxodraw.util.graphics.JaxoWrapperGraphics2D
- finalizeEdit() - Method in class net.sf.jaxodraw.gui.JaxoCanvas
-
Finalize a user input action.
- finalizeEdit() - Method in interface net.sf.jaxodraw.gui.JaxoDrawingArea
-
Finalize a user input action.
- finalizeSelect(Point) - Method in class net.sf.jaxodraw.gui.JaxoCanvas
-
End a select action.
- finalizeSelect(Point) - Method in interface net.sf.jaxodraw.gui.JaxoDrawingArea
-
End a select action.
- fireActionPerformed(ActionEvent) - Method in class net.sf.jaxodraw.gui.panel.button.JaxoColorButton
-
Apply an action event.
- fireActionPerformed(String) - Method in class net.sf.jaxodraw.gui.menu.popup.JaxoFBoxPopupMenu
-
Notifies all components of an action event.
- fireActionPerformed(String, ActionEvent) - Method in class net.sf.jaxodraw.gui.menu.popup.JaxoFBoxPopupMenu
-
Notifies all components of an action event.
- fireClosing(int) - Method in class net.sf.jaxodraw.gui.swing.JaxoClosableTabbedPane
-
Standard listener pattern.
- firePopupMenuCanceled() - Method in class net.sf.jaxodraw.gui.menu.popup.JaxoFBoxPopupMenu
-
, then fire actionPerformed.
- firePopupMenuWillBecomeInvisible() - Method in class net.sf.jaxodraw.gui.swing.spinner.JaxoSpinnerComboBox
- firePopupMenuWillBecomeVisible() - Method in class net.sf.jaxodraw.gui.swing.spinner.JaxoSpinnerComboBox
- firePropertyChange(String, Object, Object) - Method in class net.sf.jaxodraw.object.JaxoObject
-
Notify all registered listeners of a changed property.
- fireStateChanged() - Method in class net.sf.jaxodraw.gui.grid.JaxoDefaultGrid
-
Notifies all listeners of a state change.
- fireStateChanged() - Method in class net.sf.jaxodraw.gui.JaxoTab
-
Notifies all listeners of state changes.
- fireStateChanged() - Method in class net.sf.jaxodraw.gui.panel.edit.JaxoOptionsPanel
-
Notifies all listeners of a state change.
- fireStateChanged() - Method in class net.sf.jaxodraw.gui.panel.JaxoColorChooser
-
Notifies all listeners of a state change.
- FLINE - Static variable in class net.sf.jaxodraw.util.JaxoConstants
-
Fermion line.
- FLOOP - Static variable in class net.sf.jaxodraw.util.JaxoConstants
-
Fermion loop.
- FOOTNOTESIZE - Static variable in class net.sf.jaxodraw.object.text.JaxoLatexText
-
Latex text size footnotesize.
- foreground(JaxoObject) - Method in class net.sf.jaxodraw.graph.JaxoGraph
-
Puts the specified JaxoObject into the foreground, i.e., to the last position in the object list.
- foreground(JaxoObject) - Method in class net.sf.jaxodraw.graph.JaxoSaveGraph
-
Puts the specified JaxoObject into the foreground, i.e., to the last position in the object list.
- FOREGROUND - Static variable in class net.sf.jaxodraw.util.JaxoConstants
-
Put an object in the foreground.
- FOREST_GREEN - Static variable in class net.sf.jaxodraw.util.JaxoColor
-
The color ForestGreen.
- format(LogRecord) - Method in class net.sf.jaxodraw.logging.LogFormatter
-
Formats the given LogRecord to standard JaxoDraw format.
- FRENCH - Static variable in class net.sf.jaxodraw.util.JaxoConstants
-
French language mode.
- FRENCH - Static variable in class net.sf.jaxodraw.util.JaxoLanguage
-
French.
- FREQ_FROM_WIGGLES - Static variable in class net.sf.jaxodraw.io.imports.JaxoAxodraw
- FUCHSIA - Static variable in class net.sf.jaxodraw.util.JaxoColor
-
The color Fuchsia.
G
- GAMMA - Static variable in class net.sf.jaxodraw.util.JaxoGreek
-
The greek letter gamma.
- GARC - Static variable in class net.sf.jaxodraw.util.JaxoConstants
-
Ghost arc.
- GBEZ - Static variable in class net.sf.jaxodraw.util.JaxoConstants
-
Ghost Bezier.
- GERMAN - Static variable in class net.sf.jaxodraw.util.JaxoConstants
-
German language mode.
- GERMAN - Static variable in class net.sf.jaxodraw.util.JaxoLanguage
-
German.
- getAllign() - Method in class net.sf.jaxodraw.object.text.JaxoLatexText
-
Returns the allign property of this text object.
- getAmp() - Method in class net.sf.jaxodraw.object.group.JaxoGroup
-
Returns the groupAmp property of this group object.
- getAmp() - Method in class net.sf.jaxodraw.object.JaxoParticleObject
-
Returns the amp property of this particle object.
- getAmp() - Method in interface net.sf.jaxodraw.object.JaxoWiggleObject
-
Gets the amplitude of this WiggleObject.
- getAngle() - Method in class net.sf.jaxodraw.object.arrow.JaxoArrow.Coordinates
-
Return the angle of the arrow.
- getApproveText() - Method in class net.sf.jaxodraw.gui.panel.JaxoChooseFile
-
Text for the JFileChooser approve button.
- getArcBrackets(String) - Method in class net.sf.jaxodraw.io.imports.JaxoAxodraw
-
Returns the five strings s1 - s5 contained in a string of the form " # (s1, s2) (s3, s4, s5) * " where * can be anything and # doesn't contain any parenthesis.
- getArcLength() - Method in class net.sf.jaxodraw.object.arc.JaxoArcObject
-
Calculates the length of this arc.
- getArcParameters() - Method in class net.sf.jaxodraw.object.arc.JaxoArcObject
-
Returns the parameters for the arc calculated from the three points.
- getArcPoint(double) - Method in class net.sf.jaxodraw.object.arc.JaxoArcObject
-
This routine returns an arc point that is t * arcLength away from P1.
- getArcPoints(String[], boolean) - Method in class net.sf.jaxodraw.io.imports.JaxoAxodraw
- getArrow() - Method in class net.sf.jaxodraw.object.JaxoParticleObject
-
Returns the arrow of this particle object.
- getArrowCommand(float) - Method in class net.sf.jaxodraw.object.bezier.JaxoBezierObject
- getArrowInset() - Method in class net.sf.jaxodraw.object.arrow.AbstractBaseArrow
-
Returns the tail length of this arrow.
- getArrowLength() - Method in class net.sf.jaxodraw.object.arrow.AbstractBaseArrow
-
Returns the length of this arrow.
- getArrowPosition() - Method in class net.sf.jaxodraw.object.JaxoParticleObject
-
Returns the arrowPosition property of this particle object.
- getArrowWidth() - Method in class net.sf.jaxodraw.object.arrow.AbstractBaseArrow
-
Returns the width of this arrow.
- getAvailablePlugins() - Method in class net.sf.jaxodraw.plugin.JaxoPluginInfo
-
Returns the plugins that are available at runtime.
- getAxo4JOptions(float) - Method in class net.sf.jaxodraw.object.line.JaxoDashLine
-
Return the option part of the LaTeX command for this line.
- getAxo4JOptions(float) - Method in class net.sf.jaxodraw.object.line.JaxoFLine
-
Return the option part of the LaTeX command for this line.
- getAxo4JOptions(float) - Method in class net.sf.jaxodraw.object.line.JaxoGlLine
-
Return the option part of the LaTeX command for this line.
- getAxo4JOptions(float) - Method in class net.sf.jaxodraw.object.line.JaxoLineObject
-
Return the option part of the LaTeX command for this line.
- getAxo4JOptions(float) - Method in class net.sf.jaxodraw.object.line.JaxoPLine
-
Return the option part of the LaTeX command for this line.
- getAxo4JOptions(float) - Method in class net.sf.jaxodraw.object.line.JaxoZigZagLine
-
Return the option part of the LaTeX command for this line.
- getAxo4JOptions(float) - Method in class net.sf.jaxodraw.object.loop.JaxoDashLoop
-
Return the option part of the LaTeX command for this line.
- getAxo4JOptions(float) - Method in class net.sf.jaxodraw.object.loop.JaxoFLoop
-
Return the option part of the LaTeX command for this line.
- getAxo4JOptions(float) - Method in class net.sf.jaxodraw.object.loop.JaxoGlLoop
-
Return the option part of the LaTeX command for this line.
- getAxo4JOptions(float) - Method in class net.sf.jaxodraw.object.loop.JaxoLoopObject
-
Return the option part of the LaTeX command for this line.
- getAxo4JOptions(float) - Method in class net.sf.jaxodraw.object.loop.JaxoPLoop
-
Return the option part of the LaTeX command for this line.
- getBackground() - Method in class net.sf.jaxodraw.gui.grid.JaxoDefaultGrid
-
Background of the grid (filling the whole canvas).
- getBackground() - Method in class net.sf.jaxodraw.util.graphics.JaxoWrapperGraphics2D
- getBBoxHeight() - Method in class net.sf.jaxodraw.io.imports.JaxoAxodraw
-
Return the current bounding box height.
- getBezierLength() - Method in class net.sf.jaxodraw.object.bezier.JaxoBezierObject
-
Returns the approximate length of this Bezier curve.
- getBooleanPref(String) - Static method in class net.sf.jaxodraw.util.JaxoPrefs
-
Returns the preference with 'name' as a boolean, or throws a IllegalArgumentException if it does not correspond to a boolean.
- getBorderInsets(Component) - Method in class net.sf.jaxodraw.gui.swing.JaxoTitledBorder
- getBorderInsets(Component, Insets) - Method in class net.sf.jaxodraw.gui.swing.JaxoTitledBorder
- getBounds() - Method in class net.sf.jaxodraw.graph.JaxoGraph
-
Returns the smallest bounding box that contains all the JaxoObjects of this JaxoGraph.
- getBounds() - Method in class net.sf.jaxodraw.graph.JaxoSaveGraph
-
Returns the smallest bounding box that contains all the JaxoObjects of this JaxoSaveGraph.
- getBounds() - Method in class net.sf.jaxodraw.object.arc.JaxoDashArc
-
Returns the bounding box of this object.
- getBounds() - Method in class net.sf.jaxodraw.object.arc.JaxoFArc
-
Returns the bounding box of this object.
- getBounds() - Method in class net.sf.jaxodraw.object.arc.JaxoGlArc
-
Returns the bounding box of this object.
- getBounds() - Method in class net.sf.jaxodraw.object.arc.JaxoPArc
-
Returns the bounding box of this object.
- getBounds() - Method in class net.sf.jaxodraw.object.bezier.JaxoDashBezier
-
Returns the bounding box of this object.
- getBounds() - Method in class net.sf.jaxodraw.object.bezier.JaxoFBezier
-
Returns the bounding box of this object.
- getBounds() - Method in class net.sf.jaxodraw.object.bezier.JaxoGlBezier
-
Returns the bounding box of this object.
- getBounds() - Method in class net.sf.jaxodraw.object.bezier.JaxoPBezier
-
Returns the bounding box of this object.
- getBounds() - Method in class net.sf.jaxodraw.object.fill.JaxoBlob
-
Returns the bounding box of this object.
- getBounds() - Method in class net.sf.jaxodraw.object.fill.JaxoBox
-
Returns the bounding box of this object.
- getBounds() - Method in class net.sf.jaxodraw.object.group.JaxoGroup
-
Returns the bounding box of this object.
- getBounds() - Method in interface net.sf.jaxodraw.object.JaxoList
-
Returns the smallest bounding box that contains all the JaxoObjects of this JaxoList.
- getBounds() - Method in class net.sf.jaxodraw.object.JaxoObjectList
-
Returns the smallest bounding box that contains all the JaxoObjects of this JaxoList.
- getBounds() - Method in class net.sf.jaxodraw.object.line.JaxoLineObject
-
Returns the bounding box of this line.
- getBounds() - Method in class net.sf.jaxodraw.object.loop.JaxoDashLoop
-
Returns the bounding box of this object.
- getBounds() - Method in class net.sf.jaxodraw.object.loop.JaxoLoopObject
-
Returns the bounding box of this object.
- getBounds() - Method in class net.sf.jaxodraw.object.text.JaxoLatexText
-
Returns the bounding box of this object.
- getBounds() - Method in class net.sf.jaxodraw.object.text.JaxoPSText
-
Returns the bounding box of this object.
- getBounds() - Method in class net.sf.jaxodraw.object.vertex.JaxoVertexT1
-
Returns the bounding box of this object.
- getBounds() - Method in class net.sf.jaxodraw.object.vertex.JaxoVertexT2
-
Returns the bounding box of this object.
- getBounds() - Method in class net.sf.jaxodraw.object.vertex.JaxoVertexT3
-
Returns the bounding box of this object.
- getBounds() - Method in class net.sf.jaxodraw.object.vertex.JaxoVertexT4
-
Returns the bounding box of this object.
- getBounds() - Method in class net.sf.jaxodraw.object.vertex.JaxoVertexT5
-
Returns the bounding box of this object.
- getBounds() - Method in class net.sf.jaxodraw.object.vertex.JaxoVertexT6
-
Returns the bounding box of this object.
- getBounds(int, int) - Method in class net.sf.jaxodraw.gui.handle.AbstractJaxoHandle
-
Return an enclosing Rectangle that completely contains this handle at the given position.
- getBounds(int, int) - Method in interface net.sf.jaxodraw.object.JaxoHandle
-
Return an enclosing Rectangle that completely contains this handle at the given position.
- getBounds(Rectangle) - Method in class net.sf.jaxodraw.graph.JaxoGraph
-
Intersection of bounding box with given Rectangle.
- getBounds(Rectangle) - Method in class net.sf.jaxodraw.graph.JaxoSaveGraph
-
Intersection of bounding box with given Rectangle.
- getBounds(Collection<?>) - Static method in class net.sf.jaxodraw.util.JaxoGeometry
-
Bounding box of a Collection of Shapes.
- getBounds(JaxoArrow.Coordinates) - Method in interface net.sf.jaxodraw.object.arrow.JaxoArrow
-
Returns a bounding rectangle for this arrow at the given coordinates.
- getBounds(JaxoArrow.Coordinates) - Method in class net.sf.jaxodraw.object.arrow.JaxoDefaultArrow
-
Returns a bounding rectangle for this arrow at the given coordinates.
- getBounds2D() - Method in class net.sf.jaxodraw.object.JaxoObject
-
Return a high-precision bounding box of this JaxoObject.
- getBoundsExcept(Collection<? extends E>) - Method in interface net.sf.jaxodraw.object.JaxoList
-
Returns the smallest bounding box that contains all the JaxoObjects of this JaxoList except the ones contained in 'except'.
- getBoundsExcept(Collection<? extends E>) - Method in class net.sf.jaxodraw.object.JaxoObjectList
-
Returns the smallest bounding box that contains all the JaxoObjects of this JaxoList except the ones contained in 'except'.
- getBoundsExcept(Collection<JaxoObject>) - Method in class net.sf.jaxodraw.graph.JaxoGraph
-
Returns the smallest bounding box that contains all the JaxoObjects of this JaxoGraph except the ones given in 'except'.
- getBoundsExcept(Collection<JaxoObject>) - Method in class net.sf.jaxodraw.graph.JaxoSaveGraph
-
Returns the smallest bounding box that contains all the JaxoObjects of this JaxoSaveGraph except the one given in 'except'.
- getBoundsWithHandles(JaxoHandle) - Method in class net.sf.jaxodraw.object.JaxoObject
-
Return a Rectangle that contains this object and all its handles.
- getBuiltInFormats() - Static method in class net.sf.jaxodraw.io.exports.JaxoExport
-
Returns a list of export formats that are available within the core of JaxoDraw by default.
- getBuiltInFormats() - Static method in class net.sf.jaxodraw.io.imports.JaxoImport
-
Returns a list of import formats that are available within the core of JaxoDraw by default.
- getButtonHeight() - Static method in class net.sf.jaxodraw.gui.panel.button.JaxoPanelButton
-
The default height of a panel button.
- getCanvas() - Method in class net.sf.jaxodraw.gui.panel.JaxoTabbedCanvasPanel
-
Returns an instance of the canvas.
- getCanvasBackground() - Method in class net.sf.jaxodraw.gui.AbstractJaxoCanvas
-
Background color in the region that is actually covered by the canvas
AbstractJaxoCanvas.getCanvasSize()
, which is the whole canvas, unless the effective maximum size is smaller than the component size. - getCanvasBackground() - Method in interface net.sf.jaxodraw.gui.JaxoCanvasComponent
-
Background color in the region that is actually covered by the canvas
JaxoCanvasComponent.getCanvasSize()
. - getCanvasBounds() - Method in class net.sf.jaxodraw.gui.AbstractJaxoCanvas
-
Part of the component that is covered by the actual canvas.
- getCanvasBounds() - Method in interface net.sf.jaxodraw.gui.JaxoCanvasComponent
-
Part of the component that is covered by the actual canvas.
- getCanvasGraph() - Method in class net.sf.jaxodraw.gui.AbstractJaxoCanvas
-
Returns the current graph.
- getCanvasOrigin() - Method in class net.sf.jaxodraw.gui.AbstractJaxoCanvas
-
Origin of the actual canvas within the component.
- getCanvasOrigin() - Method in interface net.sf.jaxodraw.gui.JaxoCanvasComponent
-
Origin of the actual canvas within the component.
- getCanvasSize() - Method in class net.sf.jaxodraw.gui.AbstractJaxoCanvas
-
Canvas size.
- getCanvasSize() - Method in class net.sf.jaxodraw.gui.grid.JaxoDefaultGrid
-
Size of the grid canvas.
- getCanvasSize() - Method in interface net.sf.jaxodraw.gui.grid.JaxoPaintableGrid
-
Size of the grid canvas.
- getCanvasSize() - Method in interface net.sf.jaxodraw.gui.JaxoCanvasComponent
-
Canvas size.
- getCanvasSize() - Method in class net.sf.jaxodraw.plugin.JaxoExportPlugin
-
Deprecated.this is not used, exports should not depend on the canvas size!
- getCenterPoint() - Method in class net.sf.jaxodraw.object.arc.JaxoArcObject
-
Get the center point of the circle that contains the arc.
- getCharacter(String) - Static method in class net.sf.jaxodraw.util.JaxoGreek
-
Returns the greek character whose LaTex command is s.
- getCharsetName() - Method in class net.sf.jaxodraw.plugin.JaxoImportPlugin
-
Returns the current charset name.
- getCheckBoxPanelSize() - Method in class net.sf.jaxodraw.gui.panel.edit.JaxoEditPanel
-
Returns the size of a single checkbox panel.
- getChooser() - Method in class net.sf.jaxodraw.gui.panel.button.JaxoColorButton
-
Chooser to be shown to change the current color automatically on ActionEvents.
- getChooserImage(Color) - Static method in class net.sf.jaxodraw.util.JaxoUtils
-
Returns an image with a box of 40x15 pixels size, of the given color.
- getChooserImage(Color, Dimension) - Static method in class net.sf.jaxodraw.util.JaxoUtils
-
Returns an image with a box of the given pixels size, of the given color.
- getChooserImageIcon(Color) - Static method in class net.sf.jaxodraw.util.JaxoUtils
-
Returns an image icon with a box of 40x15 pixels size, of the given color.
- getChooserImageIcon(Color, Dimension) - Static method in class net.sf.jaxodraw.util.JaxoUtils
-
Returns an image icon with a box of the given pixels size, of the given color.
- getChooserMode() - Method in class net.sf.jaxodraw.gui.panel.button.JaxoColorButton
-
Returns the current chooser mode.
- getChooserTitle() - Method in class net.sf.jaxodraw.gui.panel.button.JaxoColorButton
-
The title of the dialog.
- getClassName() - Method in class net.sf.jaxodraw.plugin.AbstractJaxoPlugin
-
Returns the name of this plugin class without the package.
- getClip() - Method in class net.sf.jaxodraw.util.graphics.JaxoWrapperGraphics2D
- getClipboard() - Method in class net.sf.jaxodraw.gui.AbstractJaxoCanvas
-
Gets the current clipboard.
- getClipboard() - Method in interface net.sf.jaxodraw.gui.JaxoDrawingArea
-
Gets the current clipboard.
- getClipBounds() - Method in class net.sf.jaxodraw.util.graphics.JaxoWrapperGraphics2D
- getClipBounds(Rectangle) - Method in class net.sf.jaxodraw.util.graphics.JaxoWrapperGraphics2D
- getClosableIconAt(int) - Method in class net.sf.jaxodraw.gui.swing.JaxoClosableTabbedPane
-
Use instead of getIconAt.
- getClosableTitleAt(int) - Method in class net.sf.jaxodraw.gui.swing.JaxoClosableTabbedPane
-
Use instead of getTitleAt.
- getClosestColorTo(Color, int) - Static method in class net.sf.jaxodraw.util.JaxoColor
-
Return the Color closest (in the specified mode) to the given color.
- getColor() - Method in class net.sf.jaxodraw.gui.handle.AbstractJaxoHandle
-
Returns the color of this handle.
- getColor() - Method in class net.sf.jaxodraw.gui.panel.button.JaxoColorButton
-
Current color property.
- getColor() - Method in class net.sf.jaxodraw.gui.panel.edit.JaxoColorEditPanel
-
the color of the button icon.
- getColor() - Method in class net.sf.jaxodraw.gui.panel.JaxoColorChooser
-
The currently selected color (or null) - updated while the chooser is shown.
- getColor() - Method in class net.sf.jaxodraw.io.imports.JaxoAxodraw
-
Return the current color.
- getColor() - Method in class net.sf.jaxodraw.object.arrow.AbstractBaseArrow
-
Returns the color of this arrow.
- getColor() - Method in class net.sf.jaxodraw.object.JaxoObject
-
Returns the color of this object.
- getColor() - Method in class net.sf.jaxodraw.util.graphics.JaxoWrapperGraphics2D
- getColor(int) - Static method in class net.sf.jaxodraw.util.JaxoColor
-
Returns the color at index i of the colorList.
- getColor(String) - Static method in class net.sf.jaxodraw.util.JaxoColor
-
Returns the color corresponding to the name cName, or the default color if none.
- getColor(String, int) - Static method in class net.sf.jaxodraw.util.JaxoColor
-
Returns the color corresponding to the name cName, or the default color if none.
- getColorCount() - Static method in class net.sf.jaxodraw.util.JaxoColor
-
Returns the number of colors defined by JaxoColor.
- getColorName(int) - Static method in class net.sf.jaxodraw.util.JaxoColor
-
Returns the name of the color at index i in the colorList.
- getColorName(Color) - Static method in class net.sf.jaxodraw.util.JaxoColor
-
Returns the name of the closest defined color to 'color'.
- getColorName(Color, int) - Static method in class net.sf.jaxodraw.util.JaxoColor
-
Returns the name of the closest defined color (in the mode) color.
- getColorSpaceWarningForLaTeX() - Method in class net.sf.jaxodraw.plugin.JaxoExportPlugin
-
Returns an internationalized warning when the color space is the complete one.
- getComment() - Method in class net.sf.jaxodraw.io.imports.JaxoAxodraw
-
Returns the comment (description) of this axodraw object.
- getComponentParent() - Method in class net.sf.jaxodraw.gui.panel.JaxoChooseFile
-
Parent component for the dialog.
- getComposite() - Method in class net.sf.jaxodraw.util.graphics.JaxoWrapperGraphics2D
- getConfigurationPanel() - Method in class net.sf.jaxodraw.io.exports.JaxoExportImg
-
Returns a panel that allows to configure optional parameters of this export format.
- getConfigurationPanel() - Method in class net.sf.jaxodraw.io.exports.JaxoExportLatex
-
Returns a panel that allows to configure optional parameters of this export format.
- getConfigurationPanel() - Method in class net.sf.jaxodraw.io.exports.JaxoExportLatexPS
-
Returns a panel that allows to configure optional parameters of this export format.
- getConfigurationPanel() - Method in class net.sf.jaxodraw.io.exports.JaxoExportPS
-
Returns a panel that allows to configure optional parameters of this export format.
- getConfigurationPanel() - Method in class net.sf.jaxodraw.plugin.JaxoExportPlugin
-
Returns a panel that allows to configure optional parameters of this export format.
- getConfigurationPanel() - Method in class net.sf.jaxodraw.plugin.JaxoImportPlugin
-
Returns a panel that allows to configure optional parameters of this import format.
- getCopyOfMarkedObjects() - Method in class net.sf.jaxodraw.graph.JaxoGraph
-
Copies of the marked objects of the graph, in the order of the graph.
- getCurrentCoordinateText() - Method in class net.sf.jaxodraw.gui.panel.JaxoStatusBar
-
Returns the text that is currently shown in the coordinates panel.
- getCurrentFileText() - Method in class net.sf.jaxodraw.gui.panel.JaxoStatusBar
-
Returns the text that is currently shown in the file panel.
- getCurrentLevel() - Static method in class net.sf.jaxodraw.util.JaxoLog
-
Gets the current logging level.
- getCurrentModeText() - Method in class net.sf.jaxodraw.gui.panel.JaxoStatusBar
-
Returns the text that is currently shown in the mode panel.
- getDash() - Method in class net.sf.jaxodraw.object.JaxoParticleObject
-
Returns the dash property of this particle object.
- getDefaultColor() - Static method in class net.sf.jaxodraw.util.JaxoColor
-
Returns the current default color.
- getDefaultFillColor(Color) - Static method in class net.sf.jaxodraw.util.JaxoColor
-
Returns the current default fill color for the given line color.
- getDescription() - Method in class net.sf.jaxodraw.graph.JaxoGraph
-
Returns the description text of this JaxoGraph.
- getDescription() - Method in class net.sf.jaxodraw.graph.JaxoSaveGraph
-
Returns the description text of this JaxoSaveGraph.
- getDescription(Component, String) - Static method in class net.sf.jaxodraw.gui.JaxoDialogs
-
Opens a dialog to choose a new description for a graph.
- getDeviceConfiguration() - Method in class net.sf.jaxodraw.util.graphics.JaxoWrapperGraphics2D
- getDialogTitle() - Method in class net.sf.jaxodraw.gui.panel.JaxoChooseFile
-
Title to be used for dialogs.
- getDialogTitle() - Method in class net.sf.jaxodraw.gui.panel.JaxoColorChooser
-
Dialog title - if null (default), a default title will be chosen.
- getDLSeparation() - Method in class net.sf.jaxodraw.object.JaxoParticleObject
-
Returns the double line separation of this object.
- getEditPanel() - Method in interface net.sf.jaxodraw.object.arrow.JaxoArrow
-
Return a panel that allows to edit the parameters of the arrow.
- getEditPanel() - Method in class net.sf.jaxodraw.object.arrow.JaxoDefaultArrow
-
Return a panel that allows to edit the parameters of the arrow.
- getEffectiveMaximumCanvasSize() - Method in class net.sf.jaxodraw.gui.AbstractJaxoCanvas
-
The effective maximum canvas size.
- getEightInts(String) - Method in class net.sf.jaxodraw.io.imports.JaxoAxodraw4J
-
Returns the eight integers x1, y1,x2,y2,x3,y3,x4,y4 contained in a string of the form " # (x1, y1) (x2,y2) (x3,y3) (x4,y4) * " where * can be anything and # doesn't contain any parenthesis.
- getEightInts(String, int) - Method in class net.sf.jaxodraw.io.imports.JaxoAxodraw4J
-
Returns the eight integers x1, y1,x2,y2,x3,y3,x4,y4 contained in a string of the form " # (x1, y1) (x2,y2) (x3,y3) (x4,y4) * " where * can be anything and # doesn't contain any parenthesis.
- getEquidistantPoint(int, int) - Method in class net.sf.jaxodraw.object.arc.JaxoArcObject
-
Get equidistant points on the arc.
- getEquidistantPoints(int) - Method in class net.sf.jaxodraw.object.arc.JaxoArcObject
-
Get equidistant points on the arc.
- getEquidistantPoints(int) - Method in class net.sf.jaxodraw.object.loop.JaxoLoopObject
-
Dividing the loop into n equidistant segments of length d, so n * d = 2 * r * PI is the circumference of the loop, this routine returns the n + 1 loop points that are i * d away from P1, where 0 invalid input: '<'= i invalid input: '<'= n.
- getExportFormats() - Method in class net.sf.jaxodraw.plugin.JaxoPluginInfo
-
Installed export formats.
- getFailure() - Method in class net.sf.jaxodraw.plugin.AbstractJaxoPlugin
-
Reason for failure of the last export(), probably an (IO)Exception.
- getFboxPopup() - Method in class net.sf.jaxodraw.gui.AbstractJaxoCanvas
-
The JaxoFBoxPopupMenu for this canvas.
- getFileExtension() - Method in class net.sf.jaxodraw.io.exports.JaxoExportImg
-
Extension to be used for plugin files.
- getFileExtension() - Method in class net.sf.jaxodraw.io.exports.JaxoExportLatex
-
Extension to be used for plugin files.
- getFileExtension() - Method in class net.sf.jaxodraw.io.exports.JaxoExportLatexPS
-
Extension to be used for plugin files.
- getFileExtension() - Method in class net.sf.jaxodraw.io.exports.JaxoExportPS
-
Extension to be used for plugin files.
- getFileExtension() - Method in class net.sf.jaxodraw.io.imports.JaxoImportAxodraw
-
Extension to be used for plugin files.
- getFileExtension() - Method in class net.sf.jaxodraw.plugin.AbstractJaxoPlugin
-
Extension to be used for plugin files.
- getFileExtensionDescription() - Method in class net.sf.jaxodraw.io.exports.JaxoExportImg
-
Description to be used for plugin file extensions.
- getFileExtensionDescription() - Method in class net.sf.jaxodraw.io.exports.JaxoExportLatex
-
Description to be used for plugin file extensions.
- getFileExtensionDescription() - Method in class net.sf.jaxodraw.io.exports.JaxoExportLatexPS
-
Description to be used for plugin file extensions.
- getFileExtensionDescription() - Method in class net.sf.jaxodraw.io.exports.JaxoExportPS
-
Description to be used for plugin file extensions.
- getFileExtensionDescription() - Method in class net.sf.jaxodraw.io.imports.JaxoImportAxodraw
-
Description to be used for plugin file extensions.
- getFileExtensionDescription() - Method in class net.sf.jaxodraw.plugin.AbstractJaxoPlugin
-
Description to be used for plugin file extensions.
- getFillColor() - Method in class net.sf.jaxodraw.gui.handle.AbstractJaxoHandle
-
Returns the fill color of this handle.
- getFillColor() - Method in class net.sf.jaxodraw.object.arrow.AbstractBaseArrow
-
Returns the fill color of this arrow.
- getFillColor() - Method in class net.sf.jaxodraw.object.fill.JaxoFillObject
-
Returns the fill color of this object.
- getFillColor() - Method in interface net.sf.jaxodraw.object.JaxoFillColorObject
-
Returns the fill color of this object.
- getFillColor() - Method in class net.sf.jaxodraw.object.vertex.JaxoVertexT2
-
Returns the fill color of this object.
- getFillColor() - Method in class net.sf.jaxodraw.object.vertex.JaxoVertexT5
-
Returns the fill color of this object.
- getFloatPref(String) - Static method in class net.sf.jaxodraw.util.JaxoPrefs
-
Returns the preference with 'name' as a float, or throws a IllegalArgumentException if it does not correspond to a float.
- getFont() - Method in class net.sf.jaxodraw.object.group.JaxoGroup
-
Returns the groupTextFont property of this text object.
- getFont() - Method in class net.sf.jaxodraw.object.text.JaxoPSText
-
Returns the textFont property of this text object.
- getFont() - Method in class net.sf.jaxodraw.util.graphics.JaxoWrapperGraphics2D
- getFontMetrics() - Method in class net.sf.jaxodraw.util.graphics.JaxoWrapperGraphics2D
- getFontMetrics(Font) - Method in class net.sf.jaxodraw.util.graphics.JaxoWrapperGraphics2D
- getFontRenderContext() - Method in class net.sf.jaxodraw.util.graphics.JaxoWrapperGraphics2D
- getFontSizeDefaults() - Static method in class net.sf.jaxodraw.object.text.JaxoPSText
-
List of numbers of default font sizes to display to the user.
- getFontStyleAt(int) - Method in class net.sf.jaxodraw.gui.swing.JaxoClosableTabbedPane
-
Font style (PLAIN, BOLD, ITALIC, BOLD|ITALIC) of tab title at 'index'.
- getFontStyles() - Static method in class net.sf.jaxodraw.object.text.JaxoPSText
-
List of Integer font styles to display to the user.
- getFormatName() - Method in class net.sf.jaxodraw.io.exports.JaxoExportImg
-
The name of the plugin (export or import) format.
- getFormatName() - Method in class net.sf.jaxodraw.io.exports.JaxoExportLatex
-
The name of the plugin (export or import) format.
- getFormatName() - Method in class net.sf.jaxodraw.io.exports.JaxoExportLatexPS
-
The name of the plugin (export or import) format.
- getFormatName() - Method in class net.sf.jaxodraw.io.exports.JaxoExportPS
-
The name of the plugin (export or import) format.
- getFormatName() - Method in class net.sf.jaxodraw.io.imports.JaxoImportAxodraw
-
The name of the plugin (export or import) format.
- getFormatName() - Method in class net.sf.jaxodraw.plugin.AbstractJaxoPlugin
-
The name of the plugin (export or import) format.
- getFourInts(String) - Method in class net.sf.jaxodraw.io.imports.JaxoAxodraw
-
Returns the four integers xi,yi,xf,yf contained in a string of the form " # (xi,yi) (xf,yf) * " where * can be anything and # doesn't contain any parenthesis.
- getFourInts(String, int) - Method in class net.sf.jaxodraw.io.imports.JaxoAxodraw
-
Returns the four integers xi,yi,xf,yf contained in a string of the form " # (xi,yi) (xf,yf) * " where * can be anything and # doesn't contain any parenthesis.
- getFrequency() - Method in class net.sf.jaxodraw.object.arc.JaxoGlArc
-
Gets the current frequency (number of wiggles per unit length) of this WiggleObject.
- getFrequency() - Method in class net.sf.jaxodraw.object.arc.JaxoPArc
-
Gets the current frequency (number of wiggles per unit length) of this WiggleObject.
- getFrequency() - Method in class net.sf.jaxodraw.object.bezier.JaxoGlBezier
-
Gets the current frequency (number of wiggles per unit length) of this WiggleObject.
- getFrequency() - Method in class net.sf.jaxodraw.object.bezier.JaxoPBezier
-
Gets the current frequency (number of wiggles per unit length) of this WiggleObject.
- getFrequency() - Method in interface net.sf.jaxodraw.object.JaxoWiggleObject
-
Gets the current frequency (number of wiggles per unit length) of this WiggleObject.
- getFrequency() - Method in class net.sf.jaxodraw.object.line.JaxoGlLine
-
Gets the current frequency (number of wiggles per unit length) of this WiggleObject.
- getFrequency() - Method in class net.sf.jaxodraw.object.line.JaxoPLine
-
Gets the current frequency (number of wiggles per unit length) of this WiggleObject.
- getFrequency() - Method in class net.sf.jaxodraw.object.line.JaxoZigZagLine
-
Gets the current frequency (number of wiggles per unit length) of this WiggleObject.
- getFrequency() - Method in class net.sf.jaxodraw.object.loop.JaxoGlLoop
-
Gets the current frequency (number of wiggles per unit length) of this WiggleObject.
- getFrequency() - Method in class net.sf.jaxodraw.object.loop.JaxoPLoop
-
Gets the current frequency (number of wiggles per unit length) of this WiggleObject.
- getGeneralPath() - Method in class net.sf.jaxodraw.object.JaxoObject
-
Returns the GeneralPath that can be used while painting this JaxoObject.
- getGrabbedHandle(int, int, JaxoHandle) - Method in class net.sf.jaxodraw.object.bezier.JaxoBezierObject
-
Determines which handle the user has selected to move/resize/edit an object.
- getGrabbedHandle(int, int, JaxoHandle) - Method in class net.sf.jaxodraw.object.fill.JaxoBox
-
Determines which handle the user has selected to move/resize/edit an object.
- getGrabbedHandle(int, int, JaxoHandle) - Method in class net.sf.jaxodraw.object.group.JaxoGroup
-
Determines which handle the user has selected to move/resize/edit an object.
- getGrabbedHandle(int, int, JaxoHandle) - Method in class net.sf.jaxodraw.object.Jaxo3PointObject
-
Determines which handle the user has selected to move/resize/edit an object.
- getGrabbedHandle(int, int, JaxoHandle) - Method in class net.sf.jaxodraw.object.JaxoExtendedObject
-
Determines which handle the user has selected to move/resize/edit an object.
- getGrabbedHandle(int, int, JaxoHandle) - Method in class net.sf.jaxodraw.object.JaxoObject
-
Determines which handle the user has selected to move/resize/edit an object.
- getGrabbedHandle(int, int, JaxoHandle) - Method in class net.sf.jaxodraw.object.line.JaxoLineObject
-
Determines which handle the user has selected to move/resize/edit an object.
- getGraph() - Method in class net.sf.jaxodraw.plugin.JaxoExportPlugin
-
Returns the current graph to export.
- getGraphics() - Method in interface net.sf.jaxodraw.gui.JaxoCanvasComponent
-
Return the graphics context of this CanvasComponent.
- getGrayScaleColor(float) - Static method in class net.sf.jaxodraw.util.JaxoColor
-
Returns the grayscale that corresponds to the float value f.
- getGrayScaleFloat(Color) - Static method in class net.sf.jaxodraw.util.JaxoColor
-
Returns a string representation of a Color that gives the grayscale of color, or sets it to '0.0' (black), if color is not a grayscale.
- getGrid() - Method in class net.sf.jaxodraw.gui.AbstractJaxoCanvas
-
Grid to be used.
- getGrid() - Method in class net.sf.jaxodraw.gui.JaxoTab
-
Returns the current grid.
- getGridColor() - Method in class net.sf.jaxodraw.gui.grid.JaxoDefaultGrid
-
Color of the grid.
- getGridColor() - Method in interface net.sf.jaxodraw.gui.grid.JaxoPaintableGrid
-
Color of the grid.
- getGridColor() - Method in class net.sf.jaxodraw.gui.JaxoTab
-
Returns the current color of the grid.
- getGridSize() - Method in class net.sf.jaxodraw.gui.grid.JaxoDefaultGrid
-
Returns the current size of the grid.
- getGridSize() - Method in interface net.sf.jaxodraw.gui.grid.JaxoPaintableGrid
-
Returns the current size of the grid.
- getGridSize() - Method in class net.sf.jaxodraw.gui.JaxoTab
-
Returns the current size of the grid.
- getGridSizeDefaults() - Static method in class net.sf.jaxodraw.gui.panel.JaxoGridBar
-
List of numbers of default grid sizes to display to the user.
- getGridStyle() - Method in class net.sf.jaxodraw.gui.grid.JaxoDefaultGrid
-
Grid style (STYLE_XYZ constant).
- getGridStyle() - Method in interface net.sf.jaxodraw.gui.grid.JaxoPaintableGrid
-
Grid style (STYLE_XYZ constant).
- getGridStyle() - Method in class net.sf.jaxodraw.gui.JaxoTab
-
Returns the current style of the grid.
- getGridType() - Method in class net.sf.jaxodraw.gui.grid.JaxoDefaultGrid
-
Returns the type of the grid.
- getGridType() - Method in interface net.sf.jaxodraw.gui.grid.JaxoPaintableGrid
-
Returns the type of the grid.
- getGridType() - Method in class net.sf.jaxodraw.gui.JaxoTab
-
Returns the current type of the grid.
- getHandle() - Method in class net.sf.jaxodraw.gui.AbstractJaxoCanvas
-
The currently set handle.
- getHandlePaintMode() - Method in class net.sf.jaxodraw.gui.AbstractJaxoCanvas
-
How to paint handles.
- getHeight() - Method in class net.sf.jaxodraw.object.JaxoExtendedObject
-
Returns the height of this object.
- getHeight() - Method in class net.sf.jaxodraw.object.JaxoObject
-
Returns the height of this object.
- getIdentifier() - Method in class net.sf.jaxodraw.object.bezier.JaxoDashBezier
-
Convenience method for the Latex import/export Should be removed when axodraw2 is ready
- getIdentifier() - Method in class net.sf.jaxodraw.object.bezier.JaxoGBezier
-
Convenience method for the Latex import/export Should be removed when axodraw2 is ready
- getIdentifier() - Method in class net.sf.jaxodraw.object.bezier.JaxoSBezier
-
Convenience method for the Latex import/export Should be removed when axodraw2 is ready
- getImportedGraph() - Method in class net.sf.jaxodraw.gui.panel.JaxoImportPanel
-
Returns the graph theat was imported by this panel.
- getImportForExtension(String) - Method in class net.sf.jaxodraw.plugin.JaxoPluginInfo
-
Return an import plugin that is capable of importing a given format.
- getImportFormats() - Method in class net.sf.jaxodraw.plugin.JaxoPluginInfo
-
Installed import formats.
- getIndex() - Method in class net.sf.jaxodraw.gui.swing.TabClosingEvent
-
Index that was requested to be closed.
- getIntPref(String) - Static method in class net.sf.jaxodraw.util.JaxoPrefs
-
Returns the preference with 'name' as an integer, or throws a IllegalArgumentException if it does not correspond to an int.
- getIntValue() - Method in class net.sf.jaxodraw.gui.swing.spinner.JaxoSpinnerIntModel
-
SpinnerNumberModel.getValue()
as an int. - getJaxoDrawVersion() - Method in class net.sf.jaxodraw.graph.JaxoSaveGraph
-
Returns the JaxoDraw version that this JaxoSaveGraph was created with.
- getJaxoObject(String) - Method in class net.sf.jaxodraw.io.imports.JaxoAxodraw
-
Returns a JaxoObject corresponding to a axodraw command.
- getJaxoObject(String) - Method in class net.sf.jaxodraw.io.imports.JaxoAxodraw4J
-
Returns a JaxoObject corresponding to a axodraw command.
- getLang() - Method in class net.sf.jaxodraw.plugin.AbstractJaxoPlugin
-
Get a dictionary for this plugin.
- getLanguageFor(int) - Static method in class net.sf.jaxodraw.util.JaxoLanguage
-
Returns the language string for the given mode.
- getLaTexAngles() - Method in class net.sf.jaxodraw.object.loop.JaxoLoopObject
-
Returns an angle which is used by the latexCommand method.
- getLaTexCenter(float, int) - Method in class net.sf.jaxodraw.object.loop.JaxoLoopObject
-
Returns a center point which is used by the latexCommand method.
- getLaTexCenter(float, int) - Method in class net.sf.jaxodraw.object.vertex.JaxoVertex
-
Returns a center point which is used by the latexCommand method.
- getLatexColorCommand(Color) - Static method in class net.sf.jaxodraw.util.JaxoColor
-
Returns a String containing the LaTex color command (as used by the package colordvi) to set the color.
- getLatexCommand(char) - Static method in class net.sf.jaxodraw.util.JaxoGreek
-
Gets the LaTeX command for the greek character a.
- getLatexDLOffSet(float) - Method in class net.sf.jaxodraw.object.line.JaxoLineObject
-
Returns the amount this line is offset in double-line mode.
- getLaTexEndPoint(float, int) - Method in class net.sf.jaxodraw.object.line.JaxoLineObject
-
Returns the end point of this line in latex (ie axodraw) coordinates.
- getLaTexLocation(float, int) - Method in class net.sf.jaxodraw.object.JaxoObject
-
Returns the latex (ie axodraw) coordinates of the first point of this JaxoObject.
- getLatexPoint(double, double, float, int) - Static method in class net.sf.jaxodraw.object.bezier.JaxoBezierObject
-
Returns the latex (ie axodraw) coordinates of the point passed of this JaxoObject.
- getLatexPoint(Point2D, float, int) - Static method in class net.sf.jaxodraw.object.bezier.JaxoBezierObject
-
Returns the latex (ie axodraw) coordinates of the point passed of this JaxoObject.
- getLaTexRadius(float) - Method in class net.sf.jaxodraw.object.loop.JaxoLoopObject
-
Returns a radius which is used by the latexCommand method.
- getLaTexRadius(float) - Method in class net.sf.jaxodraw.object.vertex.JaxoVertex
-
Returns a radius which is used by the latexCommand method.
- getLaTexStartPoint(float, int) - Method in class net.sf.jaxodraw.object.line.JaxoLineObject
-
Returns the first point of this line in latex (ie axodraw) coordinates.
- getLatexTextSize() - Method in class net.sf.jaxodraw.object.group.JaxoGroup
-
Returns the groupTeXSize property of this group object.
- getLatexTextSize() - Method in class net.sf.jaxodraw.object.text.JaxoLatexText
-
Returns the latex font size of this text object.
- getLaTeXTextWarning() - Method in class net.sf.jaxodraw.plugin.JaxoExportPlugin
-
Returns an internationalized warning when latex texts are present in the graph.
- getLevel() - Method in class net.sf.jaxodraw.logging.JaxoDefaultLogger
-
Returns the current log level of this Logger.
- getLevel() - Method in interface net.sf.jaxodraw.logging.JaxoLogger
-
Returns the current log level of this Logger.
- getLevelFor(int) - Static method in class net.sf.jaxodraw.util.JaxoLog
-
Converts JaxoLog levels to java.util.logging.Level.
- getLineParams(int[], String) - Method in class net.sf.jaxodraw.io.imports.JaxoAxodraw
- getListCellRendererComponent(JList, Object, int, boolean, boolean) - Method in class net.sf.jaxodraw.gui.swing.JaxoFontStyleRenderer
- getLocale() - Static method in class net.sf.jaxodraw.util.JaxoLooknFeel
-
Current locale.
- getLog() - Method in class net.sf.jaxodraw.plugin.AbstractJaxoPlugin
-
Get a logger for this plugin.
- getLogger() - Static method in class net.sf.jaxodraw.util.JaxoLog
-
Returns the current logger.
- getLoopPars(String[], String, boolean) - Method in class net.sf.jaxodraw.io.imports.JaxoAxodraw
- getMarkedObjects() - Method in class net.sf.jaxodraw.graph.JaxoGraph
-
All marked objects of the graph, in the order of the graph.
- getMaximumCanvasSize() - Method in class net.sf.jaxodraw.gui.AbstractJaxoCanvas
-
Maximum size of the canvas (even if there are objects with a larger bounding box).
- getMaximumCanvasSize() - Method in interface net.sf.jaxodraw.gui.JaxoCanvasComponent
-
Maximum size of the canvas (even if there are objects with a larger bounding box).
- getMidArcPoint() - Method in class net.sf.jaxodraw.object.arc.JaxoArcObject
-
Calculates the point in the middle of the arc.
- getMinimumCanvasSize() - Method in class net.sf.jaxodraw.gui.AbstractJaxoCanvas
-
Minimum size of the canvas (even if there are no objects or they have a smaller bounding box).
- getMinimumCanvasSize() - Method in interface net.sf.jaxodraw.gui.JaxoCanvasComponent
-
Minimum size of the canvas (even if there are no objects or they have a smaller bounding box).
- getMode() - Method in class net.sf.jaxodraw.gui.panel.JaxoColorChooser
-
The colors that can be chosen.
- getMode() - Method in class net.sf.jaxodraw.io.exports.JaxoExportImg
-
Returns the current export mode.
- getMode() - Method in class net.sf.jaxodraw.io.exports.JaxoExportPS
-
Returns the current export mode.
- getModeAsInt(String) - Static method in class net.sf.jaxodraw.util.JaxoConstants
-
Converts the given string to an integer and checks if it corresponds to a JaxoDraw mode.
- getModeAsString(int) - Static method in class net.sf.jaxodraw.util.JaxoConstants
-
Returns a string representation of the given mode.
- getName() - Method in class net.sf.jaxodraw.object.JaxoObject
-
Returns the name of this JaxoObject.
- getNearestObject(int, int) - Method in class net.sf.jaxodraw.graph.JaxoGraph
-
Returns the JaxoObject in this graph that is closest to the given coordinates (ie which has the nearest handle).
- getNewTabName(Component, String) - Static method in class net.sf.jaxodraw.gui.JaxoDialogs
-
Pops up a JOptionPane to allow the user to enter some text.
- getNextValue() - Method in class net.sf.jaxodraw.gui.swing.spinner.JaxoSpinnerRotationModel
- getObject() - Method in class net.sf.jaxodraw.gui.panel.edit.JaxoOptionsPanel
-
The object that is being edited.
- getObjectList() - Method in class net.sf.jaxodraw.graph.JaxoGraph
-
Returns the list of JaxoObjects.
- getObjectList() - Method in class net.sf.jaxodraw.graph.JaxoSaveGraph
-
Returns the JaxoList holding the list of JaxoObjects.
- getObjectList() - Method in class net.sf.jaxodraw.object.group.JaxoGroup
-
Returns the JaxoObjects in this group.
- getObjectPath() - Method in class net.sf.jaxodraw.object.line.JaxoDashLine
-
Get the GeneralPath that paints this line.
- getObjectPath() - Method in class net.sf.jaxodraw.object.line.JaxoFLine
-
Get the GeneralPath that paints this line.
- getObjectPath() - Method in class net.sf.jaxodraw.object.line.JaxoGlLine
-
Get the GeneralPath that paints this line.
- getObjectPath() - Method in class net.sf.jaxodraw.object.line.JaxoLineObject
-
Get the GeneralPath that paints this line.
- getObjectPath() - Method in class net.sf.jaxodraw.object.line.JaxoPLine
-
Get the GeneralPath that paints this line.
- getObjectPath() - Method in class net.sf.jaxodraw.object.line.JaxoZigZagLine
-
Get the GeneralPath that paints this line.
- getObjectPath() - Method in class net.sf.jaxodraw.object.loop.JaxoDashLoop
-
Get the GeneralPath that paints this loop.
- getObjectPath() - Method in class net.sf.jaxodraw.object.loop.JaxoFLoop
-
Get the GeneralPath that paints this loop.
- getObjectPath() - Method in class net.sf.jaxodraw.object.loop.JaxoGlLoop
-
Get the GeneralPath that paints this loop.
- getObjectPath() - Method in class net.sf.jaxodraw.object.loop.JaxoLoopObject
-
Get the GeneralPath that paints this loop.
- getObjectPath() - Method in class net.sf.jaxodraw.object.loop.JaxoPLoop
-
Get the GeneralPath that paints this loop.
- getOneBrace(String) - Method in class net.sf.jaxodraw.io.imports.JaxoAxodraw
-
Returns the four integers xi,yi,xf,yf contained in a string of the form " # [String] * " where * can be anything and # doesn't contain any braces.
- getOneBracket(String) - Method in class net.sf.jaxodraw.io.imports.JaxoAxodraw
-
Returns the two integers xi,yi contained in a string of the form " # (xi,yi) * " where * can be anything and # doesn't contain any parenthesis.
- getOneColumnPanelLayout() - Method in class net.sf.jaxodraw.gui.panel.edit.JaxoEditPanel
-
Returns the layout of one column.
- getOneCurl(String) - Method in class net.sf.jaxodraw.io.imports.JaxoAxodraw
-
Returns the string "String" contained in a string of the form " # {String} * " where * can be anything and # doesn't contain any curly brackets.
- getOpeningAngle() - Method in class net.sf.jaxodraw.object.arc.JaxoArcObject
-
Calculates the opening angle of this arc.
- getOrigin() - Method in class net.sf.jaxodraw.gui.swing.spinner.JaxoSpinnerIntModel
-
Origin to be used for snapping.
- getPackageList() - Method in class net.sf.jaxodraw.graph.JaxoGraph
-
Returns the list of Latex packages.
- getPackageList() - Method in class net.sf.jaxodraw.graph.JaxoSaveGraph
-
Returns the List of Latex packages.
- getPackageList() - Method in class net.sf.jaxodraw.gui.panel.JaxoLatexPackage
-
Returns the Vector holding the list of Latex packages.
- getPackages() - Method in class net.sf.jaxodraw.io.imports.JaxoAxodraw
-
Returns the current list of LaTeX packages included in the graph.
- getPaint() - Method in class net.sf.jaxodraw.util.graphics.JaxoWrapperGraphics2D
- getPanelLayout() - Method in class net.sf.jaxodraw.gui.panel.edit.JaxoEditPanel
-
Get the PanelLayout.
- getParentComponent() - Method in class net.sf.jaxodraw.io.JaxoPreview
-
Parent component to use for window owners.
- getParentComponent() - Method in class net.sf.jaxodraw.plugin.AbstractJaxoPlugin
-
Parent component for dialogs.
- getPathIterator(AffineTransform) - Method in class net.sf.jaxodraw.object.JaxoObject
-
Returns an iterator that iterates along the the shape boundary of this JaxoObject.
- getPathIterator(AffineTransform, double) - Method in class net.sf.jaxodraw.object.JaxoObject
-
Returns an iterator that iterates along the the shape boundary of this JaxoObject.
- getPluginInfo() - Static method in class net.sf.jaxodraw.plugin.JaxoPluginInfo
-
The only method to access the JaxoPluginInfo object.
- getPluginJar(JaxoPlugin, String) - Static method in class net.sf.jaxodraw.plugin.JaxoPluginLoader
-
Tries to find the jar source file for a JaxoPlugin in the given directory.
- getPoint(double) - Method in class net.sf.jaxodraw.object.bezier.JaxoBezierObject
-
Returns a point of this Bezier curve at parameter u.
- getPointCount() - Method in class net.sf.jaxodraw.object.bezier.JaxoBezierObject
-
Returns the number of points it takes to draw this object.
- getPointCount() - Method in class net.sf.jaxodraw.object.Jaxo3PointObject
-
Returns the number of points it takes to draw this object.
- getPointCount() - Method in class net.sf.jaxodraw.object.JaxoExtendedObject
-
Returns the number of points it takes to draw this object.
- getPointCount() - Method in class net.sf.jaxodraw.object.JaxoObject
-
Returns the number of points it takes to draw this object.
- getPointOnCurve(double) - Method in class net.sf.jaxodraw.object.bezier.JaxoBezierObject
-
Returns a point of this Bezier curve at a given parameter value.
- getPoints() - Method in class net.sf.jaxodraw.object.JaxoObject
-
All points, in order.
- getPreferredScrollableViewportSize() - Method in class net.sf.jaxodraw.gui.AbstractJaxoCanvas
-
Return the preferred size of the viewport.
- getPreviousValue() - Method in class net.sf.jaxodraw.gui.swing.spinner.JaxoSpinnerRotationModel
- getProperties() - Method in class net.sf.jaxodraw.plugin.AbstractJaxoPlugin
-
Return the current set of properties.
- getProperty(String) - Method in class net.sf.jaxodraw.plugin.AbstractJaxoPlugin
-
Returns the property for the specified key or
null
if the property is not found. - getProperty(String, String) - Method in class net.sf.jaxodraw.plugin.AbstractJaxoPlugin
-
Returns the property for the specified key or the given defaultValue if the property is not found.
- getPSTextWarning() - Method in class net.sf.jaxodraw.plugin.JaxoExportPlugin
-
Returns an internationalized warning when postscript texts are present in the graph.
- getPSTextWarningForLaTeX() - Method in class net.sf.jaxodraw.plugin.JaxoExportPlugin
-
Returns an internationalized warning when postscript texts are present in the graph.
- getRadius() - Method in class net.sf.jaxodraw.object.arc.JaxoArcObject
-
Calculates the radius of this arc.
- getRadius() - Method in class net.sf.jaxodraw.object.JaxoExtendedObject
-
Convenience method for getting the radius of a 2 point object, ie the distance between the first two points.
- getRecentFiles() - Static method in class net.sf.jaxodraw.util.JaxoPrefs
-
Returns an array of recently opened files.
- getRelh() - Method in class net.sf.jaxodraw.object.JaxoExtendedObject
-
Returns the relative height of this object.
- getRelSize() - Method in class net.sf.jaxodraw.object.JaxoExtendedObject
-
Returns the relative width and height of this object.
- getRelw() - Method in class net.sf.jaxodraw.object.JaxoExtendedObject
-
Returns the relative width of this object.
- getRenderingHint(RenderingHints.Key) - Method in class net.sf.jaxodraw.util.graphics.JaxoWrapperGraphics2D
- getRenderingHints() - Method in class net.sf.jaxodraw.util.graphics.JaxoWrapperGraphics2D
- getResolution() - Method in class net.sf.jaxodraw.io.exports.JaxoExportImg
-
Resolution of produces images in dots-per-inch.
- getRoot() - Method in class net.sf.jaxodraw.gui.JaxoTab
-
Returns the root component of this tab.
- getRoot() - Method in class net.sf.jaxodraw.gui.panel.JaxoLookAndFeelPanel
-
Root component (constant).
- getRoot() - Method in class net.sf.jaxodraw.gui.panel.JaxoTabbedCanvasPanel
-
Root component displaying current tabs and a way to switch between them.
- getRotationAngle() - Method in class net.sf.jaxodraw.object.fill.JaxoBlob
-
Returns the rotation angle of this blob.
- getRotationAngle() - Method in interface net.sf.jaxodraw.object.JaxoRotationObject
-
Returns the rotationAngle property of this rotation object.
- getRotationAngle() - Method in class net.sf.jaxodraw.object.text.JaxoTextObject
-
Returns the rotationAngle property of this text object.
- getRotationAngle() - Method in class net.sf.jaxodraw.object.vertex.JaxoVertex
-
Returns the rotation angle of this vertex.
- getRotationAngleDefaults() - Static method in class net.sf.jaxodraw.gui.panel.edit.JaxoOptionsPanel
-
List of numbers of default rotation angles to display to the user.
- getRotationValue() - Method in class net.sf.jaxodraw.gui.swing.spinner.JaxoSpinnerRotationModel
-
SpinnerNumberModel.getValue()
as an int. - getSaveFileName() - Method in class net.sf.jaxodraw.graph.JaxoGraph
-
Returns the current default save file name.
- getSaveFileName() - Method in class net.sf.jaxodraw.gui.JaxoTab
-
Returns the current save file name.
- getSaveGraph() - Method in class net.sf.jaxodraw.graph.JaxoGraph
-
Returns the JaxoSaveGraph (i.e., the current list of objects and the current description) of the current JaxoGraph.
- getScaleFactor() - Method in class net.sf.jaxodraw.io.imports.JaxoAxodraw
-
Returns the scale factor of this axodraw object.
- getScreenBounds(JaxoObject) - Method in class net.sf.jaxodraw.gui.AbstractJaxoCanvas
-
Determines the bounds of the given object on the screen.
- getScrollableBlockIncrement(Rectangle, int, int) - Method in class net.sf.jaxodraw.gui.AbstractJaxoCanvas
-
Return the unit increment for block scrolling.
- getScrollableTracksViewportHeight() - Method in class net.sf.jaxodraw.gui.AbstractJaxoCanvas
-
Return true if a viewport should force the height of the scrollable.
- getScrollableTracksViewportWidth() - Method in class net.sf.jaxodraw.gui.AbstractJaxoCanvas
-
Return true if a viewport should force the width of the scrollable.
- getScrollableUnitIncrement(Rectangle, int, int) - Method in class net.sf.jaxodraw.gui.AbstractJaxoCanvas
-
Return the unit increment for scrolling.
- getSecondaryColor() - Method in class net.sf.jaxodraw.gui.handle.AbstractJaxoHandle
-
Returns the secondary color of this handle.
- getSelectedTab() - Method in class net.sf.jaxodraw.gui.panel.JaxoTabbedCanvasPanel
-
Return the currently active tab.
- getShortGraphName() - Method in class net.sf.jaxodraw.plugin.AbstractJaxoPlugin
-
Returns the short name of the current graph.
- getShortName() - Method in class net.sf.jaxodraw.io.exports.JaxoExportImg
-
Return a short name for this plugin.
- getShortName() - Method in class net.sf.jaxodraw.io.exports.JaxoExportLatex
-
Return a short name for this plugin.
- getShortName() - Method in class net.sf.jaxodraw.io.exports.JaxoExportLatexPS
-
Return a short name for this plugin.
- getShortName() - Method in class net.sf.jaxodraw.io.exports.JaxoExportPS
-
Return a short name for this plugin.
- getShortName() - Method in class net.sf.jaxodraw.io.imports.JaxoImportAxodraw
-
Return a short name for this plugin.
- getShortName() - Method in interface net.sf.jaxodraw.plugin.JaxoPlugin
-
Return a short name for this plugin.
- getSixInts(String) - Method in class net.sf.jaxodraw.io.imports.JaxoAxodraw
-
Returns the six integers x1, y1,x2,y2,x3,y3 contained in a string of the form " # (x1, y1) (x2,y2) (x3,y3) * " where * can be anything and # doesn't contain any parenthesis.
- getSize() - Method in class net.sf.jaxodraw.gui.handle.AbstractJaxoHandle
-
The handle size.
- getSize() - Method in class net.sf.jaxodraw.object.JaxoExtendedObject
-
Returns the width and height of this object.
- getSource() - Method in exception class net.sf.jaxodraw.plugin.JaxoPluginExecutionException
-
Get the source of the Exception.
- getSpinner(float, float, float, float, String) - Method in class net.sf.jaxodraw.gui.panel.edit.JaxoEditPanel
-
Returns a JSpinner.
- getSpinner(int, int, int, int, String) - Method in class net.sf.jaxodraw.gui.panel.edit.JaxoEditPanel
-
Returns a JSpinner.
- getState() - Static method in class net.sf.jaxodraw.util.JaxoPrefs
-
State of preferences.
- getStringPref(String) - Static method in class net.sf.jaxodraw.util.JaxoPrefs
-
Returns the preference with 'name' as a String, or throws a IllegalArgumentException if it does not correspond to a String.
- getStroke() - Method in class net.sf.jaxodraw.gui.handle.AbstractJaxoHandle
-
Returns the stroke of this handle.
- getStroke() - Method in class net.sf.jaxodraw.io.imports.JaxoAxodraw
-
Return the current stroke (line width).
- getStroke() - Method in class net.sf.jaxodraw.object.arrow.AbstractBaseArrow
-
Returns the stroke of this arrow.
- getStroke() - Method in class net.sf.jaxodraw.object.JaxoExtendedObject
-
Returns the stroke of this particle object.
- getStroke() - Method in class net.sf.jaxodraw.util.graphics.JaxoWrapperGraphics2D
- getStrokeWidth() - Method in class net.sf.jaxodraw.object.JaxoExtendedObject
-
Returns the stroke width property of this particle object.
- getSystemClipboardGraph() - Method in class net.sf.jaxodraw.gui.AbstractJaxoCanvas
-
Graph on the system clipboard.
- getSystemClipboardGraph() - Method in class net.sf.jaxodraw.gui.JaxoClipboard
-
Graph on the system clipboard.
- getSystemFonts() - Static method in class net.sf.jaxodraw.gui.panel.JaxoPrefsPanel
-
The available system fonts as an immutable List of Strings.
- getT4Params(int[], int[]) - Method in class net.sf.jaxodraw.io.imports.JaxoAxodraw
- getTabAt(int) - Method in class net.sf.jaxodraw.gui.panel.JaxoTabbedCanvasPanel
-
Returns the tab at given index.
- getTabCount() - Method in class net.sf.jaxodraw.gui.panel.JaxoTabbedCanvasPanel
-
Gets the current number of tabs.
- getTabGraph() - Method in class net.sf.jaxodraw.gui.JaxoTab
-
Returns this tab's graph.
- getTabIndex(JaxoTab) - Method in class net.sf.jaxodraw.gui.panel.JaxoTabbedCanvasPanel
-
Get the index of the given tab.
- getTabMode() - Method in class net.sf.jaxodraw.gui.JaxoTab
-
Returns the tab mode.
- getTabTitle() - Method in class net.sf.jaxodraw.gui.JaxoTab
-
Returns this tab's title.
- getTabWithSaveFileName(String) - Method in class net.sf.jaxodraw.gui.panel.JaxoTabbedCanvasPanel
-
(An arbitrary) Tab with the given saveFileName, or 'null' if none exists.
- getText(Component) - Static method in class net.sf.jaxodraw.gui.JaxoDialogs
-
Opens a dialog to enter a text.
- getTextString() - Method in class net.sf.jaxodraw.object.text.JaxoTextObject
-
Returns the textString property of this text object.
- getThreeCurls(String) - Method in class net.sf.jaxodraw.io.imports.JaxoAxodraw
-
Returns the three strings s1, s2, s3 contained in a string of the form " # {s1}{s2}{s3} * " where * can be anything and # doesn't contain any curly brackets.
- getTitle() - Method in class net.sf.jaxodraw.io.JaxoPreview
-
Title to be used for internally opened Windows.
- getTransform() - Method in class net.sf.jaxodraw.util.graphics.JaxoWrapperGraphics2D
- getTransparency() - Method in class net.sf.jaxodraw.gui.grid.JaxoDefaultGrid
-
Base on the 'transparent' property and the 'background' and 'gridColor' properties, assuming SRC_OVER rule.
- getTwoCurls(String) - Method in class net.sf.jaxodraw.io.imports.JaxoAxodraw
-
Returns the two strings s1, s2 contained in a string of the form " # {s1}{s2} * " where * can be anything and # doesn't contain any curly brackets.
- getTwoInts(String) - Method in class net.sf.jaxodraw.io.imports.JaxoAxodraw
-
Returns the two integers xi,yi contained in a string of the form " # (xi,yi) * " where * can be anything and # doesn't contain any parenthesis.
- getUIManagerValue() - Method in class net.sf.jaxodraw.gui.panel.JaxoLookAndFeelPanel
-
Current LookAndFeel class name.
- getValid() - Method in class net.sf.jaxodraw.io.imports.JaxoAxodraw
-
Returns an array that indicates which required LaTeX commands were found.
- getValue() - Method in class net.sf.jaxodraw.gui.panel.JaxoLookAndFeelPanel
-
Chosen LookAndFeel class name.
- getWarningForGraph() - Method in class net.sf.jaxodraw.io.exports.JaxoExport
-
Returns a warning if the current graph contains a LaTeX text.
- getWarningForGraph() - Method in class net.sf.jaxodraw.io.exports.JaxoExportLatex
-
Returns a warning if the current graph contains a LaTeX text.
- getWarningForGraph() - Method in class net.sf.jaxodraw.io.exports.JaxoExportLatexPS
-
Returns a warning if the current graph contains a LaTeX text.
- getWarningForGraph() - Method in class net.sf.jaxodraw.plugin.JaxoExportPlugin
-
Returns a warning, eg if a part of the graph cannot be exported to the current format.
- getWidth() - Method in class net.sf.jaxodraw.object.JaxoExtendedObject
-
Returns the width of this object.
- getWidth() - Method in class net.sf.jaxodraw.object.JaxoObject
-
Returns the width of this object.
- getWiggles() - Method in class net.sf.jaxodraw.object.JaxoParticleObject
-
Returns the wiggles property of this particle object.
- getWiggles() - Method in interface net.sf.jaxodraw.object.JaxoWiggleObject
-
Gets the number of wiggles of this WiggleObject.
- getX() - Method in class net.sf.jaxodraw.object.arrow.JaxoArrow.Coordinates
-
Return the x position of the arrow.
- getX() - Method in class net.sf.jaxodraw.object.JaxoObject
-
Returns the x coordinate of this object.
- getX(int) - Method in class net.sf.jaxodraw.object.bezier.JaxoBezierObject
-
X coordinate of Point 0 invalid input: '<'= index invalid input: '<' getPointCount().
- getX(int) - Method in class net.sf.jaxodraw.object.Jaxo3PointObject
-
X coordinate of Point 0 invalid input: '<'= index invalid input: '<' getPointCount().
- getX(int) - Method in class net.sf.jaxodraw.object.JaxoExtendedObject
-
X coordinate of Point 0 invalid input: '<'= index invalid input: '<' getPointCount().
- getX(int) - Method in class net.sf.jaxodraw.object.JaxoObject
-
X coordinate of Point 0 invalid input: '<'= index invalid input: '<' getPointCount().
- getX2() - Method in class net.sf.jaxodraw.object.JaxoExtendedObject
-
Returns the x2 coordinate of this object.
- getX3() - Method in class net.sf.jaxodraw.object.Jaxo3PointObject
-
Returns the x coordinate of the first click point of this arc.
- getX4() - Method in class net.sf.jaxodraw.object.bezier.JaxoBezierObject
-
Returns the x coordinate of the fourth click point of this Bezier.
- getY() - Method in class net.sf.jaxodraw.object.arrow.JaxoArrow.Coordinates
-
Return the y position of the arrow.
- getY() - Method in class net.sf.jaxodraw.object.JaxoObject
-
Returns the y coordinate of this object.
- getY(int) - Method in class net.sf.jaxodraw.object.bezier.JaxoBezierObject
-
Y coordinate of Point 0 invalid input: '<'= index invalid input: '<' getPointCount().
- getY(int) - Method in class net.sf.jaxodraw.object.Jaxo3PointObject
-
Y coordinate of Point 0 invalid input: '<'= index invalid input: '<' getPointCount().
- getY(int) - Method in class net.sf.jaxodraw.object.JaxoExtendedObject
-
Y coordinate of Point 0 invalid input: '<'= index invalid input: '<' getPointCount().
- getY(int) - Method in class net.sf.jaxodraw.object.JaxoObject
-
Y coordinate of Point 0 invalid input: '<'= index invalid input: '<' getPointCount().
- getY2() - Method in class net.sf.jaxodraw.object.JaxoExtendedObject
-
Returns the y2 coordinate of this object.
- getY3() - Method in class net.sf.jaxodraw.object.Jaxo3PointObject
-
Returns the y coordinate of the first click point of this arc.
- getY4() - Method in class net.sf.jaxodraw.object.bezier.JaxoBezierObject
-
Returns the y coordinate of the fourth click point of this Bezier.
- getZoom() - Method in class net.sf.jaxodraw.gui.AbstractJaxoCanvas
-
Return a zoom on this drawing area.
- getZoom() - Method in interface net.sf.jaxodraw.gui.JaxoDrawingArea
-
Return a zoom on this drawing area.
- getZoomFactor() - Method in class net.sf.jaxodraw.gui.JaxoZoom
-
Returns the zoom factor.
- getZoomFactorFor(int) - Static method in class net.sf.jaxodraw.gui.JaxoZoom
-
Returns the zoom factor size for the given mode.
- GHOST_DASH - Static variable in class net.sf.jaxodraw.object.JaxoParticleObject
-
Default dash for ghost objects.
- GLARC - Static variable in class net.sf.jaxodraw.util.JaxoConstants
-
Gluon arc.
- GLBEZ - Static variable in class net.sf.jaxodraw.util.JaxoConstants
-
Gluonic Bezier.
- GLINE - Static variable in class net.sf.jaxodraw.util.JaxoConstants
-
Ghost line.
- GLLINE - Static variable in class net.sf.jaxodraw.util.JaxoConstants
-
Gluon line.
- GLLOOP - Static variable in class net.sf.jaxodraw.util.JaxoConstants
-
Gluon loop.
- GLOOP - Static variable in class net.sf.jaxodraw.util.JaxoConstants
-
Ghost loop.
- GLUON_FREQ - Static variable in class net.sf.jaxodraw.object.JaxoParticleObject
-
Default frequency for gluon objects.
- GOLDEN_ROD - Static variable in class net.sf.jaxodraw.util.JaxoColor
-
The color Goldenrod.
- GRAY - Static variable in class net.sf.jaxodraw.util.JaxoColor
-
The color Gray.
- GRAY_SCALE_FORMAT - Static variable in class net.sf.jaxodraw.object.JaxoObject
-
The decimal format used gray scales in LaTeX output.
- GRAYSCALE105 - Static variable in class net.sf.jaxodraw.util.JaxoColor
-
The color GrayScale105.
- GRAYSCALE120 - Static variable in class net.sf.jaxodraw.util.JaxoColor
-
The color GrayScale120.
- GRAYSCALE135 - Static variable in class net.sf.jaxodraw.util.JaxoColor
-
The color GrayScale135.
- GRAYSCALE15 - Static variable in class net.sf.jaxodraw.util.JaxoColor
-
The color GrayScale15.
- GRAYSCALE150 - Static variable in class net.sf.jaxodraw.util.JaxoColor
-
The color GrayScale150.
- GRAYSCALE165 - Static variable in class net.sf.jaxodraw.util.JaxoColor
-
The color GrayScale165.
- GRAYSCALE180 - Static variable in class net.sf.jaxodraw.util.JaxoColor
-
The color GrayScale180.
- GRAYSCALE195 - Static variable in class net.sf.jaxodraw.util.JaxoColor
-
The color GrayScale195.
- GRAYSCALE210 - Static variable in class net.sf.jaxodraw.util.JaxoColor
-
The color GrayScale210.
- GRAYSCALE225 - Static variable in class net.sf.jaxodraw.util.JaxoColor
-
The color GrayScale225.
- GRAYSCALE240 - Static variable in class net.sf.jaxodraw.util.JaxoColor
-
The color GrayScale240.
- GRAYSCALE30 - Static variable in class net.sf.jaxodraw.util.JaxoColor
-
The color GrayScale30.
- GRAYSCALE45 - Static variable in class net.sf.jaxodraw.util.JaxoColor
-
The color GrayScale45.
- GRAYSCALE60 - Static variable in class net.sf.jaxodraw.util.JaxoColor
-
The color GrayScale60.
- GRAYSCALE75 - Static variable in class net.sf.jaxodraw.util.JaxoColor
-
The color GrayScale75.
- GRAYSCALE90 - Static variable in class net.sf.jaxodraw.util.JaxoColor
-
The color GrayScale90.
- GREEN - Static variable in class net.sf.jaxodraw.util.JaxoColor
-
The color Green.
- GREEN_YELLOW - Static variable in class net.sf.jaxodraw.util.JaxoColor
-
The color GreenYellow.
- GRID - Static variable in class net.sf.jaxodraw.util.JaxoConstants
-
Grid.
- GRID_ONOFF - Static variable in class net.sf.jaxodraw.util.JaxoConstants
-
Grid on/off.
- GRID_SIZE - Static variable in class net.sf.jaxodraw.util.JaxoConstants
-
Grid size.
- GRID_STYLE_CROSS - Static variable in class net.sf.jaxodraw.util.JaxoConstants
-
Cross style.
- GRID_STYLE_DOT - Static variable in class net.sf.jaxodraw.util.JaxoConstants
-
Dot style.
- GRID_STYLE_LINE - Static variable in class net.sf.jaxodraw.util.JaxoConstants
-
Line style.
- GRID_STYLE_LINE_HONEYCOMB - Static variable in class net.sf.jaxodraw.util.JaxoConstants
-
Honeycomb style.
- GRIDBAR - Static variable in class net.sf.jaxodraw.util.JaxoConstants
-
Show gridbar.
- GROUP - Static variable in class net.sf.jaxodraw.gui.menu.popup.JaxoFBoxPopupMenu
-
The menu item for group.
- groupMarkedObjects() - Method in class net.sf.jaxodraw.graph.JaxoGraph
-
Groups the currently marked objects.
- groupMarkedObjects() - Method in class net.sf.jaxodraw.gui.JaxoCanvas
-
Groups the currently marked objects.
- groupMarkedObjects() - Method in interface net.sf.jaxodraw.gui.JaxoDrawingArea
-
Groups the currently marked objects.
- grow(Dimension, Insets) - Static method in class net.sf.jaxodraw.util.JaxoGeometry
-
Increase the Dimension 'd' by the amount given in each direction in 'n'.
- grow(Rectangle, Insets) - Static method in class net.sf.jaxodraw.util.JaxoGeometry
-
Increase the Rectangle 'r' by the amount given in each direction in 'n'.
H
- HANDLE_PAINT_OFF - Static variable in class net.sf.jaxodraw.gui.AbstractJaxoCanvas
-
Do not paint handles.
- HANDLE_PAINT_ON - Static variable in class net.sf.jaxodraw.gui.AbstractJaxoCanvas
-
Paint handles.
- HANDLE_PAINT_SELECTION - Static variable in class net.sf.jaxodraw.gui.AbstractJaxoCanvas
-
Only paint handles of selected objects.
- hasBeenUsed() - Method in class net.sf.jaxodraw.gui.JaxoTab
-
Indicates whether this tab has been used.
- hasChanged() - Method in class net.sf.jaxodraw.gui.panel.edit.JaxoOptionsPanel
-
Determines wether the object has been modified.
- hasChanged() - Method in class net.sf.jaxodraw.gui.panel.JaxoColorChooser
-
Determines if the color was changed the last time it was shown.
- hasChanged() - Method in class net.sf.jaxodraw.gui.panel.JaxoMoveGraph
-
Checks if the the graph was actually moved.
- hasChanged() - Method in interface net.sf.jaxodraw.object.JaxoObjectEditPanel
-
Determines wether the object has been modified.
- hasFailed() - Method in class net.sf.jaxodraw.plugin.AbstractJaxoPlugin
-
Checks if the last export() has failed.
- hasMoreMarkedObjectsThan(int) - Method in class net.sf.jaxodraw.graph.JaxoGraph
-
Determines if at least a certain number of objects are marked (
containsMarkedObjects() == hasMoreMarkedObjectsThan(0)
). - help() - Static method in class net.sf.jaxodraw.util.JaxoInfo
-
Returns a help message.
- HEXAGONAL_GRID - Static variable in class net.sf.jaxodraw.util.JaxoConstants
-
Hexagonal grid.
- hit(Rectangle, Shape, boolean) - Method in class net.sf.jaxodraw.util.graphics.JaxoWrapperGraphics2D
- hitClip(int, int, int, int) - Method in class net.sf.jaxodraw.util.graphics.JaxoWrapperGraphics2D
- HOVERING_EDITED_OBJECTS - Static variable in class net.sf.jaxodraw.gui.AbstractJaxoCanvas
- HUGE - Static variable in class net.sf.jaxodraw.object.text.JaxoLatexText
-
Latex text size huge.
I
- IMPORT - Static variable in class net.sf.jaxodraw.util.JaxoConstants
-
Import a Latex file.
- importGraph(File) - Method in class net.sf.jaxodraw.plugin.JaxoImportPlugin
-
Imports a graph from the given file.
- importGraph(InputStream) - Method in class net.sf.jaxodraw.io.imports.JaxoImportAxodraw
-
Import a graph from a Reader.
- importGraph(InputStream) - Method in class net.sf.jaxodraw.plugin.JaxoImportPlugin
-
Import a graph from a Reader.
- importGraph(String) - Method in class net.sf.jaxodraw.plugin.JaxoImportPlugin
-
Imports a graph from the given file.
- info() - Static method in class net.sf.jaxodraw.util.JaxoInfo
-
Returns an info message.
- info(Exception) - Method in interface net.sf.jaxodraw.plugin.JaxoPluginLogger
-
Logs a INFO exception.
- info(Exception) - Static method in class net.sf.jaxodraw.util.JaxoLog
-
Logs an INFO message.
- info(String) - Method in interface net.sf.jaxodraw.plugin.JaxoPluginLogger
-
Logs a INFO message.
- info(String) - Static method in class net.sf.jaxodraw.util.JaxoLog
-
Logs an INFO message.
- info(String) - Static method in class net.sf.jaxodraw.util.JaxoLooknFeel
-
Return a LookAndFeelInfo object for a given class name.
- info(String, Exception) - Method in interface net.sf.jaxodraw.plugin.JaxoPluginLogger
-
Logs a INFO message.
- info(String, Exception) - Static method in class net.sf.jaxodraw.util.JaxoLog
-
Logs an INFO message.
- INFO - Static variable in class net.sf.jaxodraw.util.JaxoLog
-
INFO logging level (default).
- infoI18N(String) - Static method in class net.sf.jaxodraw.util.JaxoLog
-
Logs an INFO message.
- infoI18N(String, Exception) - Static method in class net.sf.jaxodraw.util.JaxoLog
-
Logs an INFO message.
- initiateEdit(Point) - Method in class net.sf.jaxodraw.gui.JaxoCanvas
-
Start an edit action at a given point.
- initiateEdit(Point) - Method in interface net.sf.jaxodraw.gui.JaxoDrawingArea
-
Start an edit action at a given point.
- initiateSelect(Point) - Method in class net.sf.jaxodraw.gui.JaxoCanvas
-
Start a select action.
- initiateSelect(Point) - Method in interface net.sf.jaxodraw.gui.JaxoDrawingArea
-
Start a select action.
- initSessionPrefs() - Static method in class net.sf.jaxodraw.util.JaxoPrefs
-
Sets the Preferences for the current session from the Preferences node.
- innerStrokeDashes(double) - Method in class net.sf.jaxodraw.object.arc.JaxoDashArc
-
Returns an array that is used as the dash parameter in
BasicStroke
to paint the inner part of this arc in double-line mode. - innerStrokeDashes(double) - Method in class net.sf.jaxodraw.object.arc.JaxoGArc
-
Returns an array that is used as the dash parameter in
BasicStroke
to paint the inner part of this arc in double-line mode. - innerStrokeDashes(double) - Method in class net.sf.jaxodraw.object.arc.JaxoSArc
-
Returns an array that is used as the dash parameter in
BasicStroke
to paint the inner part of this arc in double-line mode. - innerStrokeDashes(double) - Method in class net.sf.jaxodraw.object.loop.JaxoDashLoop
-
Returns an array that is used as the dash parameter in
BasicStroke
to paint the inner part of this loop in double-line mode. - innerStrokeDashes(double) - Method in class net.sf.jaxodraw.object.loop.JaxoGLoop
-
Returns an array that is used as the dash parameter in
BasicStroke
to paint the inner part of this loop in double-line mode. - innerStrokeDashes(double) - Method in class net.sf.jaxodraw.object.loop.JaxoSLoop
-
Returns an array that is used as the dash parameter in
BasicStroke
to paint the inner part of this loop in double-line mode. - insertTab(String, Icon, Component, String, int) - Method in class net.sf.jaxodraw.gui.swing.JaxoClosableTabbedPane
-
DO NOT USE.
- insertUpdate(DocumentEvent) - Method in class net.sf.jaxodraw.gui.panel.edit.JaxoOptionsPanelListener
-
Checks for DocumentEvents that have ocurred on the panel, (used for text fields).
- intersection(Rectangle) - Method in interface net.sf.jaxodraw.object.JaxoList
-
Intersection of the bounding box of this JaxoList with the given Rectangle.
- intersection(Rectangle) - Method in class net.sf.jaxodraw.object.JaxoObjectList
-
Intersection of the bounding box of this JaxoList with the given Rectangle.
- intersects(double, double, double, double) - Method in class net.sf.jaxodraw.object.JaxoObject
-
Test if the interior of this JaxoObject intersects the interior of the given rectangular area.
- intersects(Rectangle2D) - Method in class net.sf.jaxodraw.object.JaxoObject
-
Test if the interior of this JaxoObject intersects the interior of the given rectangular area.
- IOTA - Static variable in class net.sf.jaxodraw.util.JaxoGreek
-
The greek letter iota.
- isActionMode(int) - Static method in class net.sf.jaxodraw.util.JaxoConstants
-
Determines whether the given mode is an action mode.
- isActive() - Method in class net.sf.jaxodraw.gui.JaxoZoom
-
Determines the state of this zoom.
- isAdjusting() - Method in class net.sf.jaxodraw.gui.panel.JaxoColorChooser
-
Determines if the color change is temporary.
- isAntialiasEnabled() - Method in class net.sf.jaxodraw.gui.AbstractJaxoCanvas
-
Determines if objects are painted with antialiasing turned on.
- isAntialiasEnabled() - Method in class net.sf.jaxodraw.gui.panel.JaxoTabbedCanvasPanel
-
Indicates whether antialiasing is active or not.
- isAntialiasing() - Method in class net.sf.jaxodraw.io.exports.JaxoExportImg
-
Returns the current antialias setting.
- isArcMode(int) - Static method in class net.sf.jaxodraw.util.JaxoConstants
-
Determines whether the given mode is an arc mode.
- isAround(int, int, int, JaxoHandle) - Method in class net.sf.jaxodraw.object.JaxoObject
-
Determines if the given coordinates are contained within the given handle at the given point of this object.
- isBezierMode(int) - Static method in class net.sf.jaxodraw.util.JaxoConstants
-
Determines whether the given mode is a Bezier mode.
- isButton1(MouseEvent) - Static method in class net.sf.jaxodraw.util.JaxoUtils
-
Check for button 1 mouse events.
- isButton2(MouseEvent) - Static method in class net.sf.jaxodraw.util.JaxoUtils
-
Check for button 2 mouse events.
- isButton3(MouseEvent) - Static method in class net.sf.jaxodraw.util.JaxoUtils
-
Check for button 3 mouse events.
- isCancelled() - Method in class net.sf.jaxodraw.gui.panel.JaxoColorChooser
-
Determines if the chooser was cancelled the last time it was shown.
- isChecked(JMenuItem) - Static method in class net.sf.jaxodraw.gui.menu.JaxoMenuUtils
-
Checks whether the given JMenuItem is selected.
- isClockwise() - Method in class net.sf.jaxodraw.object.arc.JaxoArcObject
-
Determines the 'handed-ness' of this arc, ie whether the three points (in click order) lie in clock- or anti-clockwise direction.
- isClosableAt(int) - Method in class net.sf.jaxodraw.gui.swing.JaxoClosableTabbedPane
-
Is the tab at 'index' closable by the user?
- isCopy(JaxoSaveGraph) - Method in class net.sf.jaxodraw.graph.JaxoSaveGraph
-
Determines if this JaxoSaveGraph is a copy of the specified one.
- isCopy(JaxoArrow) - Method in class net.sf.jaxodraw.object.arrow.AbstractBaseArrow
-
Checks if this Arrow is a copy of the given test Arrow.
- isCopy(JaxoArrow) - Method in interface net.sf.jaxodraw.object.arrow.JaxoArrow
-
Checks if this Arrow is a copy of the given test Arrow.
- isCopy(JaxoArrow) - Method in class net.sf.jaxodraw.object.arrow.JaxoDefaultArrow
-
Checks if this Arrow is a copy of the given test Arrow.
- isCopy(JaxoList<E>) - Method in interface net.sf.jaxodraw.object.JaxoList
-
Determines if this JaxoList is a copy of the specified one.
- isCopy(JaxoList<E>) - Method in class net.sf.jaxodraw.object.JaxoObjectList
-
Determines if this JaxoList is a copy of the specified one.
- isCopy(JaxoObject) - Method in class net.sf.jaxodraw.object.arc.JaxoArcObject
-
Determines if this JaxoObject is a copy of the specified one.
- isCopy(JaxoObject) - Method in class net.sf.jaxodraw.object.arc.JaxoFArc
-
Determines if this JaxoObject is a copy of the specified one.
- isCopy(JaxoObject) - Method in class net.sf.jaxodraw.object.arc.JaxoGArc
-
Determines if this JaxoObject is a copy of the specified one.
- isCopy(JaxoObject) - Method in class net.sf.jaxodraw.object.arc.JaxoGlArc
-
Determines if this JaxoObject is a copy of the specified one.
- isCopy(JaxoObject) - Method in class net.sf.jaxodraw.object.arc.JaxoPArc
-
Determines if this JaxoObject is a copy of the specified one.
- isCopy(JaxoObject) - Method in class net.sf.jaxodraw.object.arc.JaxoSArc
-
Determines if this JaxoObject is a copy of the specified one.
- isCopy(JaxoObject) - Method in class net.sf.jaxodraw.object.bezier.JaxoBezierObject
-
Determines if this JaxoObject is a copy of the specified one.
- isCopy(JaxoObject) - Method in class net.sf.jaxodraw.object.bezier.JaxoFBezier
-
Determines if this JaxoObject is a copy of the specified one.
- isCopy(JaxoObject) - Method in class net.sf.jaxodraw.object.bezier.JaxoGBezier
-
Determines if this JaxoObject is a copy of the specified one.
- isCopy(JaxoObject) - Method in class net.sf.jaxodraw.object.bezier.JaxoGlBezier
-
Determines if this JaxoObject is a copy of the specified one.
- isCopy(JaxoObject) - Method in class net.sf.jaxodraw.object.bezier.JaxoPBezier
-
Determines if this JaxoObject is a copy of the specified one.
- isCopy(JaxoObject) - Method in class net.sf.jaxodraw.object.bezier.JaxoSBezier
-
Determines if this JaxoObject is a copy of the specified one.
- isCopy(JaxoObject) - Method in class net.sf.jaxodraw.object.fill.JaxoBlob
-
Determines if this JaxoObject is a copy of the specified one.
- isCopy(JaxoObject) - Method in class net.sf.jaxodraw.object.fill.JaxoBox
-
Determines if this JaxoObject is a copy of the specified one.
- isCopy(JaxoObject) - Method in class net.sf.jaxodraw.object.fill.JaxoFillObject
-
Determines if this JaxoObject is a copy of the specified one.
- isCopy(JaxoObject) - Method in class net.sf.jaxodraw.object.group.JaxoGroup
-
Determines if this JaxoObject is a copy of the specified one.
- isCopy(JaxoObject) - Method in class net.sf.jaxodraw.object.Jaxo3PointObject
-
Determines if this JaxoObject is a copy of the specified one.
- isCopy(JaxoObject) - Method in class net.sf.jaxodraw.object.JaxoExtendedObject
-
Determines if this JaxoObject is a copy of the specified one.
- isCopy(JaxoObject) - Method in class net.sf.jaxodraw.object.JaxoObject
-
Determines if this JaxoObject is a copy of the specified one.
- isCopy(JaxoObject) - Method in class net.sf.jaxodraw.object.JaxoParticleObject
-
Determines if this JaxoObject is a copy of the specified one.
- isCopy(JaxoObject) - Method in class net.sf.jaxodraw.object.line.JaxoFLine
-
Determines if this JaxoObject is a copy of the specified one.
- isCopy(JaxoObject) - Method in class net.sf.jaxodraw.object.line.JaxoGLine
-
Determines if this JaxoObject is a copy of the specified one.
- isCopy(JaxoObject) - Method in class net.sf.jaxodraw.object.line.JaxoGlLine
-
Determines if this JaxoObject is a copy of the specified one.
- isCopy(JaxoObject) - Method in class net.sf.jaxodraw.object.line.JaxoLineObject
-
Determines if this JaxoObject is a copy of the specified one.
- isCopy(JaxoObject) - Method in class net.sf.jaxodraw.object.line.JaxoPLine
-
Determines if this JaxoObject is a copy of the specified one.
- isCopy(JaxoObject) - Method in class net.sf.jaxodraw.object.line.JaxoSLine
-
Determines if this JaxoObject is a copy of the specified one.
- isCopy(JaxoObject) - Method in class net.sf.jaxodraw.object.line.JaxoZigZagLine
-
Determines if this JaxoObject is a copy of the specified one.
- isCopy(JaxoObject) - Method in class net.sf.jaxodraw.object.loop.JaxoFLoop
-
Determines if this JaxoObject is a copy of the specified one.
- isCopy(JaxoObject) - Method in class net.sf.jaxodraw.object.loop.JaxoGlLoop
-
Determines if this JaxoObject is a copy of the specified one.
- isCopy(JaxoObject) - Method in class net.sf.jaxodraw.object.loop.JaxoGLoop
-
Determines if this JaxoObject is a copy of the specified one.
- isCopy(JaxoObject) - Method in class net.sf.jaxodraw.object.loop.JaxoLoopObject
-
Determines if this JaxoObject is a copy of the specified one.
- isCopy(JaxoObject) - Method in class net.sf.jaxodraw.object.loop.JaxoPLoop
-
Determines if this JaxoObject is a copy of the specified one.
- isCopy(JaxoObject) - Method in class net.sf.jaxodraw.object.loop.JaxoSLoop
-
Determines if this JaxoObject is a copy of the specified one.
- isCopy(JaxoObject) - Method in class net.sf.jaxodraw.object.text.JaxoLatexText
-
Determines if this JaxoObject is a copy of the specified one.
- isCopy(JaxoObject) - Method in class net.sf.jaxodraw.object.text.JaxoPSText
-
Determines if this JaxoObject is a copy of the specified one.
- isCopy(JaxoObject) - Method in class net.sf.jaxodraw.object.text.JaxoTextObject
-
Determines if this JaxoObject is a copy of the specified one.
- isCopy(JaxoObject) - Method in class net.sf.jaxodraw.object.vertex.JaxoVertex
-
Determines if this JaxoObject is a copy of the specified one.
- isCopy(JaxoObject) - Method in class net.sf.jaxodraw.object.vertex.JaxoVertexT1
-
Determines if this JaxoObject is a copy of the specified one.
- isCopy(JaxoObject) - Method in class net.sf.jaxodraw.object.vertex.JaxoVertexT2
-
Determines if this JaxoObject is a copy of the specified one.
- isCopy(JaxoObject) - Method in class net.sf.jaxodraw.object.vertex.JaxoVertexT3
-
Determines if this JaxoObject is a copy of the specified one.
- isCopy(JaxoObject) - Method in class net.sf.jaxodraw.object.vertex.JaxoVertexT4
-
Determines if this JaxoObject is a copy of the specified one.
- isCopy(JaxoObject) - Method in class net.sf.jaxodraw.object.vertex.JaxoVertexT5
-
Determines if this JaxoObject is a copy of the specified one.
- isCopy(JaxoObject) - Method in class net.sf.jaxodraw.object.vertex.JaxoVertexT6
-
Determines if this JaxoObject is a copy of the specified one.
- isDebugEnabled() - Method in interface net.sf.jaxodraw.plugin.JaxoPluginLogger
-
Check if a debug message would actually be logged by the current logger.
- isDefault() - Method in class net.sf.jaxodraw.gui.panel.button.JaxoPanelButton
-
Determines if this button corresponds to the default mode.
- isDefaultMode(int) - Static method in class net.sf.jaxodraw.util.JaxoConstants
-
Determines whether the given mode is a default mode.
- isDefinedColor(Color) - Static method in class net.sf.jaxodraw.util.JaxoColor
-
Checks whether the given color is a defined Color.
- isDefinedColor(Color, int) - Static method in class net.sf.jaxodraw.util.JaxoColor
-
Checks whether the given color is a defined Color in the given mode.
- isDefinedColorName(String) - Static method in class net.sf.jaxodraw.util.JaxoColor
-
Checks whether the given name is for a defined Color.
- isDefinedColorName(String, int) - Static method in class net.sf.jaxodraw.util.JaxoColor
-
Checks whether the given name is for a Color defined in the given mode.
- isDoubleClick(MouseEvent) - Static method in class net.sf.jaxodraw.util.JaxoUtils
-
Check for double click mouse events.
- isDoubleLine() - Method in class net.sf.jaxodraw.object.JaxoParticleObject
-
Returns the double line property.
- isEditMode(int) - Static method in class net.sf.jaxodraw.util.JaxoConstants
-
Determines whether the given mode is an edit mode.
- isFileMode(int) - Static method in class net.sf.jaxodraw.util.JaxoConstants
-
Determines whether the given mode is a file mode.
- isFilled() - Method in class net.sf.jaxodraw.object.arrow.AbstractBaseArrow
-
Determines if the arrow is filled.
- isFilled() - Method in class net.sf.jaxodraw.object.fill.JaxoFillObject
-
Determines if the object is actually filled.
- isFilled() - Method in interface net.sf.jaxodraw.object.JaxoFillColorObject
-
Determines if the object is actually filled.
- isFilled() - Method in class net.sf.jaxodraw.object.vertex.JaxoVertexT2
-
Determines if the object is actually filled.
- isFilled() - Method in class net.sf.jaxodraw.object.vertex.JaxoVertexT5
-
Determines if the object is actually filled.
- isFlip() - Method in class net.sf.jaxodraw.object.JaxoParticleObject
-
Returns the flip property of this particle object.
- isGrayScale(Color) - Static method in class net.sf.jaxodraw.util.JaxoColor
-
Checks whether the 'color' is closest to one of the gray scales defined in this class.
- isGreekCharacter(char) - Static method in class net.sf.jaxodraw.util.JaxoGreek
-
Tests whether the given character corresponds to one of the greek characters defined in this class.
- isGridMode(int) - Static method in class net.sf.jaxodraw.util.JaxoConstants
-
Determines whether the given mode is a grid mode.
- isGridPainted() - Method in class net.sf.jaxodraw.gui.JaxoTab
-
Check if the grid is switched on.
- isHelpMode(int) - Static method in class net.sf.jaxodraw.util.JaxoConstants
-
Determines whether the given mode is a help mode.
- isInfoEnabled() - Method in interface net.sf.jaxodraw.plugin.JaxoPluginLogger
-
Check if a info message would actually be logged by the current logger.
- isLandscape() - Method in class net.sf.jaxodraw.io.exports.JaxoExportPS
-
Returns the landscape mode.
- isLanguageMode(int) - Static method in class net.sf.jaxodraw.util.JaxoConstants
-
Determines whether the given mode is a language mode.
- isLatexCommand(String) - Static method in class net.sf.jaxodraw.util.JaxoGreek
-
Tests whether the given latex command corresponds to one of the greek characters defined in this class.
- isLineMode(int) - Static method in class net.sf.jaxodraw.util.JaxoConstants
-
Determines whether the given mode is a line mode.
- isLocallyBrowsable() - Method in class net.sf.jaxodraw.gui.panel.JaxoUserGuide
-
Checks if the User Guide exists locally and if not, tries to re-create it.
- isLoggable(int) - Static method in class net.sf.jaxodraw.util.JaxoLog
-
Check if a message of the given level would actually be logged by the current logger.
- isLoggable(Level) - Method in class net.sf.jaxodraw.logging.JaxoDefaultLogger
-
Check if a message of the given level would actually be logged by this logger.
- isLoggable(Level) - Method in interface net.sf.jaxodraw.logging.JaxoLogger
-
Check if a message of the given level would actually be logged by this logger.
- isLoopMode(int) - Static method in class net.sf.jaxodraw.util.JaxoConstants
-
Determines whether the given mode is a loop mode.
- isMarked() - Method in class net.sf.jaxodraw.object.JaxoObject
-
Determines whether this JaxoObject is marked as an element of a group or not.
- isMiscMode(int) - Static method in class net.sf.jaxodraw.util.JaxoConstants
-
Determines whether the given mode is a misc mode.
- isNewObjectMode(int) - Static method in class net.sf.jaxodraw.util.JaxoConstants
-
Determines whether the given mode is a mode that will create a new JaxoObject.
- isNoFreqStretching() - Method in class net.sf.jaxodraw.object.bezier.JaxoBezierObject
-
Returns the frequency stretching property of this Bezier.
- isOneLine() - Method in class net.sf.jaxodraw.object.Jaxo3PointObject
-
Determines if the three points lie exactly on one line.
- isOptional() - Method in class net.sf.jaxodraw.gui.panel.button.JaxoColorButton
-
Current optional property.
- isOptional() - Method in class net.sf.jaxodraw.gui.panel.JaxoColorChooser
-
Current optional property.
- isOptionMode(int) - Static method in class net.sf.jaxodraw.util.JaxoConstants
-
Determines whether the given mode is an option mode.
- isPaintArrow() - Method in class net.sf.jaxodraw.object.JaxoParticleObject
-
Determines whether the arrow property of this particle object is set or not.
- isPainted() - Method in class net.sf.jaxodraw.gui.grid.JaxoDefaultGrid
-
Determine if this grid gets painted.
- isPainted() - Method in interface net.sf.jaxodraw.gui.grid.JaxoPaintableGrid
-
Determine if this grid gets painted.
- isParticleMode(int) - Static method in class net.sf.jaxodraw.util.JaxoConstants
-
Determines whether the given mode is a particle mode.
- isPermanent() - Method in class net.sf.jaxodraw.gui.panel.JaxoColorChooser
-
Whether the chooser stays alive after showing for further requests.
- isPrinting() - Method in class net.sf.jaxodraw.util.graphics.JaxoGraphics2D
-
If printing is active, do not paint any UI-elements or aids.
- isRolledOver(int, int) - Method in class net.sf.jaxodraw.object.text.JaxoLatexText
-
Determines whether the cursor is currently above the visual aid icon of this LatexText.
- isSaved() - Method in class net.sf.jaxodraw.graph.JaxoGraph
-
Indicates whether the current JaxoGraph contains unsaved changes.
- isSaved() - Method in class net.sf.jaxodraw.gui.JaxoTab
-
Determines if the graph is saved.
- isSelectMode(int) - Static method in class net.sf.jaxodraw.util.JaxoConstants
-
Determines whether the given mode is a select mode (mode allowing an object to be selected).
- isSilent() - Method in class net.sf.jaxodraw.plugin.AbstractJaxoPlugin
-
If silent, export() will/should not show any error messages.
- isSingular() - Method in class net.sf.jaxodraw.object.arc.JaxoArcObject
-
Checks if this arc is singular.
- isSnap() - Method in class net.sf.jaxodraw.gui.swing.spinner.JaxoSpinnerIntModel
-
Is 'value' always snapped to 'origin' + multiples of stepSize?
- isSnapped(Point) - Method in class net.sf.jaxodraw.gui.grid.JaxoDefaultGrid
-
Determines if 'p' is on the grid.
- isSnapped(Point) - Method in interface net.sf.jaxodraw.gui.grid.JaxoGrid
-
Determines if 'p' is on the grid.
- isSnapping() - Method in class net.sf.jaxodraw.gui.grid.JaxoDefaultGrid
-
Check if points are currently snapped to the grid.
- isSnapping() - Method in interface net.sf.jaxodraw.gui.grid.JaxoPaintableGrid
-
Check if points are currently snapped to the grid.
- isSnappingToGrid() - Method in class net.sf.jaxodraw.gui.JaxoTab
-
Determines whether snapping to the grid is currently on.
- isSymmetric() - Method in class net.sf.jaxodraw.object.arc.JaxoPArc
-
Returns the symmetric property of this JaxoPArc.
- isSymmetric() - Method in interface net.sf.jaxodraw.object.JaxoSymmetricObject
-
Returns the symmetric property of this object.
- isSymmetric() - Method in class net.sf.jaxodraw.object.line.JaxoPLine
-
Returns the symmetric property of this JaxoPLine.
- isSymmetric() - Method in class net.sf.jaxodraw.object.line.JaxoZigZagLine
-
Returns the symmetric property of this JaxoZigZagLine.
- isTextMode(int) - Static method in class net.sf.jaxodraw.util.JaxoConstants
-
Determines whether the given mode is a text mode (either LATEX or TEXT).
- isVertexMode(int) - Static method in class net.sf.jaxodraw.util.JaxoConstants
-
Determines whether the given mode is a vertex mode.
- isWarnEnabled() - Method in interface net.sf.jaxodraw.plugin.JaxoPluginLogger
-
Check if a warn message would actually be logged by the current logger.
- isZoomFactorMode(int) - Static method in class net.sf.jaxodraw.util.JaxoConstants
-
Determines whether the given mode is a zoom factor mode.
- ITALIAN - Static variable in class net.sf.jaxodraw.util.JaxoConstants
-
Italian language mode.
- ITALIAN - Static variable in class net.sf.jaxodraw.util.JaxoLanguage
-
Italian.
- itemStateChanged(ItemEvent) - Method in class net.sf.jaxodraw.gui.panel.edit.JaxoOptionsPanelListener
-
Checks for ItemEvents that have ocurred on the panel, (check boxes, comboboxes and radiobuttons).
- itemStateChanged(ItemEvent) - Method in class net.sf.jaxodraw.gui.panel.JaxoPrefsPanel
-
Currently handles color space changes and grid type changes.
J
- JAVA_CLASSPATH - Static variable in class net.sf.jaxodraw.util.JaxoInfo
-
The current Java class path.
- JAVA_HOME - Static variable in class net.sf.jaxodraw.util.JaxoInfo
-
The directory where Java is installed on the current machine.
- JAVA_RUNTIME_VERSION - Static variable in class net.sf.jaxodraw.util.JaxoInfo
-
The current Java runtime version.
- JAVA_VERSION - Static variable in class net.sf.jaxodraw.util.JaxoInfo
-
The current Java version.
- JAXO_COLORS_MODE - Static variable in class net.sf.jaxodraw.util.JaxoColor
-
All Colors defined in JaxoColor can be chosen.
- JAXO_COLORS_NO_GRAYSCALES_MODE - Static variable in class net.sf.jaxodraw.util.JaxoColor
-
Colors defined in JaxoColor except grayscales can be chosen.
- Jaxo2PointsEditPanel - Class in net.sf.jaxodraw.gui.panel.edit
-
A panel to change the x,y and radius parameters of an object.
- Jaxo2PointsEditPanel() - Constructor for class net.sf.jaxodraw.gui.panel.edit.Jaxo2PointsEditPanel
-
Constructor: returns a 2Points edit panel with default value 0 for all variables.
- Jaxo2PointsEditPanel(Point[]) - Constructor for class net.sf.jaxodraw.gui.panel.edit.Jaxo2PointsEditPanel
-
Constructor: returns a 2Points edit panel.
- Jaxo3PointObject - Class in net.sf.jaxodraw.object
- Jaxo3PointObject() - Constructor for class net.sf.jaxodraw.object.Jaxo3PointObject
- Jaxo3PointsEditPanel - Class in net.sf.jaxodraw.gui.panel.edit
-
A panel to change the x,y and radius parameters of an object.
- Jaxo3PointsEditPanel() - Constructor for class net.sf.jaxodraw.gui.panel.edit.Jaxo3PointsEditPanel
-
Constructor: returns a 3Points edit panel with default value 0 for all variables.
- Jaxo3PointsEditPanel(Point[]) - Constructor for class net.sf.jaxodraw.gui.panel.edit.Jaxo3PointsEditPanel
-
Constructor: returns a 3Points edit panel with given values for the variables.
- Jaxo4PointsEditPanel - Class in net.sf.jaxodraw.gui.panel.edit
-
A panel to change the 4 contorl points of a (Bezier) object.
- Jaxo4PointsEditPanel() - Constructor for class net.sf.jaxodraw.gui.panel.edit.Jaxo4PointsEditPanel
-
Constructor: returns a 4Points edit panel with default value 0 for all variables.
- Jaxo4PointsEditPanel(Point[]) - Constructor for class net.sf.jaxodraw.gui.panel.edit.Jaxo4PointsEditPanel
-
Constructor: returns a 3Points edit panel with given values for the variables.
- JaxoActionButtons - Class in net.sf.jaxodraw.gui.panel.button
-
Responsible for displaying and modifying the buttons of the action button menu.
- JaxoActionButtons() - Constructor for class net.sf.jaxodraw.gui.panel.button.JaxoActionButtons
-
Constructor: lays out the action button panel.
- JaxoArcObject - Class in net.sf.jaxodraw.object.arc
-
The mother of all arc objects.
- JaxoArcObject() - Constructor for class net.sf.jaxodraw.object.arc.JaxoArcObject
- JaxoArrow - Interface in net.sf.jaxodraw.object.arrow
-
An arrow for a JaxoObject.
- JaxoArrow.Coordinates - Class in net.sf.jaxodraw.object.arrow
-
The coordinates of an arrow.
- JaxoArrowEditPanel - Class in net.sf.jaxodraw.gui.panel.edit
-
A panel to change the arrow of an object.
- JaxoArrowEditPanel() - Constructor for class net.sf.jaxodraw.gui.panel.edit.JaxoArrowEditPanel
-
Constructor: an arrow edit panel with arrow not flipped.
- JaxoArrowEditPanel(boolean, boolean, float) - Constructor for class net.sf.jaxodraw.gui.panel.edit.JaxoArrowEditPanel
-
Constructor: returns a arrow edit panel with the given params.
- JaxoAxodraw - Class in net.sf.jaxodraw.io.imports
-
Defines a number of axodraw LaTeX commands and all the methods to convert them into JaxoObjects.
- JaxoAxodraw() - Constructor for class net.sf.jaxodraw.io.imports.JaxoAxodraw
-
Constructor: Initializes the list of Latex packages (axodraw and color).
- JaxoAxodraw4J - Class in net.sf.jaxodraw.io.imports
-
Extension to JaxoAxodraw that adds Bezier imports.
- JaxoAxodraw4J() - Constructor for class net.sf.jaxodraw.io.imports.JaxoAxodraw4J
-
Constructor: just calls super().
- JaxoBezierObject - Class in net.sf.jaxodraw.object.bezier
-
Abstract class for the implementation of a bezier curve.
- JaxoBezierObject() - Constructor for class net.sf.jaxodraw.object.bezier.JaxoBezierObject
- JaxoBlob - Class in net.sf.jaxodraw.object.fill
-
A blob object: a general ellypse that can be rotated.
- JaxoBlob() - Constructor for class net.sf.jaxodraw.object.fill.JaxoBlob
- JaxoBox - Class in net.sf.jaxodraw.object.fill
-
A box object.
- JaxoBox() - Constructor for class net.sf.jaxodraw.object.fill.JaxoBox
- JaxoButtonPanel - Class in net.sf.jaxodraw.gui.panel.button
-
The menu bar that holds the file, edit, options and help menus.
- JaxoButtonPanel(ActionListener) - Constructor for class net.sf.jaxodraw.gui.panel.button.JaxoButtonPanel
-
Constructs the button panel.
- JaxoCanvas - Class in net.sf.jaxodraw.gui
-
An instance of the canvas: responsible for all the painting.
- JaxoCanvas(ActionListener) - Constructor for class net.sf.jaxodraw.gui.JaxoCanvas
-
Constructs a new canvas.
- JaxoCanvasComponent - Interface in net.sf.jaxodraw.gui
-
The canvas as a component.
- JaxoCanvasEventListener - Class in net.sf.jaxodraw.gui
-
A listener to process mouse events that happen on the canvas.
- JaxoCanvasEventListener(JaxoCanvas) - Constructor for class net.sf.jaxodraw.gui.JaxoCanvasEventListener
-
Constructor.
- JaxoCanvasPopupMenu - Class in net.sf.jaxodraw.gui.menu.popup
-
A class that displays a pop-up menu if the user right-clicks on a tab.
- JaxoCanvasPopupMenu(ActionListener) - Constructor for class net.sf.jaxodraw.gui.menu.popup.JaxoCanvasPopupMenu
-
Constructor: sets all the menu entries and the action listeners.
- JaxoCenterSizeEditPanel - Class in net.sf.jaxodraw.gui.panel.edit
-
A panel to change the x,y, width and height parameters of an object.
- JaxoCenterSizeEditPanel() - Constructor for class net.sf.jaxodraw.gui.panel.edit.JaxoCenterSizeEditPanel
-
Constructor: returns a center/size edit panel with default values for all variables.
- JaxoCenterSizeEditPanel(int, int, int, int) - Constructor for class net.sf.jaxodraw.gui.panel.edit.JaxoCenterSizeEditPanel
-
Constructor: returns a center/size edit panel with given values for the variables.
- JaxoChooseFile - Class in net.sf.jaxodraw.gui.panel
-
Opens a file chooser dialog that is used for opening, saving and exporting files.
- JaxoChooseFile(Component) - Constructor for class net.sf.jaxodraw.gui.panel.JaxoChooseFile
-
Constructor.
- JaxoChooseFile(Component, String) - Constructor for class net.sf.jaxodraw.gui.panel.JaxoChooseFile
-
Constructor.
- JaxoCLIConvert - Class in net.sf.jaxodraw.io
-
This class provides convenience methods to convert JaxoDraw xml files to tex (axodraw4j) files and vice versa.
- JaxoClipboard - Class in net.sf.jaxodraw.gui
-
A Clipboard for JaxoGraphs.
- JaxoClipboard(Component) - Constructor for class net.sf.jaxodraw.gui.JaxoClipboard
-
Constructor.
- JaxoClosableTabbedPane - Class in net.sf.jaxodraw.gui.swing
-
Extension of JTabbedPane with closable tabs.
- JaxoClosableTabbedPane() - Constructor for class net.sf.jaxodraw.gui.swing.JaxoClosableTabbedPane
-
Constructor.
- JaxoColor - Class in net.sf.jaxodraw.util
-
Definitions and conversions for the colors of the LaTeX
colordvi
package (approximately) and a predefined set of gray shades. - JaxoColorButton - Class in net.sf.jaxodraw.gui.panel.button
-
Button displaying a color selection - typically used in such a way that clicking it opens a color chooser to change the color.
- JaxoColorButton() - Constructor for class net.sf.jaxodraw.gui.panel.button.JaxoColorButton
-
with Color.black.
- JaxoColorButton(Color) - Constructor for class net.sf.jaxodraw.gui.panel.button.JaxoColorButton
-
with the given color.
- JaxoColorChooser - Class in net.sf.jaxodraw.gui.panel
-
Color chooser dialog, a wrapper around JColorChooser.
- JaxoColorChooser(Component) - Constructor for class net.sf.jaxodraw.gui.panel.JaxoColorChooser
-
Constructor.
- JaxoColorEditPanel - Class in net.sf.jaxodraw.gui.panel.edit
-
A panel to change the color of an object.
- JaxoColorEditPanel() - Constructor for class net.sf.jaxodraw.gui.panel.edit.JaxoColorEditPanel
-
Constructor: returns a color edit panel with default type TYPE_COLOR and default color black.
- JaxoColorEditPanel(boolean, Color, boolean) - Constructor for class net.sf.jaxodraw.gui.panel.edit.JaxoColorEditPanel
-
Constructor: returns a fill color edit panel with the given color.
- JaxoColorEditPanel(int, boolean, Color) - Constructor for class net.sf.jaxodraw.gui.panel.edit.JaxoColorEditPanel
-
Constructor: returns a color edit panel of the given type with the given color.
- JaxoColorEditPanel(Color) - Constructor for class net.sf.jaxodraw.gui.panel.edit.JaxoColorEditPanel
-
Constructor: returns a color edit panel with the given color.
- JaxoCommunicator - Interface in net.sf.jaxodraw.gui.panel
-
Communicate events between panel components.
- JaxoConsoleHandler - Class in net.sf.jaxodraw.logging
-
A ConsoleHandler for log records.
- JaxoConsoleHandler() - Constructor for class net.sf.jaxodraw.logging.JaxoConsoleHandler
-
Constructor.
- JaxoConstants - Class in net.sf.jaxodraw.util
-
Defines constants used throughout JaxoDraw.
- JaxoDashArc - Class in net.sf.jaxodraw.object.arc
-
A dashed arc.
- JaxoDashArc() - Constructor for class net.sf.jaxodraw.object.arc.JaxoDashArc
- JaxoDashBezier - Class in net.sf.jaxodraw.object.bezier
-
A dashed bezier curve.
- JaxoDashBezier() - Constructor for class net.sf.jaxodraw.object.bezier.JaxoDashBezier
- JaxoDashEditPanel - Class in net.sf.jaxodraw.gui.panel.edit
-
A panel to change the dash of an object.
- JaxoDashEditPanel() - Constructor for class net.sf.jaxodraw.gui.panel.edit.JaxoDashEditPanel
-
Constructor: returns a dash edit panel with default dash of 1.0.
- JaxoDashEditPanel(float) - Constructor for class net.sf.jaxodraw.gui.panel.edit.JaxoDashEditPanel
-
Constructor: returns a dash edit panel with the given dash.
- JaxoDashLine - Class in net.sf.jaxodraw.object.line
-
A dashed line.
- JaxoDashLine() - Constructor for class net.sf.jaxodraw.object.line.JaxoDashLine
- JaxoDashLoop - Class in net.sf.jaxodraw.object.loop
-
A dashed loop.
- JaxoDashLoop() - Constructor for class net.sf.jaxodraw.object.loop.JaxoDashLoop
- JaxoDefaultArrow - Class in net.sf.jaxodraw.object.arrow
-
The default arrow for JaxoDraw.
- JaxoDefaultArrow() - Constructor for class net.sf.jaxodraw.object.arrow.JaxoDefaultArrow
-
Constructor: initialize the fields.
- JaxoDefaultArrowEditPanel - Class in net.sf.jaxodraw.object.arrow
-
A panel to change the parameters of an arrow.
- JaxoDefaultArrowEditPanel(JaxoDefaultArrow, boolean) - Constructor for class net.sf.jaxodraw.object.arrow.JaxoDefaultArrowEditPanel
-
Constructor: returns an edit panel for the given arrow.
- JaxoDefaultGrid - Class in net.sf.jaxodraw.gui.grid
-
Paints a grid on the canvas.
- JaxoDefaultGrid(int, int) - Constructor for class net.sf.jaxodraw.gui.grid.JaxoDefaultGrid
-
Constructor.
- JaxoDefaultGrid(int, int, int, Color) - Constructor for class net.sf.jaxodraw.gui.grid.JaxoDefaultGrid
-
Constructor: Sets the dimension to the current screen size and take the other argument values.
- JaxoDefaultGrid(int, int, int, Color, Dimension) - Constructor for class net.sf.jaxodraw.gui.grid.JaxoDefaultGrid
-
Constructor: Sets the dimension, type and value from the arguments.
- JaxoDefaultGrid(int, int, Dimension) - Constructor for class net.sf.jaxodraw.gui.grid.JaxoDefaultGrid
-
Constructor: Sets the dimension, type and value from the arguments.
- JaxoDefaultHandle - Class in net.sf.jaxodraw.gui.handle
-
A default implementation for handles.
- JaxoDefaultHandle() - Constructor for class net.sf.jaxodraw.gui.handle.JaxoDefaultHandle
- JaxoDefaultLogger - Class in net.sf.jaxodraw.logging
-
Default implementation of JaxoLogger.
- JaxoDefaultLogger() - Constructor for class net.sf.jaxodraw.logging.JaxoDefaultLogger
-
Constructor.
- JaxoDefaultLogger(String) - Constructor for class net.sf.jaxodraw.logging.JaxoDefaultLogger
-
Constructor.
- JaxoDialogs - Class in net.sf.jaxodraw.gui
-
A convenience class for user input dialogs.
- JaxoDictionary - Class in net.sf.jaxodraw.util
-
Translation using JaxoLanguage within a given context (bundleID and/or prefix for the keys).
- JaxoDictionary(Class<?>) - Constructor for class net.sf.jaxodraw.util.JaxoDictionary
-
Create for the given class.
- JaxoDLEditPanel - Class in net.sf.jaxodraw.gui.panel.edit
-
A panel to change the double line property of an object.
- JaxoDLEditPanel() - Constructor for class net.sf.jaxodraw.gui.panel.edit.JaxoDLEditPanel
-
Constructor: a double line edit panel with default values.
- JaxoDLEditPanel(boolean, float) - Constructor for class net.sf.jaxodraw.gui.panel.edit.JaxoDLEditPanel
-
Constructor: a double line edit panel with the given params.
- JaxoDraw - Class in net.sf.jaxodraw
-
Starts JaxoDraw from the command line.
- JaxoDrawingArea - Interface in net.sf.jaxodraw.gui
-
The drawing area.
- JaxoEditButtons - Class in net.sf.jaxodraw.gui.panel.button
-
Responsible for displaying and modifying the buttons of the edit button menu.
- JaxoEditButtons() - Constructor for class net.sf.jaxodraw.gui.panel.button.JaxoEditButtons
-
Constructor: lays out the edit button panel.
- JaxoEditMenu - Class in net.sf.jaxodraw.gui.menu
-
Contains the entries of the edit menu.
- JaxoEditMenu() - Constructor for class net.sf.jaxodraw.gui.menu.JaxoEditMenu
-
Constructs a new edit menu from the specified panel.
- JaxoEditPanel - Class in net.sf.jaxodraw.gui.panel.edit
-
A parent class for edit panel components.
- JaxoEditPanel() - Constructor for class net.sf.jaxodraw.gui.panel.edit.JaxoEditPanel
-
Create without LayoutManager.
- JaxoEditPanel(LayoutManager) - Constructor for class net.sf.jaxodraw.gui.panel.edit.JaxoEditPanel
-
Create with given LayoutManager.
- JaxoEditPanelListener - Interface in net.sf.jaxodraw.gui.panel.edit
-
A listener for edit panels.
- JaxoExport - Class in net.sf.jaxodraw.io.exports
-
An abstract superclass for all built-in exporting classes.
- JaxoExport() - Constructor for class net.sf.jaxodraw.io.exports.JaxoExport
-
Protected empty constructor.
- JaxoExportImg - Class in net.sf.jaxodraw.io.exports
-
The class that is responsible for exporting to image formats: jpg, or png are currently possible options.
- JaxoExportImg(JaxoExportImg.Format) - Constructor for class net.sf.jaxodraw.io.exports.JaxoExportImg
-
Constructor.
- JaxoExportImg.Format - Enum in net.sf.jaxodraw.io.exports
-
The export modes supported by this JaxoExport.
- JaxoExportLatex - Class in net.sf.jaxodraw.io.exports
-
The class that is responsible for creating LaTex source files that may be used to produce a postscript file that is (should be) equivalent to the one produced by JaxoDraw.
- JaxoExportLatex() - Constructor for class net.sf.jaxodraw.io.exports.JaxoExportLatex
- JaxoExportLatexPS - Class in net.sf.jaxodraw.io.exports
-
Create a postscript file from a Latex source file via Latex - dvips.
- JaxoExportLatexPS() - Constructor for class net.sf.jaxodraw.io.exports.JaxoExportLatexPS
- JaxoExportPanel - Class in net.sf.jaxodraw.gui.panel
-
The parent class for exporting: brings up a dialog to choose the export format and executes the corresponding actions.
- JaxoExportPanel(Component, List<?>, JaxoPreview) - Constructor for class net.sf.jaxodraw.gui.panel.JaxoExportPanel
-
Constructor.
- JaxoExportPlugin - Class in net.sf.jaxodraw.plugin
-
An abstract superclass for all export plugins.
- JaxoExportPlugin() - Constructor for class net.sf.jaxodraw.plugin.JaxoExportPlugin
- JaxoExportPS - Class in net.sf.jaxodraw.io.exports
-
The class that is responsible for exporting to postscript output: portrait, landscape or EPS are possible options.
- JaxoExportPS(JaxoExportPS.Format) - Constructor for class net.sf.jaxodraw.io.exports.JaxoExportPS
-
Constructor.
- JaxoExportPS.Format - Enum in net.sf.jaxodraw.io.exports
-
The export modes supported by this JaxoExport.
- JaxoExtendedObject - Class in net.sf.jaxodraw.object
-
A JaxoObject with at least two points.
- JaxoExtendedObject() - Constructor for class net.sf.jaxodraw.object.JaxoExtendedObject
- JaxoFArc - Class in net.sf.jaxodraw.object.arc
-
A fermion arc.
- JaxoFArc() - Constructor for class net.sf.jaxodraw.object.arc.JaxoFArc
- JaxoFBezier - Class in net.sf.jaxodraw.object.bezier
-
Implementation of a bezier for fermion lines.
- JaxoFBezier() - Constructor for class net.sf.jaxodraw.object.bezier.JaxoFBezier
- JaxoFBoxPopupMenu - Class in net.sf.jaxodraw.gui.menu.popup
-
Displays a pop-up menu relating the currently marked objects (in JaxoCanvas, if the user right-clicks on the canvas, drag the mouse to enclose some objects and release the mouse).
- JaxoFBoxPopupMenu() - Constructor for class net.sf.jaxodraw.gui.menu.popup.JaxoFBoxPopupMenu
-
Constructor.
- JaxoFBoxPopupMenu(ActionListener) - Constructor for class net.sf.jaxodraw.gui.menu.popup.JaxoFBoxPopupMenu
-
Constructor: sets all the menu entries and adds one action listener.
- JaxoFileHandler - Class in net.sf.jaxodraw.logging
-
File implementation of JaxoLogger.
- JaxoFileHandler(String) - Constructor for class net.sf.jaxodraw.logging.JaxoFileHandler
-
Constructor.
- JaxoFileHandler(String, String) - Constructor for class net.sf.jaxodraw.logging.JaxoFileHandler
-
Constructor.
- JaxoFileHandler(String, String, int) - Constructor for class net.sf.jaxodraw.logging.JaxoFileHandler
-
Constructor.
- JaxoFileHandler(String, String, int, int) - Constructor for class net.sf.jaxodraw.logging.JaxoFileHandler
-
Constructor.
- JaxoFileMenu - Class in net.sf.jaxodraw.gui.menu
-
The file menu items.
- JaxoFileMenu() - Constructor for class net.sf.jaxodraw.gui.menu.JaxoFileMenu
-
Creates the file menu from the specified JaxoMainPanel.
- JaxoFillColorObject - Interface in net.sf.jaxodraw.object
-
An interface for objects that have a fill color.
- JaxoFillObject - Class in net.sf.jaxodraw.object.fill
-
A general object that can be filled.
- JaxoFillObject() - Constructor for class net.sf.jaxodraw.object.fill.JaxoFillObject
- JaxoFixedJSpinner - Class in net.sf.jaxodraw.gui.swing.spinner
-
Fixed JSpinner that avoids problems with unconsistent use of JSpinner font for the JFormattedTextField.
- JaxoFixedJSpinner(SpinnerModel) - Constructor for class net.sf.jaxodraw.gui.swing.spinner.JaxoFixedJSpinner
-
Constructor: just calls super(m).
- JaxoFLine - Class in net.sf.jaxodraw.object.line
-
A fermion line.
- JaxoFLine() - Constructor for class net.sf.jaxodraw.object.line.JaxoFLine
- JaxoFLoop - Class in net.sf.jaxodraw.object.loop
-
A fermion loop.
- JaxoFLoop() - Constructor for class net.sf.jaxodraw.object.loop.JaxoFLoop
- JaxoFontStyleRenderer - Class in net.sf.jaxodraw.gui.swing
-
Renderer for Integer values representing Font styles.
- JaxoFontStyleRenderer() - Constructor for class net.sf.jaxodraw.gui.swing.JaxoFontStyleRenderer
- JaxoGArc - Class in net.sf.jaxodraw.object.arc
-
A ghost arc.
- JaxoGArc() - Constructor for class net.sf.jaxodraw.object.arc.JaxoGArc
- JaxoGBezier - Class in net.sf.jaxodraw.object.bezier
-
Implementation of a bezier for fermion lines.
- JaxoGBezier() - Constructor for class net.sf.jaxodraw.object.bezier.JaxoGBezier
- JaxoGeometry - Class in net.sf.jaxodraw.util
-
Utility methods for Java2D geometry.
- JaxoGlArc - Class in net.sf.jaxodraw.object.arc
-
A gluon arc.
- JaxoGlArc() - Constructor for class net.sf.jaxodraw.object.arc.JaxoGlArc
- JaxoGlassPane - Class in net.sf.jaxodraw.gui.panel
-
The glassPane object for the main panel.
- JaxoGlassPane(JFrame, JComponent) - Constructor for class net.sf.jaxodraw.gui.panel.JaxoGlassPane
-
Constructor.
- JaxoGlBezier - Class in net.sf.jaxodraw.object.bezier
-
Implementation of a bezier for gluon lines.
- JaxoGlBezier() - Constructor for class net.sf.jaxodraw.object.bezier.JaxoGlBezier
-
Constructor: just calls super().
- JaxoGLine - Class in net.sf.jaxodraw.object.line
-
A ghost line.
- JaxoGLine() - Constructor for class net.sf.jaxodraw.object.line.JaxoGLine
- JaxoGlLine - Class in net.sf.jaxodraw.object.line
-
A gluon line.
- JaxoGlLine() - Constructor for class net.sf.jaxodraw.object.line.JaxoGlLine
- JaxoGlLoop - Class in net.sf.jaxodraw.object.loop
-
A gluon loop.
- JaxoGlLoop() - Constructor for class net.sf.jaxodraw.object.loop.JaxoGlLoop
- JaxoGLoop - Class in net.sf.jaxodraw.object.loop
-
A ghost loop.
- JaxoGLoop() - Constructor for class net.sf.jaxodraw.object.loop.JaxoGLoop
- JaxoGraph - Class in net.sf.jaxodraw.graph
-
A JaxoGraph is an extended version of a JaxoSaveGraph.
- JaxoGraph() - Constructor for class net.sf.jaxodraw.graph.JaxoGraph
-
Creates a new JaxoGraph with empty list of objects, empty description and empty saveFileName.
- JaxoGraph(JaxoList<JaxoObject>) - Constructor for class net.sf.jaxodraw.graph.JaxoGraph
-
Creates a new JaxoGraph with the given list of objects, empty description and empty saveFileName.
- JaxoGraph(JaxoList<JaxoObject>, String) - Constructor for class net.sf.jaxodraw.graph.JaxoGraph
-
Creates a new JaxoGraph with the given list of objects and description and empty saveFileName.
- JaxoGraph(JaxoList<JaxoObject>, String, String) - Constructor for class net.sf.jaxodraw.graph.JaxoGraph
-
Creates a new JaxoGraph with the given list of objects, description and saveFileName.
- JaxoGraphics2D - Class in net.sf.jaxodraw.util.graphics
-
Graphic2Ds that also stores JaxoDraw-specific state and can perform JaxoDraw-specific painting.
- JaxoGraphics2D(Graphics2D) - Constructor for class net.sf.jaxodraw.util.graphics.JaxoGraphics2D
-
Constructor.
- JaxoGreek - Class in net.sf.jaxodraw.util
-
Defines a number of greek letters and some methods to convert them into LaTeX strings and back.
- JaxoGrid - Interface in net.sf.jaxodraw.gui.grid
-
Grid: A grid "is" a collection of Points in the plane.
- JaxoGridBar - Class in net.sf.jaxodraw.gui.panel
-
Responsible for displaying the grid options bar.
- JaxoGridBar(JaxoCommunicator) - Constructor for class net.sf.jaxodraw.gui.panel.JaxoGridBar
-
Creates a new instance of JaxoGridBar.
- JaxoGridButtons - Class in net.sf.jaxodraw.gui.panel.button
-
Responsible for displaying and modifying the buttons of the grid button menu.
- JaxoGridButtons() - Constructor for class net.sf.jaxodraw.gui.panel.button.JaxoGridButtons
-
Constructor: lays out the grid button panel.
- JaxoGroup - Class in net.sf.jaxodraw.object.group
-
Groups together a number of JaxoObjects.
- JaxoGroup() - Constructor for class net.sf.jaxodraw.object.group.JaxoGroup
-
Constructor: creates a new empty vector and sets the dimensions to a default value.
- JaxoHandle - Interface in net.sf.jaxodraw.object
-
A handle for a JaxoObject.
- JaxoHelpMenu - Class in net.sf.jaxodraw.gui.menu
-
The help menu items.
- JaxoHelpMenu() - Constructor for class net.sf.jaxodraw.gui.menu.JaxoHelpMenu
-
Creates the help menu from the specified JaxoMainPanel.
- JaxoImport - Class in net.sf.jaxodraw.io.imports
-
An abstract superclass for all built-in importing classes.
- JaxoImport() - Constructor for class net.sf.jaxodraw.io.imports.JaxoImport
-
Protected empty constructor.
- JaxoImportAxodraw - Class in net.sf.jaxodraw.io.imports
-
The class responsible for importing JaxoGraphs from axodraw files.
- JaxoImportAxodraw() - Constructor for class net.sf.jaxodraw.io.imports.JaxoImportAxodraw
- JaxoImportPanel - Class in net.sf.jaxodraw.gui.panel
-
Brings up a dialog to choose an import format and a file to import.
- JaxoImportPanel(Component, List<JaxoImportPlugin>) - Constructor for class net.sf.jaxodraw.gui.panel.JaxoImportPanel
-
Constructor.
- JaxoImportPlugin - Class in net.sf.jaxodraw.plugin
-
An abstract superclass for all import plugins.
- JaxoImportPlugin() - Constructor for class net.sf.jaxodraw.plugin.JaxoImportPlugin
- JaxoInfo - Class in net.sf.jaxodraw.util
-
Collects system data and practical infos about JaxoDraw.
- JaxoIO - Class in net.sf.jaxodraw.io
-
The class responsible for opening/saving JaxoGraphs.
- JaxoIO(Component) - Constructor for class net.sf.jaxodraw.io.JaxoIO
-
Constructor.
- JaxoLanguage - Class in net.sf.jaxodraw.util
-
A convenience class to deal with I18N issues.
- JaxoLatexAlignPanel - Class in net.sf.jaxodraw.gui.panel.edit
-
A panel to change the rotation of an object.
- JaxoLatexAlignPanel() - Constructor for class net.sf.jaxodraw.gui.panel.edit.JaxoLatexAlignPanel
-
Constructor: returns a latex align edit panel for a latex text.
- JaxoLatexAlignPanel(int) - Constructor for class net.sf.jaxodraw.gui.panel.edit.JaxoLatexAlignPanel
-
Constructor: returns a latex align edit panel for a latex text.
- JaxoLatexFontSizePanel - Class in net.sf.jaxodraw.gui.panel.edit
-
A panel to change the rotation of an object.
- JaxoLatexFontSizePanel() - Constructor for class net.sf.jaxodraw.gui.panel.edit.JaxoLatexFontSizePanel
-
Constructor: returns a latex font size edit panel for a latex text.
- JaxoLatexFontSizePanel(int) - Constructor for class net.sf.jaxodraw.gui.panel.edit.JaxoLatexFontSizePanel
-
Constructor: returns a latex font size edit panel for a latex text.
- JaxoLatexPackage - Class in net.sf.jaxodraw.gui.panel
-
Brings up a dialog that allows the inclusion of custom Latex packages in the Latex output.
- JaxoLatexPackage(Component, List<String>) - Constructor for class net.sf.jaxodraw.gui.panel.JaxoLatexPackage
-
Constructor: initializes the dialog with the current list of included Latex packages (at least axodraw and color).
- JaxoLatexText - Class in net.sf.jaxodraw.object.text
-
Defines a JaxoObject which is just a string.
- JaxoLatexText() - Constructor for class net.sf.jaxodraw.object.text.JaxoLatexText
- JaxoLatexTextToolTip - Class in net.sf.jaxodraw.gui.panel
-
Show tooltips if the mouse moves over JaxoLatexText objects on the JaxoCanvas in the focused window.
- JaxoLatexTextToolTip() - Constructor for class net.sf.jaxodraw.gui.panel.JaxoLatexTextToolTip
-
Constructor.
- JaxoLauncher - Class in net.sf.jaxodraw.gui.launch
-
Launches the JaxoDraw GUI.
- JaxoLauncher() - Constructor for class net.sf.jaxodraw.gui.launch.JaxoLauncher
- JaxoLineObject - Class in net.sf.jaxodraw.object.line
-
A general line object.
- JaxoLineObject() - Constructor for class net.sf.jaxodraw.object.line.JaxoLineObject
- JaxoList<E> - Interface in net.sf.jaxodraw.object
-
A List that can only contain JaxoObjects.
- JaxoLocalized - Interface in net.sf.jaxodraw.util
-
Interface for objects that need to be updated on language changes.
- JaxoLog - Class in net.sf.jaxodraw.util
-
Some custom methods to handle error messages.
- JaxoLogger - Interface in net.sf.jaxodraw.logging
-
Interface that defines a logger for JaxoDraw.
- JaxoLookAndFeelPanel - Class in net.sf.jaxodraw.gui.panel
-
Wrapper for a panel that displays the currently installed LookAndFeels and allows to choose supported ones.
- JaxoLookAndFeelPanel() - Constructor for class net.sf.jaxodraw.gui.panel.JaxoLookAndFeelPanel
-
Constructor.
- JaxoLooknFeel - Class in net.sf.jaxodraw.util
-
Responsible for switching the Look and Feel of JaxoDraw and the Locale of GUI elements (which are closely related).
- JaxoLoopObject - Class in net.sf.jaxodraw.object.loop
-
A general loop object.
- JaxoLoopObject() - Constructor for class net.sf.jaxodraw.object.loop.JaxoLoopObject
- JaxoMainPanel - Class in net.sf.jaxodraw.gui.panel
-
The main panel.
- JaxoMainPanel() - Constructor for class net.sf.jaxodraw.gui.panel.JaxoMainPanel
-
The initialisation method of the panel: sets up the menus, the button panels, the flag panel and the canvas.
- JaxoMainPanel(String[]) - Constructor for class net.sf.jaxodraw.gui.panel.JaxoMainPanel
-
The initialisation method of the panel: sets up the menus, the button panels, the flag panel and the canvas.
- JaxoMenu - Class in net.sf.jaxodraw.gui.menu
-
Base class for JaxoDraw menus.
- JaxoMenu() - Constructor for class net.sf.jaxodraw.gui.menu.JaxoMenu
- JaxoMenuBar - Class in net.sf.jaxodraw.gui.menu
-
The menu bar that holds the file, edit, options and help menus.
- JaxoMenuBar(ActionListener) - Constructor for class net.sf.jaxodraw.gui.menu.JaxoMenuBar
-
Constructs the menu bar, adding file, edit, options and help menus.
- JaxoMenuUtils - Class in net.sf.jaxodraw.gui.menu
-
Menu-related utility methods.
- JaxoMiscButtons - Class in net.sf.jaxodraw.gui.panel.button
-
Responsible for displaying and modifying the buttons of the misc button menu.
- JaxoMiscButtons() - Constructor for class net.sf.jaxodraw.gui.panel.button.JaxoMiscButtons
-
Constructor: lays out the misc button panel.
- JaxoMoveGraph - Class in net.sf.jaxodraw.gui.panel
-
Dialog to move all objects of a graph.
- JaxoMoveGraph(Component, JaxoDrawingArea) - Constructor for class net.sf.jaxodraw.gui.panel.JaxoMoveGraph
-
Constructor.
- JaxoObject - Class in net.sf.jaxodraw.object
-
A general JaxoObject.
- JaxoObject() - Constructor for class net.sf.jaxodraw.object.JaxoObject
- JaxoObjectEditPanel - Interface in net.sf.jaxodraw.object
-
A panel to edit properties of JaxoObjects.
- JaxoObjectFactory - Class in net.sf.jaxodraw.object
-
Factory class to create instances of JaxoObjects.
- JaxoObjectList<E> - Class in net.sf.jaxodraw.object
-
Implementation of JaxoList.
- JaxoObjectList() - Constructor for class net.sf.jaxodraw.object.JaxoObjectList
-
Just calls super().
- JaxoObjectList(int) - Constructor for class net.sf.jaxodraw.object.JaxoObjectList
-
Just calls super(initialCapacity).
- JaxoObjectList(Collection<? extends E>) - Constructor for class net.sf.jaxodraw.object.JaxoObjectList
-
Add all elements of c to this List.
- JaxoOptionsMenu - Class in net.sf.jaxodraw.gui.menu
-
Contains the entries of the options menu.
- JaxoOptionsMenu() - Constructor for class net.sf.jaxodraw.gui.menu.JaxoOptionsMenu
-
Constructs a new options menu from the specified panel.
- JaxoOptionsPanel - Class in net.sf.jaxodraw.gui.panel.edit
-
A parent class for all option panels.
- JaxoOptionsPanel(JaxoObject) - Constructor for class net.sf.jaxodraw.gui.panel.edit.JaxoOptionsPanel
-
Constructor: initializes the panel.
- JaxoOptionsPanelListener - Class in net.sf.jaxodraw.gui.panel.edit
-
A listener for edit panels.
- JaxoOptionsPanelListener(PropertyChangeListener) - Constructor for class net.sf.jaxodraw.gui.panel.edit.JaxoOptionsPanelListener
-
Constructor: sets the object that gets changed by actions on the edit panel.
- JaxoOptionsPanelListener(PropertyChangeListener, ChangeListener) - Constructor for class net.sf.jaxodraw.gui.panel.edit.JaxoOptionsPanelListener
-
Constructor: sets the object that gets changed by actions on the edit panel.
- JaxoPaintableGrid - Interface in net.sf.jaxodraw.gui.grid
-
A grid that can be painted.
- JaxoPanelButton - Class in net.sf.jaxodraw.gui.panel.button
-
Special kind of button used in the JaxoButtonPanel - most such buttons can be "pressed" (modelled as the "selected" properties), indicating the current mode.
- JaxoPanelButton() - Constructor for class net.sf.jaxodraw.gui.panel.button.JaxoPanelButton
-
Constructor.
- JaxoPArc - Class in net.sf.jaxodraw.object.arc
-
A photon arc.
- JaxoPArc() - Constructor for class net.sf.jaxodraw.object.arc.JaxoPArc
- JaxoParticleButtons - Class in net.sf.jaxodraw.gui.panel.button
-
Responsible for displaying and modifying the buttons of the particle button menu.
- JaxoParticleButtons() - Constructor for class net.sf.jaxodraw.gui.panel.button.JaxoParticleButtons
-
Constructor: lays out the particle button panel.
- JaxoParticleObject - Class in net.sf.jaxodraw.object
-
The mother of all particle objects (arcs, lines and loops).
- JaxoParticleObject() - Constructor for class net.sf.jaxodraw.object.JaxoParticleObject
-
Constructor.
- JaxoPBezier - Class in net.sf.jaxodraw.object.bezier
-
Implementation of a bezier for photon lines.
- JaxoPBezier() - Constructor for class net.sf.jaxodraw.object.bezier.JaxoPBezier
-
Constructor: just calls super().
- JaxoPLine - Class in net.sf.jaxodraw.object.line
-
A photon line.
- JaxoPLine() - Constructor for class net.sf.jaxodraw.object.line.JaxoPLine
- JaxoPLoop - Class in net.sf.jaxodraw.object.loop
-
A photon loop.
- JaxoPLoop() - Constructor for class net.sf.jaxodraw.object.loop.JaxoPLoop
- JaxoPlugin - Interface in net.sf.jaxodraw.plugin
-
A plugin for JaxoDraw.
- JaxoPluginDictionary - Interface in net.sf.jaxodraw.plugin
-
A wrapper of JaxoDictionary for plugins.
- JaxoPluginExecutionException - Exception Class in net.sf.jaxodraw.plugin
-
An exception occuring during the execution of a plugin.
- JaxoPluginExecutionException(Object) - Constructor for exception class net.sf.jaxodraw.plugin.JaxoPluginExecutionException
-
Construct a new JaxoPluginExecutionException exception.
- JaxoPluginExecutionException(String, Object) - Constructor for exception class net.sf.jaxodraw.plugin.JaxoPluginExecutionException
-
Construct a new JaxoPluginExecutionException exception with a message.
- JaxoPluginExecutionException(String, Throwable, Object) - Constructor for exception class net.sf.jaxodraw.plugin.JaxoPluginExecutionException
-
Construct a new JaxoPluginExecutionException exception wrapping an underlying Throwable and providing a message.
- JaxoPluginInfo - Class in net.sf.jaxodraw.plugin
-
Collects information about available plugins.
- JaxoPluginLoader - Class in net.sf.jaxodraw.plugin
-
Loads JaxoDraw plugins.
- JaxoPluginLoader() - Constructor for class net.sf.jaxodraw.plugin.JaxoPluginLoader
- JaxoPluginLogger - Interface in net.sf.jaxodraw.plugin
-
A wrapper of JaxoLog for plugins.
- JaxoPluginManagerPanel - Class in net.sf.jaxodraw.gui.panel
-
Brings up a panel that allows to manipulate installed plugins.
- JaxoPluginManagerPanel(Component) - Constructor for class net.sf.jaxodraw.gui.panel.JaxoPluginManagerPanel
-
Creates a new JaxoPluginManagerPanel dialog which is always modal.
- JaxoPositionEditPanel - Class in net.sf.jaxodraw.gui.panel.edit
-
A panel to change the x,y parameters of an object.
- JaxoPositionEditPanel() - Constructor for class net.sf.jaxodraw.gui.panel.edit.JaxoPositionEditPanel
-
Constructor: returns a Position edit panel with default value 100 for all variables.
- JaxoPositionEditPanel(int, int) - Constructor for class net.sf.jaxodraw.gui.panel.edit.JaxoPositionEditPanel
-
Constructor: returns a Position edit panel with given values for the variables.
- JaxoPrefs - Class in net.sf.jaxodraw.util
-
Responsible for importing/exporting user preferences.
- JaxoPrefsPanel - Class in net.sf.jaxodraw.gui.panel
-
Responsible for editing user preferences.
- JaxoPrefsPanel(Frame) - Constructor for class net.sf.jaxodraw.gui.panel.JaxoPrefsPanel
-
Creates a new JaxoPrefsPanel dialog which is always modal.
- JaxoPreview - Class in net.sf.jaxodraw.io
-
Responsible for viewing, like the results of an export.
- JaxoPreview(Component) - Constructor for class net.sf.jaxodraw.io.JaxoPreview
-
Constructor.
- JaxoPrint - Class in net.sf.jaxodraw.io
-
Responsible for printing directly to a printer.
- JaxoPrint() - Constructor for class net.sf.jaxodraw.io.JaxoPrint
-
Constructor.
- JaxoPrint(JaxoGraph) - Constructor for class net.sf.jaxodraw.io.JaxoPrint
-
Constructor.
- JaxoProgressDialog - Class in net.sf.jaxodraw.gui.panel
-
The progress dialog for building the user guide.
- JaxoProgressDialog(Component, int, int, String) - Constructor for class net.sf.jaxodraw.gui.panel.JaxoProgressDialog
-
Constructor.
- JaxoPSFontPanel - Class in net.sf.jaxodraw.gui.panel.edit
-
A panel to change the text of a text object.
- JaxoPSFontPanel() - Constructor for class net.sf.jaxodraw.gui.panel.edit.JaxoPSFontPanel
-
Constructor: returns a PSFont edit panel with initial values taken from the preferred font.
- JaxoPSFontPanel(Font) - Constructor for class net.sf.jaxodraw.gui.panel.edit.JaxoPSFontPanel
-
Constructor: returns a PSFont edit panel with initial values taken from the given font.
- JaxoPSText - Class in net.sf.jaxodraw.object.text
-
Defines a JaxoObject which is a postscript text.
- JaxoPSText() - Constructor for class net.sf.jaxodraw.object.text.JaxoPSText
- JaxoRotationEditPanel - Class in net.sf.jaxodraw.gui.panel.edit
-
A panel to change the rotation of an object.
- JaxoRotationEditPanel() - Constructor for class net.sf.jaxodraw.gui.panel.edit.JaxoRotationEditPanel
-
Constructor: returns a rotation edit panel with default rotation 0.
- JaxoRotationEditPanel(int) - Constructor for class net.sf.jaxodraw.gui.panel.edit.JaxoRotationEditPanel
-
Constructor: returns a rotation edit panel with the given rotation.
- JaxoRotationObject - Interface in net.sf.jaxodraw.object
-
Interface for objects that can be rotated.
- JaxoRoundHandle - Class in net.sf.jaxodraw.gui.handle
-
A circle implementation for handles.
- JaxoRoundHandle() - Constructor for class net.sf.jaxodraw.gui.handle.JaxoRoundHandle
-
Constructor.
- JaxoSArc - Class in net.sf.jaxodraw.object.arc
-
A scalar arc.
- JaxoSArc() - Constructor for class net.sf.jaxodraw.object.arc.JaxoSArc
- JaxoSaveGraph - Class in net.sf.jaxodraw.graph
-
A JaxoSaveGraph is the skeleton of a JaxoGraph: it contains just a list of JaxoObjects, a list of latex packages and a description of the graph.
- JaxoSaveGraph() - Constructor for class net.sf.jaxodraw.graph.JaxoSaveGraph
-
Creates a new JaxoSaveGraph with empty list of JaxoObjects, empty description and default package list.
- JaxoSaveGraph(JaxoList<JaxoObject>) - Constructor for class net.sf.jaxodraw.graph.JaxoSaveGraph
-
Creates a new JaxoSaveGraph with the given list of JaxoObjects empty description and default package list.
- JaxoSaveGraph(JaxoList<JaxoObject>, String) - Constructor for class net.sf.jaxodraw.graph.JaxoSaveGraph
-
Creates a new JaxoSaveGraph with the given list of objects, description and default package list.
- JaxoSaveGraph(JaxoList<JaxoObject>, String, List<String>) - Constructor for class net.sf.jaxodraw.graph.JaxoSaveGraph
-
Creates a new JaxoSaveGraph with the given list of objects, description and package list.
- JaxoSBezier - Class in net.sf.jaxodraw.object.bezier
-
Implementation of a bezier for fermion lines.
- JaxoSBezier() - Constructor for class net.sf.jaxodraw.object.bezier.JaxoSBezier
- JaxoScaleEditPanel - Class in net.sf.jaxodraw.gui.panel.edit
-
A panel to change the scale of a group object.
- JaxoScaleEditPanel() - Constructor for class net.sf.jaxodraw.gui.panel.edit.JaxoScaleEditPanel
-
Constructor: returns a scale edit panel with default scale of 1.0.
- JaxoScaleEditPanel(float) - Constructor for class net.sf.jaxodraw.gui.panel.edit.JaxoScaleEditPanel
-
Constructor: returns a stroke edit panel with the given scale.
- JaxoShutDown - Interface in net.sf.jaxodraw.gui.launch
-
An Interface to provide a shutdown hook for JaxoDraw.
- JaxoSLine - Class in net.sf.jaxodraw.object.line
-
A scalar line.
- JaxoSLine() - Constructor for class net.sf.jaxodraw.object.line.JaxoSLine
- JaxoSLoop - Class in net.sf.jaxodraw.object.loop
-
A scalar loop.
- JaxoSLoop() - Constructor for class net.sf.jaxodraw.object.loop.JaxoSLoop
- JaxoSoundsHandler - Class in net.sf.jaxodraw.util
-
A class to handle sound events.
- JaxoSoundsHandler(String) - Constructor for class net.sf.jaxodraw.util.JaxoSoundsHandler
-
Constructor.
- JaxoSoundsHandler(String, int) - Constructor for class net.sf.jaxodraw.util.JaxoSoundsHandler
-
Constructor.
- JaxoSpinnerComboBox - Class in net.sf.jaxodraw.gui.swing.spinner
-
JComboBox extension that uses a JSpinner as editor component.
- JaxoSpinnerComboBox(JSpinner) - Constructor for class net.sf.jaxodraw.gui.swing.spinner.JaxoSpinnerComboBox
-
With the given spinner as editor component, and an empty list part.
- JaxoSpinnerComboBox(JSpinner, List<?>) - Constructor for class net.sf.jaxodraw.gui.swing.spinner.JaxoSpinnerComboBox
-
With the given spinner as editor component, and the given list part.
- JaxoSpinnerIntModel - Class in net.sf.jaxodraw.gui.swing.spinner
-
Specialization of SpinnerNumberModel that a) only allows integers (to avoid rounding issues) and has some convenience methods for them; b) optionally allows snapping the 'value' to only a subset of the integers.
- JaxoSpinnerIntModel(int, int, int) - Constructor for class net.sf.jaxodraw.gui.swing.spinner.JaxoSpinnerIntModel
-
With the given properties.
- JaxoSpinnerIntModel(int, int, int, int) - Constructor for class net.sf.jaxodraw.gui.swing.spinner.JaxoSpinnerIntModel
-
With the given properties.
- JaxoSpinnerRotationModel - Class in net.sf.jaxodraw.gui.swing.spinner
-
Specialization of SpinnerNumberModel that only allows integers to avoid rounding issues.
- JaxoSpinnerRotationModel() - Constructor for class net.sf.jaxodraw.gui.swing.spinner.JaxoSpinnerRotationModel
-
With initial value 0 and step size 1.
- JaxoSpinnerRotationModel(int) - Constructor for class net.sf.jaxodraw.gui.swing.spinner.JaxoSpinnerRotationModel
-
With given initial value and step size 1.
- JaxoSplashWindow - Class in net.sf.jaxodraw.gui.launch
-
The splash window displayed on startup.
- JaxoSplashWindow(String) - Constructor for class net.sf.jaxodraw.gui.launch.JaxoSplashWindow
-
Constructor.
- JaxoStatusBar - Class in net.sf.jaxodraw.gui.panel
-
Displays the status bar.
- JaxoStatusBar() - Constructor for class net.sf.jaxodraw.gui.panel.JaxoStatusBar
-
Constructor: just calls this(null).
- JaxoStatusBar(JaxoTab) - Constructor for class net.sf.jaxodraw.gui.panel.JaxoStatusBar
-
Constructor: displays the panel containing the current mode and the panel containing the coordinates.
- JaxoStretchingEditPanel - Class in net.sf.jaxodraw.gui.panel.edit
-
A panel to change the stretching property of an object.
- JaxoStretchingEditPanel() - Constructor for class net.sf.jaxodraw.gui.panel.edit.JaxoStretchingEditPanel
-
Constructor: a stretching edit panel with default value false.
- JaxoStretchingEditPanel(boolean) - Constructor for class net.sf.jaxodraw.gui.panel.edit.JaxoStretchingEditPanel
-
Constructor: a stretching edit panel with the given params.
- JaxoStrokeEditPanel - Class in net.sf.jaxodraw.gui.panel.edit
-
A panel to change the stroke of an object.
- JaxoStrokeEditPanel() - Constructor for class net.sf.jaxodraw.gui.panel.edit.JaxoStrokeEditPanel
-
Constructor: returns a stroke edit panel with default stroke of 1.0.
- JaxoStrokeEditPanel(float) - Constructor for class net.sf.jaxodraw.gui.panel.edit.JaxoStrokeEditPanel
-
Constructor: returns a stroke edit panel with the given stroke.
- JaxoSymmEditPanel - Class in net.sf.jaxodraw.gui.panel.edit
-
A panel to change the symmetry property of an object.
- JaxoSymmEditPanel() - Constructor for class net.sf.jaxodraw.gui.panel.edit.JaxoSymmEditPanel
-
Constructor: a symmetry edit panel with default value false.
- JaxoSymmEditPanel(boolean) - Constructor for class net.sf.jaxodraw.gui.panel.edit.JaxoSymmEditPanel
-
Constructor: a symmetry edit panel with the given params.
- JaxoSymmetricObject - Interface in net.sf.jaxodraw.object
-
An interface for objects that can be symmetrized.
- JaxoTab - Class in net.sf.jaxodraw.gui
-
One tab of the JaxoTabbedPane.
- JaxoTab(JaxoDrawingArea) - Constructor for class net.sf.jaxodraw.gui.JaxoTab
-
Constructor.
- JaxoTab(JaxoDrawingArea, JaxoGraph) - Constructor for class net.sf.jaxodraw.gui.JaxoTab
-
Constructor.
- JaxoTab(JaxoDrawingArea, JaxoGraph, JaxoPaintableGrid) - Constructor for class net.sf.jaxodraw.gui.JaxoTab
-
Constructor.
- JaxoTab(JaxoDrawingArea, JaxoPaintableGrid) - Constructor for class net.sf.jaxodraw.gui.JaxoTab
-
Constructor.
- JaxoTabbedCanvasPanel - Class in net.sf.jaxodraw.gui.panel
-
A tabbed panel.
- JaxoTabbedCanvasPanel(JaxoCommunicator, Component) - Constructor for class net.sf.jaxodraw.gui.panel.JaxoTabbedCanvasPanel
-
Constructor: adds MouseListener and ChangeListener to the tabbedPane.
- JaxoTextEditPanel - Class in net.sf.jaxodraw.gui.panel.edit
-
A panel to change the text of a text object.
- JaxoTextEditPanel() - Constructor for class net.sf.jaxodraw.gui.panel.edit.JaxoTextEditPanel
-
Constructor: returns a Text edit panel with an empty string as initial value.
- JaxoTextEditPanel(String) - Constructor for class net.sf.jaxodraw.gui.panel.edit.JaxoTextEditPanel
-
Constructor: returns a Text edit panel with the given string as initial value.
- JaxoTextObject - Class in net.sf.jaxodraw.object.text
-
Defines a JaxoObject which is just a string.
- JaxoTextObject() - Constructor for class net.sf.jaxodraw.object.text.JaxoTextObject
- JaxoTitledBorder - Class in net.sf.jaxodraw.gui.swing
-
Subclass of TitledBorder that has more uniform insets.
- JaxoTitledBorder(String) - Constructor for class net.sf.jaxodraw.gui.swing.JaxoTitledBorder
-
Create with given text.
- JaxoToolBar - Class in net.sf.jaxodraw.gui.panel
-
Responsible for displaying the buttons in the toolBar.
- JaxoToolBar(ActionListener) - Constructor for class net.sf.jaxodraw.gui.panel.JaxoToolBar
-
Constructor: lays out the toolBar.
- JaxoUserGuide - Class in net.sf.jaxodraw.gui.panel
-
Responsible for creating and locating the User Guide.
- JaxoUserGuide(Component) - Constructor for class net.sf.jaxodraw.gui.panel.JaxoUserGuide
-
Constructor that takes a parent component.
- JaxoUserGuide(String, Component) - Constructor for class net.sf.jaxodraw.gui.panel.JaxoUserGuide
-
Constructor that takes a parent component and an alternative target location.
- JaxoUtils - Class in net.sf.jaxodraw.util
-
Some static utility methods.
- JaxoVertex - Class in net.sf.jaxodraw.object.vertex
-
A vertex object.
- JaxoVertex() - Constructor for class net.sf.jaxodraw.object.vertex.JaxoVertex
- JaxoVertexPopupMenu - Class in net.sf.jaxodraw.gui.menu.popup
-
Pops up a menu with the dufferent vertex types whenever the user right clicks on the vertex button.
- JaxoVertexPopupMenu() - Constructor for class net.sf.jaxodraw.gui.menu.popup.JaxoVertexPopupMenu
-
Constructs a new vertex popup menu.
- JaxoVertexT1 - Class in net.sf.jaxodraw.object.vertex
-
A vertex (a filled circle).
- JaxoVertexT1() - Constructor for class net.sf.jaxodraw.object.vertex.JaxoVertexT1
- JaxoVertexT2 - Class in net.sf.jaxodraw.object.vertex
-
A vertex type 2 object (a cross with a circle).
- JaxoVertexT2() - Constructor for class net.sf.jaxodraw.object.vertex.JaxoVertexT2
- JaxoVertexT3 - Class in net.sf.jaxodraw.object.vertex
-
A vertex (a filled square).
- JaxoVertexT3() - Constructor for class net.sf.jaxodraw.object.vertex.JaxoVertexT3
- JaxoVertexT4 - Class in net.sf.jaxodraw.object.vertex
-
A vertex (a cross).
- JaxoVertexT4() - Constructor for class net.sf.jaxodraw.object.vertex.JaxoVertexT4
- JaxoVertexT5 - Class in net.sf.jaxodraw.object.vertex
-
A vertex (a triangle).
- JaxoVertexT5() - Constructor for class net.sf.jaxodraw.object.vertex.JaxoVertexT5
- JaxoVertexT6 - Class in net.sf.jaxodraw.object.vertex
-
A vertex (a filled diamond).
- JaxoVertexT6() - Constructor for class net.sf.jaxodraw.object.vertex.JaxoVertexT6
- JaxoWiggleEditPanel - Class in net.sf.jaxodraw.gui.panel.edit
-
A panel to change the wiggle of an object.
- JaxoWiggleEditPanel() - Constructor for class net.sf.jaxodraw.gui.panel.edit.JaxoWiggleEditPanel
-
Constructor: returns a wiggle edit panel with default wiggle and amplitude of 10.
- JaxoWiggleEditPanel(int) - Constructor for class net.sf.jaxodraw.gui.panel.edit.JaxoWiggleEditPanel
-
Constructor: returns a wiggle edit panel with the given wiggle.
- JaxoWiggleEditPanel(int, int) - Constructor for class net.sf.jaxodraw.gui.panel.edit.JaxoWiggleEditPanel
-
Constructor: returns a wiggle edit panel with the given wiggle.
- JaxoWiggleObject - Interface in net.sf.jaxodraw.object
-
An interface for objects that have wiggles.
- JaxoWrapperGraphics2D - Class in net.sf.jaxodraw.util.graphics
-
Wrapper around an existing Graphics2D.
- JaxoWrapperGraphics2D(Graphics2D) - Constructor for class net.sf.jaxodraw.util.graphics.JaxoWrapperGraphics2D
-
Constructor.
- JaxoXsltTransformer - Class in net.sf.jaxodraw.util
-
Perform xslt transformations.
- JaxoXYREditPanel - Class in net.sf.jaxodraw.gui.panel.edit
-
A panel to change the x,y and radius parameters of an object.
- JaxoXYREditPanel() - Constructor for class net.sf.jaxodraw.gui.panel.edit.JaxoXYREditPanel
-
Constructor: returns a XYR edit panel with default value 200 for all variables.
- JaxoXYREditPanel(int, int, int) - Constructor for class net.sf.jaxodraw.gui.panel.edit.JaxoXYREditPanel
-
Constructor: returns a XYR edit panel with given values for the variables.
- JaxoZigZagLine - Class in net.sf.jaxodraw.object.line
-
A zig-zag line.
- JaxoZigZagLine() - Constructor for class net.sf.jaxodraw.object.line.JaxoZigZagLine
- JaxoZoom - Class in net.sf.jaxodraw.gui
-
A zoom on the canvas.
- JaxoZoom(JaxoCanvasComponent) - Constructor for class net.sf.jaxodraw.gui.JaxoZoom
-
Constructor.
- JaxoZoomPopupMenu - Class in net.sf.jaxodraw.gui.menu.popup
-
A class that displays a pop-up menu if the user right-clicks on a tab.
- JaxoZoomPopupMenu() - Constructor for class net.sf.jaxodraw.gui.menu.popup.JaxoZoomPopupMenu
-
Constructor: sets all the menu entries.
- JPG - Enum constant in enum net.sf.jaxodraw.io.exports.JaxoExportImg.Format
- JUNGLE_GREEN - Static variable in class net.sf.jaxodraw.util.JaxoColor
-
The color JungleGreen.
K
- KAPPA - Static variable in class net.sf.jaxodraw.util.JaxoGreek
-
The greek letter kappa.
- knownLanguages() - Static method in class net.sf.jaxodraw.util.JaxoLanguage
-
Returns the languages known by this version of JaxoDraw.
L
- label(String) - Method in interface net.sf.jaxodraw.plugin.JaxoPluginDictionary
-
Translate 'key' as a label (typically, by appending ": " to the default translation).
- label(String) - Method in class net.sf.jaxodraw.util.JaxoDictionary
-
Translate 'key' as a label (typically, by appending ": " to the default translation).
- label(String) - Static method in class net.sf.jaxodraw.util.JaxoLanguage
-
Translate 'key' as a label (typically, by appending ": " to the default translation).
- LAMBDA - Static variable in class net.sf.jaxodraw.util.JaxoGreek
-
The greek letter lambda.
- languageChanged(String) - Static method in class net.sf.jaxodraw.util.JaxoLanguage
-
Updates the current locale and associated language bundle.
- LanguageMenu - Class in net.sf.jaxodraw.gui.menu
-
A JaxoMenu for language MenuItems.
- LanguageMenu(String) - Constructor for class net.sf.jaxodraw.gui.menu.LanguageMenu
-
Creates a new instance of LanguageMenu.
- LARGE - Static variable in class net.sf.jaxodraw.object.text.JaxoLatexText
-
Latex text size large.
- LATEX - Static variable in class net.sf.jaxodraw.util.JaxoConstants
-
Latex text.
- LATEX_PREVIEW_SELECTION - Static variable in class net.sf.jaxodraw.util.JaxoConstants
-
Preview the current selection of objects (compiles in LaTeX + dvips).
- latexCommand(float, float) - Method in interface net.sf.jaxodraw.object.arrow.JaxoArrow
-
Returns the arrow part of the latex command for axodraw4j.
- latexCommand(float, float) - Method in class net.sf.jaxodraw.object.arrow.JaxoDefaultArrow
-
Returns the arrow part of the latex command for axodraw4j.
- latexCommand(float, Dimension) - Method in class net.sf.jaxodraw.object.arc.JaxoDashArc
-
The LaTeX command that is necessary to draw the given JaxoObject using the axodraw.sty package.
- latexCommand(float, Dimension) - Method in class net.sf.jaxodraw.object.arc.JaxoFArc
-
The LaTeX command that is necessary to draw the given JaxoObject using the axodraw.sty package.
- latexCommand(float, Dimension) - Method in class net.sf.jaxodraw.object.arc.JaxoGlArc
-
The LaTeX command that is necessary to draw the given JaxoObject using the axodraw.sty package.
- latexCommand(float, Dimension) - Method in class net.sf.jaxodraw.object.arc.JaxoPArc
-
The LaTeX command that is necessary to draw the given JaxoObject using the axodraw.sty package.
- latexCommand(float, Dimension) - Method in class net.sf.jaxodraw.object.bezier.JaxoDashBezier
-
The LaTeX command that is necessary to draw the given JaxoObject using the axodraw.sty package.
- latexCommand(float, Dimension) - Method in class net.sf.jaxodraw.object.bezier.JaxoFBezier
-
The LaTeX command that is necessary to draw the given JaxoObject using the axodraw.sty package.
- latexCommand(float, Dimension) - Method in class net.sf.jaxodraw.object.bezier.JaxoGlBezier
-
The LaTeX command that is necessary to draw the given JaxoObject using the axodraw.sty package.
- latexCommand(float, Dimension) - Method in class net.sf.jaxodraw.object.bezier.JaxoPBezier
-
The LaTeX command that is necessary to draw the given JaxoObject using the axodraw.sty package.
- latexCommand(float, Dimension) - Method in class net.sf.jaxodraw.object.fill.JaxoBlob
-
The LaTeX command that is necessary to draw the given JaxoObject using the axodraw.sty package.
- latexCommand(float, Dimension) - Method in class net.sf.jaxodraw.object.fill.JaxoBox
-
The LaTeX command that is necessary to draw the given JaxoObject using the axodraw.sty package.
- latexCommand(float, Dimension) - Method in class net.sf.jaxodraw.object.group.JaxoGroup
-
The latex command of this group (obsolete because every JaxoObject has its own latex command).
- latexCommand(float, Dimension) - Method in class net.sf.jaxodraw.object.JaxoObject
-
The LaTeX command that is necessary to draw the given JaxoObject using the axodraw.sty package.
- latexCommand(float, Dimension) - Method in class net.sf.jaxodraw.object.line.JaxoGlLine
-
The LaTeX command that is necessary to draw the given JaxoObject using the axodraw.sty package.
- latexCommand(float, Dimension) - Method in class net.sf.jaxodraw.object.line.JaxoLineObject
-
The LaTeX command that is necessary to draw the given JaxoObject using the axodraw.sty package.
- latexCommand(float, Dimension) - Method in class net.sf.jaxodraw.object.line.JaxoPLine
-
The LaTeX command that is necessary to draw the given JaxoObject using the axodraw.sty package.
- latexCommand(float, Dimension) - Method in class net.sf.jaxodraw.object.line.JaxoZigZagLine
-
The LaTeX command that is necessary to draw the given JaxoObject using the axodraw.sty package.
- latexCommand(float, Dimension) - Method in class net.sf.jaxodraw.object.loop.JaxoGlLoop
-
The LaTeX command that is necessary to draw the given JaxoObject using the axodraw.sty package.
- latexCommand(float, Dimension) - Method in class net.sf.jaxodraw.object.loop.JaxoLoopObject
-
The LaTeX command that is necessary to draw the given JaxoObject using the axodraw.sty package.
- latexCommand(float, Dimension) - Method in class net.sf.jaxodraw.object.loop.JaxoPLoop
-
The LaTeX command that is necessary to draw the given JaxoObject using the axodraw.sty package.
- latexCommand(float, Dimension) - Method in class net.sf.jaxodraw.object.text.JaxoLatexText
-
The LaTeX command that is necessary to draw the given JaxoObject using the axodraw.sty package.
- latexCommand(float, Dimension) - Method in class net.sf.jaxodraw.object.text.JaxoPSText
-
The LaTeX command that is necessary to draw the given JaxoObject using the axodraw.sty package.
- latexCommand(float, Dimension) - Method in class net.sf.jaxodraw.object.vertex.JaxoVertexT1
-
The LaTeX command that is necessary to draw the given JaxoObject using the axodraw.sty package.
- latexCommand(float, Dimension) - Method in class net.sf.jaxodraw.object.vertex.JaxoVertexT2
-
The LaTeX command that is necessary to draw the given JaxoObject using the axodraw.sty package.
- latexCommand(float, Dimension) - Method in class net.sf.jaxodraw.object.vertex.JaxoVertexT3
-
The LaTeX command that is necessary to draw the given JaxoObject using the axodraw.sty package.
- latexCommand(float, Dimension) - Method in class net.sf.jaxodraw.object.vertex.JaxoVertexT4
-
The LaTeX command that is necessary to draw the given JaxoObject using the axodraw.sty package.
- latexCommand(float, Dimension) - Method in class net.sf.jaxodraw.object.vertex.JaxoVertexT5
-
The LaTeX command that is necessary to draw the given JaxoObject using the axodraw.sty package.
- latexCommand(float, Dimension) - Method in class net.sf.jaxodraw.object.vertex.JaxoVertexT6
-
The LaTeX command that is necessary to draw the given JaxoObject using the axodraw.sty package.
- latexFileAsString() - Method in class net.sf.jaxodraw.io.exports.JaxoExportLatex
-
Returns the exported latex file as a String.
- latexWidth() - Method in class net.sf.jaxodraw.object.group.JaxoGroup
-
The latex command setting the width of this group (obsolete because every JaxoObject has its own latexWidth).
- latexWidth() - Method in class net.sf.jaxodraw.object.JaxoExtendedObject
-
The LaTeX command that sets the width for this JaxoObject, using the axodraw.sty package.
- latexWidth() - Method in class net.sf.jaxodraw.object.JaxoObject
-
The LaTeX command that sets the width for this JaxoObject, using the axodraw.sty package.
- latexWidth() - Method in class net.sf.jaxodraw.object.text.JaxoTextObject
-
Returns the line width of this JaxoText.
- launch(boolean) - Method in class net.sf.jaxodraw.gui.launch.JaxoLauncher
-
Launches the JaxoDraw GUI.
- LAVENDER - Static variable in class net.sf.jaxodraw.util.JaxoColor
-
The color Lavender.
- length() - Method in class net.sf.jaxodraw.object.line.JaxoLineObject
-
Returns the length of this line.
- LIME_GREEN - Static variable in class net.sf.jaxodraw.util.JaxoColor
-
The color LimeGreen.
- LINE - Static variable in class net.sf.jaxodraw.io.imports.JaxoAxodraw
- LINE_SEPARATOR - Static variable in class net.sf.jaxodraw.util.JaxoUtils
-
The system-dependent line separator.
- LIST_INIT_SIZE - Static variable in class net.sf.jaxodraw.graph.JaxoSaveGraph
-
The default initial size for array lists.
- listElementAt(int) - Method in class net.sf.jaxodraw.graph.JaxoGraph
-
Returns the JaxoObject at position i of the object list.
- listElementAt(int) - Method in class net.sf.jaxodraw.graph.JaxoSaveGraph
-
Returns the JaxoObject at position i of the object list.
- listSize() - Method in class net.sf.jaxodraw.graph.JaxoGraph
-
Returns the size of the current object list, i.e., the number of objects it contains.
- listSize() - Method in class net.sf.jaxodraw.graph.JaxoSaveGraph
-
Returns the size of the current object list, i.e., the number of objects it contains.
- loadPlugins(String) - Method in class net.sf.jaxodraw.plugin.JaxoPluginLoader
-
Load plugins.
- loadPluginsFromJar(String) - Method in class net.sf.jaxodraw.plugin.JaxoPluginLoader
-
Loads plugins from a jar file.
- loadProperties() - Method in class net.sf.jaxodraw.plugin.AbstractJaxoPlugin
-
Each plugin should be able to load a set of properties from some default location.
- loadProperties() - Method in interface net.sf.jaxodraw.plugin.JaxoPlugin
-
Each plugin should be able to load a set of properties from some default location.
- locale() - Method in class net.sf.jaxodraw.util.JaxoDictionary
-
Locale corresponding to the current language.
- locale() - Static method in class net.sf.jaxodraw.util.JaxoLanguage
-
Locale corresponding to the current language.
- localIndexPage() - Method in class net.sf.jaxodraw.gui.panel.JaxoUserGuide
-
Returns a URL to the index page of the local copy of the User Guide.
- Location - Interface in net.sf.jaxodraw.util
-
Policy for placing windows.
- Location.RelativeTo - Class in net.sf.jaxodraw.util
-
Class to set locations relative to other components.
- Location.RelativeToAvoiding - Class in net.sf.jaxodraw.util
-
Class to set locations relative to other components.
- log(int, Exception) - Static method in class net.sf.jaxodraw.util.JaxoLog
-
Logs a log message with given level.
- log(int, String) - Static method in class net.sf.jaxodraw.util.JaxoLog
-
Logs a log message with given level.
- log(int, String, Exception) - Static method in class net.sf.jaxodraw.util.JaxoLog
-
Logs a log message with given level.
- log(Level, String, Throwable) - Method in class net.sf.jaxodraw.logging.JaxoDefaultLogger
-
Logs an exception and/or a message at a given level.
- log(Level, String, Throwable) - Method in interface net.sf.jaxodraw.logging.JaxoLogger
-
Logs an exception and/or a message at a given level.
- LOG_DIR - Static variable in class net.sf.jaxodraw.util.JaxoInfo
-
The absolute path of the directory where log records are stored.
- LogFormatter - Class in net.sf.jaxodraw.logging
-
Formats log records in standard JaxoDraw format.
- LogFormatter() - Constructor for class net.sf.jaxodraw.logging.LogFormatter
- logI18N(int, String) - Static method in class net.sf.jaxodraw.util.JaxoLog
-
Logs a log message with given level.
- logI18N(int, String, Exception) - Static method in class net.sf.jaxodraw.util.JaxoLog
-
Logs a log message with given level.
- LOOKNFEEL - Static variable in class net.sf.jaxodraw.util.JaxoConstants
-
LooknFeel dialog.
M
- MAC_README - Static variable in class net.sf.jaxodraw.util.JaxoConstants
-
System info.
- MAGENTA - Static variable in class net.sf.jaxodraw.util.JaxoColor
-
The color Magenta.
- MAHOGANY - Static variable in class net.sf.jaxodraw.util.JaxoColor
-
The color Mahagony.
- main(String[]) - Static method in class net.sf.jaxodraw.gui.panel.JaxoUserGuide
-
Create the User Guide from the command line.
- main(String[]) - Static method in class net.sf.jaxodraw.JaxoDraw
-
The method that executes JaxoDraw from the command line: reads preferences and command line arguments, before bringing up the graphical user interface.
- makeAvailableAtRuntime() - Method in class net.sf.jaxodraw.io.exports.JaxoExport
-
Checks some eventual runtime requirements for the plugin.
- makeAvailableAtRuntime() - Method in class net.sf.jaxodraw.io.imports.JaxoImport
-
Checks some eventual runtime requirements for the plugin.
- makeAvailableAtRuntime() - Method in interface net.sf.jaxodraw.plugin.JaxoPlugin
-
Checks some eventual runtime requirements for the plugin.
- markBackgroundInvalid() - Method in class net.sf.jaxodraw.gui.AbstractJaxoCanvas
-
Mark background or grid invalid (but not the graph/objects).
- markImageInvalid() - Method in class net.sf.jaxodraw.gui.AbstractJaxoCanvas
-
Mark the whole image as invalid.
- markImageInvalid(Rectangle) - Method in class net.sf.jaxodraw.gui.JaxoCanvas
-
Mark the specified region as invalid.
- markImageInvalid(Rectangle) - Method in interface net.sf.jaxodraw.gui.JaxoDrawingArea
-
Mark the specified region as invalid.
- MAROON - Static variable in class net.sf.jaxodraw.util.JaxoColor
-
The color Maroon.
- MAX_RECENT_FILES - Static variable in class net.sf.jaxodraw.util.JaxoPrefs
-
Defines the maximum numbers of recent files presented in the recent file menu.
- MELON - Static variable in class net.sf.jaxodraw.util.JaxoColor
-
The color Melon.
- message(String, Object) - Method in interface net.sf.jaxodraw.plugin.JaxoPluginDictionary
-
Translates the given string into the current default language, interpolating a single argument.
- message(String, Object) - Method in class net.sf.jaxodraw.util.JaxoDictionary
-
Translates the given string into the current default language, interpolating a single argument.
- message(String, Object) - Static method in class net.sf.jaxodraw.util.JaxoLanguage
-
Translates the given string into the current default language, interpolating a single argument.
- message(String, Object[]) - Method in interface net.sf.jaxodraw.plugin.JaxoPluginDictionary
-
Translates the given string into the current default language, interpolating arguments.
- message(String, Object[]) - Method in class net.sf.jaxodraw.util.JaxoDictionary
-
Translates the given string into the current default language, interpolating arguments.
- message(String, Object[]) - Static method in class net.sf.jaxodraw.util.JaxoLanguage
-
Translates the given string into the current default language, interpolating arguments.
- message(String, Object, Object) - Method in interface net.sf.jaxodraw.plugin.JaxoPluginDictionary
-
Translates the given string into the current default language, interpolating two arguments.
- message(String, Object, Object) - Method in class net.sf.jaxodraw.util.JaxoDictionary
-
Translates the given string into the current default language, interpolating two arguments.
- message(String, Object, Object) - Static method in class net.sf.jaxodraw.util.JaxoLanguage
-
Translates the given string into the current default language, interpolating two arguments.
- META_MASK - Static variable in class net.sf.jaxodraw.gui.menu.JaxoMenu
-
The Meta key modifier constant.
- MIDNIGHT_BLUE - Static variable in class net.sf.jaxodraw.util.JaxoColor
-
The color MidnightBlue.
- mouseClicked(MouseEvent) - Method in class net.sf.jaxodraw.gui.JaxoCanvasEventListener
-
The action to be taken when the mouse is clicked on the canvas.
- mouseClicked(MouseEvent) - Method in class net.sf.jaxodraw.gui.panel.button.JaxoGridButtons
-
Does nothing.
- mouseDragged(MouseEvent) - Method in class net.sf.jaxodraw.gui.JaxoCanvasEventListener
-
The action to be taken when the mouse is dragged on the canvas.
- mouseDragged(MouseEvent) - Method in class net.sf.jaxodraw.gui.JaxoZoom
-
The action to be taken when the mouse is dragged on the canvas.
- mouseEntered(MouseEvent) - Method in class net.sf.jaxodraw.gui.JaxoCanvasEventListener
-
Process the event when the mouse enters the canvas.
- mouseEntered(MouseEvent) - Method in class net.sf.jaxodraw.gui.panel.button.JaxoGridButtons
-
Does nothing.
- mouseEntered(MouseEvent) - Method in class net.sf.jaxodraw.gui.panel.JaxoLatexTextToolTip
-
Process the event when the mouse enters the canvas.
- mouseExited(MouseEvent) - Method in class net.sf.jaxodraw.gui.JaxoCanvasEventListener
-
Process the event when the mouse exits the canvas.
- mouseExited(MouseEvent) - Method in class net.sf.jaxodraw.gui.panel.button.JaxoGridButtons
-
Does nothing.
- mouseExited(MouseEvent) - Method in class net.sf.jaxodraw.gui.panel.JaxoLatexTextToolTip
-
Process the event when the mouse exits the canvas.
- mouseMoved(MouseEvent) - Method in class net.sf.jaxodraw.gui.JaxoCanvasEventListener
-
Process the event when the mouse is moved on the canvas.
- mouseMoved(MouseEvent) - Method in class net.sf.jaxodraw.gui.panel.JaxoLatexTextToolTip
-
The action to be taken when the mouse is moved on the canvas.
- mousePressed(MouseEvent) - Method in class net.sf.jaxodraw.gui.JaxoCanvasEventListener
-
The action to be taken when the mouse is pressed on the canvas.
- mousePressed(MouseEvent) - Method in class net.sf.jaxodraw.gui.JaxoZoom
-
The action to be taken when the mouse is pressed on the canvas.
- mousePressed(MouseEvent) - Method in class net.sf.jaxodraw.gui.panel.button.JaxoGridButtons
-
Processes the right-click on the zoom button.
- mousePressed(MouseEvent) - Method in class net.sf.jaxodraw.gui.panel.JaxoLatexTextToolTip
-
Hide window when the mouse is pressed on the canvas.
- mousePressed(MouseEvent) - Method in class net.sf.jaxodraw.gui.panel.JaxoTabbedCanvasPanel
-
Processes the right-click to show the popup menu on the canvas tab.
- mouseReleased(MouseEvent) - Method in class net.sf.jaxodraw.gui.JaxoCanvasEventListener
-
The action to be taken when the mouse is released on the canvas.
- mouseReleased(MouseEvent) - Method in class net.sf.jaxodraw.gui.JaxoZoom
-
The action to be taken when the mouse is released on the canvas.
- mouseReleased(MouseEvent) - Method in class net.sf.jaxodraw.gui.panel.button.JaxoGridButtons
-
Does nothing.
- move(int, int) - Method in class net.sf.jaxodraw.graph.JaxoGraph
-
Move the object at 'index' to 'newIndex', leaving all other elements in order.
- move(int, int) - Method in class net.sf.jaxodraw.graph.JaxoSaveGraph
-
Move the object at 'index' to 'newIndex', leaving all other elements in order.
- move(int, int) - Method in interface net.sf.jaxodraw.object.JaxoList
-
Move the object at 'index' to 'newIndex', leaving all other elements in order.
- move(int, int) - Method in class net.sf.jaxodraw.object.JaxoObjectList
-
Move the object at 'index' to 'newIndex', leaving all other elements in order.
- MOVE - Static variable in class net.sf.jaxodraw.util.JaxoConstants
-
Move an object.
- MOVE_GRAPH - Static variable in class net.sf.jaxodraw.util.JaxoConstants
-
Move complete graph on canvas.
- moveAllObjects(int, int) - Method in interface net.sf.jaxodraw.object.JaxoList
-
Displaces all JaxoObjects by the same amount.
- moveAllObjects(int, int) - Method in class net.sf.jaxodraw.object.JaxoObjectList
-
Displaces all JaxoObjects by the same amount.
- moveBy(int, int) - Method in class net.sf.jaxodraw.object.bezier.JaxoBezierObject
-
Reset the coordinates of the object when it is moved by deltaX and deltaY.
- moveBy(int, int) - Method in class net.sf.jaxodraw.object.group.JaxoGroup
-
Displaces the group.
- moveBy(int, int) - Method in class net.sf.jaxodraw.object.Jaxo3PointObject
-
Reset the coordinates of the object when it is moved by deltaX and deltaY.
- moveBy(int, int) - Method in class net.sf.jaxodraw.object.JaxoExtendedObject
-
Reset the coordinates of the object when it is moved by deltaX and deltaY.
- moveBy(int, int) - Method in class net.sf.jaxodraw.object.JaxoObject
-
Reset the coordinates of the object when it is moved by deltaX and deltaY.
- moveGraph(int, int) - Method in class net.sf.jaxodraw.gui.AbstractJaxoCanvas
-
Displace the whole graph by a given offset.
- moveGraph(int, int) - Method in interface net.sf.jaxodraw.gui.JaxoDrawingArea
-
Displace the whole graph by a given offset.
- moveSelection(boolean) - Method in class net.sf.jaxodraw.gui.JaxoCanvas
-
Moves the currently selected objects into either fore- or background.
- moveSelection(boolean) - Method in interface net.sf.jaxodraw.gui.JaxoDrawingArea
-
Moves the currently selected objects into either fore- or background.
- moveToFront() - Method in class net.sf.jaxodraw.gui.launch.JaxoSplashWindow
-
Move the splash Window to front.
- MU - Static variable in class net.sf.jaxodraw.util.JaxoGreek
-
The greek letter mu.
- MULBERRY - Static variable in class net.sf.jaxodraw.util.JaxoColor
-
The color Mulberry.
N
- NAVY_BLUE - Static variable in class net.sf.jaxodraw.util.JaxoColor
-
The color NavyBlue.
- net.sf.jaxodraw - package net.sf.jaxodraw
-
The main package of JaxoDraw.
- net.sf.jaxodraw.graph - package net.sf.jaxodraw.graph
-
Graph related classes.
- net.sf.jaxodraw.gui - package net.sf.jaxodraw.gui
-
GUI related classes.
- net.sf.jaxodraw.gui.grid - package net.sf.jaxodraw.gui.grid
-
Grid related classes.
- net.sf.jaxodraw.gui.handle - package net.sf.jaxodraw.gui.handle
-
Handles for JaxoObject.
- net.sf.jaxodraw.gui.launch - package net.sf.jaxodraw.gui.launch
-
Classes to deal with the JaxoDraw launch process.
- net.sf.jaxodraw.gui.menu - package net.sf.jaxodraw.gui.menu
-
Menus for the GUI.
- net.sf.jaxodraw.gui.menu.popup - package net.sf.jaxodraw.gui.menu.popup
-
Popup menus for the GUI.
- net.sf.jaxodraw.gui.panel - package net.sf.jaxodraw.gui.panel
-
GUI panels.
- net.sf.jaxodraw.gui.panel.button - package net.sf.jaxodraw.gui.panel.button
-
Button panels for the GUI.
- net.sf.jaxodraw.gui.panel.edit - package net.sf.jaxodraw.gui.panel.edit
-
Edit panels that allow to edit JaxoObjects.
- net.sf.jaxodraw.gui.swing - package net.sf.jaxodraw.gui.swing
-
Swing related classes.
- net.sf.jaxodraw.gui.swing.spinner - package net.sf.jaxodraw.gui.swing.spinner
-
Some spinner classes that are used in edit panels.
- net.sf.jaxodraw.io - package net.sf.jaxodraw.io
-
Contains classes to handle input/output from/to external files.
- net.sf.jaxodraw.io.exports - package net.sf.jaxodraw.io.exports
-
Export classes.
- net.sf.jaxodraw.io.imports - package net.sf.jaxodraw.io.imports
-
Import classes.
- net.sf.jaxodraw.logging - package net.sf.jaxodraw.logging
-
Logging classes for JaxoDraw.
- net.sf.jaxodraw.object - package net.sf.jaxodraw.object
-
Collection of objects that can be drawn by JaxoDraw.
- net.sf.jaxodraw.object.arc - package net.sf.jaxodraw.object.arc
-
Arc objects.
- net.sf.jaxodraw.object.arrow - package net.sf.jaxodraw.object.arrow
-
Arrow objects.
- net.sf.jaxodraw.object.bezier - package net.sf.jaxodraw.object.bezier
-
Bezier objects.
- net.sf.jaxodraw.object.fill - package net.sf.jaxodraw.object.fill
-
Fill objects, ie objects that have a fill color.
- net.sf.jaxodraw.object.group - package net.sf.jaxodraw.object.group
-
Group objects.
- net.sf.jaxodraw.object.line - package net.sf.jaxodraw.object.line
-
Line objects.
- net.sf.jaxodraw.object.loop - package net.sf.jaxodraw.object.loop
-
Loop objects.
- net.sf.jaxodraw.object.text - package net.sf.jaxodraw.object.text
-
Text objects.
- net.sf.jaxodraw.object.vertex - package net.sf.jaxodraw.object.vertex
-
Vertex objects.
- net.sf.jaxodraw.plugin - package net.sf.jaxodraw.plugin
-
A plugin is an external piece of software that adds functionality to JaxoDraw.
- net.sf.jaxodraw.util - package net.sf.jaxodraw.util
-
Utility methods.
- net.sf.jaxodraw.util.graphics - package net.sf.jaxodraw.util.graphics
-
Extensions to java.awt.Graphics2D.
- newCheckmarkMenuItem() - Static method in class net.sf.jaxodraw.gui.menu.JaxoMenuUtils
-
=newCheckmarMenuItem(null).
- newCheckmarkMenuItem(String) - Static method in class net.sf.jaxodraw.gui.menu.JaxoMenuUtils
-
Depending on configuration, a JCheckBoxMenuItem or a JMenuItem with custom Icon.
- newDefaultGrid() - Static method in class net.sf.jaxodraw.gui.grid.JaxoDefaultGrid
-
A new grid with the values from the preferences.
- newDialog(Component, String, boolean) - Static method in class net.sf.jaxodraw.gui.JaxoDialogs
-
A new JDialog with the first Dialog/Frame ancestor as owner and the given arguments.
- NEWG - Static variable in class net.sf.jaxodraw.util.JaxoConstants
-
Start a new graph.
- newGraph() - Method in class net.sf.jaxodraw.gui.JaxoTab
-
Starts a new graph for this tab.
- newImage(String) - Static method in class net.sf.jaxodraw.util.JaxoUtils
-
Image from /resources/icons/ icon resource.
- newImageIcon(String) - Static method in class net.sf.jaxodraw.util.JaxoUtils
-
ImageIcon from /resources/icons/ icon resource.
- newLineBoxLayoutPanel() - Static method in class net.sf.jaxodraw.gui.JaxoDialogs
-
A new JPanel with LINE_AXIS BoxLayout.
- NewMenu - Class in net.sf.jaxodraw.gui.menu
-
A JaxoMenu for newGraph and newTab MenuItems.
- NewMenu() - Constructor for class net.sf.jaxodraw.gui.menu.NewMenu
-
Creates a new instance of NewMenu.
- newObject(int) - Static method in class net.sf.jaxodraw.object.JaxoObjectFactory
-
Returns a new instance of a JaxoObject.
- newObject(int, Point[]) - Static method in class net.sf.jaxodraw.object.JaxoObjectFactory
-
Creates a new JaxoObject, initialized with values taken from the
Preferences
. - newObject(String) - Static method in class net.sf.jaxodraw.object.JaxoObjectFactory
-
Returns a new instance of a JaxoObject.
- newPageBoxLayoutPanel() - Static method in class net.sf.jaxodraw.gui.JaxoDialogs
-
A new JPanel with PAGE_AXIS BoxLayout.
- newPLine() - Method in class net.sf.jaxodraw.io.imports.JaxoAxodraw
- newSpinner() - Method in class net.sf.jaxodraw.gui.swing.spinner.JaxoSpinnerRotationModel
-
A new JSpinner with an editor better fit to edit angles than the default number editor.
- NEWT - Static variable in class net.sf.jaxodraw.util.JaxoConstants
-
Start a new graph tab.
- newTitledBorderLayoutPanel(String) - Static method in class net.sf.jaxodraw.gui.JaxoDialogs
-
A new JPanel with BorderLayout and a titled (translated) border.
- newTitledFlowLayoutPanel(String) - Static method in class net.sf.jaxodraw.gui.JaxoDialogs
-
A new JPanel with FlowLayout and a titled (translated) border.
- newTitledLayoutPanel(String, LayoutManager) - Static method in class net.sf.jaxodraw.gui.JaxoDialogs
-
A new JPanel with the given layout and a titled (translated) border.
- newTitledLineBoxLayoutPanel(String) - Static method in class net.sf.jaxodraw.gui.JaxoDialogs
-
A new JPanel with LINE_AXIS BoxLayout and a titled (translated) border.
- newTitledPageBoxLayoutPanel(String) - Static method in class net.sf.jaxodraw.gui.JaxoDialogs
-
A new JPanel with PAGE_AXIS BoxLayout and a titled (translated) border.
- NO_MODE - Static variable in class net.sf.jaxodraw.util.JaxoConstants
-
A mode indicating an invalid JaxoDraw mode.
- normalPopup() - Method in class net.sf.jaxodraw.gui.menu.popup.JaxoFBoxPopupMenu
-
Prepare for a normal popup.
- NORMALSIZE - Static variable in class net.sf.jaxodraw.object.text.JaxoLatexText
-
Latex text size normalsize.
- NU - Static variable in class net.sf.jaxodraw.util.JaxoGreek
-
The greek letter nu.
O
- objectsToBackground() - Method in class net.sf.jaxodraw.graph.JaxoGraph
-
Puts all the objects in the current selection in the background.
- objectsToForeground() - Method in class net.sf.jaxodraw.graph.JaxoGraph
-
Puts all the objects in the current selection in the foreground.
- OLIVE_GREEN - Static variable in class net.sf.jaxodraw.util.JaxoColor
-
The color OliveGreen.
- OMEGA - Static variable in class net.sf.jaxodraw.util.JaxoGreek
-
The greek letter omega.
- OMIKRON - Static variable in class net.sf.jaxodraw.util.JaxoGreek
-
The greek letter omikron.
- onlyPastePopup() - Method in class net.sf.jaxodraw.gui.menu.popup.JaxoFBoxPopupMenu
-
Prepare for a popup only showing "Paste".
- open() - Method in class net.sf.jaxodraw.io.JaxoIO
-
Opens a new JaxoGraph: asks for an open file.
- open(File) - Method in class net.sf.jaxodraw.io.JaxoIO
-
Opens a new JaxoGraph from the specified file.
- open(File, boolean) - Method in class net.sf.jaxodraw.io.JaxoIO
-
Opens a new JaxoGraph from the specified file.
- open(String) - Method in class net.sf.jaxodraw.io.JaxoIO
-
Opens a new JaxoGraph from the specified file fileName.
- OPEN - Static variable in class net.sf.jaxodraw.util.JaxoConstants
-
Open a JaxoDraw file.
- openOrImport(String) - Method in class net.sf.jaxodraw.gui.panel.JaxoTabbedCanvasPanel
-
Open given file (JaxoDraw or plugin based on extension) in a new tab.
- OpenRecentMenu - Class in net.sf.jaxodraw.gui.menu
-
A JaxoMenu for opening recent files.
- OpenRecentMenu() - Constructor for class net.sf.jaxodraw.gui.menu.OpenRecentMenu
-
Creates a new instance of NewMenu.
- ORANGE - Static variable in class net.sf.jaxodraw.util.JaxoColor
-
The color Orange.
- ORANGE_RED - Static variable in class net.sf.jaxodraw.util.JaxoColor
-
The color OrangeRed.
- ORCHID - Static variable in class net.sf.jaxodraw.util.JaxoColor
-
The color Orchid.
- OS_ARCH - Static variable in class net.sf.jaxodraw.util.JaxoInfo
-
The architecture of the current operating system.
- OS_NAME - Static variable in class net.sf.jaxodraw.util.JaxoInfo
-
The name of the current operating system.
- OS_VERSION - Static variable in class net.sf.jaxodraw.util.JaxoInfo
-
The version of the current operating system.
- outerStrokeDashes(double) - Method in class net.sf.jaxodraw.object.arc.JaxoDashArc
-
Returns an array that is used as the dash parameter in
BasicStroke
to paint the outer part of this arc in double-line mode. - outerStrokeDashes(double) - Method in class net.sf.jaxodraw.object.arc.JaxoGArc
-
Returns an array that is used as the dash parameter in
BasicStroke
to paint the outer part of this arc in double-line mode. - outerStrokeDashes(double) - Method in class net.sf.jaxodraw.object.arc.JaxoSArc
-
Returns an array that is used as the dash parameter in
BasicStroke
to paint the outer part of this arc in double-line mode. - outerStrokeDashes(double) - Method in class net.sf.jaxodraw.object.loop.JaxoDashLoop
-
Returns an array that is used as the dash parameter in
BasicStroke
to paint the outer part of this loop in double-line mode. - outerStrokeDashes(double) - Method in class net.sf.jaxodraw.object.loop.JaxoGLoop
-
Returns an array that is used as the dash parameter in
BasicStroke
to paint the outer part of this loop in double-line mode. - outerStrokeDashes(double) - Method in class net.sf.jaxodraw.object.loop.JaxoSLoop
-
Returns an array that is used as the dash parameter in
BasicStroke
to paint the outer part of this loop in double-line mode.
P
- PACKAGE - Static variable in class net.sf.jaxodraw.util.JaxoConstants
-
Add a custom Latex package to the Latex output of JaxoDraw.
- paint(Graphics) - Method in class net.sf.jaxodraw.gui.launch.JaxoSplashWindow
-
Paint the splash image.
- paint(Graphics2D) - Method in class net.sf.jaxodraw.gui.grid.JaxoDefaultGrid
-
Paints the grid.
- paint(Graphics2D) - Method in interface net.sf.jaxodraw.gui.grid.JaxoPaintableGrid
-
Paints the grid.
- paint(Graphics2D, JaxoArrow.Coordinates) - Method in interface net.sf.jaxodraw.object.arrow.JaxoArrow
-
Paints the arrow to the given graphics context.
- paint(Graphics2D, JaxoArrow.Coordinates) - Method in class net.sf.jaxodraw.object.arrow.JaxoDefaultArrow
-
Paints the arrow to the given graphics context.
- paint(JaxoGraphics2D) - Method in class net.sf.jaxodraw.graph.JaxoGraph
-
Paint all objects to 'g'.
- paint(JaxoGraphics2D) - Method in class net.sf.jaxodraw.object.arc.JaxoDashArc
-
The method that paints the JaxoObject.
- paint(JaxoGraphics2D) - Method in class net.sf.jaxodraw.object.arc.JaxoFArc
-
The method that paints the JaxoObject.
- paint(JaxoGraphics2D) - Method in class net.sf.jaxodraw.object.arc.JaxoGlArc
-
The method that paints the JaxoObject.
- paint(JaxoGraphics2D) - Method in class net.sf.jaxodraw.object.arc.JaxoPArc
-
The method that paints the JaxoObject.
- paint(JaxoGraphics2D) - Method in class net.sf.jaxodraw.object.bezier.JaxoDashBezier
-
The method that paints the JaxoObject.
- paint(JaxoGraphics2D) - Method in class net.sf.jaxodraw.object.bezier.JaxoFBezier
-
The method that paints the JaxoObject.
- paint(JaxoGraphics2D) - Method in class net.sf.jaxodraw.object.bezier.JaxoGlBezier
-
The method that paints the JaxoObject.
- paint(JaxoGraphics2D) - Method in class net.sf.jaxodraw.object.bezier.JaxoPBezier
-
The method that paints the JaxoObject.
- paint(JaxoGraphics2D) - Method in class net.sf.jaxodraw.object.fill.JaxoBlob
-
The method that paints the JaxoObject.
- paint(JaxoGraphics2D) - Method in class net.sf.jaxodraw.object.fill.JaxoBox
-
The method that paints the JaxoObject.
- paint(JaxoGraphics2D) - Method in class net.sf.jaxodraw.object.group.JaxoGroup
-
The method that paints the JaxoObject.
- paint(JaxoGraphics2D) - Method in interface net.sf.jaxodraw.object.JaxoList
-
Call paint(g) on all elements of JaxoObjects.
- paint(JaxoGraphics2D) - Method in class net.sf.jaxodraw.object.JaxoObject
-
The method that paints the JaxoObject.
- paint(JaxoGraphics2D) - Method in class net.sf.jaxodraw.object.JaxoObjectList
-
Call paint(g) on all elements of JaxoObjects.
- paint(JaxoGraphics2D) - Method in class net.sf.jaxodraw.object.line.JaxoLineObject
-
The method that paints the JaxoObject.
- paint(JaxoGraphics2D) - Method in class net.sf.jaxodraw.object.loop.JaxoDashLoop
-
The method that paints the JaxoObject.
- paint(JaxoGraphics2D) - Method in class net.sf.jaxodraw.object.loop.JaxoLoopObject
-
The method that paints the JaxoObject.
- paint(JaxoGraphics2D) - Method in class net.sf.jaxodraw.object.text.JaxoLatexText
-
The method that paints the JaxoObject.
- paint(JaxoGraphics2D) - Method in class net.sf.jaxodraw.object.text.JaxoPSText
-
The method that paints the JaxoObject.
- paint(JaxoGraphics2D) - Method in class net.sf.jaxodraw.object.vertex.JaxoVertexT1
-
The method that paints the JaxoObject.
- paint(JaxoGraphics2D) - Method in class net.sf.jaxodraw.object.vertex.JaxoVertexT2
-
The method that paints the JaxoObject.
- paint(JaxoGraphics2D) - Method in class net.sf.jaxodraw.object.vertex.JaxoVertexT3
-
The method that paints the JaxoObject.
- paint(JaxoGraphics2D) - Method in class net.sf.jaxodraw.object.vertex.JaxoVertexT4
-
The method that paints the JaxoObject.
- paint(JaxoGraphics2D) - Method in class net.sf.jaxodraw.object.vertex.JaxoVertexT5
-
The method that paints the JaxoObject.
- paint(JaxoGraphics2D) - Method in class net.sf.jaxodraw.object.vertex.JaxoVertexT6
-
The method that paints the JaxoObject.
- paint(JaxoGraphics2D, int, int) - Method in class net.sf.jaxodraw.gui.handle.AbstractJaxoHandle
-
Paints an unmarked handle at (x, y).
- paint(JaxoGraphics2D, int, int, boolean) - Method in class net.sf.jaxodraw.gui.handle.AbstractJaxoHandle
-
Paints a handle at (x, y).
- paint(JaxoGraphics2D, int, int, boolean, boolean) - Method in class net.sf.jaxodraw.gui.handle.AbstractJaxoHandle
-
Paint the handle at a given position.
- paint(JaxoGraphics2D, int, int, boolean, boolean) - Method in interface net.sf.jaxodraw.object.JaxoHandle
-
Paint the handle at a given position.
- paint(JaxoGraphics2D, int, int, boolean, Color) - Method in class net.sf.jaxodraw.gui.handle.AbstractJaxoHandle
-
Paints the handle to the given graphics context.
- paint(JaxoGraphics2D, int, int, boolean, Color) - Method in class net.sf.jaxodraw.gui.handle.JaxoDefaultHandle
-
Paints the handle to the given graphics context.
- paint(JaxoGraphics2D, int, int, boolean, Color) - Method in class net.sf.jaxodraw.gui.handle.JaxoRoundHandle
-
Paints the handle to the given graphics context.
- PAINT_ARROW - Static variable in class net.sf.jaxodraw.io.imports.JaxoAxodraw
- paintArrow(JaxoGraphics2D) - Method in class net.sf.jaxodraw.object.JaxoParticleObject
-
Paints an arrow on this object.
- paintBackgroundAndGrid(Graphics2D, Rectangle) - Method in class net.sf.jaxodraw.gui.AbstractJaxoCanvas
-
Paint background (unless covered by grid), and grid (if on).
- paintBorder(Component, Graphics, int, int, int, int) - Method in class net.sf.jaxodraw.gui.swing.JaxoTitledBorder
- paintBorder(Graphics) - Method in class net.sf.jaxodraw.gui.panel.button.JaxoButtonPanel
-
Paints additional etched lines in the middle between the children.
- paintClipped(JaxoGraphics2D) - Method in class net.sf.jaxodraw.graph.JaxoGraph
-
Paint all objects to 'g' if they intersect the clip bounds.
- paintClipped(JaxoGraphics2D) - Method in interface net.sf.jaxodraw.object.JaxoList
-
Call paint on all elements of JaxoObjects if they intersect the current clipping area of the given graphics context.
- paintClipped(JaxoGraphics2D) - Method in class net.sf.jaxodraw.object.JaxoObjectList
-
Call paint on all elements of JaxoObjects if they intersect the current clipping area of the given graphics context.
- paintClippedExcept(Collection<? extends E>, JaxoGraphics2D) - Method in interface net.sf.jaxodraw.object.JaxoList
-
Call paint on all elements of JaxoObjects that are not contained in 'excludes' and that intersect the current clipping area of the given graphics context.
- paintClippedExcept(Collection<? extends E>, JaxoGraphics2D) - Method in class net.sf.jaxodraw.object.JaxoObjectList
-
Call paint on all elements of JaxoObjects that are not contained in 'excludes' and that intersect the current clipping area of the given graphics context.
- paintComponent(Graphics) - Method in class net.sf.jaxodraw.gui.JaxoCanvas
-
Paint the Canvas.
- paintExcept(Collection<? extends E>, JaxoGraphics2D) - Method in interface net.sf.jaxodraw.object.JaxoList
-
Call paint on all elements of JaxoObjects that are not contained in 'excludes'.
- paintExcept(Collection<? extends E>, JaxoGraphics2D) - Method in class net.sf.jaxodraw.object.JaxoObjectList
-
Call paint on all elements of JaxoObjects that are not contained in 'excludes'.
- paintGraph(Graphics2D, boolean) - Method in class net.sf.jaxodraw.plugin.JaxoExportPlugin
-
Paint the graph.
- paintHandles(JaxoGraphics2D, JaxoHandle, int) - Method in class net.sf.jaxodraw.graph.JaxoGraph
-
Paints handles on all objects in this graph.
- paintHandles(JaxoGraphics2D, JaxoHandle, int) - Method in class net.sf.jaxodraw.object.bezier.JaxoBezierObject
-
Paints the handles of this JaxoObject that allow to move/resize/edit it.
- paintHandles(JaxoGraphics2D, JaxoHandle, int) - Method in class net.sf.jaxodraw.object.fill.JaxoBox
-
Paints the handles of this JaxoObject that allow to move/resize/edit it.
- paintHandles(JaxoGraphics2D, JaxoHandle, int) - Method in class net.sf.jaxodraw.object.group.JaxoGroup
-
Paints the handles of this JaxoObject that allow to move/resize/edit it.
- paintHandles(JaxoGraphics2D, JaxoHandle, int) - Method in class net.sf.jaxodraw.object.Jaxo3PointObject
-
Paints the handles of this JaxoObject that allow to move/resize/edit it.
- paintHandles(JaxoGraphics2D, JaxoHandle, int) - Method in class net.sf.jaxodraw.object.JaxoExtendedObject
-
Paints the handles of this JaxoObject that allow to move/resize/edit it.
- paintHandles(JaxoGraphics2D, JaxoHandle, int) - Method in class net.sf.jaxodraw.object.JaxoObject
-
Paints the handles of this JaxoObject that allow to move/resize/edit it.
- paintHandles(JaxoGraphics2D, JaxoHandle, int) - Method in class net.sf.jaxodraw.object.line.JaxoLineObject
-
Paints the handles of this JaxoObject that allow to move/resize/edit it.
- paintHandles(JaxoGraphics2D, JaxoHandle, int) - Method in class net.sf.jaxodraw.object.text.JaxoTextObject
-
Paints the handles of this JaxoObject that allow to move/resize/edit it.
- paintHandles(JaxoGraphics2D, JaxoHandle, int) - Method in class net.sf.jaxodraw.object.vertex.JaxoVertexT2
-
Paints the handles of this JaxoObject that allow to move/resize/edit it.
- paintHandles(JaxoGraphics2D, JaxoHandle, int) - Method in class net.sf.jaxodraw.object.vertex.JaxoVertexT4
-
Paints the handles of this JaxoObject that allow to move/resize/edit it.
- paintSecondary(JaxoGraphics2D, int, int) - Method in class net.sf.jaxodraw.gui.handle.AbstractJaxoHandle
-
Paints an unmarked handle in secondary color at (x, y).
- paintSecondary(JaxoGraphics2D, int, int, boolean) - Method in class net.sf.jaxodraw.gui.handle.AbstractJaxoHandle
-
Paints a handle in secondary color at (x, y).
- paintVisualAid(JaxoGraphics2D) - Method in class net.sf.jaxodraw.object.arc.JaxoArcObject
-
Paints a visual aid for the user during dragging (moving or resizing) of this JaxoObject.
- paintVisualAid(JaxoGraphics2D) - Method in class net.sf.jaxodraw.object.bezier.JaxoBezierObject
-
Paints a visual aid for the user during dragging (moving or resizing) of this JaxoObject.
- paintVisualAid(JaxoGraphics2D) - Method in class net.sf.jaxodraw.object.fill.JaxoBlob
-
Paints a visual aid for the user during dragging (moving or resizing) of this JaxoObject.
- paintVisualAid(JaxoGraphics2D) - Method in class net.sf.jaxodraw.object.group.JaxoGroup
-
Paints a visual aid for the user during dragging (moving or resizing) of this JaxoObject.
- paintVisualAid(JaxoGraphics2D) - Method in class net.sf.jaxodraw.object.JaxoObject
-
Paints a visual aid for the user during dragging (moving or resizing) of this JaxoObject.
- paintVisualAid(JaxoGraphics2D) - Method in class net.sf.jaxodraw.object.loop.JaxoLoopObject
-
Paints a visual aid for the user during dragging (moving or resizing) of this JaxoObject.
- paintVisualAid(JaxoGraphics2D) - Method in class net.sf.jaxodraw.object.vertex.JaxoVertex
-
Paints a visual aid for the user during dragging (moving or resizing) of this JaxoObject.
- paintVisualAid(JaxoGraphics2D) - Method in class net.sf.jaxodraw.object.vertex.JaxoVertexT5
-
Paints a visual aid for the user during dragging (moving or resizing) of this JaxoObject.
- PARC - Static variable in class net.sf.jaxodraw.util.JaxoConstants
-
Photon arc.
- PASTE - Static variable in class net.sf.jaxodraw.gui.menu.popup.JaxoFBoxPopupMenu
-
The menu item for paste.
- PASTE - Static variable in class net.sf.jaxodraw.util.JaxoConstants
-
Paste the most recently selected objects from the clipboard.
- pasteFromClipboard() - Method in class net.sf.jaxodraw.gui.JaxoCanvas
-
Paste the objects currently on the clipboard.
- pasteFromClipboard() - Method in interface net.sf.jaxodraw.gui.JaxoDrawingArea
-
Paste the graph currently on the clipboard into this drawing area.
- PBEZ - Static variable in class net.sf.jaxodraw.util.JaxoConstants
-
Photonic Bezier.
- PEACH - Static variable in class net.sf.jaxodraw.util.JaxoColor
-
The color Peach.
- performAction(int) - Method in class net.sf.jaxodraw.gui.panel.JaxoTabbedCanvasPanel
-
Performs the action corresponding to the given mode.
- PERIWINKLE - Static variable in class net.sf.jaxodraw.util.JaxoColor
-
The color Periwinkle.
- PHI - Static variable in class net.sf.jaxodraw.util.JaxoGreek
-
The greek letter phi.
- PHOTON_FREQ - Static variable in class net.sf.jaxodraw.object.JaxoParticleObject
-
Default frequency for photon objects.
- PI - Static variable in class net.sf.jaxodraw.util.JaxoGreek
-
The greek letter pi.
- PINE_GREEN - Static variable in class net.sf.jaxodraw.util.JaxoColor
-
The color PineGreen.
- PLINE - Static variable in class net.sf.jaxodraw.util.JaxoConstants
-
Photon line.
- PLOOP - Static variable in class net.sf.jaxodraw.util.JaxoConstants
-
Photon loop.
- PLUGIN_DIR - Static variable in class net.sf.jaxodraw.util.JaxoInfo
-
The absolute path of the directory where plugins are stored.
- pluginId() - Method in class net.sf.jaxodraw.io.exports.JaxoExportImg
-
This must return the class name of the plugin (MyPlugin.class.getName()).
- pluginId() - Method in class net.sf.jaxodraw.io.exports.JaxoExportLatex
-
This must return the class name of the plugin (MyPlugin.class.getName()).
- pluginId() - Method in class net.sf.jaxodraw.io.exports.JaxoExportLatexPS
-
This must return the class name of the plugin (MyPlugin.class.getName()).
- pluginId() - Method in class net.sf.jaxodraw.io.exports.JaxoExportPS
-
This must return the class name of the plugin (MyPlugin.class.getName()).
- pluginId() - Method in class net.sf.jaxodraw.io.imports.JaxoImportAxodraw
-
This must return the class name of the plugin (MyPlugin.class.getName()).
- pluginId() - Method in interface net.sf.jaxodraw.plugin.JaxoPlugin
-
This must return the class name of the plugin (MyPlugin.class.getName()).
- pluginName() - Method in class net.sf.jaxodraw.plugin.AbstractJaxoPlugin
-
Return the name of this plugin.
- pluginName() - Method in interface net.sf.jaxodraw.plugin.JaxoPlugin
-
Return the name of this plugin.
- PLUGINS - Static variable in class net.sf.jaxodraw.util.JaxoConstants
-
Plugin manager dialog.
- PLUM - Static variable in class net.sf.jaxodraw.util.JaxoColor
-
The color Plum.
- PNG - Enum constant in enum net.sf.jaxodraw.io.exports.JaxoExportImg.Format
- PREF_AMPLITUDE - Static variable in class net.sf.jaxodraw.util.JaxoPrefs
-
The preferred amplitude for photon and gluon objects.
- PREF_ANTIALIAS - Static variable in class net.sf.jaxodraw.util.JaxoPrefs
-
A boolean preference indicating whether to use antialias or not.
- PREF_ARROW - Static variable in class net.sf.jaxodraw.util.JaxoPrefs
-
A boolean preference indicating whether to draw arrows or not.
- PREF_ARROWINSET - Static variable in class net.sf.jaxodraw.util.JaxoPrefs
-
The preferred arrow inset.
- PREF_ARROWLENGTH - Static variable in class net.sf.jaxodraw.util.JaxoPrefs
-
The preferred arrow length.
- PREF_ARROWPOSITION - Static variable in class net.sf.jaxodraw.util.JaxoPrefs
-
The preferred arrow poaition.
- PREF_ARROWWIDTH - Static variable in class net.sf.jaxodraw.util.JaxoPrefs
-
The preferred arrow width.
- PREF_BROWSER - Static variable in class net.sf.jaxodraw.util.JaxoPrefs
-
The preferred HTML browser.
- PREF_CANVASBACKGROUND - Static variable in class net.sf.jaxodraw.util.JaxoPrefs
-
The preferred canvas background color.
- PREF_COLOR - Static variable in class net.sf.jaxodraw.util.JaxoPrefs
-
The preferred Object color.
- PREF_COLORSPACE - Static variable in class net.sf.jaxodraw.util.JaxoPrefs
-
The preferred color space.
- PREF_DEFAULTACTION - Static variable in class net.sf.jaxodraw.util.JaxoPrefs
-
The default action.
- PREF_DLSEP - Static variable in class net.sf.jaxodraw.util.JaxoPrefs
-
The preferred separation of double line objects.
- PREF_DVIPSPATH - Static variable in class net.sf.jaxodraw.util.JaxoPrefs
-
The preferred dvips path.
- PREF_EDITOR - Static variable in class net.sf.jaxodraw.util.JaxoPrefs
-
The preferred text editor.
- PREF_GRIDCOLOR - Static variable in class net.sf.jaxodraw.util.JaxoPrefs
-
The preferred canvas background color.
- PREF_GRIDONOFF - Static variable in class net.sf.jaxodraw.util.JaxoPrefs
-
A boolean preference indicating whether the grid is on or off.
- PREF_GRIDSIZE - Static variable in class net.sf.jaxodraw.util.JaxoPrefs
-
The preferred grid size.
- PREF_GRIDSTYLE - Static variable in class net.sf.jaxodraw.util.JaxoPrefs
-
The preferred grid style.
- PREF_GRIDTYPE - Static variable in class net.sf.jaxodraw.util.JaxoPrefs
-
The preferred grid type.
- PREF_LANGUAGE - Static variable in class net.sf.jaxodraw.util.JaxoPrefs
-
The preferred language.
- PREF_LATEXPATH - Static variable in class net.sf.jaxodraw.util.JaxoPrefs
-
The preferred latex path.
- PREF_LINEWIDTH - Static variable in class net.sf.jaxodraw.util.JaxoPrefs
-
The preferred line width.
- PREF_LOOKNFEEL - Static variable in class net.sf.jaxodraw.util.JaxoPrefs
-
The preferred Look and Feel (as of 2.0, the Class Name).
- PREF_PSFAMILY - Static variable in class net.sf.jaxodraw.util.JaxoPrefs
-
The preferred Postscript font family.
- PREF_PSROTANGLE - Static variable in class net.sf.jaxodraw.util.JaxoPrefs
-
The preferred postscript text rotation angle.
- PREF_PSSIZE - Static variable in class net.sf.jaxodraw.util.JaxoPrefs
-
The preferred Postscript font size.
- PREF_PSSTYLE - Static variable in class net.sf.jaxodraw.util.JaxoPrefs
-
The preferred Postscript font style.
- PREF_PSVIEWER - Static variable in class net.sf.jaxodraw.util.JaxoPrefs
-
The preferred postscript viewer.
- PREF_SCREENSIZEX - Static variable in class net.sf.jaxodraw.util.JaxoPrefs
-
The preferred screen size - x dimension.
- PREF_SCREENSIZEY - Static variable in class net.sf.jaxodraw.util.JaxoPrefs
-
The preferred screen size - y dimension.
- PREF_SHOWGRIDBAR - Static variable in class net.sf.jaxodraw.util.JaxoPrefs
-
A boolean preference indicating whether to show the gridbar bar or not.
- PREF_SHOWSPLASHWINDOW - Static variable in class net.sf.jaxodraw.util.JaxoPrefs
-
A boolean preference indicating whether to show the start-up splash window or not.
- PREF_SHOWSTATUS - Static variable in class net.sf.jaxodraw.util.JaxoPrefs
-
A boolean preference indicating whether to show the status bar or not.
- PREF_SHOWTOOL - Static variable in class net.sf.jaxodraw.util.JaxoPrefs
-
A boolean preference indicating whether to show the tool bar or not.
- PREF_SNAPONOFF - Static variable in class net.sf.jaxodraw.util.JaxoPrefs
-
A boolean preference indicating whether snapping is on or off.
- PREF_TEXALIGN - Static variable in class net.sf.jaxodraw.util.JaxoPrefs
-
The preferred TeX alignment.
- PREF_TEXROTANGLE - Static variable in class net.sf.jaxodraw.util.JaxoPrefs
-
The preferred LaTeX text rotation angle.
- PREF_TEXSIZE - Static variable in class net.sf.jaxodraw.util.JaxoPrefs
-
The preferred TeX font size.
- PREF_TEXTCOLOR - Static variable in class net.sf.jaxodraw.util.JaxoPrefs
-
The preferred Text color.
- PREF_UNDODEPTH - Static variable in class net.sf.jaxodraw.util.JaxoPrefs
-
The preferred undo depth.
- PREF_USER_DIR - Static variable in class net.sf.jaxodraw.util.JaxoPrefs
-
The current user directory.
- PREF_VERSION - Static variable in class net.sf.jaxodraw.util.JaxoPrefs
-
The version of the preferences.
- PREF_VERTEXSIZE - Static variable in class net.sf.jaxodraw.util.JaxoPrefs
-
The preferred default vertex size.
- PREFERENCES - Static variable in class net.sf.jaxodraw.util.JaxoConstants
-
Preferences dialog.
- prepareEditPanel(JaxoObjectEditPanel) - Method in class net.sf.jaxodraw.object.arc.JaxoFArc
-
Initializes the given editPanel to edit properties of this JaxoObject.
- prepareEditPanel(JaxoObjectEditPanel) - Method in class net.sf.jaxodraw.object.arc.JaxoGArc
-
Initializes the given editPanel to edit properties of this JaxoObject.
- prepareEditPanel(JaxoObjectEditPanel) - Method in class net.sf.jaxodraw.object.arc.JaxoGlArc
-
Initializes the given editPanel to edit properties of this JaxoObject.
- prepareEditPanel(JaxoObjectEditPanel) - Method in class net.sf.jaxodraw.object.arc.JaxoPArc
-
Initializes the given editPanel to edit properties of this JaxoObject.
- prepareEditPanel(JaxoObjectEditPanel) - Method in class net.sf.jaxodraw.object.arc.JaxoSArc
-
Initializes the given editPanel to edit properties of this JaxoObject.
- prepareEditPanel(JaxoObjectEditPanel) - Method in class net.sf.jaxodraw.object.bezier.JaxoFBezier
-
Initializes the given editPanel to edit properties of this JaxoObject.
- prepareEditPanel(JaxoObjectEditPanel) - Method in class net.sf.jaxodraw.object.bezier.JaxoGBezier
-
Initializes the given editPanel to edit properties of this JaxoObject.
- prepareEditPanel(JaxoObjectEditPanel) - Method in class net.sf.jaxodraw.object.bezier.JaxoGlBezier
-
Initializes the given editPanel to edit properties of this JaxoObject.
- prepareEditPanel(JaxoObjectEditPanel) - Method in class net.sf.jaxodraw.object.bezier.JaxoPBezier
-
Initializes the given editPanel to edit properties of this JaxoObject.
- prepareEditPanel(JaxoObjectEditPanel) - Method in class net.sf.jaxodraw.object.bezier.JaxoSBezier
-
Initializes the given editPanel to edit properties of this JaxoObject.
- prepareEditPanel(JaxoObjectEditPanel) - Method in class net.sf.jaxodraw.object.fill.JaxoBlob
-
Initializes the given editPanel to edit properties of this JaxoObject.
- prepareEditPanel(JaxoObjectEditPanel) - Method in class net.sf.jaxodraw.object.fill.JaxoBox
-
Initializes the given editPanel to edit properties of this JaxoObject.
- prepareEditPanel(JaxoObjectEditPanel) - Method in class net.sf.jaxodraw.object.group.JaxoGroup
-
Initializes the given editPanel to edit properties of this JaxoObject.
- prepareEditPanel(JaxoObjectEditPanel) - Method in class net.sf.jaxodraw.object.JaxoObject
-
Initializes the given editPanel to edit properties of this JaxoObject.
- prepareEditPanel(JaxoObjectEditPanel) - Method in class net.sf.jaxodraw.object.line.JaxoFLine
-
Initializes the given editPanel to edit properties of this JaxoObject.
- prepareEditPanel(JaxoObjectEditPanel) - Method in class net.sf.jaxodraw.object.line.JaxoGLine
-
Initializes the given editPanel to edit properties of this JaxoObject.
- prepareEditPanel(JaxoObjectEditPanel) - Method in class net.sf.jaxodraw.object.line.JaxoGlLine
-
Initializes the given editPanel to edit properties of this JaxoObject.
- prepareEditPanel(JaxoObjectEditPanel) - Method in class net.sf.jaxodraw.object.line.JaxoPLine
-
Initializes the given editPanel to edit properties of this JaxoObject.
- prepareEditPanel(JaxoObjectEditPanel) - Method in class net.sf.jaxodraw.object.line.JaxoSLine
-
Initializes the given editPanel to edit properties of this JaxoObject.
- prepareEditPanel(JaxoObjectEditPanel) - Method in class net.sf.jaxodraw.object.line.JaxoZigZagLine
-
Initializes the given editPanel to edit properties of this JaxoObject.
- prepareEditPanel(JaxoObjectEditPanel) - Method in class net.sf.jaxodraw.object.loop.JaxoFLoop
-
Initializes the given editPanel to edit properties of this JaxoObject.
- prepareEditPanel(JaxoObjectEditPanel) - Method in class net.sf.jaxodraw.object.loop.JaxoGlLoop
-
Initializes the given editPanel to edit properties of this JaxoObject.
- prepareEditPanel(JaxoObjectEditPanel) - Method in class net.sf.jaxodraw.object.loop.JaxoGLoop
-
Initializes the given editPanel to edit properties of this JaxoObject.
- prepareEditPanel(JaxoObjectEditPanel) - Method in class net.sf.jaxodraw.object.loop.JaxoPLoop
-
Initializes the given editPanel to edit properties of this JaxoObject.
- prepareEditPanel(JaxoObjectEditPanel) - Method in class net.sf.jaxodraw.object.loop.JaxoSLoop
-
Initializes the given editPanel to edit properties of this JaxoObject.
- prepareEditPanel(JaxoObjectEditPanel) - Method in class net.sf.jaxodraw.object.text.JaxoLatexText
-
Initializes the given editPanel to edit properties of this JaxoObject.
- prepareEditPanel(JaxoObjectEditPanel) - Method in class net.sf.jaxodraw.object.text.JaxoPSText
-
Initializes the given editPanel to edit properties of this JaxoObject.
- prepareEditPanel(JaxoObjectEditPanel) - Method in class net.sf.jaxodraw.object.vertex.JaxoVertexT1
-
Initializes the given editPanel to edit properties of this JaxoObject.
- prepareEditPanel(JaxoObjectEditPanel) - Method in class net.sf.jaxodraw.object.vertex.JaxoVertexT2
-
Initializes the given editPanel to edit properties of this JaxoObject.
- prepareEditPanel(JaxoObjectEditPanel) - Method in class net.sf.jaxodraw.object.vertex.JaxoVertexT3
-
Initializes the given editPanel to edit properties of this JaxoObject.
- prepareEditPanel(JaxoObjectEditPanel) - Method in class net.sf.jaxodraw.object.vertex.JaxoVertexT4
-
Initializes the given editPanel to edit properties of this JaxoObject.
- prepareEditPanel(JaxoObjectEditPanel) - Method in class net.sf.jaxodraw.object.vertex.JaxoVertexT5
-
Initializes the given editPanel to edit properties of this JaxoObject.
- prepareEditPanel(JaxoObjectEditPanel) - Method in class net.sf.jaxodraw.object.vertex.JaxoVertexT6
-
Initializes the given editPanel to edit properties of this JaxoObject.
- prepareGenericPanel(JaxoObjectEditPanel, String) - Method in class net.sf.jaxodraw.object.vertex.JaxoVertex
-
Prepares a simple edit panel to edit coordinates and color.
- pressButton(int) - Method in class net.sf.jaxodraw.gui.panel.button.JaxoButtonPanel
-
Presses a button.
- pressButton(int) - Method in class net.sf.jaxodraw.gui.panel.button.JaxoEditButtons
-
Sets the specified button as pressed.
- pressButton(int) - Method in class net.sf.jaxodraw.gui.panel.button.JaxoGridButtons
-
Sets the specified button as pressed.
- pressButton(int) - Method in class net.sf.jaxodraw.gui.panel.button.JaxoMiscButtons
-
Sets the specified button as pressed.
- pressButton(int) - Method in class net.sf.jaxodraw.gui.panel.button.JaxoParticleButtons
-
Sets the specified button as pressed.
- preview(JaxoPreview) - Method in class net.sf.jaxodraw.plugin.JaxoExportPlugin
-
Show a preview in a new window.
- preview(JaxoPreview, boolean) - Method in class net.sf.jaxodraw.io.exports.JaxoExportImg
-
Show a preview.
- preview(JaxoPreview, boolean) - Method in class net.sf.jaxodraw.io.exports.JaxoExportLatex
-
Show a preview.
- preview(JaxoPreview, boolean) - Method in class net.sf.jaxodraw.io.exports.JaxoExportLatexPS
-
Show a preview.
- preview(JaxoPreview, boolean) - Method in class net.sf.jaxodraw.io.exports.JaxoExportPS
-
Show a preview.
- preview(JaxoPreview, boolean) - Method in class net.sf.jaxodraw.plugin.JaxoExportPlugin
-
Show a preview.
- PREVIEW - Static variable in class net.sf.jaxodraw.util.JaxoConstants
-
Preview the graph.
- print(Component, String) - Method in class net.sf.jaxodraw.io.JaxoPrint
-
Print the current graph.
- print(Component, JaxoGraph, Dimension, String) - Method in class net.sf.jaxodraw.io.JaxoPrint
-
Deprecated.use
JaxoPrint.print(Component,JaxoGraph,String)
instead. - print(Component, JaxoGraph, String) - Method in class net.sf.jaxodraw.io.JaxoPrint
-
The method to be called from the printing menu.
- print(Graphics) - Method in interface net.sf.jaxodraw.gui.JaxoCanvasComponent
-
Prints this component.
- print(Graphics, PageFormat, int) - Method in class net.sf.jaxodraw.io.exports.JaxoExportPS
-
The actual printing routine required by the Printable interface.
- print(Graphics, PageFormat, int) - Method in class net.sf.jaxodraw.io.JaxoPrint
-
The actual printing routine.
- PRINT - Static variable in class net.sf.jaxodraw.util.JaxoConstants
-
Print the graph.
- printComponent(Graphics) - Method in class net.sf.jaxodraw.gui.JaxoCanvas
-
Print the Canvas.
- PROCESS_BLUE - Static variable in class net.sf.jaxodraw.util.JaxoColor
-
The color ProcessBlue.
- propertyChange(PropertyChangeEvent) - Method in class net.sf.jaxodraw.gui.AbstractJaxoCanvas
- propertyChange(PropertyChangeEvent) - Method in class net.sf.jaxodraw.gui.JaxoCanvasEventListener
- propertyChange(PropertyChangeEvent) - Method in class net.sf.jaxodraw.gui.menu.DefaultMenu
-
Applies a property change event.
- propertyChange(PropertyChangeEvent) - Method in class net.sf.jaxodraw.gui.menu.JaxoEditMenu
-
Applies a property change event.
- propertyChange(PropertyChangeEvent) - Method in class net.sf.jaxodraw.gui.menu.JaxoFileMenu
-
Applies a property change event.
- propertyChange(PropertyChangeEvent) - Method in class net.sf.jaxodraw.gui.menu.JaxoHelpMenu
-
Applies a property change event.
- propertyChange(PropertyChangeEvent) - Method in class net.sf.jaxodraw.gui.menu.JaxoMenuBar
-
Dispatches the event to the sub-panels.
- propertyChange(PropertyChangeEvent) - Method in class net.sf.jaxodraw.gui.menu.JaxoOptionsMenu
-
Applies a property change event.
- propertyChange(PropertyChangeEvent) - Method in class net.sf.jaxodraw.gui.menu.LanguageMenu
-
Applies a property change event.
- propertyChange(PropertyChangeEvent) - Method in class net.sf.jaxodraw.gui.menu.NewMenu
-
Applies a property change event.
- propertyChange(PropertyChangeEvent) - Method in class net.sf.jaxodraw.gui.menu.OpenRecentMenu
-
Applies a property change event.
- propertyChange(PropertyChangeEvent) - Method in class net.sf.jaxodraw.gui.menu.VertexMenu
-
Applies a property change event.
- propertyChange(PropertyChangeEvent) - Method in class net.sf.jaxodraw.gui.panel.button.JaxoActionButtons
-
Applies a property change event.
- propertyChange(PropertyChangeEvent) - Method in class net.sf.jaxodraw.gui.panel.button.JaxoButtonPanel
-
Applies a property change event.
- propertyChange(PropertyChangeEvent) - Method in class net.sf.jaxodraw.gui.panel.button.JaxoGridButtons
-
Applies a property change event.
- propertyChange(PropertyChangeEvent) - Method in class net.sf.jaxodraw.gui.panel.button.JaxoMiscButtons
-
Applies a property change event.
- propertyChange(PropertyChangeEvent) - Method in class net.sf.jaxodraw.gui.panel.JaxoGridBar
- propertyChange(PropertyChangeEvent) - Method in class net.sf.jaxodraw.gui.panel.JaxoStatusBar
-
Applies a property change event.
- propertyChange(PropertyChangeEvent) - Method in class net.sf.jaxodraw.gui.panel.JaxoTabbedCanvasPanel
- propertyChange(PropertyChangeEvent) - Method in class net.sf.jaxodraw.gui.panel.JaxoToolBar
-
Applies a property change event.
- propertyChange(PropertyChangeEvent) - Method in class net.sf.jaxodraw.object.arrow.JaxoDefaultArrow
- propertyChange(PropertyChangeEvent) - Method in class net.sf.jaxodraw.object.JaxoObject
-
Set a new property.
- PS - Enum constant in enum net.sf.jaxodraw.io.exports.JaxoExportPS.Format
- PSI - Static variable in class net.sf.jaxodraw.util.JaxoGreek
-
The greek letter psi.
- PURPLE - Static variable in class net.sf.jaxodraw.util.JaxoColor
-
The color Purple.
- putToSystemClipboard(JaxoGraph) - Method in class net.sf.jaxodraw.gui.AbstractJaxoCanvas
-
Make 'g' the contents of the system clipboard.
- putToSystemClipboard(JaxoGraph) - Method in class net.sf.jaxodraw.gui.JaxoClipboard
-
Make 'g' the contents of the system clipboard.
Q
- QUIT - Static variable in class net.sf.jaxodraw.util.JaxoConstants
-
Quit.
R
- RAISED_ETCHED_BORDER - Static variable in class net.sf.jaxodraw.gui.panel.button.JaxoButtonPanel
-
The raised etched border of all the panels holding the buttons.
- RAWSIENNA - Static variable in class net.sf.jaxodraw.util.JaxoColor
-
The color RawSienna.
- rebuildImage() - Method in class net.sf.jaxodraw.gui.AbstractJaxoCanvas
-
Build a new off-screen image.
- rebuildImage() - Method in class net.sf.jaxodraw.gui.JaxoCanvas
-
Build a new off-screen image.
- RECENT_FILE - Static variable in class net.sf.jaxodraw.util.JaxoConstants
-
Recent file mode.
- RECTANGULAR_GRID - Static variable in class net.sf.jaxodraw.util.JaxoConstants
-
Rectangular grid.
- RED - Static variable in class net.sf.jaxodraw.util.JaxoColor
-
The color Red.
- RED_ORANGE - Static variable in class net.sf.jaxodraw.util.JaxoColor
-
The color RedOrange.
- RED_VIOLET - Static variable in class net.sf.jaxodraw.util.JaxoColor
-
The color RedViolet.
- REDO - Static variable in class net.sf.jaxodraw.util.JaxoConstants
-
Redo the last operations.
- redoMove() - Method in class net.sf.jaxodraw.gui.JaxoTab
-
Redo last operation.
- refresh() - Method in class net.sf.jaxodraw.gui.JaxoCanvas
-
Refresh the canvas.
- refresh() - Method in interface net.sf.jaxodraw.gui.JaxoDrawingArea
-
Refresh the canvas.
- REFRESH - Static variable in class net.sf.jaxodraw.util.JaxoConstants
-
Refresh the screen.
- registerBundle(Class<?>) - Static method in class net.sf.jaxodraw.util.JaxoLanguage
-
Register a custom bundle for the class c.
- registerBundle(Class<?>, JaxoDictionary) - Static method in class net.sf.jaxodraw.util.JaxoLanguage
-
Register a custom bundle for the class c, ('c' may also be in the core).
- registerComponent(JComponent) - Static method in class net.sf.jaxodraw.util.JaxoLooknFeel
-
Register a component whose look and feel/locale is to be updated automatically.
- registerDictionary(Class<?>) - Method in class net.sf.jaxodraw.plugin.AbstractJaxoPlugin
-
Register a plugin class for language translations.
- REL_HEIGHT - Static variable in class net.sf.jaxodraw.io.imports.JaxoAxodraw
- REL_WIDTH - Static variable in class net.sf.jaxodraw.io.imports.JaxoAxodraw
- RelativeTo(Component) - Constructor for class net.sf.jaxodraw.util.Location.RelativeTo
-
Constructor.
- RelativeToAvoiding(Component, Rectangle) - Constructor for class net.sf.jaxodraw.util.Location.RelativeToAvoiding
-
Constructor.
- removeActionListener(ActionListener) - Method in class net.sf.jaxodraw.gui.menu.popup.JaxoFBoxPopupMenu
-
Removes the action listener.
- removeAllItems() - Method in class net.sf.jaxodraw.gui.swing.spinner.JaxoSpinnerComboBox
- removeBundle(Class<?>) - Static method in class net.sf.jaxodraw.util.JaxoLanguage
-
Removes the previously registered bundle for the class c.
- removeChangeListener(ChangeListener) - Method in class net.sf.jaxodraw.gui.grid.JaxoDefaultGrid
-
Removes a change listener.
- removeChangeListener(ChangeListener) - Method in interface net.sf.jaxodraw.gui.grid.JaxoPaintableGrid
-
Removes a change listener.
- removeChangeListener(ChangeListener) - Method in class net.sf.jaxodraw.gui.JaxoTab
-
Removes a change listener.
- removeChangeListener(ChangeListener) - Method in class net.sf.jaxodraw.gui.panel.edit.JaxoOptionsPanel
-
Removes a change listener.
- removeChangeListener(ChangeListener) - Method in class net.sf.jaxodraw.gui.panel.JaxoColorChooser
-
Removes a change listener.
- removeClosingListener(TabClosingListener) - Method in class net.sf.jaxodraw.gui.swing.JaxoClosableTabbedPane
-
Standard listener pattern.
- removeMarkedObjects() - Method in interface net.sf.jaxodraw.object.JaxoList
-
Removes all marked JaxoObjects from this list.
- removeMarkedObjects() - Method in class net.sf.jaxodraw.object.JaxoObjectList
-
Removes all marked JaxoObjects from this list.
- removeMouseListener(MouseListener) - Method in interface net.sf.jaxodraw.gui.JaxoCanvasComponent
-
Removes the specified mouse listener so that it no longer receives mouse events from this component.
- removeMouseMotionListener(MouseMotionListener) - Method in interface net.sf.jaxodraw.gui.JaxoCanvasComponent
-
Removes the specified mouse motion listener so that it no longer receives mouse motion events from this component.
- removeNotify() - Method in class net.sf.jaxodraw.gui.swing.JaxoClosableTabbedPane
- removePackage(String) - Method in class net.sf.jaxodraw.io.imports.JaxoAxodraw
-
Removes a latex package if it is contained in the package list.
- removePlugin(JaxoPlugin) - Method in class net.sf.jaxodraw.plugin.JaxoPluginInfo
-
Removes the given JaxoPlugin from the list of plugins.
- removePropertyChangeListener(PropertyChangeListener) - Method in class net.sf.jaxodraw.object.JaxoObject
-
Remove the given PropertyChangeListener from this Object.
- removeRecentFile(String) - Method in class net.sf.jaxodraw.gui.menu.OpenRecentMenu
-
Removes the given file name from the list of recent files.
- removeTabAt(int) - Method in class net.sf.jaxodraw.gui.swing.JaxoClosableTabbedPane
- removeUpdate(DocumentEvent) - Method in class net.sf.jaxodraw.gui.panel.edit.JaxoOptionsPanelListener
-
Checks for DocumentEvents that have ocurred on the panel, (used for text fields).
- RENAME_TAB - Static variable in class net.sf.jaxodraw.util.JaxoConstants
-
Rename a tab.
- repaint() - Method in interface net.sf.jaxodraw.gui.JaxoCanvasComponent
-
Repaints this component.
- repaintBoundingBox(Rectangle2D) - Method in class net.sf.jaxodraw.gui.AbstractJaxoCanvas
-
Repaint the given Rectangle in graph coordinates.
- replace(JaxoObject, JaxoObject) - Method in class net.sf.jaxodraw.graph.JaxoGraph
-
Replace 'old' by 'o'.
- rescaleObject(int, int, float) - Method in class net.sf.jaxodraw.object.bezier.JaxoBezierObject
-
Rescale this JaxoObject by the scale factor scale, keeping the point (orx, ory) fixed.
- rescaleObject(int, int, float) - Method in class net.sf.jaxodraw.object.fill.JaxoFillObject
-
Rescale this JaxoObject by the scale factor scale, keeping the point (orx, ory) fixed.
- rescaleObject(int, int, float) - Method in class net.sf.jaxodraw.object.group.JaxoGroup
-
Rescale this JaxoObject by the scale factor scale, keeping the point (orx, ory) fixed.
- rescaleObject(int, int, float) - Method in class net.sf.jaxodraw.object.Jaxo3PointObject
-
Rescale this JaxoObject by the scale factor scale, keeping the point (orx, ory) fixed.
- rescaleObject(int, int, float) - Method in class net.sf.jaxodraw.object.JaxoObject
-
Rescale this JaxoObject by the scale factor scale, keeping the point (orx, ory) fixed.
- rescaleObject(int, int, float) - Method in class net.sf.jaxodraw.object.line.JaxoLineObject
-
Rescale this JaxoObject by the scale factor scale, keeping the point (orx, ory) fixed.
- rescaleObject(int, int, float) - Method in class net.sf.jaxodraw.object.loop.JaxoLoopObject
-
Rescale this JaxoObject by the scale factor scale, keeping the point (orx, ory) fixed.
- rescaleObject(int, int, float) - Method in class net.sf.jaxodraw.object.text.JaxoPSText
-
Rescale this JaxoObject by the scale factor scale, keeping the point (orx, ory) fixed.
- rescaleObject(int, int, float) - Method in class net.sf.jaxodraw.object.text.JaxoTextObject
-
Rescale this JaxoObject by the scale factor scale, keeping the point (orx, ory) fixed.
- rescaleObject(int, int, float) - Method in class net.sf.jaxodraw.object.vertex.JaxoVertex
-
Rescale this JaxoObject by the scale factor scale, keeping the point (orx, ory) fixed.
- resetObject() - Method in class net.sf.jaxodraw.gui.panel.edit.JaxoOptionsPanel
-
Reset 'object' (and GUI) to initial value.
- resetPref(String) - Static method in class net.sf.jaxodraw.util.JaxoPrefs
-
Re-sets the given Preference to its default value.
- resetStroke() - Method in class net.sf.jaxodraw.object.arc.JaxoDashArc
-
Resets the stroke to a default BasicStroke with current width.
- resetStroke() - Method in class net.sf.jaxodraw.object.bezier.JaxoDashBezier
-
Resets the stroke to a default BasicStroke with current width.
- resetStroke() - Method in class net.sf.jaxodraw.object.JaxoExtendedObject
-
Resets the stroke to a default BasicStroke with current width.
- resetStroke() - Method in class net.sf.jaxodraw.object.line.JaxoDashLine
-
Resets the stroke to a default BasicStroke with current width.
- resetStroke() - Method in class net.sf.jaxodraw.object.loop.JaxoDashLoop
-
Resets the stroke to a default BasicStroke with current width.
- RESIZE - Static variable in class net.sf.jaxodraw.util.JaxoConstants
-
Resize an object.
- revalidate() - Method in class net.sf.jaxodraw.gui.JaxoTab
-
Initialize the canvas with this tab's graph and grid.
- reValidate() - Method in class net.sf.jaxodraw.plugin.JaxoPluginInfo
-
Re-scans the plugin dir, loading any found plugins.
- reValidate(String) - Method in class net.sf.jaxodraw.plugin.JaxoPluginLoader
-
Invalidates the class loader responsible for plugin loading and re-scans the plugin dir, loading any found classes.
- revalidateCanvas() - Method in class net.sf.jaxodraw.gui.AbstractJaxoCanvas
-
Resets the preferred size of the canvas.
- revalidateCanvas() - Method in class net.sf.jaxodraw.gui.JaxoCanvas
-
Resets the preferred size of the canvas.
- RHO - Static variable in class net.sf.jaxodraw.util.JaxoGreek
-
The greek letter rho.
- RHODAMINE - Static variable in class net.sf.jaxodraw.util.JaxoColor
-
The color Rhodamine.
- rotate(double) - Method in class net.sf.jaxodraw.util.graphics.JaxoWrapperGraphics2D
- rotate(double, double, double) - Method in class net.sf.jaxodraw.util.graphics.JaxoWrapperGraphics2D
- ROYAL_BLUE - Static variable in class net.sf.jaxodraw.util.JaxoColor
-
The color RoyalBlue.
- ROYAL_PURPLE - Static variable in class net.sf.jaxodraw.util.JaxoColor
-
The color RoyalPurple.
- RUBINE_RED - Static variable in class net.sf.jaxodraw.util.JaxoColor
-
The color RubineRed.
- run() - Method in class net.sf.jaxodraw.util.JaxoSoundsHandler
S
- SALMON - Static variable in class net.sf.jaxodraw.util.JaxoColor
-
The color Salmon.
- SARC - Static variable in class net.sf.jaxodraw.util.JaxoConstants
-
Scalar arc.
- save(JaxoGraph, String, String) - Method in class net.sf.jaxodraw.io.JaxoIO
-
Saves the specified JaxoGraph: if the current JaxoGraph has no save file associated with it, asks for a save file name.
- SAVE - Static variable in class net.sf.jaxodraw.util.JaxoConstants
-
Save a JaxoDraw graph.
- SAVE_AS - Static variable in class net.sf.jaxodraw.util.JaxoConstants
-
Save a JaxoDraw graph in a given file.
- SAVE_SELECTION_AS - Static variable in class net.sf.jaxodraw.util.JaxoConstants
-
Save the current selection of objects in a given file.
- saveAs(JaxoGraph, String, String) - Method in class net.sf.jaxodraw.io.JaxoIO
-
Saves the specified JaxoGraph: asks for a save file.
- savePrefs() - Static method in class net.sf.jaxodraw.util.JaxoPrefs
-
Saves the current set of Preferences to the user Preferences node, so they will be used in later sessions.
- saveRecentFiles() - Static method in class net.sf.jaxodraw.util.JaxoPrefs
-
Saves the last visited files in the Preferences node.
- SBACK - Static variable in class net.sf.jaxodraw.util.JaxoConstants
-
Put in the background the most recently selected objects.
- SBEZ - Static variable in class net.sf.jaxodraw.util.JaxoConstants
-
Scalar Bezier.
- SCALAR_DASH - Static variable in class net.sf.jaxodraw.object.JaxoParticleObject
-
Default dash for scalar objects.
- scale(double, double) - Method in class net.sf.jaxodraw.util.graphics.JaxoWrapperGraphics2D
- scaledPoint(double, double, double, double, double) - Static method in class net.sf.jaxodraw.util.JaxoGeometry
-
Returns a point that is obtained from a point (px, py) after a scale transformation scale, keeping the point (orx, ory) fixed.
- SCOPY - Static variable in class net.sf.jaxodraw.util.JaxoConstants
-
Copy into the clipboard the most recently selected objects.
- SCREEN_SIZE - Static variable in class net.sf.jaxodraw.util.JaxoInfo
-
The screen size.
- SCRIPTSIZE - Static variable in class net.sf.jaxodraw.object.text.JaxoLatexText
-
Latex text size scriptsize.
- SEA_GREEN - Static variable in class net.sf.jaxodraw.util.JaxoColor
-
The color SeaGreen.
- SELECT - Static variable in class net.sf.jaxodraw.util.JaxoConstants
-
Select objects.
- SELECT_DX - Static variable in class net.sf.jaxodraw.object.JaxoExtendedObject
-
A point with coordinates (x,y2).
- SELECT_DY - Static variable in class net.sf.jaxodraw.object.JaxoExtendedObject
-
A point with coordinates (x2,y).
- SELECT_NONE - Static variable in class net.sf.jaxodraw.object.JaxoObject
-
An integer that indicates that the user did not grab any object.
- SELECT_P0 - Static variable in class net.sf.jaxodraw.object.line.JaxoLineObject
-
Center point of a line.
- SELECT_P1 - Static variable in class net.sf.jaxodraw.object.JaxoObject
-
First point (index 0).
- SELECT_P2 - Static variable in class net.sf.jaxodraw.object.JaxoExtendedObject
-
Second point (index 1).
- SELECT_P3 - Static variable in class net.sf.jaxodraw.object.Jaxo3PointObject
-
Third point (index 2).
- SELECT_P4 - Static variable in class net.sf.jaxodraw.object.bezier.JaxoBezierObject
-
Fourth point (index 3).
- SEPIA - Static variable in class net.sf.jaxodraw.util.JaxoColor
-
The color Sepia.
- set3Pts(int, int, int, int, int, int) - Method in class net.sf.jaxodraw.object.Jaxo3PointObject
-
Deprecated.unused. Use
Jaxo3PointObject.setLocation(int,int,int,int,int,int)
instead. - setAccelerator(JMenuItem, char) - Static method in class net.sf.jaxodraw.gui.menu.JaxoMenuUtils
-
Sets the Keyboard Accelerator of a JMenuItem to the specified character.
- setAccelerator(JMenuItem, int, int) - Static method in class net.sf.jaxodraw.gui.menu.JaxoMenuUtils
-
Sets the Keyboard Accelerator of a JMenuItem to a KeyStroke given by a numeric key code and a set of modifiers.
- setActionCommand(JMenuItem, int) - Static method in class net.sf.jaxodraw.gui.menu.JaxoMenuUtils
-
Sets the ActionCommand of a JMenuItem to the given mode.
- setActive(boolean) - Method in class net.sf.jaxodraw.gui.JaxoZoom
-
Activate/Deactivate this zoom.
- setActive(boolean) - Method in class net.sf.jaxodraw.gui.panel.JaxoLatexTextToolTip
-
Activates this JaxoLatexTextToolTip.
- setAllign(int) - Method in class net.sf.jaxodraw.object.text.JaxoLatexText
-
Sets the allign property of this text object.
- setAmp(int) - Method in class net.sf.jaxodraw.object.group.JaxoGroup
-
Sets the groupAmp property of this group object.
- setAmp(int) - Method in class net.sf.jaxodraw.object.JaxoParticleObject
-
Sets the amp property of this particle object.
- setAmp(int) - Method in interface net.sf.jaxodraw.object.JaxoWiggleObject
-
Sets the amplitude of this WiggleObject.
- setAntialiasEnabled(boolean) - Method in class net.sf.jaxodraw.gui.AbstractJaxoCanvas
-
Sets the antialias property.
- setAntialiasEnabled(boolean) - Method in class net.sf.jaxodraw.gui.panel.JaxoTabbedCanvasPanel
-
Switches antialiasing on or off.
- setAntialiasing(boolean) - Method in class net.sf.jaxodraw.io.exports.JaxoExportImg
-
Sets the antialias setting.
- setApproveText(String) - Method in class net.sf.jaxodraw.gui.panel.JaxoChooseFile
-
The text for the approve button.
- setArcPts(int, int, int, int, int, int) - Method in class net.sf.jaxodraw.object.arc.JaxoArcObject
-
Deprecated.unused. Use
Jaxo3PointObject.setLocation(int,int,int,int,int,int)
instead. - setArrow(JaxoArrow) - Method in class net.sf.jaxodraw.object.JaxoParticleObject
-
Sets the dash property of this particle object.
- setArrowInset(float) - Method in class net.sf.jaxodraw.object.arrow.AbstractBaseArrow
-
Sets the inset ratio of this arrow.
- setArrowLength(float) - Method in class net.sf.jaxodraw.object.arrow.AbstractBaseArrow
-
Sets the length of this arrow.
- setArrowPosition(float) - Method in class net.sf.jaxodraw.object.JaxoParticleObject
-
Sets the arrowPosition property of this particle object.
- setArrowWidth(float) - Method in class net.sf.jaxodraw.object.arrow.AbstractBaseArrow
-
Sets the width of this arrow.
- setAsMarked(boolean) - Method in class net.sf.jaxodraw.graph.JaxoGraph
-
Marks all objects in this graph.
- setAsMarked(boolean) - Method in class net.sf.jaxodraw.object.JaxoObject
-
Sets this JaxoObject as element of a group.
- setBackground(Color) - Method in class net.sf.jaxodraw.gui.grid.JaxoDefaultGrid
-
Sets the grid background color.
- setBackground(Color) - Method in class net.sf.jaxodraw.util.graphics.JaxoWrapperGraphics2D
- setBackground(Image) - Method in class net.sf.jaxodraw.gui.JaxoZoom
-
Sets the background image for the zoom.
- setBezierPts(int, int, int, int, int, int, int, int) - Method in class net.sf.jaxodraw.object.bezier.JaxoBezierObject
-
Deprecated.unused. Use
JaxoBezierObject.setLocation(int,int,int,int,int,int,int,int)
instead. - setBooleanPref(String, boolean) - Static method in class net.sf.jaxodraw.util.JaxoPrefs
-
Sets the preference with 'name' to the boolean value of newPref.
- setCanvasBackground(Color) - Method in class net.sf.jaxodraw.gui.AbstractJaxoCanvas
-
Sets the color of the background.
- setCanvasBackground(Color) - Method in interface net.sf.jaxodraw.gui.JaxoCanvasComponent
-
Sets the color of the background.
- setCanvasGraph(JaxoGraph) - Method in class net.sf.jaxodraw.gui.AbstractJaxoCanvas
-
Sets the graph to be painted.
- setCanvasGraph(JaxoGraph) - Method in class net.sf.jaxodraw.gui.JaxoCanvas
-
Sets the current graph.
- setCanvasGraph(JaxoGraph) - Method in interface net.sf.jaxodraw.gui.JaxoDrawingArea
-
Sets the graph to be painted.
- setCanvasGraphAndGrid(JaxoGraph, JaxoPaintableGrid) - Method in class net.sf.jaxodraw.gui.AbstractJaxoCanvas
-
Set both graph and grid.
- setCanvasSize(Dimension) - Method in class net.sf.jaxodraw.gui.grid.JaxoDefaultGrid
-
Sets the size of the grid canvas.
- setCanvasSize(Dimension) - Method in interface net.sf.jaxodraw.gui.grid.JaxoPaintableGrid
-
Sets the size of the grid canvas.
- setCanvasSize(Dimension) - Method in class net.sf.jaxodraw.plugin.JaxoExportPlugin
-
Deprecated.this is not used, exports should not depend on the canvas size!
- setCharsetName(String) - Method in class net.sf.jaxodraw.plugin.JaxoImportPlugin
-
Sets the charset name.
- setCheckBoxPanelSize(Dimension) - Method in class net.sf.jaxodraw.gui.panel.edit.JaxoEditPanel
-
Sets the size of a single checkbox panel.
- setChecked(JMenuItem, boolean) - Static method in class net.sf.jaxodraw.gui.menu.JaxoMenuUtils
-
Sets the given JMenuItem as selected.
- setChooser(JaxoColorChooser) - Method in class net.sf.jaxodraw.gui.panel.button.JaxoColorButton
-
Sets the chooser.
- setChooserMode(int) - Method in class net.sf.jaxodraw.gui.panel.button.JaxoColorButton
-
Sets the current chooser mode.
- setChooserTitle(String) - Method in class net.sf.jaxodraw.gui.panel.button.JaxoColorButton
-
Sets the current chooser title.
- setClip(int, int, int, int) - Method in class net.sf.jaxodraw.util.graphics.JaxoWrapperGraphics2D
- setClip(Shape) - Method in class net.sf.jaxodraw.util.graphics.JaxoWrapperGraphics2D
- setClosableAt(int, boolean) - Method in class net.sf.jaxodraw.gui.swing.JaxoClosableTabbedPane
-
Sets the tab at index as closeable.
- setClosableIconAt(int, Icon) - Method in class net.sf.jaxodraw.gui.swing.JaxoClosableTabbedPane
-
Use instead of setIconAt.
- setClosableTitleAt(int, String) - Method in class net.sf.jaxodraw.gui.swing.JaxoClosableTabbedPane
-
Use instead of setTitleAt.
- setColor(Color) - Method in class net.sf.jaxodraw.gui.handle.AbstractJaxoHandle
-
Sets the color of this handle.
- setColor(Color) - Method in class net.sf.jaxodraw.gui.panel.button.JaxoColorButton
-
Sets the button color.
- setColor(Color) - Method in class net.sf.jaxodraw.gui.panel.edit.JaxoColorEditPanel
-
Sets the color of the button icon.
- setColor(Color) - Method in class net.sf.jaxodraw.gui.panel.JaxoColorChooser
-
Set color to be displayed.
- setColor(Color) - Method in class net.sf.jaxodraw.object.arrow.AbstractBaseArrow
-
Sets the color of this arrow.
- setColor(Color) - Method in class net.sf.jaxodraw.object.group.JaxoGroup
-
Sets the color for all objects in this group.If newColor !
- setColor(Color) - Method in interface net.sf.jaxodraw.object.JaxoList
-
Sets the color of all JaxoObjects in this list.
- setColor(Color) - Method in class net.sf.jaxodraw.object.JaxoObject
-
Sets the color of this object.
- setColor(Color) - Method in class net.sf.jaxodraw.object.JaxoObjectList
-
Sets the color of all JaxoObjects in this list.
- setColor(Color) - Method in class net.sf.jaxodraw.util.graphics.JaxoWrapperGraphics2D
- setComponentParent(Component) - Method in class net.sf.jaxodraw.gui.panel.JaxoChooseFile
-
Sets the parent component.
- setComposite(Composite) - Method in class net.sf.jaxodraw.util.graphics.JaxoWrapperGraphics2D
- setDash(float) - Method in class net.sf.jaxodraw.object.JaxoParticleObject
-
Sets the dash property of this particle object.
- setDefault(boolean) - Method in class net.sf.jaxodraw.gui.panel.button.JaxoPanelButton
-
Sets this button as corresponding to the default mode.
- setDefault(int) - Method in class net.sf.jaxodraw.gui.panel.button.JaxoButtonPanel
-
Set a button as default.
- setDefault(int) - Method in class net.sf.jaxodraw.gui.panel.button.JaxoEditButtons
-
Set the button corresponding to mode as default.
- setDefault(int) - Method in class net.sf.jaxodraw.gui.panel.button.JaxoGridButtons
-
Set the button corresponding to mode as default.
- setDefault(int) - Method in class net.sf.jaxodraw.gui.panel.button.JaxoMiscButtons
-
Set the button corresponding to mode as default.
- setDefault(int) - Method in class net.sf.jaxodraw.gui.panel.button.JaxoParticleButtons
-
Set the button corresponding to mode as default.
- setDescription(String) - Method in class net.sf.jaxodraw.graph.JaxoGraph
-
Sets the description text of this JaxoGraph and flags the JaxoGraph as not saved.
- setDescription(String) - Method in class net.sf.jaxodraw.graph.JaxoSaveGraph
-
Sets the description text of this JaxoSaveGraph.
- setDialogTitle(String) - Method in class net.sf.jaxodraw.gui.panel.JaxoChooseFile
-
Sets the dialog title.
- setDialogTitle(String) - Method in class net.sf.jaxodraw.gui.panel.JaxoColorChooser
-
Sets the dialog title.
- setDLSeparation(float) - Method in class net.sf.jaxodraw.object.JaxoParticleObject
-
Sets the double line separation property.
- setDoubleLine(boolean) - Method in class net.sf.jaxodraw.object.JaxoParticleObject
-
Sets the double line property.
- setEditor(JComponent) - Method in class net.sf.jaxodraw.gui.swing.spinner.JaxoFixedJSpinner
- setEnabled(boolean) - Method in class net.sf.jaxodraw.gui.panel.edit.JaxoColorEditPanel
-
Set the button enabled.
- setExports(List<?>) - Method in class net.sf.jaxodraw.gui.panel.JaxoExportPanel
-
Updates the list of export formats.
- setFailure(Object) - Method in class net.sf.jaxodraw.plugin.AbstractJaxoPlugin
-
Sets the reason for an export failure.
- setFilesToOpen(String[]) - Method in class net.sf.jaxodraw.gui.launch.JaxoLauncher
-
Sets a list of files (absolute path strings) to be opened at start-up.
- setFillColor(Color) - Method in class net.sf.jaxodraw.gui.handle.AbstractJaxoHandle
-
Sets the fill color of this fhandle.
- setFillColor(Color) - Method in class net.sf.jaxodraw.object.arrow.AbstractBaseArrow
-
Sets the fill color of this arrow.
- setFillColor(Color) - Method in class net.sf.jaxodraw.object.fill.JaxoFillObject
-
Sets the fill color of this object.
- setFillColor(Color) - Method in interface net.sf.jaxodraw.object.JaxoFillColorObject
-
Sets the fill color of this object.
- setFillColor(Color) - Method in class net.sf.jaxodraw.object.vertex.JaxoVertexT2
-
Sets the fill color of this object.
- setFillColor(Color) - Method in class net.sf.jaxodraw.object.vertex.JaxoVertexT5
-
Sets the fill color of this object.
- setFilled(boolean) - Method in class net.sf.jaxodraw.object.arrow.AbstractBaseArrow
-
Determines if the arrow should be filled.
- setFilled(boolean) - Method in class net.sf.jaxodraw.object.fill.JaxoFillObject
-
Determines if the object should be filled.
- setFilled(boolean) - Method in interface net.sf.jaxodraw.object.JaxoFillColorObject
-
Determines if the object should be filled.
- setFilled(boolean) - Method in class net.sf.jaxodraw.object.vertex.JaxoVertexT2
-
Determines if the object should be filled.
- setFilled(boolean) - Method in class net.sf.jaxodraw.object.vertex.JaxoVertexT5
-
Determines if the object should be filled.
- setFlip(boolean) - Method in class net.sf.jaxodraw.object.JaxoParticleObject
-
Sets the flip property of this particle object.
- setFloatPref(String, float) - Static method in class net.sf.jaxodraw.util.JaxoPrefs
-
Sets the preference with 'name' to the float value of newPref.
- setFont(Font) - Method in class net.sf.jaxodraw.gui.swing.JaxoClosableTabbedPane
- setFont(Font) - Method in class net.sf.jaxodraw.gui.swing.JaxoFontStyleRenderer
- setFont(Font) - Method in class net.sf.jaxodraw.gui.swing.spinner.JaxoFixedJSpinner
- setFont(Font) - Method in class net.sf.jaxodraw.object.group.JaxoGroup
-
Sets the groupTextFont property of this group.
- setFont(Font) - Method in class net.sf.jaxodraw.object.text.JaxoPSText
-
Sets the textFont property of this text object.
- setFont(Font) - Method in class net.sf.jaxodraw.util.graphics.JaxoWrapperGraphics2D
- setFontName(String) - Method in class net.sf.jaxodraw.object.group.JaxoGroup
-
Sets the font name of this group.
- setFontName(String) - Method in class net.sf.jaxodraw.object.text.JaxoPSText
-
Sets the font name of this text.
- setFontSize(int) - Method in class net.sf.jaxodraw.object.group.JaxoGroup
-
Sets the font size of this group.
- setFontSize(int) - Method in class net.sf.jaxodraw.object.text.JaxoPSText
-
Sets the font size of this text.
- setFontStyle(int) - Method in class net.sf.jaxodraw.object.group.JaxoGroup
-
Sets the font style of this group.
- setFontStyle(int) - Method in class net.sf.jaxodraw.object.text.JaxoPSText
-
Sets the font style of this text.
- setFontStyleAt(int, int) - Method in class net.sf.jaxodraw.gui.swing.JaxoClosableTabbedPane
-
Sets the font style of the tab at index.
- setFrequencyFromWiggles(int) - Method in class net.sf.jaxodraw.object.arc.JaxoGlArc
-
Sets the number of wiggles to the given value and derives the frequency from it.
- setFrequencyFromWiggles(int) - Method in class net.sf.jaxodraw.object.arc.JaxoPArc
-
Sets the number of wiggles to the given value and derives the frequency from it.
- setFrequencyFromWiggles(int) - Method in class net.sf.jaxodraw.object.bezier.JaxoGlBezier
-
Sets the number of wiggles to the given value and derives the frequency from it.
- setFrequencyFromWiggles(int) - Method in class net.sf.jaxodraw.object.bezier.JaxoPBezier
-
Sets the number of wiggles to the given value and derives the frequency from it.
- setFrequencyFromWiggles(int) - Method in interface net.sf.jaxodraw.object.JaxoWiggleObject
-
Sets the number of wiggles to the given value and derives the frequency from it.
- setFrequencyFromWiggles(int) - Method in class net.sf.jaxodraw.object.line.JaxoGlLine
-
Sets the number of wiggles to the given value and derives the frequency from it.
- setFrequencyFromWiggles(int) - Method in class net.sf.jaxodraw.object.line.JaxoPLine
-
Sets the number of wiggles to the given value and derives the frequency from it.
- setFrequencyFromWiggles(int) - Method in class net.sf.jaxodraw.object.line.JaxoZigZagLine
-
Sets the number of wiggles to the given value and derives the frequency from it.
- setFrequencyFromWiggles(int) - Method in class net.sf.jaxodraw.object.loop.JaxoGlLoop
-
Sets the number of wiggles to the given value and derives the frequency from it.
- setFrequencyFromWiggles(int) - Method in class net.sf.jaxodraw.object.loop.JaxoPLoop
-
Sets the number of wiggles to the given value and derives the frequency from it.
- setFromPrefs() - Method in class net.sf.jaxodraw.gui.panel.JaxoPrefsPanel
-
Set shown values from preferences.
- setGraph(JaxoGraph) - Method in class net.sf.jaxodraw.gui.panel.JaxoLatexTextToolTip
-
Sets the graph.
- setGraph(JaxoGraph) - Method in class net.sf.jaxodraw.plugin.JaxoExportPlugin
-
Sets the graph to export.
- setGrid(JaxoPaintableGrid) - Method in class net.sf.jaxodraw.gui.AbstractJaxoCanvas
-
Sets the grid to be painted on this drawing area.
- setGrid(JaxoPaintableGrid) - Method in interface net.sf.jaxodraw.gui.JaxoDrawingArea
-
Sets the grid to be painted on this drawing area.
- setGridColor(Color) - Method in class net.sf.jaxodraw.gui.grid.JaxoDefaultGrid
-
Sets the color of the grid points.
- setGridColor(Color) - Method in interface net.sf.jaxodraw.gui.grid.JaxoPaintableGrid
-
Sets the color of the grid points.
- setGridColor(Color) - Method in class net.sf.jaxodraw.gui.JaxoTab
-
Sets the color of the grid.
- setGridPainted(boolean) - Method in class net.sf.jaxodraw.gui.JaxoTab
-
Switch on the grid.
- setGridSize(int) - Method in class net.sf.jaxodraw.gui.grid.JaxoDefaultGrid
-
Sets the size of the grid to the given value.
- setGridSize(int) - Method in interface net.sf.jaxodraw.gui.grid.JaxoPaintableGrid
-
Sets the size of the grid to the given value.
- setGridSize(int) - Method in class net.sf.jaxodraw.gui.JaxoTab
-
Sets the size of the grid to the given value.
- setGridStyle(int) - Method in class net.sf.jaxodraw.gui.grid.JaxoDefaultGrid
-
Set style, and repaint.
- setGridStyle(int) - Method in interface net.sf.jaxodraw.gui.grid.JaxoPaintableGrid
-
Set style, and repaint.
- setGridStyle(int) - Method in class net.sf.jaxodraw.gui.JaxoTab
-
Sets the style of the grid.
- setGridType(int) - Method in class net.sf.jaxodraw.gui.grid.JaxoDefaultGrid
-
Sets the type of the grid (TYPE_XYZ).
- setGridType(int) - Method in interface net.sf.jaxodraw.gui.grid.JaxoPaintableGrid
-
Sets the type of the grid (TYPE_XYZ).
- setGridType(int) - Method in class net.sf.jaxodraw.gui.JaxoTab
-
Sets the type of the grid.
- setHandle(JaxoHandle) - Method in class net.sf.jaxodraw.gui.AbstractJaxoCanvas
-
Sets a new handle.
- setHandlePaintMode(int) - Method in class net.sf.jaxodraw.gui.AbstractJaxoCanvas
-
Sets how to paint handles.
- setId(String) - Method in class net.sf.jaxodraw.gui.panel.button.JaxoPanelButton
-
Sets the name and the action command of this button.
- setImports(List<JaxoImportPlugin>) - Method in class net.sf.jaxodraw.gui.panel.JaxoImportPanel
-
Updates the list of import formats.
- setIntPref(String, int) - Static method in class net.sf.jaxodraw.util.JaxoPrefs
-
Sets the preference with 'name' to the int value newPref.
- setIntStepSize(int) - Method in class net.sf.jaxodraw.gui.swing.spinner.JaxoSpinnerIntModel
-
JaxoSpinnerIntModel.setStepSize(java.lang.Number)
with int argument. - setIntValue(int) - Method in class net.sf.jaxodraw.gui.swing.spinner.JaxoSpinnerIntModel
-
JaxoSpinnerIntModel.setValue(java.lang.Object)
with int argument. - setItems(List<?>) - Method in class net.sf.jaxodraw.gui.swing.spinner.JaxoSpinnerComboBox
-
Set the items contained in the (popup) list.
- setJaxoDrawVersion(String) - Method in class net.sf.jaxodraw.graph.JaxoSaveGraph
-
Set the JaxoDraw version that this JaxoSaveGraph was created with.
- setLandscape(boolean) - Method in class net.sf.jaxodraw.io.exports.JaxoExportPS
-
Sets the landscape mode.
- setLanguageKey(JMenuItem, String) - Static method in class net.sf.jaxodraw.gui.menu.JaxoMenuUtils
-
Set the i18n key of a JMenuItem.
- setLatexTextSize(int) - Method in class net.sf.jaxodraw.object.group.JaxoGroup
-
Sets the groupTeXSize property of this group object.
- setLatexTextSize(int) - Method in class net.sf.jaxodraw.object.text.JaxoLatexText
-
Sets the latex font size of this text object.
- setLevel(int) - Static method in class net.sf.jaxodraw.util.JaxoLog
-
Sets the logging level.
- setLevel(Level) - Method in class net.sf.jaxodraw.logging.JaxoDefaultLogger
-
Sets the logging level.
- setLevel(Level) - Method in interface net.sf.jaxodraw.logging.JaxoLogger
-
Sets the logging level.
- setLineBoxLayout() - Method in class net.sf.jaxodraw.gui.panel.edit.JaxoEditPanel
-
Set LayoutManager to a new LINE_AXIS BoxLayout
- setLocation(int, int) - Method in class net.sf.jaxodraw.object.JaxoObject
-
Sets the x and y coordinate of this object.
- setLocation(int, int, int, int) - Method in class net.sf.jaxodraw.object.JaxoExtendedObject
-
Sets the position coordinates of this object.
- setLocation(int, int, int, int, int, int) - Method in class net.sf.jaxodraw.object.Jaxo3PointObject
-
Sets the points of this 3 point object.
- setLocation(int, int, int, int, int, int, int, int) - Method in class net.sf.jaxodraw.object.bezier.JaxoBezierObject
-
Sets the points of this Bezier.
- setLocation(Window) - Method in class net.sf.jaxodraw.util.Location.RelativeTo
-
Set the location of the given window.
- setLocation(Window) - Method in class net.sf.jaxodraw.util.Location.RelativeToAvoiding
-
Set the location of the given window.
- setLocation(Window) - Method in interface net.sf.jaxodraw.util.Location
-
Set the location of the given window.
- setLocationRelativeToAvoiding(Window, Component, Rectangle) - Static method in class net.sf.jaxodraw.util.JaxoGeometry
-
Put Window into a nice place - in principle as setLocationRelativeTo(c), but try to avoid covering the given Rectangle.
- setLogger(JaxoLogger) - Static method in class net.sf.jaxodraw.util.JaxoLog
-
Sets a logger.
- setLookAndFeel(String) - Static method in class net.sf.jaxodraw.util.JaxoLooknFeel
-
Safe wrapper around
UIManager.setLookAndFeel(String)
: Set the LookAndFeel, temporarily adjusting the locale to fix resource bundle lookup (default locale problems), and to make JColorChooser work. - setLookAndFeel(LookAndFeel) - Static method in class net.sf.jaxodraw.util.JaxoLooknFeel
-
Set the LookAndFeel, temporarily adjusting the locale to fix resource bundle lookup (default locale problems), and to make JColorChooser work.
- setMaximumCanvasSize(Dimension) - Method in class net.sf.jaxodraw.gui.AbstractJaxoCanvas
-
Sets the maximum canvas size.
- setMaximumCanvasSize(Dimension) - Method in interface net.sf.jaxodraw.gui.JaxoCanvasComponent
-
Sets the maximum canvas size.
- setMenuItemEnabled(int, boolean) - Method in class net.sf.jaxodraw.gui.menu.popup.JaxoFBoxPopupMenu
-
Enabled/Disables the given menu item.
- setMinimumCanvasSize(Dimension) - Method in class net.sf.jaxodraw.gui.AbstractJaxoCanvas
-
Sets the minimum canvas size.
- setMinimumCanvasSize(Dimension) - Method in interface net.sf.jaxodraw.gui.JaxoCanvasComponent
-
Sets the minimum canvas size.
- setMode(int) - Method in class net.sf.jaxodraw.gui.JaxoCanvasEventListener
-
Set the current editing mode.
- setMode(int) - Method in class net.sf.jaxodraw.gui.panel.JaxoColorChooser
-
Sets the current mode.
- setMode(JaxoExportPS.Format) - Method in class net.sf.jaxodraw.io.exports.JaxoExportPS
-
Sets the export mode.
- setNewPreviewFrame(boolean) - Method in class net.sf.jaxodraw.gui.panel.JaxoExportPanel
-
Set the watchFile mode.
- setNewScale(float) - Method in class net.sf.jaxodraw.object.group.JaxoGroup
-
Rescales the group with the given scale factor, leaving the first point fixed.
- setNoFreqStretching(boolean) - Method in class net.sf.jaxodraw.object.bezier.JaxoBezierObject
-
Sets the frequency stretching property of this Bezier.
- setObject(JaxoObject) - Method in class net.sf.jaxodraw.gui.panel.edit.JaxoOptionsPanel
-
Set the object that is being edited.
- setObjectList(JaxoList<JaxoObject>) - Method in class net.sf.jaxodraw.graph.JaxoGraph
-
Sets the list of objects of this JaxoGraph to list and flags the JaxoGraph as not saved.
- setObjectList(JaxoList<JaxoObject>) - Method in class net.sf.jaxodraw.graph.JaxoSaveGraph
-
Sets the list of JaxoObjects of this JaxoSaveGraph to list.
- setObjectList(JaxoList<JaxoObject>) - Method in class net.sf.jaxodraw.object.group.JaxoGroup
-
Sets the JaxoObjects of this group.
- setOneColumnPanelLayout(GridLayout) - Method in class net.sf.jaxodraw.gui.panel.edit.JaxoEditPanel
-
Sets the layout of one column.
- setOptional(boolean) - Method in class net.sf.jaxodraw.gui.panel.button.JaxoColorButton
-
Sets the optional property.
- setOptional(boolean) - Method in class net.sf.jaxodraw.gui.panel.JaxoColorChooser
-
Sets the optional property.
- setOptionalColor(Color) - Method in class net.sf.jaxodraw.gui.panel.JaxoColorChooser
-
Sets the optional and color properties.
- setOrigin(int) - Method in class net.sf.jaxodraw.gui.swing.spinner.JaxoSpinnerIntModel
-
Set origin property (potentially changing also 'value').
- setPackageList(List<String>) - Method in class net.sf.jaxodraw.graph.JaxoGraph
-
Sets the list of Latex packages of this JaxoGraph to list and flags the JaxoGraph as not saved.
- setPackageList(List<String>) - Method in class net.sf.jaxodraw.graph.JaxoSaveGraph
-
Sets the list of Latex packages of this JaxoSaveGraph.
- setPaint(Paint) - Method in class net.sf.jaxodraw.util.graphics.JaxoWrapperGraphics2D
- setPaintArrow(boolean) - Method in class net.sf.jaxodraw.object.JaxoParticleObject
-
Sets the arrow property of this particle object.
- setPainted(boolean) - Method in class net.sf.jaxodraw.gui.grid.JaxoDefaultGrid
-
Determine if this grid gets painted.
- setPainted(boolean) - Method in interface net.sf.jaxodraw.gui.grid.JaxoPaintableGrid
-
Determine if this grid gets painted.
- setPaintMode() - Method in class net.sf.jaxodraw.util.graphics.JaxoWrapperGraphics2D
- setPanelLayout(GridLayout) - Method in class net.sf.jaxodraw.gui.panel.edit.JaxoEditPanel
-
Set the PanelLayout.
- setParameter(String, boolean) - Method in class net.sf.jaxodraw.object.JaxoObject
-
Invokes a setter method for the given parameter name and value.
- setParameter(String, float) - Method in class net.sf.jaxodraw.object.JaxoObject
-
Invokes a setter method for the given parameter name and value.
- setParameter(String, int) - Method in class net.sf.jaxodraw.object.JaxoObject
-
Invokes a setter method for the given parameter name and value.
- setParameter(String, Color) - Method in class net.sf.jaxodraw.object.JaxoObject
-
Invokes a setter method for the given parameter name and value.
- setParameter(String, Class<?>, Object) - Method in class net.sf.jaxodraw.object.JaxoObject
-
Invokes a setter method for the given parameter name using reflection.
- setParameter(String, Class<?>, Object, boolean) - Method in class net.sf.jaxodraw.object.JaxoObject
-
Invokes a setter method for the given parameter name using reflection.
- setParameter(String, String) - Method in class net.sf.jaxodraw.object.JaxoObject
-
Invokes a setter method for the given parameter name and value.
- setParentComponent(Component) - Method in class net.sf.jaxodraw.io.JaxoPreview
-
Sets the parent component.
- setParentComponent(Component) - Method in class net.sf.jaxodraw.plugin.AbstractJaxoPlugin
-
Sets the parent component of this dialog.
- setPermanent(boolean) - Method in class net.sf.jaxodraw.gui.panel.JaxoColorChooser
-
Whether the chooser stays alive after showing for further requests.
- setPointCount(int) - Method in class net.sf.jaxodraw.object.JaxoObject
-
Set point count; currently only used for bean creation of objects, where setPoints is used.
- setPoints(Point[]) - Method in class net.sf.jaxodraw.object.JaxoObject
-
Set all points; currently only used for bean creation of objects.
- setPreferences() - Method in class net.sf.jaxodraw.object.arc.JaxoGArc
-
Applies default values to this JaxoObject.
- setPreferences() - Method in class net.sf.jaxodraw.object.arc.JaxoGlArc
-
Applies default values to this JaxoObject.
- setPreferences() - Method in class net.sf.jaxodraw.object.arc.JaxoPArc
-
Applies default values to this JaxoObject.
- setPreferences() - Method in class net.sf.jaxodraw.object.arc.JaxoSArc
-
Applies default values to this JaxoObject.
- setPreferences() - Method in class net.sf.jaxodraw.object.bezier.JaxoBezierObject
-
Applies default values to this JaxoObject.
- setPreferences() - Method in class net.sf.jaxodraw.object.bezier.JaxoGBezier
-
Applies default values to this JaxoObject.
- setPreferences() - Method in class net.sf.jaxodraw.object.bezier.JaxoGlBezier
-
Applies default values to this JaxoObject.
- setPreferences() - Method in class net.sf.jaxodraw.object.bezier.JaxoPBezier
-
Applies default values to this JaxoObject.
- setPreferences() - Method in class net.sf.jaxodraw.object.bezier.JaxoSBezier
-
Applies default values to this JaxoObject.
- setPreferences() - Method in class net.sf.jaxodraw.object.fill.JaxoBlob
-
Applies default values to this JaxoObject.
- setPreferences() - Method in class net.sf.jaxodraw.object.fill.JaxoFillObject
-
Applies default values to this JaxoObject.
- setPreferences() - Method in class net.sf.jaxodraw.object.JaxoExtendedObject
-
Applies default values to this JaxoObject.
- setPreferences() - Method in class net.sf.jaxodraw.object.JaxoObject
-
Applies default values to this JaxoObject.
- setPreferences() - Method in class net.sf.jaxodraw.object.JaxoParticleObject
-
Applies default values to this JaxoObject.
- setPreferences() - Method in class net.sf.jaxodraw.object.line.JaxoGLine
-
Applies default values to this JaxoObject.
- setPreferences() - Method in class net.sf.jaxodraw.object.line.JaxoGlLine
-
Applies default values to this JaxoObject.
- setPreferences() - Method in class net.sf.jaxodraw.object.line.JaxoPLine
-
Applies default values to this JaxoObject.
- setPreferences() - Method in class net.sf.jaxodraw.object.line.JaxoSLine
-
Applies default values to this JaxoObject.
- setPreferences() - Method in class net.sf.jaxodraw.object.line.JaxoZigZagLine
-
Applies default values to this JaxoObject.
- setPreferences() - Method in class net.sf.jaxodraw.object.loop.JaxoGlLoop
-
Applies default values to this JaxoObject.
- setPreferences() - Method in class net.sf.jaxodraw.object.loop.JaxoGLoop
-
Applies default values to this JaxoObject.
- setPreferences() - Method in class net.sf.jaxodraw.object.loop.JaxoPLoop
-
Applies default values to this JaxoObject.
- setPreferences() - Method in class net.sf.jaxodraw.object.loop.JaxoSLoop
-
Applies default values to this JaxoObject.
- setPreferences() - Method in class net.sf.jaxodraw.object.text.JaxoLatexText
-
Applies default values to this JaxoObject.
- setPreferences() - Method in class net.sf.jaxodraw.object.text.JaxoPSText
-
Applies default values to this JaxoObject.
- setPreferences() - Method in class net.sf.jaxodraw.object.text.JaxoTextObject
-
Applies default values to this JaxoObject.
- setPreferences() - Method in class net.sf.jaxodraw.object.vertex.JaxoVertex
-
Applies default values to this JaxoObject.
- setPreferences() - Method in class net.sf.jaxodraw.object.vertex.JaxoVertexT2
-
Applies default values to this JaxoObject.
- setPreferences() - Method in class net.sf.jaxodraw.object.vertex.JaxoVertexT5
-
Applies default values to this JaxoObject.
- setPrinting(boolean) - Method in class net.sf.jaxodraw.util.graphics.JaxoGraphics2D
-
Sets whether printing is currently active.
- setProperty(String, String) - Method in class net.sf.jaxodraw.plugin.AbstractJaxoPlugin
-
Sets a property to the given value.
- setRadius(float) - Method in class net.sf.jaxodraw.object.JaxoExtendedObject
-
Convenience method for setting the 'radius' of a 2 point object.
- setRecentFiles(String[]) - Static method in class net.sf.jaxodraw.util.JaxoPrefs
-
Set the recently opened files to the given array of absolute path names.
- setRelativeHeight(int) - Method in class net.sf.jaxodraw.object.JaxoExtendedObject
-
Deprecated.unused. Use
JaxoExtendedObject.setY2(int)
orJaxoExtendedObject.setRelWAndH(int,int)
instead. - setRelativeWidth(int) - Method in class net.sf.jaxodraw.object.JaxoExtendedObject
-
Deprecated.unused. Use
JaxoExtendedObject.setX2(int)
orJaxoExtendedObject.setRelWAndH(int,int)
instead. - setRelWAndH(int, int) - Method in class net.sf.jaxodraw.object.JaxoExtendedObject
-
Sets the relative width and height of this object.
- setRenderingHint(RenderingHints.Key, Object) - Method in class net.sf.jaxodraw.util.graphics.JaxoWrapperGraphics2D
- setRenderingHints(Map<?, ?>) - Method in class net.sf.jaxodraw.util.graphics.JaxoWrapperGraphics2D
- setResolution(float) - Method in class net.sf.jaxodraw.io.exports.JaxoExportImg
-
Sets the resolution of the img export.
- setRotationAngle(int) - Method in class net.sf.jaxodraw.object.fill.JaxoBlob
-
Sets the rotation angle of this blob.
- setRotationAngle(int) - Method in interface net.sf.jaxodraw.object.JaxoRotationObject
-
Sets the rotationAngle property of this rotation object.
- setRotationAngle(int) - Method in class net.sf.jaxodraw.object.text.JaxoTextObject
-
Sets the rotationAngle property of this text object.
- setRotationAngle(int) - Method in class net.sf.jaxodraw.object.vertex.JaxoVertex
-
Sets the rotation angle of this vertex, this only acts on P2.
- setRotationValue(int) - Method in class net.sf.jaxodraw.gui.swing.spinner.JaxoSpinnerRotationModel
-
JaxoSpinnerRotationModel.setValue(java.lang.Object)
with int argument. - setSaved(boolean) - Method in class net.sf.jaxodraw.graph.JaxoGraph
-
Declares the current JaxoGraph as saved or unsaved, according to the boolean variable isSaved.
- setSaved(boolean) - Method in class net.sf.jaxodraw.gui.JaxoTab
-
Sets the tab saved / not saved.
- setSaveFileName(String) - Method in class net.sf.jaxodraw.graph.JaxoGraph
-
Sets the default file name for save operations.
- setSaveFileName(String) - Method in class net.sf.jaxodraw.gui.JaxoTab
-
Sets the save file name.
- setSaveGraph(JaxoSaveGraph) - Method in class net.sf.jaxodraw.graph.JaxoGraph
-
Sets the JaxoSaveGraph (i.e., the current list of objects and the current description) of the current JaxoGraph.
- setSecondaryColor(Color) - Method in class net.sf.jaxodraw.gui.handle.AbstractJaxoHandle
-
Sets the secondary color of this handle.
- setSelected(boolean) - Method in class net.sf.jaxodraw.gui.panel.button.JaxoPanelButton
-
Sets a button selected.
- setSelectedTab(JaxoTab) - Method in class net.sf.jaxodraw.gui.panel.JaxoTabbedCanvasPanel
-
Sets the given tab as currently selected.
- setShortGraphName(String) - Method in class net.sf.jaxodraw.plugin.AbstractJaxoPlugin
-
Sets a short name for the current graph.
- setShutDownHook(JaxoShutDown) - Method in class net.sf.jaxodraw.gui.launch.JaxoLauncher
-
Sets a shutdown hook that will be called from the main panel at shutdown.
- setSilent(boolean) - Method in class net.sf.jaxodraw.plugin.AbstractJaxoPlugin
-
Sets the silent mode.
- setSize(int) - Method in class net.sf.jaxodraw.gui.handle.AbstractJaxoHandle
-
Sets the handle size.
- setSnap(boolean) - Method in class net.sf.jaxodraw.gui.swing.spinner.JaxoSpinnerIntModel
-
Set snap property (potentially changing also 'value').
- setSnapping(boolean) - Method in class net.sf.jaxodraw.gui.grid.JaxoDefaultGrid
-
Switch on/off the snapping of this grid.
- setSnapping(boolean) - Method in interface net.sf.jaxodraw.gui.grid.JaxoPaintableGrid
-
Switch on/off the snapping of this grid.
- setSnappingToGrid(boolean) - Method in class net.sf.jaxodraw.gui.JaxoTab
-
Switches snapping to the grid on/off.
- setState(Map<String, Object>) - Static method in class net.sf.jaxodraw.util.JaxoPrefs
-
Restore the preferences to a previous state.
- setState(JaxoObject) - Method in class net.sf.jaxodraw.object.arc.JaxoArcObject
-
Restore state to the values of 'o'.
- setState(JaxoObject) - Method in class net.sf.jaxodraw.object.arc.JaxoGlArc
-
Restore state to the values of 'o'.
- setState(JaxoObject) - Method in class net.sf.jaxodraw.object.arc.JaxoPArc
-
Restore state to the values of 'o'.
- setState(JaxoObject) - Method in class net.sf.jaxodraw.object.bezier.JaxoBezierObject
-
Restore state to the values of 'o'.
- setState(JaxoObject) - Method in class net.sf.jaxodraw.object.bezier.JaxoGlBezier
-
Restore state to the values of 'o'.
- setState(JaxoObject) - Method in class net.sf.jaxodraw.object.bezier.JaxoPBezier
-
Restore state to the values of 'o'.
- setState(JaxoObject) - Method in class net.sf.jaxodraw.object.fill.JaxoBlob
-
Restore state to the values of 'o'.
- setState(JaxoObject) - Method in class net.sf.jaxodraw.object.fill.JaxoFillObject
-
Restore state to the values of 'o'.
- setState(JaxoObject) - Method in class net.sf.jaxodraw.object.group.JaxoGroup
-
Restore state to the values of 'o'.
- setState(JaxoObject) - Method in class net.sf.jaxodraw.object.JaxoExtendedObject
-
Restore state to the values of 'o'.
- setState(JaxoObject) - Method in class net.sf.jaxodraw.object.JaxoObject
-
Restore state to the values of 'o'.
- setState(JaxoObject) - Method in class net.sf.jaxodraw.object.JaxoParticleObject
-
Restore state to the values of 'o'.
- setState(JaxoObject) - Method in class net.sf.jaxodraw.object.line.JaxoGlLine
-
Restore state to the values of 'o'.
- setState(JaxoObject) - Method in class net.sf.jaxodraw.object.line.JaxoLineObject
-
Restore state to the values of 'o'.
- setState(JaxoObject) - Method in class net.sf.jaxodraw.object.line.JaxoPLine
-
Restore state to the values of 'o'.
- setState(JaxoObject) - Method in class net.sf.jaxodraw.object.line.JaxoZigZagLine
-
Restore state to the values of 'o'.
- setState(JaxoObject) - Method in class net.sf.jaxodraw.object.loop.JaxoGlLoop
-
Restore state to the values of 'o'.
- setState(JaxoObject) - Method in class net.sf.jaxodraw.object.loop.JaxoPLoop
-
Restore state to the values of 'o'.
- setState(JaxoObject) - Method in class net.sf.jaxodraw.object.text.JaxoLatexText
-
Restore state to the values of 'o'.
- setState(JaxoObject) - Method in class net.sf.jaxodraw.object.text.JaxoPSText
-
Restore state to the values of 'o'.
- setState(JaxoObject) - Method in class net.sf.jaxodraw.object.text.JaxoTextObject
-
Restore state to the values of 'o'.
- setState(JaxoObject) - Method in class net.sf.jaxodraw.object.vertex.JaxoVertexT2
-
Restore state to the values of 'o'.
- setState(JaxoObject) - Method in class net.sf.jaxodraw.object.vertex.JaxoVertexT5
-
Restore state to the values of 'o'.
- setStepSize(Number) - Method in class net.sf.jaxodraw.gui.swing.spinner.JaxoSpinnerIntModel
- setStringPref(String, String) - Static method in class net.sf.jaxodraw.util.JaxoPrefs
-
Sets the preference with 'name' to the string str.
- setStroke(BasicStroke) - Method in class net.sf.jaxodraw.object.JaxoExtendedObject
-
Sets the stroke of this particle object.
- setStroke(Stroke) - Method in class net.sf.jaxodraw.gui.handle.AbstractJaxoHandle
-
Sets the stroke of this handle.
- setStroke(Stroke) - Method in class net.sf.jaxodraw.object.arrow.AbstractBaseArrow
-
Sets the stroke of this arrow.
- setStroke(Stroke) - Method in class net.sf.jaxodraw.util.graphics.JaxoWrapperGraphics2D
- setStrokeWidth(float) - Method in class net.sf.jaxodraw.object.group.JaxoGroup
-
Sets the strokeWidth property of this group object.
- setStrokeWidth(float) - Method in class net.sf.jaxodraw.object.JaxoExtendedObject
-
Sets the stroke width property of this particle object.
- setSymmetric(boolean) - Method in class net.sf.jaxodraw.object.arc.JaxoPArc
-
Sets the symmetric property of this arc object.
- setSymmetric(boolean) - Method in interface net.sf.jaxodraw.object.JaxoSymmetricObject
-
Sets the symmetric property of this object.
- setSymmetric(boolean) - Method in class net.sf.jaxodraw.object.line.JaxoPLine
-
Sets the symmetric property of this line object.
- setSymmetric(boolean) - Method in class net.sf.jaxodraw.object.line.JaxoZigZagLine
-
Sets the symmetric property of this line object.
- setTabMode(int) - Method in class net.sf.jaxodraw.gui.JaxoTab
-
Sets the tab mode.
- setTabTitle(String) - Method in class net.sf.jaxodraw.gui.JaxoTab
-
Sets this tab's title.
- setTextString(String) - Method in class net.sf.jaxodraw.object.text.JaxoPSText
-
Sets the textString property of this text object.
- setTextString(String) - Method in class net.sf.jaxodraw.object.text.JaxoTextObject
-
Sets the textString property of this text object.
- SETTINGS_DIR - Static variable in class net.sf.jaxodraw.util.JaxoInfo
-
The absolute path of the directory where user settings are stored.
- setTitle(String) - Method in class net.sf.jaxodraw.io.JaxoPreview
-
Sets the title of this dialog.
- setTitleAndIcon(String, String) - Method in class net.sf.jaxodraw.gui.panel.edit.JaxoOptionsPanel
-
Set title (message key) and icon (filename) that are displayed in the dialog.
- setTitleAndIcon(String, String) - Method in interface net.sf.jaxodraw.object.JaxoObjectEditPanel
-
Set title (message key) and icon (filename) that are displayed in the dialog.
- setToUIManagerValue() - Method in class net.sf.jaxodraw.gui.panel.JaxoLookAndFeelPanel
-
Set chosen LookAndFeel to the current UIManager one.
- setTransform(AffineTransform) - Method in class net.sf.jaxodraw.util.graphics.JaxoWrapperGraphics2D
- setTransient(Class<?>, String[]) - Static method in class net.sf.jaxodraw.object.JaxoObject
-
Make all 'properties' in the bean info for class 'c' transient.
- setValue(int) - Method in class net.sf.jaxodraw.gui.panel.JaxoProgressDialog
-
Sets a new value for the progress bar.
- setValue(Object) - Method in class net.sf.jaxodraw.gui.swing.spinner.JaxoSpinnerIntModel
- setValue(Object) - Method in class net.sf.jaxodraw.gui.swing.spinner.JaxoSpinnerRotationModel
- setValue(String) - Method in class net.sf.jaxodraw.gui.panel.JaxoLookAndFeelPanel
-
Set chosen LookAndFeel to the one with matching 'name'.
- setVertexPts(int, int, int, int, int, int) - Method in class net.sf.jaxodraw.object.vertex.JaxoVertexT5
-
Deprecated.
- setVisible(boolean) - Method in class net.sf.jaxodraw.gui.panel.JaxoPluginManagerPanel
-
Activates the Plagin Manager Panel.
- setWiggles(int) - Method in class net.sf.jaxodraw.object.JaxoParticleObject
-
Sets the wiggles property of this particle object.
- setWiggles(int) - Method in interface net.sf.jaxodraw.object.JaxoWiggleObject
-
Sets the number of wiggles of this WiggleObject.
- setWigglesFromFrequency() - Method in class net.sf.jaxodraw.object.arc.JaxoGlArc
-
Sets the number of wiggles from the current frequency.
- setWigglesFromFrequency() - Method in class net.sf.jaxodraw.object.arc.JaxoPArc
-
Sets the number of wiggles from the current frequency.
- setWigglesFromFrequency() - Method in class net.sf.jaxodraw.object.bezier.JaxoGlBezier
-
Sets the number of wiggles from the current frequency.
- setWigglesFromFrequency() - Method in class net.sf.jaxodraw.object.bezier.JaxoPBezier
-
Sets the number of wiggles from the current frequency.
- setWigglesFromFrequency() - Method in interface net.sf.jaxodraw.object.JaxoWiggleObject
-
Sets the number of wiggles from the current frequency.
- setWigglesFromFrequency() - Method in class net.sf.jaxodraw.object.line.JaxoGlLine
-
Sets the number of wiggles from the current frequency.
- setWigglesFromFrequency() - Method in class net.sf.jaxodraw.object.line.JaxoPLine
-
Sets the number of wiggles from the current frequency.
- setWigglesFromFrequency() - Method in class net.sf.jaxodraw.object.line.JaxoZigZagLine
-
Sets the number of wiggles from the current frequency.
- setWigglesFromFrequency() - Method in class net.sf.jaxodraw.object.loop.JaxoGlLoop
-
Sets the number of wiggles from the current frequency.
- setWigglesFromFrequency() - Method in class net.sf.jaxodraw.object.loop.JaxoPLoop
-
Sets the number of wiggles from the current frequency.
- setWigglesFromFrequency(float) - Method in class net.sf.jaxodraw.object.arc.JaxoGlArc
-
Sets the frequency to the given value and derives the number of wiggles from it.
- setWigglesFromFrequency(float) - Method in class net.sf.jaxodraw.object.arc.JaxoPArc
-
Sets the frequency to the given value and derives the number of wiggles from it.
- setWigglesFromFrequency(float) - Method in class net.sf.jaxodraw.object.bezier.JaxoGlBezier
-
Sets the frequency to the given value and derives the number of wiggles from it.
- setWigglesFromFrequency(float) - Method in class net.sf.jaxodraw.object.bezier.JaxoPBezier
-
Sets the frequency to the given value and derives the number of wiggles from it.
- setWigglesFromFrequency(float) - Method in interface net.sf.jaxodraw.object.JaxoWiggleObject
-
Sets the frequency to the given value and derives the number of wiggles from it.
- setWigglesFromFrequency(float) - Method in class net.sf.jaxodraw.object.line.JaxoGlLine
-
Sets the frequency to the given value and derives the number of wiggles from it.
- setWigglesFromFrequency(float) - Method in class net.sf.jaxodraw.object.line.JaxoPLine
-
Sets the frequency to the given value and derives the number of wiggles from it.
- setWigglesFromFrequency(float) - Method in class net.sf.jaxodraw.object.line.JaxoZigZagLine
-
Sets the frequency to the given value and derives the number of wiggles from it.
- setWigglesFromFrequency(float) - Method in class net.sf.jaxodraw.object.loop.JaxoGlLoop
-
Sets the frequency to the given value and derives the number of wiggles from it.
- setWigglesFromFrequency(float) - Method in class net.sf.jaxodraw.object.loop.JaxoPLoop
-
Sets the frequency to the given value and derives the number of wiggles from it.
- setX(int) - Method in class net.sf.jaxodraw.object.JaxoObject
-
Sets the x coordinate of this object.
- setX(int, int) - Method in class net.sf.jaxodraw.object.bezier.JaxoBezierObject
-
Set X coordinate of Point 0 invalid input: '<'= index invalid input: '<' getPointCount() to 'value'.
- setX(int, int) - Method in class net.sf.jaxodraw.object.Jaxo3PointObject
-
Set X coordinate of Point 0 invalid input: '<'= index invalid input: '<' getPointCount() to 'value'.
- setX(int, int) - Method in class net.sf.jaxodraw.object.JaxoExtendedObject
-
Set X coordinate of Point 0 invalid input: '<'= index invalid input: '<' getPointCount() to 'value'.
- setX(int, int) - Method in class net.sf.jaxodraw.object.JaxoObject
-
Set X coordinate of Point 0 invalid input: '<'= index invalid input: '<' getPointCount() to 'value'.
- setX2(int) - Method in class net.sf.jaxodraw.object.JaxoExtendedObject
-
Sets the x2 coordinate of this object.
- setX3(int) - Method in class net.sf.jaxodraw.object.Jaxo3PointObject
-
Sets the x coordinate of the first click point of this arc.
- setX4(int) - Method in class net.sf.jaxodraw.object.bezier.JaxoBezierObject
-
Sets the x coordinate of the fourth click point of this Bezier.
- setXORMode(Color) - Method in class net.sf.jaxodraw.util.graphics.JaxoWrapperGraphics2D
- setXPosition(int) - Method in class net.sf.jaxodraw.object.JaxoObject
-
Deprecated.unused. Use
JaxoObject.moveBy(int,int)
instead. - setY(int) - Method in class net.sf.jaxodraw.object.JaxoObject
-
Sets the y coordinate of this object.
- setY(int, int) - Method in class net.sf.jaxodraw.object.bezier.JaxoBezierObject
-
Set Y coordinate of Point 0 invalid input: '<'= index invalid input: '<' getPointCount() to 'value'.
- setY(int, int) - Method in class net.sf.jaxodraw.object.Jaxo3PointObject
-
Set Y coordinate of Point 0 invalid input: '<'= index invalid input: '<' getPointCount() to 'value'.
- setY(int, int) - Method in class net.sf.jaxodraw.object.JaxoExtendedObject
-
Set Y coordinate of Point 0 invalid input: '<'= index invalid input: '<' getPointCount() to 'value'.
- setY(int, int) - Method in class net.sf.jaxodraw.object.JaxoObject
-
Set Y coordinate of Point 0 invalid input: '<'= index invalid input: '<' getPointCount() to 'value'.
- setY2(int) - Method in class net.sf.jaxodraw.object.JaxoExtendedObject
-
Sets the y2 coordinate of this object.
- setY3(int) - Method in class net.sf.jaxodraw.object.Jaxo3PointObject
-
Sets the y coordinate of the first click point of this arc.
- setY4(int) - Method in class net.sf.jaxodraw.object.bezier.JaxoBezierObject
-
Sets the y coordinate of the fourth click point of this Bezier.
- setYPosition(int) - Method in class net.sf.jaxodraw.object.JaxoObject
-
Deprecated.unused. Use
JaxoObject.moveBy(int,int)
instead. - setZoomFactor(int) - Method in class net.sf.jaxodraw.gui.JaxoZoom
-
Sets the zoom factor.
- setZoomFactor(int) - Method in class net.sf.jaxodraw.gui.menu.popup.JaxoZoomPopupMenu
-
Sets the zoom factor to the given value.
- setZoomFactorFor(int) - Method in class net.sf.jaxodraw.gui.JaxoZoom
-
Set the zoom size for a given mode.
- setZoomWindowSize(int, int) - Method in class net.sf.jaxodraw.gui.JaxoZoom
-
Sets the size of the zoom window.
- SFORE - Static variable in class net.sf.jaxodraw.util.JaxoConstants
-
Put in the foreground the most recently selected objects.
- SGROUP - Static variable in class net.sf.jaxodraw.util.JaxoConstants
-
Group the most recently selected objects.
- shear(double, double) - Method in class net.sf.jaxodraw.util.graphics.JaxoWrapperGraphics2D
- SHIFT_MASK - Static variable in class net.sf.jaxodraw.gui.menu.JaxoMenu
-
The Shift key modifier constant.
- shortName(String) - Static method in class net.sf.jaxodraw.io.JaxoIO
-
Returns the short name if the given file.
- shouldOverwrite(Component, File) - Static method in class net.sf.jaxodraw.io.JaxoIO
-
Show a dialog if 'f' exists, asking the user whether 'f' should be overwritten and return the result.
- shouldOverwrite(Component, File, String) - Static method in class net.sf.jaxodraw.io.JaxoIO
-
Show a dialog if 'f' exists, asking the user whether 'f' should be overwritten and return the result.
- show() - Method in class net.sf.jaxodraw.gui.panel.JaxoColorChooser
-
See the variant that takes a Location argument, which here is taken to be JaxoUtils.RelativeTo('parent').
- show() - Method in class net.sf.jaxodraw.gui.panel.JaxoImportPanel
-
Shows the import panel.
- show() - Method in class net.sf.jaxodraw.gui.panel.JaxoMoveGraph
-
Show dialog, blocking.
- show(Component, int, int) - Method in class net.sf.jaxodraw.gui.menu.popup.JaxoFBoxPopupMenu
-
Displays the popup menu.
- show(Component, Location) - Method in class net.sf.jaxodraw.gui.panel.edit.JaxoOptionsPanel
-
Display the EditPanel for the current object.
- show(Component, Location) - Method in interface net.sf.jaxodraw.object.JaxoObjectEditPanel
-
Display the EditPanel for the current object.
- show(JaxoPreview) - Method in class net.sf.jaxodraw.gui.panel.JaxoUserGuide
-
Shows the User Guide in the given Preview.
- show(Location) - Method in class net.sf.jaxodraw.gui.panel.JaxoColorChooser
-
Brings up a color chooser menu to select the color of the specified JaxoObject.
- showChooser() - Method in class net.sf.jaxodraw.gui.panel.button.JaxoColorButton
-
Show the (existing) chooser programmatically, as if the button were clicked.
- showColorPanel(JaxoObject) - Method in class net.sf.jaxodraw.gui.AbstractJaxoCanvas
-
Brings up a ColorChooser panel for the given object.
- showComponent(Component) - Method in class net.sf.jaxodraw.io.JaxoPreview
-
Show a window displaying the component.
- showComponent(Component, JFrame) - Method in class net.sf.jaxodraw.io.JaxoPreview
-
Display a component in a given frame.
- showDialog(Component, Location) - Method in class net.sf.jaxodraw.gui.panel.edit.JaxoOptionsPanel
-
Show a dialog for this panel.
- showEditPanel(JaxoObject) - Method in class net.sf.jaxodraw.gui.AbstractJaxoCanvas
-
Bring up an EditPanel to edit properties of the given JaxoObject.
- showErrorDialog(Component, String) - Static method in class net.sf.jaxodraw.gui.JaxoDialogs
-
Shows a simple MessageDialog to display an error message.
- showErrorDialog(Component, String, String) - Static method in class net.sf.jaxodraw.gui.JaxoDialogs
-
Shows a simple MessageDialog to display an error message.
- showErrorDialog(String) - Method in class net.sf.jaxodraw.plugin.JaxoExportPlugin
-
Show an error message window, unless silent.
- showI18NErrorDialog(Component, String) - Static method in class net.sf.jaxodraw.gui.JaxoDialogs
-
Shows a simple MessageDialog to display an error message.
- showInfoDialog(Component, String, String) - Static method in class net.sf.jaxodraw.gui.JaxoDialogs
-
Shows a simple MessageDialog to display an info message.
- showMessageForPostscriptViewer() - Method in class net.sf.jaxodraw.io.JaxoPreview
-
Show a message that the user cannot view postscript files.
- showMiniDialog(Component, String, Object, ActionListener) - Static method in class net.sf.jaxodraw.gui.JaxoDialogs
-
Show 'contents' in a new modal dialog with title 'title' and owner determined by 'parent'; adding "OK" and "Cancel" buttons.
- showPostscript(File) - Method in class net.sf.jaxodraw.io.JaxoPreview
-
Show the postscript file 'f', or a message that it cannot be shown.
- showSelectionPanel(Point) - Method in class net.sf.jaxodraw.gui.AbstractJaxoCanvas
-
Brings up the faint-box popup panel for the current selection.
- showText(String, String) - Method in class net.sf.jaxodraw.io.JaxoPreview
-
Show a window displaying the text file.
- showText(String, String, JFrame) - Method in class net.sf.jaxodraw.io.JaxoPreview
-
Show a window displaying the text file.
- showTextInternally(String) - Method in class net.sf.jaxodraw.io.JaxoPreview
-
Show a window displaying the text file.
- showTextInternally(String, JFrame) - Method in class net.sf.jaxodraw.io.JaxoPreview
-
Display a text file in a given frame.
- showURLInternally(URL) - Method in class net.sf.jaxodraw.io.JaxoPreview
-
Show a window displaying the URL (typically HTML), not allowing the user to browse.
- shrink(Dimension, Insets) - Static method in class net.sf.jaxodraw.util.JaxoGeometry
-
Decrease the Dimension 'd' by the amount given in each direction in 'n'.
- shrink(Rectangle, Insets) - Static method in class net.sf.jaxodraw.util.JaxoGeometry
-
Decrease the Rectangle 'r' by the amount given in each direction in 'n'.
- shutdown(int) - Static method in class net.sf.jaxodraw.gui.launch.JaxoLauncher
-
Initiates the shutdown procedure via the registered JaxoShutDown handler.
- shutdown(int) - Method in interface net.sf.jaxodraw.gui.launch.JaxoShutDown
-
Shut down the program, this will be run after the GUI has disposed itself.
- shutdown(int) - Method in interface net.sf.jaxodraw.gui.panel.JaxoCommunicator
-
Finalize a general shutdown on all sub-components.
- shutdown(int) - Method in class net.sf.jaxodraw.gui.panel.JaxoMainPanel
-
Dispose the main frame and call JaxoLauncher.shutdown(exitStatus).
- SIGMA - Static variable in class net.sf.jaxodraw.util.JaxoGreek
-
The greek letter sigma.
- size() - Method in class net.sf.jaxodraw.object.group.JaxoGroup
-
Returns the number of JaxoObjects in this group.
- SKY_BLUE - Static variable in class net.sf.jaxodraw.util.JaxoColor
-
The color SkyBlue.
- SLINE - Static variable in class net.sf.jaxodraw.util.JaxoConstants
-
Scalar line.
- SLOOP - Static variable in class net.sf.jaxodraw.util.JaxoConstants
-
Scalar loop.
- slope(double) - Method in class net.sf.jaxodraw.object.bezier.JaxoBezierObject
-
Returns the first derivative of this Bezier curve at parameter u.
- SMALL - Static variable in class net.sf.jaxodraw.object.text.JaxoLatexText
-
Latex text size small.
- smallestDistanceTo(int, int) - Method in class net.sf.jaxodraw.object.bezier.JaxoBezierObject
-
Determines the smallest distance of any of the handles of this JaxoObject from the given point.
- smallestDistanceTo(int, int) - Method in class net.sf.jaxodraw.object.fill.JaxoBox
-
Determines the smallest distance of any of the handles of this JaxoObject from the given point.
- smallestDistanceTo(int, int) - Method in class net.sf.jaxodraw.object.group.JaxoGroup
-
Determines the smallest distance of any of the handles of this JaxoObject from the given point.
- smallestDistanceTo(int, int) - Method in class net.sf.jaxodraw.object.Jaxo3PointObject
-
Determines the smallest distance of any of the handles of this JaxoObject from the given point.
- smallestDistanceTo(int, int) - Method in class net.sf.jaxodraw.object.JaxoExtendedObject
-
Determines the smallest distance of any of the handles of this JaxoObject from the given point.
- smallestDistanceTo(int, int) - Method in class net.sf.jaxodraw.object.JaxoObject
-
Determines the smallest distance of any of the handles of this JaxoObject from the given point.
- smallestDistanceTo(int, int) - Method in class net.sf.jaxodraw.object.line.JaxoLineObject
-
Determines the smallest distance of any of the handles of this JaxoObject from the given point.
- SNAP_ONOFF - Static variable in class net.sf.jaxodraw.util.JaxoConstants
-
Snap on/off.
- snapObject(JaxoObject) - Method in class net.sf.jaxodraw.gui.AbstractJaxoCanvas
-
Moves the given JaxoObject so that its first point is snapped to the current grid.
- snappedPoint(Point) - Method in class net.sf.jaxodraw.gui.grid.JaxoDefaultGrid
-
Closest point to 'p' on the grid.
- snappedPoint(Point) - Method in interface net.sf.jaxodraw.gui.grid.JaxoGrid
-
Closest point to 'p' on the grid.
- snapPoint(Point) - Method in class net.sf.jaxodraw.gui.AbstractJaxoCanvas
-
Snap the given point to the current grid.
- snapPoint(Point) - Method in class net.sf.jaxodraw.gui.grid.JaxoDefaultGrid
-
Change 'p' to the closest point on the grid.
- snapPoint(Point) - Method in interface net.sf.jaxodraw.gui.grid.JaxoGrid
-
Change 'p' to the closest point on the grid.
- SPANISH - Static variable in class net.sf.jaxodraw.util.JaxoConstants
-
Spanish language mode.
- SPANISH - Static variable in class net.sf.jaxodraw.util.JaxoLanguage
-
Spanish.
- SPRING_GREEN - Static variable in class net.sf.jaxodraw.util.JaxoColor
-
The color SpringGreen.
- STANDBY - Static variable in class net.sf.jaxodraw.util.JaxoConstants
-
Default drawing mode: do nothing.
- start() - Method in class net.sf.jaxodraw.gui.launch.JaxoSplashWindow
-
Load/show the splash screen (unless image loading failed, then the window is not shown).
- stateChanged(ChangeEvent) - Method in class net.sf.jaxodraw.gui.panel.edit.JaxoOptionsPanelListener
-
Transmits the changes from an edit panel to the object.
- stateChanged(ChangeEvent) - Method in class net.sf.jaxodraw.gui.panel.JaxoGridBar
- stateChanged(ChangeEvent) - Method in class net.sf.jaxodraw.gui.panel.JaxoStatusBar
-
Apply a change event.
- STATUSBAR - Static variable in class net.sf.jaxodraw.util.JaxoConstants
-
Show statusbar.
- storeProperties() - Method in class net.sf.jaxodraw.plugin.AbstractJaxoPlugin
-
Stores the current set of properties in a persistent file, so they are automatically available at every session start-up.
- STROKE_WIDTH - Static variable in class net.sf.jaxodraw.io.imports.JaxoAxodraw
- strokeDashes() - Method in class net.sf.jaxodraw.object.arc.JaxoDashArc
-
Returns an array that is used as the dash parameter in
BasicStroke
to paint this object. - strokeDashes() - Method in class net.sf.jaxodraw.object.arc.JaxoGArc
-
Returns an array that is used as the dash parameter in
BasicStroke
to paint this object. - strokeDashes() - Method in class net.sf.jaxodraw.object.arc.JaxoSArc
-
Returns an array that is used as the dash parameter in
BasicStroke
to paint this object. - strokeDashes() - Method in class net.sf.jaxodraw.object.bezier.JaxoDashBezier
-
Returns an array that is used as the dash parameter in
BasicStroke
to paint this object. - strokeDashes() - Method in class net.sf.jaxodraw.object.bezier.JaxoGBezier
-
Returns an array that is used as the dash parameter in
BasicStroke
to paint this object. - strokeDashes() - Method in class net.sf.jaxodraw.object.bezier.JaxoSBezier
-
Returns an array that is used as the dash parameter in
BasicStroke
to paint this object. - strokeDashes() - Method in class net.sf.jaxodraw.object.line.JaxoDashLine
-
Returns an array that is used as the dash parameter in
BasicStroke
to paint this object. - strokeDashes() - Method in class net.sf.jaxodraw.object.line.JaxoGLine
-
Returns an array that is used as the dash parameter in
BasicStroke
to paint this object. - strokeDashes() - Method in class net.sf.jaxodraw.object.line.JaxoSLine
-
Returns an array that is used as the dash parameter in
BasicStroke
to paint this object. - strokeDashes() - Method in class net.sf.jaxodraw.object.loop.JaxoDashLoop
-
Returns an array that is used as the dash parameter in
BasicStroke
to paint this object. - strokeDashes() - Method in class net.sf.jaxodraw.object.loop.JaxoGLoop
-
Returns an array that is used as the dash parameter in
BasicStroke
to paint this object. - strokeDashes() - Method in class net.sf.jaxodraw.object.loop.JaxoSLoop
-
Returns an array that is used as the dash parameter in
BasicStroke
to paint this object. - strokeIs(float) - Method in class net.sf.jaxodraw.object.JaxoExtendedObject
-
Compares the stroke of this JaxoExtendedObject to the given float, taking into account a 0.1% error margin.
- STYLE_CROSS - Static variable in interface net.sf.jaxodraw.gui.grid.JaxoPaintableGrid
-
Cross style.
- STYLE_DOT - Static variable in interface net.sf.jaxodraw.gui.grid.JaxoPaintableGrid
-
Dot style.
- STYLE_LINE - Static variable in interface net.sf.jaxodraw.gui.grid.JaxoPaintableGrid
-
Line style.
- STYLE_LINE_HONEYCOMB - Static variable in interface net.sf.jaxodraw.gui.grid.JaxoPaintableGrid
-
Honeycomb style.
- SUNGROUP - Static variable in class net.sf.jaxodraw.util.JaxoConstants
-
Ungroup the most recently selected objects.
- SYS_INFO - Static variable in class net.sf.jaxodraw.util.JaxoConstants
-
System info.
- sysInfo() - Static method in class net.sf.jaxodraw.util.JaxoInfo
-
Returns a string with some system infos.
T
- TabClosingEvent - Class in net.sf.jaxodraw.gui.swing
-
An EventObject for a closing tab.
- TabClosingEvent(JaxoClosableTabbedPane, int) - Constructor for class net.sf.jaxodraw.gui.swing.TabClosingEvent
-
A closing event.
- TabClosingListener - Interface in net.sf.jaxodraw.gui.swing
-
Listen to tab closing events.
- TAN - Static variable in class net.sf.jaxodraw.util.JaxoColor
-
The color Tan.
- TAU - Static variable in class net.sf.jaxodraw.util.JaxoGreek
-
The greek letter tau.
- TEAL_BLUE - Static variable in class net.sf.jaxodraw.util.JaxoColor
-
The color TealBlue.
- TEXT - Static variable in class net.sf.jaxodraw.util.JaxoConstants
-
Normal text.
- THETA - Static variable in class net.sf.jaxodraw.util.JaxoGreek
-
The greek letter theta.
- THISTLE - Static variable in class net.sf.jaxodraw.util.JaxoColor
-
The color Thistle.
- TINY - Static variable in class net.sf.jaxodraw.object.text.JaxoLatexText
-
Latex text size tiny.
- TMP_DIR - Static variable in class net.sf.jaxodraw.io.JaxoPreview
-
A directory for temporary files used for the preview.
- toComponentCoordinates(Point) - Method in class net.sf.jaxodraw.gui.AbstractJaxoCanvas
-
Point 'p' in graph coordinates converted to component coordinates.
- toComponentCoordinates(Rectangle) - Method in class net.sf.jaxodraw.gui.AbstractJaxoCanvas
-
A Rectangle in graph coordinates converted to component coordinates.
- toEnd(E) - Method in interface net.sf.jaxodraw.object.JaxoList
-
Moves the specified JaxoObject to the last position in this list.
- toEnd(E) - Method in class net.sf.jaxodraw.object.JaxoObjectList
-
Moves the specified JaxoObject to the last position in this list.
- toFront(E) - Method in interface net.sf.jaxodraw.object.JaxoList
-
Moves the specified JaxoObject to the first position in this list.
- toFront(E) - Method in class net.sf.jaxodraw.object.JaxoObjectList
-
Moves the specified JaxoObject to the first position in this list.
- toGraphCoordinates(Point) - Method in class net.sf.jaxodraw.gui.AbstractJaxoCanvas
-
Point 'p' in component coordinates converted to graph coordinates.
- TOOLBAR - Static variable in class net.sf.jaxodraw.util.JaxoConstants
-
Show toolbar.
- tooSingular(double) - Method in class net.sf.jaxodraw.object.arc.JaxoArcObject
-
Tests if the current arc is too close to the singularity where all three points are aligned and the middle click-point (P2) is on the outside from the other two.
- toString(Object[]) - Static method in class net.sf.jaxodraw.util.JaxoUtils
-
This is intended to be equivalent to
Arrays.toString(a)
but also compatible with JDK 1.4. - toURL(File) - Static method in class net.sf.jaxodraw.io.JaxoIO
-
Convert 'f' to URL, and MalformedURLExceptions to IOExceptions.
- transform(AffineTransform) - Method in class net.sf.jaxodraw.util.graphics.JaxoWrapperGraphics2D
- transform(File, File, File, Map<String, String>, Map<String, String>) - Static method in class net.sf.jaxodraw.util.JaxoXsltTransformer
-
Transform an xml file with xslt.
- translate(double, double) - Method in class net.sf.jaxodraw.util.graphics.JaxoWrapperGraphics2D
- translate(int, int) - Method in class net.sf.jaxodraw.util.graphics.JaxoWrapperGraphics2D
- translate(Point2D, double, double) - Static method in class net.sf.jaxodraw.util.JaxoGeometry
-
Translate a point.
- translate(String) - Method in interface net.sf.jaxodraw.plugin.JaxoPluginDictionary
-
Translates the given string into the current default language.
- translate(String) - Static method in class net.sf.jaxodraw.util.JaxoLanguage
-
Translates the given string into the current default language.
- translatedWindowTitle(String) - Static method in class net.sf.jaxodraw.gui.JaxoDialogs
-
Format a text that is already translated as a window title (usually, adding prefix).
- TURQUOISE - Static variable in class net.sf.jaxodraw.util.JaxoColor
-
The color Turquoise.
- TYPE_COLOR - Static variable in interface net.sf.jaxodraw.object.JaxoObjectEditPanel
-
Defines an EditPanel for a simple color, of eg a vertex, a text, etc.
- TYPE_FILL_COLOR - Static variable in interface net.sf.jaxodraw.object.JaxoObjectEditPanel
-
Defines a ColorEditPanel for a fill color.
- TYPE_HEXAGONAL - Static variable in interface net.sf.jaxodraw.gui.grid.JaxoPaintableGrid
-
Hexagonal type.
- TYPE_LINE_COLOR - Static variable in interface net.sf.jaxodraw.object.JaxoObjectEditPanel
-
Defines a ColorEditPanel for a the line color of a fill object.
- TYPE_RECTANGULAR - Static variable in interface net.sf.jaxodraw.gui.grid.JaxoPaintableGrid
-
Rectangular type.
U
- UNDO - Static variable in class net.sf.jaxodraw.util.JaxoConstants
-
Undo the last operations.
- undoMove() - Method in class net.sf.jaxodraw.gui.JaxoTab
-
Undo last operation.
- ungroup(JaxoObject) - Method in class net.sf.jaxodraw.graph.JaxoGraph
-
If the given object is a group and contained in this graph, ungroup it.
- UNGROUP - Static variable in class net.sf.jaxodraw.gui.menu.popup.JaxoFBoxPopupMenu
-
The menu item for ungroup.
- UNGROUP - Static variable in class net.sf.jaxodraw.util.JaxoConstants
-
Ungroup objects.
- ungroupMarkedObjects() - Method in class net.sf.jaxodraw.graph.JaxoGraph
-
Ungroup (one level) all marked objects.
- ungroupMarkedObjects() - Method in class net.sf.jaxodraw.gui.JaxoCanvas
-
Ungroup all marked objects.
- ungroupMarkedObjects() - Method in interface net.sf.jaxodraw.gui.JaxoDrawingArea
-
Ungroup all marked objects.
- ungroupSelectedObject() - Method in class net.sf.jaxodraw.gui.JaxoCanvas
-
If the selected object is a group, ungroup it.
- unMarkGraph() - Method in class net.sf.jaxodraw.gui.AbstractJaxoCanvas
-
Sets all objects in the current graph as not marked.
- unMarkGraph() - Method in interface net.sf.jaxodraw.gui.JaxoDrawingArea
-
Sets all objects in the current graph as not marked.
- unregisterComponent(JComponent) - Static method in class net.sf.jaxodraw.util.JaxoLooknFeel
-
Unregister a component whose look and feel/locale is to be updated automatically.
- updateLanguage() - Method in class net.sf.jaxodraw.gui.AbstractJaxoCanvas
-
Updates the language on any localized sub-components.
- updateLanguage() - Method in class net.sf.jaxodraw.gui.menu.DefaultMenu
-
Updates the component with the current language as set in the preferences (
JaxoPrefs.PREF_LANGUAGE
). - updateLanguage() - Method in class net.sf.jaxodraw.gui.menu.JaxoMenu
-
Updates the component with the current language as set in the preferences (
JaxoPrefs.PREF_LANGUAGE
). - updateLanguage() - Method in class net.sf.jaxodraw.gui.menu.JaxoMenuBar
-
Updates the component with the current language as set in the preferences (
JaxoPrefs.PREF_LANGUAGE
). - updateLanguage() - Method in class net.sf.jaxodraw.gui.menu.OpenRecentMenu
-
Updates the component with the current language as set in the preferences (
JaxoPrefs.PREF_LANGUAGE
). - updateLanguage() - Method in class net.sf.jaxodraw.gui.menu.popup.JaxoCanvasPopupMenu
-
Updates the component with the current language as set in the preferences (
JaxoPrefs.PREF_LANGUAGE
). - updateLanguage() - Method in class net.sf.jaxodraw.gui.menu.popup.JaxoFBoxPopupMenu
-
Updates the component with the current language as set in the preferences (
JaxoPrefs.PREF_LANGUAGE
). - updateLanguage() - Method in class net.sf.jaxodraw.gui.menu.popup.JaxoVertexPopupMenu
-
Updates the component with the current language as set in the preferences (
JaxoPrefs.PREF_LANGUAGE
). - updateLanguage() - Method in class net.sf.jaxodraw.gui.menu.popup.JaxoZoomPopupMenu
-
Updates the component with the current language as set in the preferences (
JaxoPrefs.PREF_LANGUAGE
). - updateLanguage() - Method in class net.sf.jaxodraw.gui.panel.button.JaxoActionButtons
-
Updates the component with the current language as set in the preferences (
JaxoPrefs.PREF_LANGUAGE
). - updateLanguage() - Method in class net.sf.jaxodraw.gui.panel.button.JaxoButtonPanel
-
Updates the component with the current language as set in the preferences (
JaxoPrefs.PREF_LANGUAGE
). - updateLanguage() - Method in class net.sf.jaxodraw.gui.panel.button.JaxoEditButtons
-
Updates the component with the current language as set in the preferences (
JaxoPrefs.PREF_LANGUAGE
). - updateLanguage() - Method in class net.sf.jaxodraw.gui.panel.button.JaxoGridButtons
-
Updates the component with the current language as set in the preferences (
JaxoPrefs.PREF_LANGUAGE
). - updateLanguage() - Method in class net.sf.jaxodraw.gui.panel.button.JaxoMiscButtons
-
Updates the component with the current language as set in the preferences (
JaxoPrefs.PREF_LANGUAGE
). - updateLanguage() - Method in class net.sf.jaxodraw.gui.panel.button.JaxoParticleButtons
-
Updates the component with the current language as set in the preferences (
JaxoPrefs.PREF_LANGUAGE
). - updateLanguage() - Method in class net.sf.jaxodraw.gui.panel.JaxoColorChooser
-
Updates the component with the current language as set in the preferences (
JaxoPrefs.PREF_LANGUAGE
). - updateLanguage() - Method in class net.sf.jaxodraw.gui.panel.JaxoExportPanel
-
Updates the component with the current language as set in the preferences (
JaxoPrefs.PREF_LANGUAGE
). - updateLanguage() - Method in class net.sf.jaxodraw.gui.panel.JaxoGridBar
-
Updates the component with the current language as set in the preferences (
JaxoPrefs.PREF_LANGUAGE
). - updateLanguage() - Method in class net.sf.jaxodraw.gui.panel.JaxoImportPanel
-
Updates the component with the current language as set in the preferences (
JaxoPrefs.PREF_LANGUAGE
). - updateLanguage() - Method in class net.sf.jaxodraw.gui.panel.JaxoMainPanel
-
Updates the component with the current language as set in the preferences (
JaxoPrefs.PREF_LANGUAGE
). - updateLanguage() - Method in class net.sf.jaxodraw.gui.panel.JaxoPluginManagerPanel
-
Updates the component with the current language as set in the preferences (
JaxoPrefs.PREF_LANGUAGE
). - updateLanguage() - Method in class net.sf.jaxodraw.gui.panel.JaxoStatusBar
-
Updates the component with the current language as set in the preferences (
JaxoPrefs.PREF_LANGUAGE
). - updateLanguage() - Method in class net.sf.jaxodraw.gui.panel.JaxoTabbedCanvasPanel
-
Updates the component with the current language as set in the preferences (
JaxoPrefs.PREF_LANGUAGE
). - updateLanguage() - Method in class net.sf.jaxodraw.gui.panel.JaxoToolBar
-
Updates the component with the current language as set in the preferences (
JaxoPrefs.PREF_LANGUAGE
). - updateLanguage() - Method in class net.sf.jaxodraw.io.exports.JaxoExportImg
-
Updates the component with the current language as set in the preferences (
JaxoPrefs.PREF_LANGUAGE
). - updateLanguage() - Method in class net.sf.jaxodraw.io.exports.JaxoExportLatex
-
Updates the component with the current language as set in the preferences (
JaxoPrefs.PREF_LANGUAGE
). - updateLanguage() - Method in class net.sf.jaxodraw.io.exports.JaxoExportLatexPS
-
Updates the component with the current language as set in the preferences (
JaxoPrefs.PREF_LANGUAGE
). - updateLanguage() - Method in class net.sf.jaxodraw.io.exports.JaxoExportPS
-
Updates the component with the current language as set in the preferences (
JaxoPrefs.PREF_LANGUAGE
). - updateLanguage() - Method in class net.sf.jaxodraw.io.imports.JaxoImportAxodraw
-
Updates the component with the current language as set in the preferences (
JaxoPrefs.PREF_LANGUAGE
). - updateLanguage() - Method in interface net.sf.jaxodraw.util.JaxoLocalized
-
Updates the component with the current language as set in the preferences (
JaxoPrefs.PREF_LANGUAGE
). - updateLanguage(JMenuItem) - Static method in class net.sf.jaxodraw.gui.menu.JaxoMenuUtils
-
Update the text of a JMenuItem.
- updateLookAndFeel() - Static method in class net.sf.jaxodraw.util.JaxoLooknFeel
-
Update LookAndFeel of all windows and all registered components.
- updateMode(int) - Method in class net.sf.jaxodraw.gui.AbstractJaxoCanvas
-
Resets canvas parameters for the given mode.
- updateMode(int) - Method in class net.sf.jaxodraw.gui.JaxoCanvas
-
Resets canvas parameters for the given mode.
- updatePointsAid(Point) - Method in class net.sf.jaxodraw.gui.JaxoCanvas
-
Updates the visual aid that is painted for objects in click-move mode.
- updatePointsAid(Point) - Method in interface net.sf.jaxodraw.gui.JaxoDrawingArea
-
Updates the visual aid that is painted for objects in click-move mode.
- updateUI() - Method in class net.sf.jaxodraw.gui.panel.button.JaxoPanelButton
- updateUI() - Method in class net.sf.jaxodraw.gui.swing.JaxoClosableTabbedPane
- updateUI() - Method in class net.sf.jaxodraw.gui.swing.JaxoFontStyleRenderer
- updateVertexType(int) - Method in class net.sf.jaxodraw.gui.menu.popup.JaxoVertexPopupMenu
-
Notification on change of vertex type.
- UPPER_DELTA - Static variable in class net.sf.jaxodraw.util.JaxoGreek
-
The greek upper case letter delta.
- UPPER_GAMMA - Static variable in class net.sf.jaxodraw.util.JaxoGreek
-
The greek upper case letter gamma.
- UPPER_LAMBDA - Static variable in class net.sf.jaxodraw.util.JaxoGreek
-
The greek upper case letter lambda.
- UPPER_OMEGA - Static variable in class net.sf.jaxodraw.util.JaxoGreek
-
The greek upper case letter omega.
- UPPER_PHI - Static variable in class net.sf.jaxodraw.util.JaxoGreek
-
The greek upper case letter phi.
- UPPER_PI - Static variable in class net.sf.jaxodraw.util.JaxoGreek
-
The greek upper case letter pi.
- UPPER_PSI - Static variable in class net.sf.jaxodraw.util.JaxoGreek
-
The greek upper case letter psi.
- UPPER_SIGMA - Static variable in class net.sf.jaxodraw.util.JaxoGreek
-
The greek upper case letter sigma.
- UPPER_THETA - Static variable in class net.sf.jaxodraw.util.JaxoGreek
-
The greek upper case letter theta.
- UPPER_XI - Static variable in class net.sf.jaxodraw.util.JaxoGreek
-
The greek upper case letter xi.
- UPSILON - Static variable in class net.sf.jaxodraw.util.JaxoGreek
-
The greek letter upsilon.
- USER_DIR - Static variable in class net.sf.jaxodraw.io.JaxoPreview
-
Deprecated.previews should use
JaxoPreview.TMP_DIR
for temporary files. - USER_HOME - Static variable in class net.sf.jaxodraw.util.JaxoInfo
-
The current user's home directory.
- USER_NAME - Static variable in class net.sf.jaxodraw.util.JaxoInfo
-
The current user.
- USR_GUIDE - Static variable in class net.sf.jaxodraw.util.JaxoConstants
-
User guide.
V
- value(String) - Method in class net.sf.jaxodraw.util.JaxoDictionary
-
Translates the given string into the current default language.
- valueChanged(ListSelectionEvent) - Method in class net.sf.jaxodraw.gui.panel.JaxoLatexPackage
-
Executes the corresponding action when the list of Latex packages has been changed.
- valueChanged(ListSelectionEvent) - Method in class net.sf.jaxodraw.gui.panel.JaxoPluginManagerPanel
- valueOf(String) - Static method in enum net.sf.jaxodraw.io.exports.JaxoExportImg.Format
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum net.sf.jaxodraw.io.exports.JaxoExportPS.Format
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum net.sf.jaxodraw.io.exports.JaxoExportImg.Format
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum net.sf.jaxodraw.io.exports.JaxoExportPS.Format
-
Returns an array containing the constants of this enum type, in the order they are declared.
- VARPHI - Static variable in class net.sf.jaxodraw.util.JaxoGreek
-
The greek letter phi (corresponding to LaTeX's \varphi).
- VARSIGMA - Static variable in class net.sf.jaxodraw.util.JaxoGreek
-
The greek letter sigma (corresponding to LaTeX's \varsigma).
- VARTHETA - Static variable in class net.sf.jaxodraw.util.JaxoGreek
-
The greek letter theta (corresponding to LaTeX's \vartheta).
- version() - Method in class net.sf.jaxodraw.io.exports.JaxoExport
-
Return the version number of this plugin.
- version() - Method in class net.sf.jaxodraw.io.imports.JaxoImport
-
Return the version number of this plugin.
- version() - Method in interface net.sf.jaxodraw.plugin.JaxoPlugin
-
Return the version number of this plugin.
- VERSION - Static variable in class net.sf.jaxodraw.util.JaxoInfo
-
The current version of JaxoDraw.
- VERSION_NUMBER - Static variable in class net.sf.jaxodraw.util.JaxoInfo
-
The version number of this release of JaxoDraw.
- VERTEX - Static variable in class net.sf.jaxodraw.util.JaxoConstants
-
A general vertex.
- VertexMenu - Class in net.sf.jaxodraw.gui.menu
-
A JaxoMenu for vertex type MenuItems.
- VertexMenu(int) - Constructor for class net.sf.jaxodraw.gui.menu.VertexMenu
-
Creates a new instance of VertexMenu.
- VERTEXT1 - Static variable in class net.sf.jaxodraw.util.JaxoConstants
-
A vertex type 1 object (a dot).
- VERTEXT2 - Static variable in class net.sf.jaxodraw.util.JaxoConstants
-
A vertex type 2 object (a cross with a circle).
- VERTEXT3 - Static variable in class net.sf.jaxodraw.util.JaxoConstants
-
A vertex type 3 object (a filled square).
- VERTEXT4 - Static variable in class net.sf.jaxodraw.util.JaxoConstants
-
A vertex type 4 object (a cross).
- VERTEXT5 - Static variable in class net.sf.jaxodraw.util.JaxoConstants
-
A vertex type 5 object (a triangle).
- VERTEXT6 - Static variable in class net.sf.jaxodraw.util.JaxoConstants
-
A vertex type 6 object (a diamond).
- VIOLET - Static variable in class net.sf.jaxodraw.util.JaxoColor
-
The color Violet.
- VIOLET_RED - Static variable in class net.sf.jaxodraw.util.JaxoColor
-
The color VioletRed.
W
- waitUntilPainted(long) - Method in class net.sf.jaxodraw.gui.launch.JaxoSplashWindow
-
Wait for 'remaining > 0' milliseconds until the image has been painted or the splash window disposed.
- warn(Exception) - Method in interface net.sf.jaxodraw.plugin.JaxoPluginLogger
-
Logs a WARN exception.
- warn(Exception) - Static method in class net.sf.jaxodraw.util.JaxoLog
-
Logs a WARNING message.
- warn(String) - Method in interface net.sf.jaxodraw.plugin.JaxoPluginLogger
-
Logs a WARN message.
- warn(String) - Static method in class net.sf.jaxodraw.util.JaxoLog
-
Logs a WARNING message.
- warn(String, Exception) - Method in interface net.sf.jaxodraw.plugin.JaxoPluginLogger
-
Logs a WARN message.
- warn(String, Exception) - Static method in class net.sf.jaxodraw.util.JaxoLog
-
Logs a WARNING message.
- WARN - Static variable in class net.sf.jaxodraw.util.JaxoLog
-
WARN logging level (least verbose).
- warnI18N(String) - Static method in class net.sf.jaxodraw.util.JaxoLog
-
Logs a WARNING message.
- warnI18N(String, Exception) - Static method in class net.sf.jaxodraw.util.JaxoLog
-
Logs a WARNING message.
- wasCancelled() - Method in class net.sf.jaxodraw.gui.panel.JaxoLatexPackage
-
Cheks if the dialog was closed via the cancel button.
- WATCHFILE - Static variable in class net.sf.jaxodraw.util.JaxoConstants
-
Watch file mode.
- WEB_SITE - Static variable in class net.sf.jaxodraw.util.JaxoInfo
-
The JaxoDraw web site.
- WHITE - Static variable in class net.sf.jaxodraw.util.JaxoColor
-
The color White.
- WILDSTRAWBERRY - Static variable in class net.sf.jaxodraw.util.JaxoColor
-
The color WildStrawberry.
- windowTitle(String) - Static method in class net.sf.jaxodraw.gui.JaxoDialogs
-
Like
JaxoLanguage.translate(String)
, but format as a window title (usually, adding prefix). - windowTitle(String, Object[]) - Static method in class net.sf.jaxodraw.gui.JaxoDialogs
-
Like
JaxoLanguage.message(String,Object[])
, but format as a window title (usually, adding prefix). - windowTitle(JaxoDictionary, String) - Static method in class net.sf.jaxodraw.gui.JaxoDialogs
-
Like
JaxoDictionary.value(String)
, but format as a window title (usually, adding prefix). - windowTitle(JaxoDictionary, String, Object[]) - Method in class net.sf.jaxodraw.gui.JaxoDialogs
-
Like
JaxoDictionary.message(String,Object[])
, but format as a window title (usually, adding prefix). - withExtension(String, String) - Static method in class net.sf.jaxodraw.io.JaxoIO
-
fileName with "." + extension added unless it is already at the end or the fileName is empty.
- writePS(File) - Method in class net.sf.jaxodraw.io.exports.JaxoExportPS
-
The class that is responsible for exporting to postscript output: portrait, landscape or EPS are possible options.
X
- XHUGE - Static variable in class net.sf.jaxodraw.object.text.JaxoLatexText
-
Latex text size Huge.
- XI - Static variable in class net.sf.jaxodraw.util.JaxoGreek
-
The greek letter xi.
- XLARGE - Static variable in class net.sf.jaxodraw.object.text.JaxoLatexText
-
Latex text size Large.
- XXLARGE - Static variable in class net.sf.jaxodraw.object.text.JaxoLatexText
-
Latex text size LARGE.
Y
- YELLOW - Static variable in class net.sf.jaxodraw.util.JaxoColor
-
The color Yellow.
- YELLOW_GREEN - Static variable in class net.sf.jaxodraw.util.JaxoColor
-
The color YellowGreen.
- YELLOW_ORANGE - Static variable in class net.sf.jaxodraw.util.JaxoColor
-
The color YellowOrange.
Z
- zero(double) - Static method in class net.sf.jaxodraw.util.JaxoUtils
-
Checks if the given double is zero.
- ZETA - Static variable in class net.sf.jaxodraw.util.JaxoGreek
-
The greek letter zeta.
- ZIGZAG - Static variable in class net.sf.jaxodraw.util.JaxoConstants
-
ZigZag line.
- ZOOM - Static variable in class net.sf.jaxodraw.util.JaxoConstants
-
Dynamic zoom.
- ZOOM_FACTOR - Static variable in class net.sf.jaxodraw.util.JaxoConstants
-
A zoom factor mode.
- ZOOM_FACTOR_X2 - Static variable in class net.sf.jaxodraw.gui.JaxoZoom
-
A zoom factor 2.
- ZOOM_FACTOR_X2 - Static variable in class net.sf.jaxodraw.util.JaxoConstants
-
A zoom factor mode x2.
- ZOOM_FACTOR_X4 - Static variable in class net.sf.jaxodraw.gui.JaxoZoom
-
A zoom factor 4.
- ZOOM_FACTOR_X4 - Static variable in class net.sf.jaxodraw.util.JaxoConstants
-
A zoom factor mode x4.
- ZOOM_FACTOR_X8 - Static variable in class net.sf.jaxodraw.gui.JaxoZoom
-
A zoom factor 8.
- ZOOM_FACTOR_X8 - Static variable in class net.sf.jaxodraw.util.JaxoConstants
-
A zoom factor mode x8.
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
JaxoExportPanel.export(JaxoGraph,String)
instead.