Serialized Form
-
Package net.sf.jaxodraw.graph
-
Class net.sf.jaxodraw.graph.JaxoGraph extends JaxoObjectList implements Serializable
- serialVersionUID:
- 3L
-
Serialization Methods
-
readObject
private void readObject(ObjectInputStream in) throws IOException, ClassNotFoundException
- Throws:
IOException
ClassNotFoundException
-
-
Serialized Fields
-
-
Package net.sf.jaxodraw.graph.object
-
Class net.sf.jaxodraw.graph.object.Abstract3PointObject extends AbstractParticleObject implements Serializable
- serialVersionUID:
- 3L
-
Serialized Fields
-
point3
Point point3
The third point of this arc object.
-
-
Class net.sf.jaxodraw.graph.object.Abstract4PointObject extends Abstract3PointObject implements Serializable
- serialVersionUID:
- 3L
-
Serialized Fields
-
point4
Point point4
The fourth points defining this four-point object.
-
-
Class net.sf.jaxodraw.graph.object.AbstractExtendedObject extends AbstractJaxoObject implements Serializable
- serialVersionUID:
- 3L
-
Serialization Methods
-
readObject
private void readObject(ObjectInputStream in) throws IOException, ClassNotFoundException
- Throws:
IOException
ClassNotFoundException
-
-
Serialized Fields
-
point2
Point point2
The second point of this AbstractJaxoObject. -
strokeWidth
float strokeWidth
The stroke (line width) of this extended object.
-
-
Class net.sf.jaxodraw.graph.object.AbstractJaxoObject extends Object implements Serializable
- serialVersionUID:
- 3L
-
Serialization Methods
-
readObject
private void readObject(ObjectInputStream in) throws IOException, ClassNotFoundException
- Throws:
IOException
ClassNotFoundException
-
-
Serialized Fields
-
Class net.sf.jaxodraw.graph.object.AbstractParticleObject extends AbstractExtendedObject implements Serializable
- serialVersionUID:
- 3L
-
Serialized Fields
-
arrow
JaxoArrow arrow
The arrow of this object. -
arrowCount
int arrowCount
-
arrowPosition
float arrowPosition
A float between 0 and 1 that indicates where along this particle object the arrow should be positioned. -
dlSeparation
float dlSeparation
The separation of the double lines. -
doubleLine
boolean doubleLine
A boolean variable that indicates whether this particle object should be drawn with double lines. -
flip
boolean flip
A boolean variable that indicates whether the arrow should be flipped with respect to the initial orientation or not. -
paintArrow
boolean paintArrow
A boolean variable that indicates whether to draw an arrow on this particle object or not (not used for photons and gluons).
-
-
Class net.sf.jaxodraw.graph.object.AttachedPair extends Object implements Serializable
- serialVersionUID:
- 3L
-
Serialized Fields
-
handle1
JaxoObject.Handle handle1
-
handle2
JaxoObject.Handle handle2
-
index1
int index1
-
index2
int index2
-
-
Class net.sf.jaxodraw.graph.object.JaxoObjectList extends ArrayList<JaxoObject> implements Serializable
- serialVersionUID:
- 3L
-
Serialization Methods
-
readObject
private void readObject(ObjectInputStream in) throws IOException, ClassNotFoundException
- Throws:
IOException
ClassNotFoundException
-
-
Serialized Fields
-
attachedPairs
List<AttachedPair> attachedPairs
-
-
-
Package net.sf.jaxodraw.graph.object.arc
-
Class net.sf.jaxodraw.graph.object.arc.AbstractArcObject extends Abstract3PointObject implements Serializable
- serialVersionUID:
- 3L
-
Class net.sf.jaxodraw.graph.object.arc.AbstractDashArc extends AbstractArcObject implements Serializable
- serialVersionUID:
- 3L
-
Serialization Methods
-
readObject
private void readObject(ObjectInputStream in) throws IOException, ClassNotFoundException
- Throws:
IOException
ClassNotFoundException
-
-
Serialized Fields
-
dash
float dash
The dash size of this arc object.
-
-
Class net.sf.jaxodraw.graph.object.arc.AbstractSymmetryArc extends AbstractWiggleArc implements Serializable
- serialVersionUID:
- 3L
-
Serialized Fields
-
symmetric
boolean symmetric
-
-
Class net.sf.jaxodraw.graph.object.arc.AbstractWiggleArc extends AbstractArcObject implements Serializable
- serialVersionUID:
- 3L
-
Serialization Methods
-
readObject
private void readObject(ObjectInputStream in) throws IOException, ClassNotFoundException
- Throws:
IOException
ClassNotFoundException
-
-
Serialized Fields
-
amp
int amp
The amplitude for this particle object. (only used for photons and gluons and zigzag lines). -
supersymmetric
boolean supersymmetric
Wether this is a super-symmetric particle. -
wiggles
int wiggles
The number of wiggles of this particle object (only used for photons and gluons and zigzag lines).
-
-
Class net.sf.jaxodraw.graph.object.arc.JaxoFArc extends AbstractArcObject implements Serializable
- serialVersionUID:
- 3L
-
Serialization Methods
-
readObject
private void readObject(ObjectInputStream in) throws IOException, ClassNotFoundException
- Throws:
IOException
ClassNotFoundException
-
-
Class net.sf.jaxodraw.graph.object.arc.JaxoGArc extends AbstractDashArc implements Serializable
- serialVersionUID:
- 3L
-
Class net.sf.jaxodraw.graph.object.arc.JaxoGlArc extends AbstractWiggleArc implements Serializable
- serialVersionUID:
- 3L
-
Class net.sf.jaxodraw.graph.object.arc.JaxoPArc extends AbstractSymmetryArc implements Serializable
- serialVersionUID:
- 3L
-
Class net.sf.jaxodraw.graph.object.arc.JaxoSArc extends AbstractDashArc implements Serializable
- serialVersionUID:
- 3L
-
Class net.sf.jaxodraw.graph.object.arc.JaxoZigZagArc extends AbstractSymmetryArc implements Serializable
- serialVersionUID:
- 3L
-
-
Package net.sf.jaxodraw.graph.object.arrow
-
Class net.sf.jaxodraw.graph.object.arrow.AbstractBaseArrow extends Object implements Serializable
- serialVersionUID:
- 3L
-
Class net.sf.jaxodraw.graph.object.arrow.JaxoDefaultArrow extends AbstractBaseArrow implements Serializable
- serialVersionUID:
- 3L
-
Serialization Methods
-
readObject
private void readObject(ObjectInputStream in) throws IOException, ClassNotFoundException
- Throws:
IOException
ClassNotFoundException
-
-
Serialized Fields
-
dlSep
float dlSep
-
doubleLine
boolean doubleLine
-
strokeWidth
float strokeWidth
-
-
-
Package net.sf.jaxodraw.graph.object.bezier
-
Class net.sf.jaxodraw.graph.object.bezier.AbstractBezierObject extends Abstract4PointObject implements Serializable
- serialVersionUID:
- 3L
-
Class net.sf.jaxodraw.graph.object.bezier.AbstractDashBezier extends AbstractBezierObject implements Serializable
- serialVersionUID:
- 3L
-
Serialization Methods
-
readObject
private void readObject(ObjectInputStream in) throws IOException, ClassNotFoundException
- Throws:
IOException
ClassNotFoundException
-
-
Serialized Fields
-
dash
float dash
The dash size of this bezier object.
-
-
Class net.sf.jaxodraw.graph.object.bezier.AbstractWiggleBezier extends AbstractBezierObject implements Serializable
- serialVersionUID:
- 3L
-
Serialization Methods
-
readObject
private void readObject(ObjectInputStream in) throws IOException, ClassNotFoundException
- Throws:
IOException
ClassNotFoundException
-
-
Serialized Fields
-
amp
int amp
The amplitude for this particle object. (only used for photons and gluons and zigzag lines). -
noFreqStretching
boolean noFreqStretching
Indicates whether frequency stretching is allowed for this Bezier. -
supersymmetric
boolean supersymmetric
Wether this is a super-symmetric particle. -
wiggles
int wiggles
The number of wiggles of this particle object (only used for photons and gluons and zigzag lines).
-
-
Class net.sf.jaxodraw.graph.object.bezier.JaxoFBezier extends AbstractBezierObject implements Serializable
- serialVersionUID:
- 3L
-
Class net.sf.jaxodraw.graph.object.bezier.JaxoGBezier extends AbstractDashBezier implements Serializable
- serialVersionUID:
- 3L
-
Class net.sf.jaxodraw.graph.object.bezier.JaxoGlBezier extends AbstractWiggleBezier implements Serializable
- serialVersionUID:
- 3L
-
Serialization Methods
-
readObject
private void readObject(ObjectInputStream in) throws IOException, ClassNotFoundException
- Throws:
IOException
ClassNotFoundException
-
-
Class net.sf.jaxodraw.graph.object.bezier.JaxoPBezier extends AbstractWiggleBezier implements Serializable
- serialVersionUID:
- 3L
-
Class net.sf.jaxodraw.graph.object.bezier.JaxoSBezier extends AbstractDashBezier implements Serializable
- serialVersionUID:
- 3L
-
Class net.sf.jaxodraw.graph.object.bezier.JaxoZigZagBezier extends AbstractWiggleBezier implements Serializable
- serialVersionUID:
- 3L
-
-
Package net.sf.jaxodraw.graph.object.fill
-
Class net.sf.jaxodraw.graph.object.fill.AbstractFilledRotationObject extends AbstractFillObject implements Serializable
-
Serialized Fields
-
rotationAngle
int rotationAngle
The rotation angle of the object.
-
-
-
Class net.sf.jaxodraw.graph.object.fill.AbstractFillObject extends AbstractExtendedObject implements Serializable
- serialVersionUID:
- 3L
-
Serialized Fields
-
fillColor
Color fillColor
The fill color of this fillObject. -
filled
boolean filled
-
-
Class net.sf.jaxodraw.graph.object.fill.JaxoBlob extends AbstractFilledRotationObject implements Serializable
- serialVersionUID:
- 3L
-
Serialization Methods
-
readObject
private void readObject(ObjectInputStream in) throws IOException, ClassNotFoundException
- Throws:
IOException
ClassNotFoundException
-
-
Class net.sf.jaxodraw.graph.object.fill.JaxoBox extends AbstractFilledRotationObject implements Serializable
- serialVersionUID:
- 3L
-
Serialization Methods
-
readObject
private void readObject(ObjectInputStream in) throws IOException, ClassNotFoundException
- Throws:
IOException
ClassNotFoundException
-
-
Serialized Fields
-
arcRadius
double arcRadius
The round arc radius
-
-
Class net.sf.jaxodraw.graph.object.fill.JaxoTriangle extends AbstractFillObject implements Serializable
- serialVersionUID:
- 3L
-
Serialized Fields
-
point3
Point point3
The third point of this arc object.
-
-
-
Package net.sf.jaxodraw.graph.object.group
-
Class net.sf.jaxodraw.graph.object.group.JaxoGroup extends JaxoObjectList implements Serializable
- serialVersionUID:
- 3L
-
Serialized Fields
-
color
Color color
The color of this JaxoGroup. -
groupAmp
int groupAmp
The default amplitude of all wiggle objects in this group. -
groupTeXSize
int groupTeXSize
The default size of the TeX labels of this group. -
groupTextFont
Font groupTextFont
The default font of the PS labels of this group. -
strokeWidth
float strokeWidth
The stroke (line width) of this group.
-
-
-
Package net.sf.jaxodraw.graph.object.line
-
Class net.sf.jaxodraw.graph.object.line.AbstractDashLine extends AbstractLineObject implements Serializable
- serialVersionUID:
- 3L
-
Serialization Methods
-
readObject
private void readObject(ObjectInputStream in) throws IOException, ClassNotFoundException
- Throws:
IOException
ClassNotFoundException
-
-
Serialized Fields
-
dash
float dash
The dash size of this line object.
-
-
Class net.sf.jaxodraw.graph.object.line.AbstractLineObject extends AbstractParticleObject implements Serializable
- serialVersionUID:
- 3L
-
Class net.sf.jaxodraw.graph.object.line.AbstractSymmetryLine extends AbstractWiggleLine implements Serializable
- serialVersionUID:
- 3L
-
Serialized Fields
-
symmetric
boolean symmetric
-
-
Class net.sf.jaxodraw.graph.object.line.AbstractWiggleLine extends AbstractLineObject implements Serializable
- serialVersionUID:
- 3L
-
Serialization Methods
-
readObject
private void readObject(ObjectInputStream in) throws IOException, ClassNotFoundException
- Throws:
IOException
ClassNotFoundException
-
-
Serialized Fields
-
amp
int amp
The amplitude for this particle object. (only used for photons and gluons and zigzag lines). -
supersymmetric
boolean supersymmetric
Wether this is a super-symmetric particle. -
wiggles
int wiggles
The number of wiggles of this particle object (only used for photons and gluons and zigzag lines).
-
-
Class net.sf.jaxodraw.graph.object.line.JaxoFLine extends AbstractLineObject implements Serializable
- serialVersionUID:
- 3L
-
Class net.sf.jaxodraw.graph.object.line.JaxoGLine extends AbstractDashLine implements Serializable
- serialVersionUID:
- 3L
-
Class net.sf.jaxodraw.graph.object.line.JaxoGlLine extends AbstractWiggleLine implements Serializable
- serialVersionUID:
- 3L
-
Class net.sf.jaxodraw.graph.object.line.JaxoPLine extends AbstractSymmetryLine implements Serializable
- serialVersionUID:
- 3L
-
Class net.sf.jaxodraw.graph.object.line.JaxoSLine extends AbstractDashLine implements Serializable
- serialVersionUID:
- 3L
-
Class net.sf.jaxodraw.graph.object.line.JaxoZigZagLine extends AbstractSymmetryLine implements Serializable
- serialVersionUID:
- 3L
-
-
Package net.sf.jaxodraw.graph.object.loop
-
Class net.sf.jaxodraw.graph.object.loop.AbstractDashLoop extends AbstractLoopObject implements Serializable
- serialVersionUID:
- 3L
-
Serialization Methods
-
readObject
private void readObject(ObjectInputStream in) throws IOException, ClassNotFoundException
- Throws:
IOException
ClassNotFoundException
-
-
Serialized Fields
-
dash
float dash
The dash size of this loop object.
-
-
Class net.sf.jaxodraw.graph.object.loop.AbstractLoopObject extends AbstractParticleObject implements Serializable
- serialVersionUID:
- 3L
-
Serialized Fields
-
rotationAngle
int rotationAngle
The rotation angle of the loop. Only relevant when the loop is not a circle but an ellipse. -
squash
int squash
The squashing of the x width with respect to the y direction. In percent between 0 and 100.
-
-
Class net.sf.jaxodraw.graph.object.loop.AbstractWiggleLoop extends AbstractLoopObject implements Serializable
- serialVersionUID:
- 3L
-
Serialization Methods
-
readObject
private void readObject(ObjectInputStream in) throws IOException, ClassNotFoundException
- Throws:
IOException
ClassNotFoundException
-
-
Serialized Fields
-
amp
int amp
The amplitude for this particle object. (only used for photons and gluons and zigzag lines). -
supersymmetric
boolean supersymmetric
Wether this is a super-symmetric particle. -
wiggles
int wiggles
The number of wiggles of this particle object (only used for photons and gluons and zigzag lines).
-
-
Class net.sf.jaxodraw.graph.object.loop.JaxoFLoop extends AbstractLoopObject implements Serializable
- serialVersionUID:
- 3L
-
Class net.sf.jaxodraw.graph.object.loop.JaxoGlLoop extends AbstractWiggleLoop implements Serializable
- serialVersionUID:
- 3L
-
Class net.sf.jaxodraw.graph.object.loop.JaxoGLoop extends AbstractDashLoop implements Serializable
- serialVersionUID:
- 3L
-
Class net.sf.jaxodraw.graph.object.loop.JaxoPLoop extends AbstractWiggleLoop implements Serializable
- serialVersionUID:
- 3L
-
Class net.sf.jaxodraw.graph.object.loop.JaxoSLoop extends AbstractDashLoop implements Serializable
- serialVersionUID:
- 3L
-
Class net.sf.jaxodraw.graph.object.loop.JaxoZigZagLoop extends AbstractWiggleLoop implements Serializable
- serialVersionUID:
- 3L
-
-
Package net.sf.jaxodraw.graph.object.text
-
Class net.sf.jaxodraw.graph.object.text.AbstractTextObject extends AbstractJaxoObject implements Serializable
- serialVersionUID:
- 3L
-
Serialized Fields
-
rotationAngle
int rotationAngle
The rotation angle of this text object. -
textString
String textString
The text string specifying this text object.
-
-
Class net.sf.jaxodraw.graph.object.text.JaxoLatexText extends AbstractTextObject implements Serializable
- serialVersionUID:
- 3L
-
Serialized Fields
-
allign
JaxoLatexText.Align allign
Specifies how the text is alligned with respect to the current position. -
latexTextSize
JaxoLatexText.TextSize latexTextSize
The LaTeX font size. -
scaleFactor
float scaleFactor
-
-
Class net.sf.jaxodraw.graph.object.text.JaxoPSText extends AbstractTextObject implements Serializable
- serialVersionUID:
- 3L
-
Serialized Fields
-
textFont
Font textFont
The font of this JaxoPSText object.
-
-
-
Package net.sf.jaxodraw.graph.object.vertex
-
Class net.sf.jaxodraw.graph.object.vertex.AbstractRotationVertex extends AbstractVertex implements Serializable
- serialVersionUID:
- 3L
-
Serialized Fields
-
rotationAngle
int rotationAngle
The rotation angle of the vertex
-
-
Class net.sf.jaxodraw.graph.object.vertex.AbstractVertex extends AbstractExtendedObject implements Serializable
- serialVersionUID:
- 3L
-
Class net.sf.jaxodraw.graph.object.vertex.JaxoVertexT1 extends AbstractVertex implements Serializable
- serialVersionUID:
- 3L
-
Serialization Methods
-
readObject
private void readObject(ObjectInputStream in) throws IOException, ClassNotFoundException
- Throws:
IOException
ClassNotFoundException
-
-
Class net.sf.jaxodraw.graph.object.vertex.JaxoVertexT2 extends AbstractRotationVertex implements Serializable
- serialVersionUID:
- 3L
-
Serialization Methods
-
readObject
private void readObject(ObjectInputStream in) throws IOException, ClassNotFoundException
- Throws:
IOException
ClassNotFoundException
-
-
Serialized Fields
-
fillColor
Color fillColor
The fill color of this fillObject. -
filled
boolean filled
-
-
Class net.sf.jaxodraw.graph.object.vertex.JaxoVertexT3 extends AbstractVertex implements Serializable
- serialVersionUID:
- 3L
-
Serialization Methods
-
readObject
private void readObject(ObjectInputStream in) throws IOException, ClassNotFoundException
- Throws:
IOException
ClassNotFoundException
-
-
Class net.sf.jaxodraw.graph.object.vertex.JaxoVertexT4 extends AbstractRotationVertex implements Serializable
- serialVersionUID:
- 3L
-
Class net.sf.jaxodraw.graph.object.vertex.JaxoVertexT6 extends AbstractVertex implements Serializable
- serialVersionUID:
- 3L
-
Serialization Methods
-
readObject
private void readObject(ObjectInputStream in) throws IOException, ClassNotFoundException
- Throws:
IOException
ClassNotFoundException
-
-
-
Package net.sf.jaxodraw.gui
-
Class net.sf.jaxodraw.gui.AbstractJaxoCanvas extends JComponent implements Serializable
- serialVersionUID:
- 3L
-
Serialization Methods
-
readObject
private void readObject(ObjectInputStream in) throws IOException, ClassNotFoundException
- Throws:
IOException
ClassNotFoundException
-
-
Serialized Fields
-
antialiasEnabled
boolean antialiasEnabled
-
canvasBackground
Color canvasBackground
-
clipboard
JaxoClipboard clipboard
-
fboxPopup
JaxoFBoxPopupMenu fboxPopup
-
handlePaintMode
JaxoDrawingArea.HandlePaintMode handlePaintMode
indicates how/whether to paint the handles of the objects.
-
-
Class net.sf.jaxodraw.gui.JaxoCanvas extends AbstractJaxoCanvas implements Serializable
- serialVersionUID:
- 3L
-
Serialized Fields
-
actionListener
ActionListener actionListener
-
cachedGroup
JaxoGroup cachedGroup
-
curHandle
JaxoObject.Handle curHandle
-
currentMode
JaxoMode currentMode
-
fboxLocation
Point fboxLocation
-
fboxON
boolean fboxON
-
fboxOrigin
Point fboxOrigin
-
fixed
Point fixed
-
hoveringObjects
JaxoList hoveringObjects
-
points
List<Point> points
variables for multi-point objects. -
pointsAidLocation
Point pointsAidLocation
-
pointsON
boolean pointsON
-
rgbox
Rectangle rgbox
Resize groups by dragging variables. -
selectedObject
JaxoObject selectedObject
-
selectInside
boolean selectInside
-
visualAidPainted
boolean visualAidPainted
indicates whether to paint the visual aid of objects.
-
-
-
Package net.sf.jaxodraw.gui.grid
-
Class net.sf.jaxodraw.gui.grid.JaxoDefaultGrid extends Object implements Serializable
- serialVersionUID:
- 3L
-
Serialization Methods
-
readObject
private void readObject(ObjectInputStream in) throws IOException, ClassNotFoundException
- Throws:
IOException
ClassNotFoundException
-
-
Serialized Fields
-
canvasSize
Dimension canvasSize
-
gridColor
Color gridColor
-
gridSize
int gridSize
-
gridStyle
JaxoPaintableGrid.Style gridStyle
-
gridType
JaxoPaintableGrid.Type gridType
-
painted
boolean painted
-
snapping
boolean snapping
-
-
-
Package net.sf.jaxodraw.gui.launch
-
Class net.sf.jaxodraw.gui.launch.JaxoSplashWindow extends Component implements Serializable
- serialVersionUID:
- 3L
-
-
Package net.sf.jaxodraw.gui.menu
-
Class net.sf.jaxodraw.gui.menu.AbstractMenu extends JMenu implements Serializable
- serialVersionUID:
- 3L
-
Class net.sf.jaxodraw.gui.menu.ClipboardMenu extends AbstractMenu implements Serializable
- serialVersionUID:
- 3L
-
Class net.sf.jaxodraw.gui.menu.DefaultMenu extends AbstractMenu implements Serializable
- serialVersionUID:
- 3L
-
Serialized Fields
-
defMIs
JMenuItem[] defMIs
-
-
Class net.sf.jaxodraw.gui.menu.JaxoEditMenu extends AbstractMenu implements Serializable
- serialVersionUID:
- 3L
-
Class net.sf.jaxodraw.gui.menu.JaxoFileMenu extends AbstractMenu implements Serializable
- serialVersionUID:
- 3L
-
Class net.sf.jaxodraw.gui.menu.JaxoHelpMenu extends AbstractMenu implements Serializable
- serialVersionUID:
- 3L
-
Class net.sf.jaxodraw.gui.menu.JaxoObjectMenu extends AbstractMenu implements Serializable
- serialVersionUID:
- 3L
-
Serialized Fields
-
otherMenu
AbstractMenu otherMenu
-
particleMenu
AbstractMenu particleMenu
-
-
Class net.sf.jaxodraw.gui.menu.JaxoOptionsMenu extends AbstractMenu implements Serializable
- serialVersionUID:
- 3L
-
Class net.sf.jaxodraw.gui.menu.JaxoViewMenu extends AbstractMenu implements Serializable
- serialVersionUID:
- 3L
-
Class net.sf.jaxodraw.gui.menu.LanguageMenu extends AbstractMenu implements Serializable
- serialVersionUID:
- 3L
-
Serialized Fields
-
englishBT
JRadioButtonMenuItem englishBT
-
frenchBT
JRadioButtonMenuItem frenchBT
-
germanBT
JRadioButtonMenuItem germanBT
-
italianBT
JRadioButtonMenuItem italianBT
-
spanishBT
JRadioButtonMenuItem spanishBT
-
-
Class net.sf.jaxodraw.gui.menu.OpenRecentMenu extends AbstractMenu implements Serializable
- serialVersionUID:
- 3L
-
Class net.sf.jaxodraw.gui.menu.OtherMenu extends AbstractMenu implements Serializable
- serialVersionUID:
- 3L
-
Serialized Fields
-
vertexMenu
AbstractMenu vertexMenu
-
-
Class net.sf.jaxodraw.gui.menu.ParticleMenu extends AbstractMenu implements Serializable
- serialVersionUID:
- 3L
-
Serialized Fields
-
menuItems
JMenuItem[] menuItems
-
-
Class net.sf.jaxodraw.gui.menu.SelectionMenu extends AbstractMenu implements Serializable
- serialVersionUID:
- 3L
-
Class net.sf.jaxodraw.gui.menu.TabMenu extends AbstractMenu implements Serializable
- serialVersionUID:
- 3L
-
Class net.sf.jaxodraw.gui.menu.VertexMenu extends AbstractMenu implements Serializable
- serialVersionUID:
- 3L
-
Serialized Fields
-
type1BT
JRadioButtonMenuItem type1BT
-
type2BT
JRadioButtonMenuItem type2BT
-
type3BT
JRadioButtonMenuItem type3BT
-
type4BT
JRadioButtonMenuItem type4BT
-
type6BT
JRadioButtonMenuItem type6BT
-
-
-
Package net.sf.jaxodraw.gui.menu.popup
-
Class net.sf.jaxodraw.gui.menu.popup.AbstractPopupMenu extends JPopupMenu implements Serializable
- serialVersionUID:
- 3L
-
Class net.sf.jaxodraw.gui.menu.popup.JaxoFBoxPopupMenu extends AbstractPopupMenu implements Serializable
- serialVersionUID:
- 3L
-
Serialized Fields
-
attachMI
JMenuItem attachMI
-
backMI
JMenuItem backMI
-
clearMI
JMenuItem clearMI
-
copyMI
JMenuItem copyMI
-
cutMI
JMenuItem cutMI
-
detachMI
JMenuItem detachMI
-
editM
JMenu editM
-
exportMI
JMenuItem exportMI
-
foreMI
JMenuItem foreMI
-
groupMI
JMenuItem groupMI
-
orderM
JMenu orderM
-
pasteMI
JMenuItem pasteMI
-
pasteMode
boolean pasteMode
-
saveasMI
JMenuItem saveasMI
-
selectionM
JMenu selectionM
-
ungroupMI
JMenuItem ungroupMI
-
-
Class net.sf.jaxodraw.gui.menu.popup.JaxoTabPopupMenu extends AbstractPopupMenu implements Serializable
- serialVersionUID:
- 3L
-
Serialized Fields
-
clearMI
JMenuItem clearMI
-
cloneTabMI
JMenuItem cloneTabMI
-
closeAllTabMI
JMenuItem closeAllTabMI
-
closeOtherTabMI
JMenuItem closeOtherTabMI
-
closeTabMI
JMenuItem closeTabMI
-
exportMI
JMenuItem exportMI
-
importMI
JMenuItem importMI
-
newTabMI
JMenuItem newTabMI
-
pasteMI
JMenuItem pasteMI
-
refreshMI
JMenuItem refreshMI
-
renameMI
JMenuItem renameMI
-
saveAsMI
JMenuItem saveAsMI
-
saveMI
JMenuItem saveMI
-
-
Class net.sf.jaxodraw.gui.menu.popup.JaxoVertexPopupMenu extends AbstractPopupMenu implements Serializable
- serialVersionUID:
- 3L
-
Serialized Fields
-
type1BT
JRadioButtonMenuItem type1BT
-
type2BT
JRadioButtonMenuItem type2BT
-
type3BT
JRadioButtonMenuItem type3BT
-
type4BT
JRadioButtonMenuItem type4BT
-
type6BT
JRadioButtonMenuItem type6BT
-
-
Class net.sf.jaxodraw.gui.menu.popup.JaxoZoomPopupMenu extends AbstractPopupMenu implements Serializable
- serialVersionUID:
- 3L
-
Serialized Fields
-
zoom2
JRadioButtonMenuItem zoom2
-
zoom4
JRadioButtonMenuItem zoom4
-
zoom8
JRadioButtonMenuItem zoom8
-
zoomFactorM
JMenu zoomFactorM
-
-
-
Package net.sf.jaxodraw.gui.panel
-
Class net.sf.jaxodraw.gui.panel.AbstractJaxoPanelComponent extends JPanel implements Serializable
- serialVersionUID:
- 3L
-
Class net.sf.jaxodraw.gui.panel.JaxoButtonPanel extends AbstractJaxoPanelComponent implements Serializable
- serialVersionUID:
- 3L
-
Serialized Fields
-
abtpanel
JaxoActionButtons abtpanel
-
ebtpanel
JaxoEditButtons ebtpanel
-
gbtpanel
JaxoGridButtons gbtpanel
-
mbtpanel
JaxoMiscButtons mbtpanel
-
pbtpanel
JaxoParticleButtons pbtpanel
-
-
Class net.sf.jaxodraw.gui.panel.JaxoGlassPane extends JComponent implements Serializable
- serialVersionUID:
- 3L
-
Serialized Fields
-
theParent
JFrame theParent
-
theViewPort
JComponent theViewPort
-
-
Class net.sf.jaxodraw.gui.panel.JaxoGridBar extends AbstractJaxoPanelComponent implements Serializable
- serialVersionUID:
- 3L
-
Serialized Fields
-
canvasBackgroundButton
JaxoColorButton canvasBackgroundButton
-
canvasBackgroundLabel
JLabel canvasBackgroundLabel
-
chooseGridSize
JaxoSpinnerComboBox<Integer> chooseGridSize
-
chooseGridStyle
JComboBox<String> chooseGridStyle
-
chooseGridType
JComboBox<String> chooseGridType
-
gridCheckBox
JCheckBox gridCheckBox
-
gridColorButton
JaxoColorButton gridColorButton
-
gridColorLabel
JLabel gridColorLabel
-
gridSize
JaxoSpinnerIntModel gridSize
-
gridSizeLabel
JLabel gridSizeLabel
-
gridStyleLabel
JLabel gridStyleLabel
-
gridTypeLabel
JLabel gridTypeLabel
-
snapCheckBox
JCheckBox snapCheckBox
-
thePanel
JaxoCommunicator thePanel
-
-
Class net.sf.jaxodraw.gui.panel.JaxoMainPanel extends JFrame implements Serializable
- serialVersionUID:
- 3L
-
Serialized Fields
-
buttonPanel
JaxoButtonPanel buttonPanel
The button panel of this JaxoMainPanel. -
gridBar
JaxoGridBar gridBar
The Grid panel of this JaxoMainPanel. -
jaxomenubar
JaxoMenuBar jaxomenubar
The menu bar of this JaxoMainPanel. -
lang
JaxoLanguage.Language lang
-
preferencesPanel
JaxoPrefsPanel preferencesPanel
-
statusBar
JaxoStatusBar statusBar
The status bar of this JaxoMainPanel. -
toolBar
JaxoToolBar toolBar
The tool bar of this JaxoMainPanel.
-
-
Class net.sf.jaxodraw.gui.panel.JaxoMenuBar extends JMenuBar implements Serializable
- serialVersionUID:
- 3L
-
Class net.sf.jaxodraw.gui.panel.JaxoPaintGraph extends JComponent implements Serializable
- serialVersionUID:
- 3L
-
Class net.sf.jaxodraw.gui.panel.JaxoProgressDialog extends JFrame implements Serializable
- serialVersionUID:
- 3L
-
Serialized Fields
-
contentPane
JPanel contentPane
-
progressBar
JProgressBar progressBar
-
-
Class net.sf.jaxodraw.gui.panel.JaxoStatusBar extends AbstractJaxoPanelComponent implements Serializable
- serialVersionUID:
- 3L
-
Class net.sf.jaxodraw.gui.panel.JaxoTabbedCanvasPanel extends AbstractJaxoPanelComponent implements Serializable
- serialVersionUID:
- 3L
-
Serialized Fields
-
antialiasEnabled
boolean antialiasEnabled
-
canRedo
boolean canRedo
-
canUndo
boolean canUndo
-
canvasPopup
JaxoTabPopupMenu canvasPopup
-
currentMode
JaxoMode currentMode
-
lastOpenDir
String lastOpenDir
-
modifiedIcon
Icon modifiedIcon
-
nameIndex
Map<String,Integer> nameIndex
-
parentComponent
Component parentComponent
-
tabbedPane
JaxoClosableTabbedPane tabbedPane
-
theCanvas
JaxoDrawingArea theCanvas
The Canvas where all the objects will be drawn -
thePanel
JaxoCommunicator thePanel
-
unmodifiedIcon
Icon unmodifiedIcon
-
vertexType
JaxoMode vertexType
-
watchMode
boolean watchMode
-
-
Class net.sf.jaxodraw.gui.panel.JaxoToolBar extends JToolBar implements Serializable
- serialVersionUID:
- 3L
-
Serialized Fields
-
toolBarButtons
AbstractButton[] toolBarButtons
-
watchModeButton
JToggleButton watchModeButton
-
-
Class net.sf.jaxodraw.gui.panel.ShortcutPanel extends JPanel implements Serializable
- serialVersionUID:
- 3L
-
-
Package net.sf.jaxodraw.gui.panel.button
-
Class net.sf.jaxodraw.gui.panel.button.AbstractJaxoButtons extends JPanel implements Serializable
- serialVersionUID:
- 3L
-
Class net.sf.jaxodraw.gui.panel.button.JaxoActionButtons extends AbstractJaxoButtons implements Serializable
- serialVersionUID:
- 3L
-
Serialized Fields
-
actionButtons
JaxoPanelButton[] actionButtons
-
-
Class net.sf.jaxodraw.gui.panel.button.JaxoEditButtons extends AbstractJaxoButtons implements Serializable
- serialVersionUID:
- 3L
-
Serialized Fields
-
editButtons
JaxoPanelButton[] editButtons
-
-
Class net.sf.jaxodraw.gui.panel.button.JaxoGridButtons extends AbstractJaxoButtons implements Serializable
- serialVersionUID:
- 3L
-
Serialized Fields
-
gridButtons
JaxoPanelButton[] gridButtons
-
zoomPopup
JaxoZoomPopupMenu zoomPopup
-
-
Class net.sf.jaxodraw.gui.panel.button.JaxoMiscButtons extends AbstractJaxoButtons implements Serializable
- serialVersionUID:
- 3L
-
Serialized Fields
-
miscButtons
JaxoPanelButton[] miscButtons
An array holding the JaxoPanelButtons of the misc button panel. -
vertexPopup
JaxoVertexPopupMenu vertexPopup
-
-
Class net.sf.jaxodraw.gui.panel.button.JaxoPanelButton extends JButton implements Serializable
- serialVersionUID:
- 3L
-
Serialized Fields
-
isDefault
boolean isDefault
-
unpressedBackground
Color unpressedBackground
-
-
Class net.sf.jaxodraw.gui.panel.button.JaxoParticleButtons extends AbstractJaxoButtons implements Serializable
- serialVersionUID:
- 3L
-
Serialized Fields
-
particleButtons
JaxoPanelButton[] particleButtons
-
-
-
Package net.sf.jaxodraw.gui.panel.edit
-
Class net.sf.jaxodraw.gui.panel.edit.AbstractEditPanel extends JPanel implements Serializable
- serialVersionUID:
- 3L
-
Class net.sf.jaxodraw.gui.panel.edit.Jaxo2PointsEditPanel extends AbstractEditPanel implements Serializable
- serialVersionUID:
- 3L
-
Class net.sf.jaxodraw.gui.panel.edit.Jaxo3PointsEditPanel extends AbstractEditPanel implements Serializable
- serialVersionUID:
- 3L
-
Class net.sf.jaxodraw.gui.panel.edit.Jaxo4PointsEditPanel extends AbstractEditPanel implements Serializable
- serialVersionUID:
- 3L
-
Class net.sf.jaxodraw.gui.panel.edit.JaxoArrowEditPanel extends AbstractEditPanel implements Serializable
- serialVersionUID:
- 3L
-
Class net.sf.jaxodraw.gui.panel.edit.JaxoCenterSizeEditPanel extends AbstractEditPanel implements Serializable
- serialVersionUID:
- 3L
-
Class net.sf.jaxodraw.gui.panel.edit.JaxoColorEditPanel extends AbstractEditPanel implements Serializable
- serialVersionUID:
- 3L
-
Class net.sf.jaxodraw.gui.panel.edit.JaxoDashEditPanel extends AbstractEditPanel implements Serializable
- serialVersionUID:
- 3L
-
Class net.sf.jaxodraw.gui.panel.edit.JaxoDefaultArrowEditPanel extends AbstractEditPanel implements Serializable
- serialVersionUID:
- 3L
-
Class net.sf.jaxodraw.gui.panel.edit.JaxoDLEditPanel extends AbstractEditPanel implements Serializable
- serialVersionUID:
- 3L
-
Class net.sf.jaxodraw.gui.panel.edit.JaxoLatexAlignPanel extends AbstractEditPanel implements Serializable
- serialVersionUID:
- 3L
-
Class net.sf.jaxodraw.gui.panel.edit.JaxoLatexFontSizePanel extends AbstractEditPanel implements Serializable
- serialVersionUID:
- 3L
-
Class net.sf.jaxodraw.gui.panel.edit.JaxoLatexScaleFactorPanel extends AbstractEditPanel implements Serializable
- serialVersionUID:
- 3L
-
Class net.sf.jaxodraw.gui.panel.edit.JaxoOptionsPanel extends JPanel implements Serializable
- serialVersionUID:
- 3L
-
Serialized Fields
-
backup
JaxoObject backup
-
event
ChangeEvent event
-
object
JaxoObject object
-
panelConstraints
GridBagConstraints panelConstraints
-
title
String title
-
-
Class net.sf.jaxodraw.gui.panel.edit.JaxoPositionEditPanel extends AbstractEditPanel implements Serializable
- serialVersionUID:
- 3L
-
Class net.sf.jaxodraw.gui.panel.edit.JaxoPSFontPanel extends AbstractEditPanel implements Serializable
- serialVersionUID:
- 3L
-
Class net.sf.jaxodraw.gui.panel.edit.JaxoRotationEditPanel extends AbstractEditPanel implements Serializable
- serialVersionUID:
- 3L
-
Class net.sf.jaxodraw.gui.panel.edit.JaxoRRArcRadiusEditPanel extends AbstractEditPanel implements Serializable
- serialVersionUID:
- 3L
-
Class net.sf.jaxodraw.gui.panel.edit.JaxoSquashEditPanel extends AbstractEditPanel implements Serializable
- serialVersionUID:
- 3L
-
Class net.sf.jaxodraw.gui.panel.edit.JaxoStretchingEditPanel extends AbstractEditPanel implements Serializable
- serialVersionUID:
- 3L
-
Class net.sf.jaxodraw.gui.panel.edit.JaxoStrokeEditPanel extends AbstractEditPanel implements Serializable
- serialVersionUID:
- 3L
-
Class net.sf.jaxodraw.gui.panel.edit.JaxoSuperSymmEditPanel extends AbstractEditPanel implements Serializable
- serialVersionUID:
- 3L
-
Class net.sf.jaxodraw.gui.panel.edit.JaxoSymmEditPanel extends AbstractEditPanel implements Serializable
- serialVersionUID:
- 3L
-
Class net.sf.jaxodraw.gui.panel.edit.JaxoTextEditPanel extends AbstractEditPanel implements Serializable
- serialVersionUID:
- 3L
-
Class net.sf.jaxodraw.gui.panel.edit.JaxoWiggleEditPanel extends AbstractEditPanel implements Serializable
- serialVersionUID:
- 3L
-
Class net.sf.jaxodraw.gui.panel.edit.JaxoXYREditPanel extends AbstractEditPanel implements Serializable
- serialVersionUID:
- 3L
-
-
Package net.sf.jaxodraw.gui.panel.prefs
-
Class net.sf.jaxodraw.gui.panel.prefs.AppearanceOptionsPanel extends JPanel implements Serializable
-
Serialized Fields
-
checkBoxPanel
CheckBoxPanel checkBoxPanel
-
languagePanel
LanguagePanel languagePanel
-
lookNFeelPanel
LookNFeelPanel lookNFeelPanel
-
startUpPanel
StartUpPanel startUpPanel
-
-
-
Class net.sf.jaxodraw.gui.panel.prefs.BehaviorOptionsPanel extends JTabbedPane implements Serializable
-
Serialized Fields
-
gridPanel
GridPanel gridPanel
-
miscPanel
MiscPanel miscPanel
-
objectPanel
ObjectPanel objectPanel
-
textPanel
TextPanel textPanel
-
-
-
Class net.sf.jaxodraw.gui.panel.prefs.CheckBoxPanel extends JPanel implements Serializable
-
Class net.sf.jaxodraw.gui.panel.prefs.GeneralOptionsPanel extends JPanel implements Serializable
- serialVersionUID:
- 3L
-
Serialized Fields
-
editorTextField
JTextField editorTextField
-
htmlTextField
JTextField htmlTextField
-
psTextField
JTextField psTextField
-
usrDirTextField
JTextField usrDirTextField
-
-
Class net.sf.jaxodraw.gui.panel.prefs.GridPanel extends JPanel implements Serializable
- serialVersionUID:
- 3L
-
Serialized Fields
-
chooseCSpaceType
JComboBox<String> chooseCSpaceType
-
chooseGridStyle
JComboBox<String> chooseGridStyle
-
chooseGridType
JComboBox<String> chooseGridType
-
colorChooser
JaxoColorChooser colorChooser
-
gridCheckBox
JCheckBox gridCheckBox
-
gridColorButton
JaxoColorButton gridColorButton
-
gridTypes
String[] gridTypes
-
modelgrid
JaxoSpinnerIntModel modelgrid
-
snapCheckBox
JCheckBox snapCheckBox
-
-
Class net.sf.jaxodraw.gui.panel.prefs.JaxoPrefsPanel extends JDialog implements Serializable
- serialVersionUID:
- 3L
-
Serialized Fields
-
appearanceOptionsPanel
AppearanceOptionsPanel appearanceOptionsPanel
-
behaviorOptionsPanel
BehaviorOptionsPanel behaviorOptionsPanel
-
chooseCSpaceType
JComboBox<String> chooseCSpaceType
-
colorChooser
JaxoColorChooser colorChooser
-
generalOptionsPanel
GeneralOptionsPanel generalOptionsPanel
-
-
Class net.sf.jaxodraw.gui.panel.prefs.LanguagePanel extends JPanel implements Serializable
-
Class net.sf.jaxodraw.gui.panel.prefs.LookNFeelPanel extends JPanel implements Serializable
-
Serialized Fields
-
lookAndFeelPanel
JaxoLookAndFeelPanel lookAndFeelPanel
-
-
-
Class net.sf.jaxodraw.gui.panel.prefs.MiscPanel extends JPanel implements Serializable
-
Serialized Fields
-
chooseCSpaceType
JComboBox<String> chooseCSpaceType
-
chooseDefaultMode
JComboBox<String> chooseDefaultMode
-
modelundo
SpinnerNumberModel modelundo
-
-
-
Class net.sf.jaxodraw.gui.panel.prefs.ObjectPanel extends JPanel implements Serializable
-
Serialized Fields
-
ampEditPanel
JaxoWiggleEditPanel ampEditPanel
-
arrowEditPanel
JaxoArrowEditPanel arrowEditPanel
-
chooseCSpaceType
JComboBox<String> chooseCSpaceType
-
colorEditPanel
JaxoColorEditPanel colorEditPanel
-
dashEditPanel
JaxoDashEditPanel dashEditPanel
-
defaultArrowEditPanel
JaxoDefaultArrowEditPanel defaultArrowEditPanel
-
dlEditPanel
JaxoDLEditPanel dlEditPanel
-
fillColorEditPanel
JaxoColorEditPanel fillColorEditPanel
-
modelvert
SpinnerNumberModel modelvert
-
strokeEditPanel
JaxoStrokeEditPanel strokeEditPanel
-
-
-
Class net.sf.jaxodraw.gui.panel.prefs.StartUpPanel extends JPanel implements Serializable
-
Serialized Fields
-
canvasBackgroundButton
JaxoColorButton canvasBackgroundButton
-
chooseCSpaceType
JComboBox<String> chooseCSpaceType
-
colorChooser
JaxoColorChooser colorChooser
-
modelXin
SpinnerNumberModel modelXin
-
modelYin
SpinnerNumberModel modelYin
-
splashCheckBox
JCheckBox splashCheckBox
-
-
-
Class net.sf.jaxodraw.gui.panel.prefs.TextPanel extends JPanel implements Serializable
-
Serialized Fields
-
chooseCSpaceType
JComboBox<String> chooseCSpaceType
-
colorChooser
JaxoColorChooser colorChooser
-
latexAlignPanel
JaxoLatexAlignPanel latexAlignPanel
-
latexScaleFactorPanel
JaxoLatexScaleFactorPanel latexScaleFactorPanel
-
psFontPanel
JaxoPSFontPanel psFontPanel
-
psRotationPanel
JaxoRotationEditPanel psRotationPanel
-
texLabelCheckBox
JCheckBox texLabelCheckBox
-
texRotationPanel
JaxoRotationEditPanel texRotationPanel
-
texSizePanel
JaxoLatexFontSizePanel texSizePanel
-
textColorButton
JaxoColorButton textColorButton
-
-
-
-
Package net.sf.jaxodraw.gui.swing
-
Class net.sf.jaxodraw.gui.swing.JaxoClosableTabbedPane extends JTabbedPane implements Serializable
- serialVersionUID:
- 3L
-
Serialized Fields
-
button
net.sf.jaxodraw.gui.swing.JaxoClosableTabbedPane.IndexButtonModel button
-
tabRollover
net.sf.jaxodraw.gui.swing.JaxoClosableTabbedPane.IndexButtonModel tabRollover
-
-
Class net.sf.jaxodraw.gui.swing.JaxoFontStyleRenderer extends DefaultListCellRenderer implements Serializable
- serialVersionUID:
- 3L
-
Class net.sf.jaxodraw.gui.swing.TabClosingEvent extends EventObject implements Serializable
- serialVersionUID:
- 3L
-
Serialized Fields
-
index
int index
-
-
-
Package net.sf.jaxodraw.gui.swing.spinner
-
Class net.sf.jaxodraw.gui.swing.spinner.JaxoFixedJSpinner extends JSpinner implements Serializable
- serialVersionUID:
- 3L
-
Serialized Fields
-
textFieldFont
Font textFieldFont
-
-
Class net.sf.jaxodraw.gui.swing.spinner.JaxoSpinnerComboBox extends JComboBox<E> implements Serializable
- serialVersionUID:
- 3L
-
Serialized Fields
-
spinner
JSpinner spinner
-
-
Class net.sf.jaxodraw.gui.swing.spinner.JaxoSpinnerIntModel extends SpinnerNumberModel implements Serializable
- serialVersionUID:
- 3L
-
Serialized Fields
-
origin
int origin
-
snap
boolean snap
-
-
Class net.sf.jaxodraw.gui.swing.spinner.JaxoSpinnerRotationModel extends SpinnerNumberModel implements Serializable
- serialVersionUID:
- 3L
-
-
Package net.sf.jaxodraw.plugin
-
Class net.sf.jaxodraw.plugin.JaxoPluginExecutionException extends Exception implements Serializable
- serialVersionUID:
- 3L
-
-
Package net.sf.jaxodraw.util
-
Class net.sf.jaxodraw.util.JaxoColorButton extends JButton implements Serializable
- serialVersionUID:
- 3L
-
Serialized Fields
-
chooser
JaxoColorChooser chooser
-
chooserMode
JaxoColor.Mode chooserMode
-
chooserTitle
String chooserTitle
-
color
Color color
-
optional
boolean optional
-
-
Class net.sf.jaxodraw.util.JaxoTitledBorder extends TitledBorder implements Serializable
- serialVersionUID:
- 3L
-