Serialized Form


Package net.sf.jaxodraw.graph

Class net.sf.jaxodraw.graph.JaxoSaveGraph extends Object implements Serializable

serialVersionUID: 2L

Serialized Fields

objectList

JaxoList<E extends JaxoObject> objectList

description

String description

packageList

List<E> packageList

jaxoDrawVersion

String jaxoDrawVersion

Package net.sf.jaxodraw.gui

Class net.sf.jaxodraw.gui.AbstractJaxoCanvas extends JComponent implements Serializable

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException
Serialized Fields

fboxPopup

JaxoFBoxPopupMenu fboxPopup

clipboard

JaxoClipboard clipboard

antialiasEnabled

boolean antialiasEnabled

canvasBackground

Color canvasBackground

minimumCanvasSize

Dimension minimumCanvasSize

maximumCanvasSize

Dimension maximumCanvasSize

handlePaintMode

int handlePaintMode
indicates how/whether to paint the handles of the objects.

Class net.sf.jaxodraw.gui.JaxoCanvas extends AbstractJaxoCanvas implements Serializable

serialVersionUID: 7526471155622776147L

Serialized Fields

actionListener

ActionListener actionListener

fixed

Point fixed

curHandle

int curHandle

currentMode

int currentMode

fboxON

boolean fboxON

fboxOrigin

Point fboxOrigin

fboxLocation

Point fboxLocation

visualAidPainted

boolean visualAidPainted
indicates whether to paint the visual aid of objects.


points

List<E> points
variables for multi-point objects.


pointsAidLocation

Point pointsAidLocation

pointsON

boolean pointsON

rgbox

Rectangle rgbox
Resize groups by dragging variables.


newRf

float newRf

gHandle

int gHandle

cachedGroup

JaxoObject cachedGroup

selectedObject

JaxoObject selectedObject

hoveringObject

JaxoObject hoveringObject

selectInside

boolean selectInside

Package net.sf.jaxodraw.gui.launch

Class net.sf.jaxodraw.gui.launch.JaxoSplashWindow extends Component implements Serializable

serialVersionUID: 7526471155622776147L

Serialized Fields

lock

Object lock

frame

Frame frame

image

Image image

painted

boolean painted

windowTitle

String windowTitle

Package net.sf.jaxodraw.gui.menu

Class net.sf.jaxodraw.gui.menu.DefaultMenu extends JaxoMenu implements Serializable

serialVersionUID: 7526471155622776147L

Serialized Fields

defMIs

JMenuItem[] defMIs

Class net.sf.jaxodraw.gui.menu.JaxoEditMenu extends JaxoMenu implements Serializable

serialVersionUID: 7526471155622776147L

Serialized Fields

undoMI

JMenuItem undoMI

redoMI

JMenuItem redoMI

Class net.sf.jaxodraw.gui.menu.JaxoFileMenu extends JaxoMenu implements Serializable

serialVersionUID: 7526471155622776147L

Class net.sf.jaxodraw.gui.menu.JaxoHelpMenu extends JaxoMenu implements Serializable

serialVersionUID: 7526471155622776147L

Class net.sf.jaxodraw.gui.menu.JaxoMenu extends JMenu implements Serializable

Class net.sf.jaxodraw.gui.menu.JaxoMenuBar extends JMenuBar implements Serializable

serialVersionUID: 7526471155622776147L

Class net.sf.jaxodraw.gui.menu.JaxoOptionsMenu extends JaxoMenu implements Serializable

serialVersionUID: 7526471155622776147L

Serialized Fields

showtoolMI

JMenuItem showtoolMI

showStatusMI

JMenuItem showStatusMI

showgridMI

JMenuItem showgridMI

antialiasOnMI

JMenuItem antialiasOnMI

gridOnMI

JMenuItem gridOnMI

snapOnMI

JMenuItem snapOnMI

arrowMI

JMenuItem arrowMI

Class net.sf.jaxodraw.gui.menu.LanguageMenu extends JaxoMenu implements Serializable

serialVersionUID: 7526471155622776147L

Serialized Fields

englishBT

JRadioButtonMenuItem englishBT

germanBT

JRadioButtonMenuItem germanBT

frenchBT

JRadioButtonMenuItem frenchBT

spanishBT

JRadioButtonMenuItem spanishBT

italianBT

JRadioButtonMenuItem italianBT

Class net.sf.jaxodraw.gui.menu.NewMenu extends JaxoMenu implements Serializable

serialVersionUID: 7526471155622776147L

Class net.sf.jaxodraw.gui.menu.OpenRecentMenu extends JaxoMenu implements Serializable

serialVersionUID: 7526471155622776147L

Serialized Fields

recentFiles

List<E> recentFiles

Class net.sf.jaxodraw.gui.menu.VertexMenu extends JaxoMenu implements Serializable

serialVersionUID: 7526471155622776147L

Serialized Fields

type1BT

JRadioButtonMenuItem type1BT

type2BT

JRadioButtonMenuItem type2BT

type3BT

JRadioButtonMenuItem type3BT

type4BT

JRadioButtonMenuItem type4BT

type5BT

JRadioButtonMenuItem type5BT

type6BT

JRadioButtonMenuItem type6BT

Package net.sf.jaxodraw.gui.menu.popup

Class net.sf.jaxodraw.gui.menu.popup.JaxoCanvasPopupMenu extends JPopupMenu implements Serializable

serialVersionUID: 7526471155622776147L

Serialized Fields

newTabMI

JMenuItem newTabMI

renameMI

JMenuItem renameMI

refreshMI

JMenuItem refreshMI

clearMI

JMenuItem clearMI

saveMI

JMenuItem saveMI

saveAsMI

JMenuItem saveAsMI

exportMI

JMenuItem exportMI

closeTabMI

JMenuItem closeTabMI

pasteMI

JMenuItem pasteMI

Class net.sf.jaxodraw.gui.menu.popup.JaxoFBoxPopupMenu extends JPopupMenu implements Serializable

serialVersionUID: 7526471155622776147L

Serialized Fields

alistener

ActionListener alistener

editM

JMenu editM

cutMI

JMenuItem cutMI

copyMI

JMenuItem copyMI

pasteMI

JMenuItem pasteMI

ungroupMI

JMenuItem ungroupMI

groupMI

JMenuItem groupMI

orderM

JMenu orderM

foreMI

JMenuItem foreMI

backMI

JMenuItem backMI

selectionM

JMenu selectionM

saveasMI

JMenuItem saveasMI

exportMI

JMenuItem exportMI

texpreviewMI

JMenuItem texpreviewMI

pasteMode

boolean pasteMode

Class net.sf.jaxodraw.gui.menu.popup.JaxoVertexPopupMenu extends JPopupMenu implements Serializable

serialVersionUID: 7526471155622776147L

Serialized Fields

type1BT

JRadioButtonMenuItem type1BT

type2BT

JRadioButtonMenuItem type2BT

type3BT

JRadioButtonMenuItem type3BT

type4BT

JRadioButtonMenuItem type4BT

type5BT

JRadioButtonMenuItem type5BT

type6BT

JRadioButtonMenuItem type6BT

Class net.sf.jaxodraw.gui.menu.popup.JaxoZoomPopupMenu extends JPopupMenu implements Serializable

serialVersionUID: 7526471155622776147L

Serialized Fields

zoomFactorM

JMenu zoomFactorM

zoom2

JRadioButtonMenuItem zoom2

zoom4

JRadioButtonMenuItem zoom4

zoom8

JRadioButtonMenuItem zoom8

Package net.sf.jaxodraw.gui.panel

Class net.sf.jaxodraw.gui.panel.JaxoGlassPane extends JComponent implements Serializable

serialVersionUID: 75264711556226147L

Serialized Fields

theParent

JFrame theParent

theViewPort

JComponent theViewPort

Class net.sf.jaxodraw.gui.panel.JaxoGridBar extends JPanel implements Serializable

serialVersionUID: 7526471155622776147L

Serialized Fields

chooseGridType

JComboBox chooseGridType

gridSize

JaxoSpinnerIntModel gridSize

chooseGridSize

JaxoSpinnerComboBox chooseGridSize

gridCheckBox

JCheckBox gridCheckBox

snapCheckBox

JCheckBox snapCheckBox

thePanel

JaxoCommunicator thePanel

colorChooser

JaxoColorChooser colorChooser

gridColorButton

JaxoColorButton gridColorButton

canvasBackgroundButton

JaxoColorButton canvasBackgroundButton

chooseGridStyle

JComboBox chooseGridStyle

gridTypeLabel

JLabel gridTypeLabel

gridStyleLabel

JLabel gridStyleLabel

gridSizeLabel

JLabel gridSizeLabel

gridColorLabel

JLabel gridColorLabel

canvasBackgroundLabel

JLabel canvasBackgroundLabel

Class net.sf.jaxodraw.gui.panel.JaxoMainPanel extends JFrame implements Serializable

serialVersionUID: 7526471155622776147L

Serialized Fields

buttonPanel

JaxoButtonPanel buttonPanel
The button panel of this JaxoMainPanel.


jaxomenubar

JaxoMenuBar jaxomenubar
The menu bar of this JaxoMainPanel.


toolBar

JaxoToolBar toolBar
The tool bar of this JaxoMainPanel.


statusBar

JaxoStatusBar statusBar
The status bar of this JaxoMainPanel.


gridBar

JaxoGridBar gridBar
The Grid panel of this JaxoMainPanel.


preferencesPanel

JaxoPrefsPanel preferencesPanel

Class net.sf.jaxodraw.gui.panel.JaxoPrefsPanel extends JDialog implements Serializable

serialVersionUID: 7526471155622776147L

Serialized Fields

knownLanguages

List<E> knownLanguages

gridTypes

String[] gridTypes

screenSize

Dimension screenSize

htmlTextField

JTextField htmlTextField

editorTextField

JTextField editorTextField

psTextField

JTextField psTextField

latexPathTextField

JTextField latexPathTextField

dvipsPathTextField

JTextField dvipsPathTextField

lookAndFeelPanel

JaxoLookAndFeelPanel lookAndFeelPanel

chooseLanguage

JComboBox chooseLanguage

modelXin

SpinnerNumberModel modelXin

modelYin

SpinnerNumberModel modelYin

splashCheckBox

JCheckBox splashCheckBox

toolBarCheckBox

JCheckBox toolBarCheckBox

gridBarCheckBox

JCheckBox gridBarCheckBox

statusBarCheckBox

JCheckBox statusBarCheckBox

antialiasCheckBox

JCheckBox antialiasCheckBox

gridCheckBox

JCheckBox gridCheckBox

snapCheckBox

JCheckBox snapCheckBox

chooseGridType

JComboBox chooseGridType

chooseGridStyle

JComboBox chooseGridStyle

gridColorButton

JaxoColorButton gridColorButton

canvasBackgroundButton

JaxoColorButton canvasBackgroundButton

modelgrid

JaxoSpinnerIntModel modelgrid

colorButton

JaxoColorButton colorButton

modelwidth

SpinnerNumberModel modelwidth

arrowCheckBox

JCheckBox arrowCheckBox

modelsep

SpinnerNumberModel modelsep

modelvert

SpinnerNumberModel modelvert

modelamp

SpinnerNumberModel modelamp

arsppos

JSpinner arsppos

arsplength

JSpinner arsplength

arspwidth

JSpinner arspwidth

arspinset

JSpinner arspinset

arlockcb

JCheckBox arlockcb

modelArPosition

SpinnerNumberModel modelArPosition

modelArLength

SpinnerNumberModel modelArLength

modelArWidth

SpinnerNumberModel modelArWidth

modelArInset

SpinnerNumberModel modelArInset

arlwRatio

float arlwRatio

aradjusting

boolean aradjusting

textColorButton

JaxoColorButton textColorButton

chooseTextFamily

JComboBox chooseTextFamily

chooseTextSize

JSpinner chooseTextSize

chooseTextStyle

JComboBox chooseTextStyle

modelTextRotation

JaxoSpinnerRotationModel modelTextRotation

modelTeXRotation

JaxoSpinnerRotationModel modelTeXRotation

chooseTeXAlignment

JComboBox chooseTeXAlignment

chooseTeXSize

JComboBox chooseTeXSize

chooseDefaultMode

JComboBox chooseDefaultMode

modelundo

SpinnerNumberModel modelundo

chooseCSpaceType

JComboBox chooseCSpaceType

colorChooser

JaxoColorChooser colorChooser

Class net.sf.jaxodraw.gui.panel.JaxoProgressDialog extends JFrame implements Serializable

serialVersionUID: 1L

Serialized Fields

progressBar

JProgressBar progressBar

contentPane

JPanel contentPane

Class net.sf.jaxodraw.gui.panel.JaxoStatusBar extends JPanel implements Serializable

serialVersionUID: 7526471155622776147L

Serialized Fields

controlFlag

JLabel controlFlag

coordFlag

JLabel coordFlag

fileFlag

JLabel fileFlag

currentFile

String currentFile

currentModeKey

String currentModeKey

Class net.sf.jaxodraw.gui.panel.JaxoToolBar extends JToolBar implements Serializable

serialVersionUID: 7526471155622776147L

Serialized Fields

toolBarButtons

AbstractButton[] toolBarButtons

watchModeButton

JToggleButton watchModeButton

Package net.sf.jaxodraw.gui.panel.button

Class net.sf.jaxodraw.gui.panel.button.JaxoActionButtons extends JPanel implements Serializable

serialVersionUID: 7526471155622776147L

Serialized Fields

actionButtons

JaxoPanelButton[] actionButtons

Class net.sf.jaxodraw.gui.panel.button.JaxoButtonPanel extends JPanel implements Serializable

serialVersionUID: 7526471155622776147L

Serialized Fields

pbtpanel

JaxoParticleButtons pbtpanel

ebtpanel

JaxoEditButtons ebtpanel

mbtpanel

JaxoMiscButtons mbtpanel

abtpanel

JaxoActionButtons abtpanel

gbtpanel

JaxoGridButtons gbtpanel

Class net.sf.jaxodraw.gui.panel.button.JaxoColorButton extends JButton implements Serializable

serialVersionUID: 7526471155622776147L

Serialized Fields

color

Color color

chooserMode

int chooserMode

chooserTitle

String chooserTitle

chooser

JaxoColorChooser chooser

optional

boolean optional

Class net.sf.jaxodraw.gui.panel.button.JaxoEditButtons extends JPanel implements Serializable

serialVersionUID: 7526471155622776147L

Serialized Fields

editButtons

JaxoPanelButton[] editButtons

Class net.sf.jaxodraw.gui.panel.button.JaxoGridButtons extends JPanel implements Serializable

serialVersionUID: 7526471155622776147L

Serialized Fields

gridButtons

JaxoPanelButton[] gridButtons

zoomPopup

JaxoZoomPopupMenu zoomPopup

Class net.sf.jaxodraw.gui.panel.button.JaxoMiscButtons extends JPanel implements Serializable

serialVersionUID: 7526471155622776147L

Serialized Fields

vertexPopup

JaxoVertexPopupMenu vertexPopup

miscButtons

JaxoPanelButton[] miscButtons
An array holding the JaxoPanelButtons of the misc button panel.

Class net.sf.jaxodraw.gui.panel.button.JaxoPanelButton extends JButton implements Serializable

serialVersionUID: 7526471155622776147L

Serialized Fields

unpressedBackground

Color unpressedBackground

isDefault

boolean isDefault

Class net.sf.jaxodraw.gui.panel.button.JaxoParticleButtons extends JPanel implements Serializable

serialVersionUID: 7526471155622776147L

Serialized Fields

particleButtons

JaxoPanelButton[] particleButtons

Package net.sf.jaxodraw.gui.panel.edit

Class net.sf.jaxodraw.gui.panel.edit.Jaxo2PointsEditPanel extends JaxoEditPanel implements Serializable

serialVersionUID: 7526471155622776147L

Class net.sf.jaxodraw.gui.panel.edit.Jaxo3PointsEditPanel extends JaxoEditPanel implements Serializable

serialVersionUID: 7526471155622776147L

Class net.sf.jaxodraw.gui.panel.edit.Jaxo4PointsEditPanel extends JaxoEditPanel implements Serializable

serialVersionUID: 7526471155622776147L

Class net.sf.jaxodraw.gui.panel.edit.JaxoArrowEditPanel extends JaxoEditPanel implements Serializable

serialVersionUID: 7526471155622776147L

Class net.sf.jaxodraw.gui.panel.edit.JaxoCenterSizeEditPanel extends JaxoEditPanel implements Serializable

serialVersionUID: 7526471155622776147L

Class net.sf.jaxodraw.gui.panel.edit.JaxoColorEditPanel extends JaxoEditPanel implements Serializable

serialVersionUID: 7526471155622776147L

Class net.sf.jaxodraw.gui.panel.edit.JaxoDashEditPanel extends JaxoEditPanel implements Serializable

serialVersionUID: 7526471155622776147L

Class net.sf.jaxodraw.gui.panel.edit.JaxoDLEditPanel extends JaxoEditPanel implements Serializable

serialVersionUID: 7526471155622776147L

Class net.sf.jaxodraw.gui.panel.edit.JaxoEditPanel extends JPanel implements Serializable

Class net.sf.jaxodraw.gui.panel.edit.JaxoLatexAlignPanel extends JaxoEditPanel implements Serializable

serialVersionUID: 7526471155622776147L

Class net.sf.jaxodraw.gui.panel.edit.JaxoLatexFontSizePanel extends JaxoEditPanel implements Serializable

serialVersionUID: 7526471155622776147L

Class net.sf.jaxodraw.gui.panel.edit.JaxoOptionsPanel extends JPanel implements Serializable

serialVersionUID: 7526471155622776147L

Serialized Fields

panelConstraints

GridBagConstraints panelConstraints

internalListener

JaxoEditPanelListener internalListener

object

JaxoObject object

backup

JaxoObject backup

title

String title

icon

Icon icon

event

ChangeEvent event

Class net.sf.jaxodraw.gui.panel.edit.JaxoPositionEditPanel extends JaxoEditPanel implements Serializable

serialVersionUID: 7526471155622776147L

Class net.sf.jaxodraw.gui.panel.edit.JaxoPSFontPanel extends JaxoEditPanel implements Serializable

serialVersionUID: 7526471155622776147L

Class net.sf.jaxodraw.gui.panel.edit.JaxoRotationEditPanel extends JaxoEditPanel implements Serializable

serialVersionUID: 7526471155622776147L

Class net.sf.jaxodraw.gui.panel.edit.JaxoScaleEditPanel extends JaxoEditPanel implements Serializable

serialVersionUID: 7526471155622776147L

Class net.sf.jaxodraw.gui.panel.edit.JaxoStretchingEditPanel extends JaxoEditPanel implements Serializable

serialVersionUID: 7526471155622776147L

Class net.sf.jaxodraw.gui.panel.edit.JaxoStrokeEditPanel extends JaxoEditPanel implements Serializable

serialVersionUID: 7526471155622776147L

Class net.sf.jaxodraw.gui.panel.edit.JaxoSymmEditPanel extends JaxoEditPanel implements Serializable

serialVersionUID: 7526471155622776147L

Class net.sf.jaxodraw.gui.panel.edit.JaxoTextEditPanel extends JaxoEditPanel implements Serializable

serialVersionUID: 7526471155622776147L

Class net.sf.jaxodraw.gui.panel.edit.JaxoWiggleEditPanel extends JaxoEditPanel implements Serializable

serialVersionUID: 7526471155622776147L

Class net.sf.jaxodraw.gui.panel.edit.JaxoXYREditPanel extends JaxoEditPanel implements Serializable

serialVersionUID: 7526471155622776147L


Package net.sf.jaxodraw.gui.swing

Class net.sf.jaxodraw.gui.swing.JaxoClosableTabbedPane extends JTabbedPane implements Serializable

serialVersionUID: 7526471155622776147L

Serialized Fields

button

net.sf.jaxodraw.gui.swing.JaxoClosableTabbedPane.IndexButtonModel button

tabRollover

net.sf.jaxodraw.gui.swing.JaxoClosableTabbedPane.IndexButtonModel tabRollover

closeButtonListener

net.sf.jaxodraw.gui.swing.JaxoClosableTabbedPane.CloseButtonListener closeButtonListener

defaultIcon

Icon defaultIcon

selectedIcon

Icon selectedIcon

rolloverIcon

Icon rolloverIcon

pressedIcon

Icon pressedIcon

pressedArmedIcon

Icon pressedArmedIcon

Class net.sf.jaxodraw.gui.swing.JaxoFontStyleRenderer extends DefaultListCellRenderer implements Serializable

serialVersionUID: 7526471155622776147L

Serialized Fields

none

String none

plain

String plain

bold

String bold

italic

String italic

boldItalic

String boldItalic

Class net.sf.jaxodraw.gui.swing.JaxoTitledBorder extends TitledBorder implements Serializable

serialVersionUID: 7526471155622776147L

Class net.sf.jaxodraw.gui.swing.TabClosingEvent extends EventObject implements Serializable

serialVersionUID: 2L

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: 7526471155622776147L

Serialized Fields

textFieldFont

Font textFieldFont

Class net.sf.jaxodraw.gui.swing.spinner.JaxoSpinnerComboBox extends JComboBox implements Serializable

serialVersionUID: 7526471155622776147L

Serialized Fields

spinner

JSpinner spinner

Class net.sf.jaxodraw.gui.swing.spinner.JaxoSpinnerIntModel extends SpinnerNumberModel implements Serializable

serialVersionUID: 7526471155622776147L

Serialized Fields

snap

boolean snap

origin

int origin

Class net.sf.jaxodraw.gui.swing.spinner.JaxoSpinnerRotationModel extends SpinnerNumberModel implements Serializable

serialVersionUID: 7526471155622776147L


Package net.sf.jaxodraw.object

Class net.sf.jaxodraw.object.Jaxo3PointObject extends JaxoParticleObject implements Serializable

serialVersionUID: 2L

Serialized Fields

x3

int x3
The third point of this arc object.


y3

int y3
The third point of this arc object.

Class net.sf.jaxodraw.object.JaxoExtendedObject extends JaxoObject implements Serializable

serialVersionUID: 2L

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException
Serialized Fields

x2

int x2
The x coordinate of the second point of this JaxoObject.


y2

int y2
The y coordinate of the second point of this JaxoObject.


strokeWidth

float strokeWidth
The stroke (line width) of this extended object.

Class net.sf.jaxodraw.object.JaxoObject extends Object implements Serializable

serialVersionUID: 2L

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException
Serialized Fields

color

Color color
The color of this JaxoObject.


x

int x
The x coordinate of the first point of this JaxoObject.


y

int y
The y coordinate of the first point of this JaxoObject.

Class net.sf.jaxodraw.object.JaxoObjectList extends ArrayList<E extends JaxoObject> implements Serializable

serialVersionUID: 314159L

Class net.sf.jaxodraw.object.JaxoParticleObject extends JaxoExtendedObject implements Serializable

serialVersionUID: 2L

Serialized Fields

dash

float dash
The dash size of this particle object (only for ghosts and scalars).


amp

int amp
The amplitude for this particle object. (only used for photons and gluons and zigzag lines).


wiggles

int wiggles
The number of wiggles of this particle object (only used for photons and gluons and zigzag lines).


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).


flip

boolean flip
A boolean variable that indicates whether the arrow should be flipped with respect to the initial orientation or not (only used for fermions, ghosts and scalars).


arrowPosition

float arrowPosition
A float between 0 and 1 that indicates where along this particle object the arrow should be positioned.


doubleLine

boolean doubleLine
A boolean variable that indicates whether this particle object should be drawn with double lines.


dlSeparation

float dlSeparation
The separation of the double lines.


arrow

JaxoArrow arrow
The arrow of this object.


Package net.sf.jaxodraw.object.arc

Class net.sf.jaxodraw.object.arc.JaxoArcObject extends Jaxo3PointObject implements Serializable

serialVersionUID: 2L

Class net.sf.jaxodraw.object.arc.JaxoDashArc extends JaxoArcObject implements Serializable

serialVersionUID: 314159L

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException

Class net.sf.jaxodraw.object.arc.JaxoFArc extends JaxoArcObject implements Serializable

serialVersionUID: 314159L

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException

Class net.sf.jaxodraw.object.arc.JaxoGArc extends JaxoDashArc implements Serializable

serialVersionUID: 314159L

Class net.sf.jaxodraw.object.arc.JaxoGlArc extends JaxoArcObject implements Serializable

serialVersionUID: 314159L

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException

Class net.sf.jaxodraw.object.arc.JaxoPArc extends JaxoArcObject implements Serializable

serialVersionUID: 314159L

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException
Serialized Fields

symmetric

boolean symmetric

Class net.sf.jaxodraw.object.arc.JaxoSArc extends JaxoDashArc implements Serializable

serialVersionUID: 314159L


Package net.sf.jaxodraw.object.arrow

Class net.sf.jaxodraw.object.arrow.AbstractBaseArrow extends Object implements Serializable

serialVersionUID: 2L

Serialized Fields

color

Color color

fillColor

Color fillColor

filled

boolean filled

arrowWidth

float arrowWidth

arrowLength

float arrowLength

arrowInset

float arrowInset

Class net.sf.jaxodraw.object.arrow.JaxoDefaultArrow extends AbstractBaseArrow implements Serializable

serialVersionUID: 314159L

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException
Serialized Fields

latexLineWidth

float latexLineWidth

isDoubleLine

boolean isDoubleLine

dlSep

float dlSep

Class net.sf.jaxodraw.object.arrow.JaxoDefaultArrowEditPanel extends JaxoEditPanel implements Serializable

serialVersionUID: 7526471155622776147L


Package net.sf.jaxodraw.object.bezier

Class net.sf.jaxodraw.object.bezier.JaxoBezierObject extends Jaxo3PointObject implements Serializable

serialVersionUID: 2L

Serialized Fields

x4

int x4
The fourth points defining this Bezier object.


y4

int y4
The fourth points defining this Bezier object.


noFreqStretching

boolean noFreqStretching
Indicates whether frequency stretching is allowed for this Bezier.

Class net.sf.jaxodraw.object.bezier.JaxoDashBezier extends JaxoBezierObject implements Serializable

serialVersionUID: 314159L

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException

Class net.sf.jaxodraw.object.bezier.JaxoFBezier extends JaxoBezierObject implements Serializable

serialVersionUID: 314159L

Class net.sf.jaxodraw.object.bezier.JaxoGBezier extends JaxoDashBezier implements Serializable

serialVersionUID: 314159L

Class net.sf.jaxodraw.object.bezier.JaxoGlBezier extends JaxoBezierObject implements Serializable

serialVersionUID: 2L

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException

Class net.sf.jaxodraw.object.bezier.JaxoPBezier extends JaxoBezierObject implements Serializable

serialVersionUID: 2L

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException

Class net.sf.jaxodraw.object.bezier.JaxoSBezier extends JaxoDashBezier implements Serializable

serialVersionUID: 314159L


Package net.sf.jaxodraw.object.fill

Class net.sf.jaxodraw.object.fill.JaxoBlob extends JaxoFillObject implements Serializable

serialVersionUID: 2L

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException
Serialized Fields

rotationAngle

int rotationAngle
The rotation angle of the ellipse

Class net.sf.jaxodraw.object.fill.JaxoBox extends JaxoFillObject implements Serializable

serialVersionUID: 314159L

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException

Class net.sf.jaxodraw.object.fill.JaxoFillObject extends JaxoExtendedObject implements Serializable

serialVersionUID: 2L

Serialized Fields

fillColor

Color fillColor
The fill color of this fillObject.


filled

boolean filled

Package net.sf.jaxodraw.object.group

Class net.sf.jaxodraw.object.group.JaxoGroup extends JaxoExtendedObject implements Serializable

serialVersionUID: 2L

Serialized Fields

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.


objectList

JaxoList<E extends JaxoObject> objectList
The list of JaxoObjects in this group.


Package net.sf.jaxodraw.object.line

Class net.sf.jaxodraw.object.line.JaxoDashLine extends JaxoLineObject implements Serializable

serialVersionUID: 314159L

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException

Class net.sf.jaxodraw.object.line.JaxoFLine extends JaxoLineObject implements Serializable

serialVersionUID: 314159L

Class net.sf.jaxodraw.object.line.JaxoGLine extends JaxoDashLine implements Serializable

serialVersionUID: 314159L

Class net.sf.jaxodraw.object.line.JaxoGlLine extends JaxoLineObject implements Serializable

serialVersionUID: 314159L

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException

Class net.sf.jaxodraw.object.line.JaxoLineObject extends JaxoParticleObject implements Serializable

serialVersionUID: 2L

Class net.sf.jaxodraw.object.line.JaxoPLine extends JaxoLineObject implements Serializable

serialVersionUID: 314159L

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException
Serialized Fields

symmetric

boolean symmetric

Class net.sf.jaxodraw.object.line.JaxoSLine extends JaxoDashLine implements Serializable

serialVersionUID: 314159L

Class net.sf.jaxodraw.object.line.JaxoZigZagLine extends JaxoLineObject implements Serializable

serialVersionUID: 314159L

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException
Serialized Fields

symmetric

boolean symmetric

Package net.sf.jaxodraw.object.loop

Class net.sf.jaxodraw.object.loop.JaxoDashLoop extends JaxoLoopObject implements Serializable

serialVersionUID: 314159L

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException

Class net.sf.jaxodraw.object.loop.JaxoFLoop extends JaxoLoopObject implements Serializable

serialVersionUID: 314159L

Class net.sf.jaxodraw.object.loop.JaxoGlLoop extends JaxoLoopObject implements Serializable

serialVersionUID: 314159L

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException

Class net.sf.jaxodraw.object.loop.JaxoGLoop extends JaxoDashLoop implements Serializable

serialVersionUID: 314159L

Class net.sf.jaxodraw.object.loop.JaxoLoopObject extends JaxoParticleObject implements Serializable

serialVersionUID: 2L

Class net.sf.jaxodraw.object.loop.JaxoPLoop extends JaxoLoopObject implements Serializable

serialVersionUID: 314159L

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException

Class net.sf.jaxodraw.object.loop.JaxoSLoop extends JaxoDashLoop implements Serializable

serialVersionUID: 314159L


Package net.sf.jaxodraw.object.text

Class net.sf.jaxodraw.object.text.JaxoLatexText extends JaxoTextObject implements Serializable

serialVersionUID: 314159L

Serialized Fields

allign

int allign
An integer specifying how the text is alligned with respect to the current position.


latexTextSize

int latexTextSize
An integer specifying the LaTeX font size.

Class net.sf.jaxodraw.object.text.JaxoPSText extends JaxoTextObject implements Serializable

serialVersionUID: 314159L

Serialized Fields

textFont

Font textFont
The font of this JaxoPSText object.

Class net.sf.jaxodraw.object.text.JaxoTextObject extends JaxoObject implements Serializable

serialVersionUID: 2L

Serialized Fields

textString

String textString
The text string specifying this text object.


rotationAngle

int rotationAngle
The rotation angle of this text object.


Package net.sf.jaxodraw.object.vertex

Class net.sf.jaxodraw.object.vertex.JaxoVertex extends JaxoExtendedObject implements Serializable

serialVersionUID: 2L

Class net.sf.jaxodraw.object.vertex.JaxoVertexT1 extends JaxoVertex implements Serializable

serialVersionUID: 314159L

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException

Class net.sf.jaxodraw.object.vertex.JaxoVertexT2 extends JaxoVertex implements Serializable

serialVersionUID: 314159L

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.object.vertex.JaxoVertexT3 extends JaxoVertex implements Serializable

serialVersionUID: 314159L

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException

Class net.sf.jaxodraw.object.vertex.JaxoVertexT4 extends JaxoVertex implements Serializable

serialVersionUID: 314159L

Class net.sf.jaxodraw.object.vertex.JaxoVertexT5 extends Jaxo3PointObject implements Serializable

serialVersionUID: 314159L

Serialized Fields

fillColor

Color fillColor
The fill color of this JaxoVertexT5.


filled

boolean filled

Class net.sf.jaxodraw.object.vertex.JaxoVertexT6 extends JaxoVertex implements Serializable

serialVersionUID: 314159L

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException

Package net.sf.jaxodraw.plugin

Class net.sf.jaxodraw.plugin.JaxoPluginExecutionException extends Exception implements Serializable

serialVersionUID: 7526471155622776147L

Serialized Fields

src

Object src



Copyright © 2003-2011 The JaxoDraw team. All Rights Reserved.