java2dx by
jTEM

Serialized Form


Package de.jtem.java2dx

Class de.jtem.java2dx.Ellipse2DDouble extends Ellipse2D.Double implements Serializable

Class de.jtem.java2dx.Line2DDouble extends Line2D.Double implements Serializable

Class de.jtem.java2dx.Point2DDouble extends Point2D.Double implements Serializable

Class de.jtem.java2dx.Point2DList extends LinkedList<Point2DDouble> implements Serializable

serialVersionUID: 3102836280968164701L

Class de.jtem.java2dx.Polygon2D extends Point2DList implements Serializable

serialVersionUID: 3246024505194192056L

Serialized Fields

closed

boolean closed

Class de.jtem.java2dx.Rectangle2DDouble extends Rectangle2D.Double implements Serializable

Class de.jtem.java2dx.RoundRectangle2DDouble extends RoundRectangle2D.Double implements Serializable


Package de.jtem.java2dx.beans

Class de.jtem.java2dx.beans.Rectangle2DSelectionPanel extends JPanel implements Serializable

Class de.jtem.java2dx.beans.Viewer2DWithInspector extends Viewer2D implements Serializable

serialVersionUID: 1L

Serialized Fields

inspectMenu

JMenu inspectMenu

inspector

InspectorPanel inspector

inspectorFrame

JFrame inspectorFrame

objectToMenuItem

HashMap<K,V> objectToMenuItem

usingOwnInspector

boolean usingOwnInspector

firstInspectorSpawn

boolean firstInspectorSpawn

Package de.jtem.java2dx.modelling

Class de.jtem.java2dx.modelling.DraggableAnnotation extends ModellingTool2D implements Serializable

serialVersionUID: 1L

Serialization Methods

readObject

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

annotation

Annotation annotation

storedX

double storedX

storedY

double storedY

storedAnchor

int storedAnchor

storedText

String storedText

Class de.jtem.java2dx.modelling.DraggableLatexIcon extends ModellingTool2D implements Serializable

serialVersionUID: 1L

Serialization Methods

readObject

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

latexIcon

LatexIcon latexIcon

icon2D

Icon2D icon2D

storedX

double storedX

storedY

double storedY

storedAnchor

int storedAnchor

storedLatexSource

String storedLatexSource

Class de.jtem.java2dx.modelling.DraggableLine2D extends ModellingTool2D implements Serializable

serialVersionUID: -5623989232010175729L

Serialization Methods

readObject

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

line

Line2DDouble line

arrowHeadCount

int arrowHeadCount

circlesInsteadOfArrows

boolean circlesInsteadOfArrows

arrowHeadRadius

double arrowHeadRadius

arrowHeadAspectRatio

double arrowHeadAspectRatio

circleShape

Shape circleShape

storedLine

Line2DDouble storedLine

storedCirclesInsteadOfArrows

boolean storedCirclesInsteadOfArrows

storedArrowHeadCount

int storedArrowHeadCount

storedArrowHeadRadius

double storedArrowHeadRadius

storedArrowHeadAspectRatio

double storedArrowHeadAspectRatio

controlScene

SceneComponent controlScene

Class de.jtem.java2dx.modelling.DraggablePoint2D extends ModellingTool2D implements Serializable

serialVersionUID: -5623989232010175729L

Serialization Methods

readObject

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

point

Point2DDouble point

annotation

Annotation annotation

storedPoint

Point2DDouble storedPoint

Class de.jtem.java2dx.modelling.DraggablePoint2DList extends ModellingTool2D implements Serializable

serialVersionUID: -7254181073831753423L

Serialization Methods

readObject

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

pointList

Point2DList pointList

defaultPointCount

int defaultPointCount

defaultArrangement

int defaultArrangement

defaultTranslationX

double defaultTranslationX

defaultTranslationY

double defaultTranslationY

defaultRadius

double defaultRadius

storedPoints

Point2DList storedPoints

Class de.jtem.java2dx.modelling.DraggablePolygon2D extends ModellingTool2D implements Serializable

serialVersionUID: 7446083249668583237L

Serialization Methods

readObject

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

polygon

Polygon2D polygon

controlPoints

DraggablePoint2DList controlPoints

drawingPoints

boolean drawingPoints

storedClosed

boolean storedClosed

Class de.jtem.java2dx.modelling.GraphicsModeller2DPanel extends JPanel implements Serializable

serialVersionUID: -8763475444576248223L

Serialized Fields

modeller

GraphicsModeller2D modeller

snapModel

SpinnerNumberModel snapModel

snapCheckBox

JCheckBox snapCheckBox

gridCheckBox

JCheckBox gridCheckBox

controlsCheckBox

JCheckBox controlsCheckBox

Class de.jtem.java2dx.modelling.LatexIcon extends Object implements Serializable

serialVersionUID: -402576996760609889L

Serialization Methods

readObject

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

latexSource

String latexSource

icon

de.jtem.java2dx.modelling.LatexIcon.PreviewIcon icon

fontSize

int fontSize

Class de.jtem.java2dx.modelling.LatexIconCustomizer extends JPanel implements Serializable

serialVersionUID: 4858799775059664599L

Serialized Fields

support

PropertyChangeSupport support

log

JTextArea log

input

JTextArea input

preview

JLabel preview

latexIcon

LatexIcon latexIcon

fontSizeModel

SpinnerNumberModel fontSizeModel

logFrame

JFrame logFrame

Class de.jtem.java2dx.modelling.ModellingTool2D extends Object implements Serializable

Serialization Methods

readObject

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

name

String name

modelType

String modelType

viewScene

SceneComponent viewScene

Class de.jtem.java2dx.modelling.SubdividedPolygon2D extends DraggablePolygon2D implements Serializable

serialVersionUID: -8133229258612452442L

Serialized Fields

subdivider

PolygonSubdivider subdivider

storedSubdivisionMethod

int storedSubdivisionMethod

storedMaximalCurvatureLength

double storedMaximalCurvatureLength

storedMaximalEdgeLength

double storedMaximalEdgeLength

Package de.jtem.java2dx.numerical

Class de.jtem.java2dx.numerical.Viewer2DWithContourPlot extends Viewer2DWithInspector implements Serializable

serialVersionUID: -2758190599522848662L

Serialized Fields

plot

ContourPlot plot

contourPlotEnabled

boolean contourPlotEnabled

plotListener

ViewportChangeListener plotListener

Class de.jtem.java2dx.numerical.Viewer2DWithFunctionPlotter extends Viewer2DWithInspector implements Serializable

serialVersionUID: -2758190599522848662L

Serialized Fields

functions

HashSet<E> functions


java2dx by
jTEM

jTEM