Serialized Form


Package com.incors.plaf

Class com.incors.plaf.ColorUIResource2 extends javax.swing.plaf.ColorUIResource implements Serializable

Serialized Fields

myColor

java.awt.Color myColor

Package com.incors.plaf.kunststoff

Class com.incors.plaf.kunststoff.KunststoffCheckBoxIcon extends javax.swing.plaf.metal.MetalCheckBoxIcon implements Serializable

Class com.incors.plaf.kunststoff.KunststoffInternalFrameTitlePane extends javax.swing.plaf.metal.MetalInternalFrameTitlePane implements Serializable

Class com.incors.plaf.kunststoff.KunststoffLookAndFeel extends javax.swing.plaf.metal.MetalLookAndFeel implements Serializable

Class com.incors.plaf.kunststoff.KunststoffScrollButton extends javax.swing.plaf.metal.MetalScrollButton implements Serializable

Class com.incors.plaf.kunststoff.ModifiedDefaultListCellRenderer extends javax.swing.DefaultListCellRenderer implements Serializable


Package examples.async

Class examples.async.StreamingMSDataPlugin.SourceCollection extends StreamingTSDataSourceCollection implements Serializable

Serialized Fields

cc

DataSourceCollection.Container cc

Class examples.async.StreamingTSDataPlugin.SourceCollection extends StreamingTSDataSourceCollection implements Serializable

Serialized Fields

cc

examples.async.StreamingTSDataPlugin.SourceCollection.CollectionContainer cc

a

StreamingTSDataSource a

b

StreamingTSDataSource b

Package examples.random

Class examples.random.RandomDataSourceCollection extends DynamicDataSourceCollection implements Serializable

Serialized Fields

timer

javax.swing.Timer timer
We use a timer to produce values periodically


Package examples.socket.plugin

Class examples.socket.plugin.SocketDataSourceCollection extends DynamicDataSourceCollection implements Serializable

Serialized Fields

socket

examples.socket.plugin.DynamicDataSocket socket

thread

java.lang.Thread thread

Package examples.syn3d.plugin.java3d

Class examples.syn3d.plugin.java3d.XYZResultNode extends ActiveNode implements Serializable

Serialized Fields

data

double[][] data
File data in one big buffer. data[var][index] gives the value for a variable at the given index. First variables are assumed to be X, Y, Z coordinates


min

double[] min
min and max values for each variable


max

double[] max
min and max values for each variable


names

java.lang.String[] names
Variable names


triangles

int[] triangles
Triangle index of points in the data array. 3 consecutive entries describe one triangle with the XYZ data in the data array This is the standard indexed format for both Java3D and Xith3D

Class examples.syn3d.plugin.java3d.XYZResultNodeJava3D extends XYZResultNode implements Serializable

Serialized Fields

transformGroup

TransformGroup transformGroup
This node creates a tranform group so as to easily center and scale the shape


fileName

java.lang.String fileName
Used internally, the file name is displayed in the tree


currentVariable

int currentVariable
The file may contain multiple variables per point (temperature, voltage...), but only one can be displayed at a given time. This gives the current variable number, it should be greater than 3 (since the first variables in the file are supposed to be X, Y, Z).


Package jsynoptic.base

Class jsynoptic.base.GridShapesTemplate.GridShapesTemplatePanel extends Template.TemplatePanel implements Serializable

Serialized Fields

nbRowInput

javax.swing.JSpinner nbRowInput

nbColInput

javax.swing.JSpinner nbColInput

nbRowLabel

javax.swing.JLabel nbRowLabel

nbColLabel

javax.swing.JLabel nbColLabel

Class jsynoptic.base.PrintFormat.PrintException extends java.lang.Exception implements Serializable

Class jsynoptic.base.Template.TemplatePanel extends PropertiesPanel implements Serializable


Package jsynoptic.builtin

Class jsynoptic.builtin.Abstract1DShape extends AbstractShape implements Serializable

serialVersionUID: 1292256994785217201L

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream in)
                 throws java.lang.ClassNotFoundException,
                        java.io.IOException
Throws:
java.lang.ClassNotFoundException
java.io.IOException

writeObject

private void writeObject(java.io.ObjectOutputStream out)
                  throws java.io.IOException
Throws:
java.io.IOException
Serialized Fields

drawColor

java.awt.Color drawColor

drawMapper

ColorMapper drawMapper

allowResize

boolean allowResize

fixedRatio

boolean fixedRatio

ratio

double ratio

link

java.lang.String link

strokeParams

StrokeParameters strokeParams

transform

AffineTransformData transform

Class jsynoptic.builtin.Abstract2DShape extends Abstract1DShape implements Serializable

serialVersionUID: -251037943033567016L

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream in)
                 throws java.lang.ClassNotFoundException,
                        java.io.IOException
Throws:
java.lang.ClassNotFoundException
java.io.IOException

writeObject

private void writeObject(java.io.ObjectOutputStream out)
                  throws java.io.IOException
Throws:
java.io.IOException
Serialized Fields

fillColor

java.awt.Color fillColor

fillMapper

ColorMapper fillMapper

Class jsynoptic.builtin.AffineTransformData extends java.lang.Object implements Serializable

serialVersionUID: 3809771018128609280L

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream in)
                 throws java.lang.ClassNotFoundException,
                        java.io.IOException
Serialization : manage data sources

Throws:
java.lang.ClassNotFoundException
java.io.IOException

writeObject

private void writeObject(java.io.ObjectOutputStream out)
                  throws java.io.IOException
Serialization : manage data sources

Throws:
java.io.IOException
Serialized Fields

rotValue

double rotValue
The rotation value


rotationMapper

DoubleValueMapper rotationMapper
Map rotation data source value to some rotation values


rotEnabled

boolean rotEnabled
True if the rotation is enabled


angleUnitScale

double angleUnitScale
Scale used for angle value : 1 means radian, PI/180 means degree


txValue

double txValue
The X translation value


txMapper

DoubleValueMapper txMapper
Map rotation data source value to some rotation values


tyValue

double tyValue
The Y translation value


tyMapper

DoubleValueMapper tyMapper
Map rotation data source value to some rotation values


transEnabled

boolean transEnabled
True if translation is activated (both axes)


transUnitScale

double transUnitScale
Translation scale factor : 1 means 1 pixel


translationFirst

boolean translationFirst
True to perform affine transform computation using translation first


listener

AffineTransformData.Listener listener
The listener to warn in case of new transform change

Class jsynoptic.builtin.AutomatonAction extends java.lang.Object implements Serializable

serialVersionUID: -4050105352228241874L

Serialized Fields

action

int action
Options for Color actions are Color objects Option for SET_TEXT action is Object[] with index 0 = format: 6 : fixed text => index 1 = string 0,3,4,5 : Use current value as String, hexa, octal, binary => no index 1 1,2 : Decimal, scientific => index 1 = text formatter object Options for move actions Choose serializable objects for options


option

java.lang.Object option
Options for the actions above

Class jsynoptic.builtin.AutomatonActionList extends java.util.Vector implements Serializable

serialVersionUID: 5853252636407059861L

Serialized Fields

name

java.lang.String name

Class jsynoptic.builtin.AutomatonActionMapper extends GenericMapper implements Serializable

serialVersionUID: -2604553969207409594L

Class jsynoptic.builtin.AutomatonActionMapper.AutomatonActionEditor extends javax.swing.DefaultCellEditor implements Serializable

Serialized Fields

currentActions

AutomatonActionList currentActions

Class jsynoptic.builtin.AutomatonActionMapper.AutomatonActionEditor.Panel extends javax.swing.JPanel implements Serializable

Serialized Fields

tfName

javax.swing.JTextField tfName

cbxAction

javax.swing.JComboBox cbxAction

cbxformat

javax.swing.JComboBox cbxformat

tfFixedText

javax.swing.JTextField tfFixedText

rbFixedText

ActionRadioButton rbFixedText

rbUseSource

javax.swing.JRadioButton rbUseSource

lformatdigits

javax.swing.JLabel lformatdigits

actionList

AutomatonActionList actionList

nfformat

NumberField nfformat

currentAction

AutomatonAction currentAction

rbWrap

javax.swing.JRadioButton rbWrap

rbExtend

javax.swing.JRadioButton rbExtend

rbDoNothing

javax.swing.JRadioButton rbDoNothing

bchoosecolor

javax.swing.JButton bchoosecolor

listModel

javax.swing.DefaultListModel listModel

bMoveBefore

javax.swing.JButton bMoveBefore

bMoveAfter

javax.swing.JButton bMoveAfter

bRemove

javax.swing.JButton bRemove

bAdd

javax.swing.JButton bAdd

optionPanel

javax.swing.JPanel optionPanel

list

javax.swing.JList list

lastColor

java.awt.Color lastColor

lastMoveOp

java.lang.Integer lastMoveOp

lastString

java.lang.String lastString

inAction

boolean inAction

Class jsynoptic.builtin.AutomatonActionMapper.AutomatonActionMapperTableModel extends GenericMapper.MapperTableModel implements Serializable

Class jsynoptic.builtin.AutomatonActionMapper.AutomatonActionMappingTable extends GenericMapper.ExpressionMappingTable implements Serializable

Class jsynoptic.builtin.AutomatonActionMapper.AutomatonActionRenderer extends javax.swing.JLabel implements Serializable

Class jsynoptic.builtin.AutomatonShape extends AbstractShape implements Serializable

serialVersionUID: -2166910190999229946L

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream in)
                 throws java.lang.ClassNotFoundException,
                        java.io.IOException
Throws:
java.lang.ClassNotFoundException
java.io.IOException

writeObject

private void writeObject(java.io.ObjectOutputStream out)
                  throws java.io.IOException
Throws:
java.io.IOException
Serialized Fields

mapper

AutomatonActionMapper mapper

allowResize

boolean allowResize

fixedRatio

boolean fixedRatio

ratio

double ratio

activeX

int activeX

activeY

int activeY

link

java.lang.String link

cells

AutomatonShape.Cell[][] cells

Class jsynoptic.builtin.AutomatonShape.Cell extends java.lang.Object implements Serializable

Serialized Fields

frameColor

java.awt.Color frameColor

backgroundColor

java.awt.Color backgroundColor

textColor

java.awt.Color textColor

text

java.lang.String text

Class jsynoptic.builtin.AutomatonShape.PropertiesPanel extends javax.swing.JPanel implements Serializable

Serialized Fields

bdrawcolor

javax.swing.JButton bdrawcolor

noColor

java.awt.Color noColor

cbResize

javax.swing.JCheckBox cbResize

cbRatio

javax.swing.JCheckBox cbRatio

cbdraw

javax.swing.JCheckBox cbdraw

lwidth

javax.swing.JLabel lwidth

lheight

javax.swing.JLabel lheight

nfWidth

NumberField nfWidth

nfHeight

NumberField nfHeight

dstree

SourceTree dstree

mapperCopy

AutomatonActionMapper mapperCopy

_shapeName

java.lang.String _shapeName

nfActiveX

NumberField nfActiveX

nfActiveY

NumberField nfActiveY

nfNumCellX

NumberField nfNumCellX

nfNumCellY

NumberField nfNumCellY

Class jsynoptic.builtin.Builtin.ASCIIFileOptionComponent extends javax.swing.JPanel implements Serializable

Serialized Fields

nfsubsample

NumberField nfsubsample

nfdelay

NumberField nfdelay

nfbuffersize

NumberField nfbuffersize

cbsubsample

ActionCheckBox cbsubsample

cbdynamic

ActionCheckBox cbdynamic

ldynamic

javax.swing.JLabel ldynamic

lsubsample

javax.swing.JLabel lsubsample

ldynamicbuffersize

javax.swing.JLabel ldynamicbuffersize

cbxCharset

javax.swing.JComboBox cbxCharset

Class jsynoptic.builtin.ConnectionShape extends Abstract1DShape implements Serializable

serialVersionUID: -961863327687064518L

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream s)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException
Serialized Fields

_xv

double[] _xv
x vertices


_yv

double[] _yv
y vertices


displayLastNarrow

boolean displayLastNarrow
Deprecated. 
Display an arrow on last extremity


displayFirstNarrow

boolean displayFirstNarrow
Deprecated. 
Display an arrow on first extremity


firstArrowTransform

java.awt.geom.AffineTransform firstArrowTransform
First arrow transfrom used to draw the arrow polygon


lastArrowTransform

java.awt.geom.AffineTransform lastArrowTransform
Last arrow transfrom used to draw the arrow polygon

Class jsynoptic.builtin.EllipseShape extends Abstract2DShape implements Serializable

serialVersionUID: 6256410262456113545L

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream in)
                 throws java.lang.ClassNotFoundException,
                        java.io.IOException
Throws:
java.lang.ClassNotFoundException
java.io.IOException

writeObject

private void writeObject(java.io.ObjectOutputStream out)
                  throws java.io.IOException
Throws:
java.io.IOException
Serialized Fields

startUnit

int startUnit

endUnit

int endUnit

Class jsynoptic.builtin.GaussianRandomSource.OptionPanel extends RandomSource.OptionPanel implements Serializable

Class jsynoptic.builtin.HistoryShape extends TextArrayShape implements Serializable

serialVersionUID: 5471834643284146991L

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream in)
                 throws java.lang.ClassNotFoundException,
                        java.io.IOException
Deprecated. 
Throws:
java.lang.ClassNotFoundException
java.io.IOException

Class jsynoptic.builtin.HistoryShape.HookedTextShape extends TextShape implements Serializable

serialVersionUID: 1319437895774180799L

Class jsynoptic.builtin.HistoryTextShape extends AbstractShape implements Serializable

serialVersionUID: 3278291921289728517L

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream in)
                 throws java.lang.ClassNotFoundException,
                        java.io.IOException
Throws:
java.lang.ClassNotFoundException
java.io.IOException
Serialized Fields

cells

java.util.ArrayList<E> cells
The array cells are of type HistoryTextShape


link

java.lang.String link
Linkable shape

Class jsynoptic.builtin.ImageShape extends Abstract1DShape implements Serializable

serialVersionUID: 8701487979765549739L

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream in)
                 throws java.lang.ClassNotFoundException,
                        java.io.IOException
Throws:
java.lang.ClassNotFoundException
java.io.IOException

writeObject

private void writeObject(java.io.ObjectOutputStream out)
                  throws java.io.IOException
Throws:
java.io.IOException
Serialized Fields

mapper

ImageMapper mapper

currentFileRelativePath

java.lang.String currentFileRelativePath
The relative path to the file is serialized


autoFit

boolean autoFit
If the image should be scaled to fit the shape size (autoFit true), else the shape will be resized

Class jsynoptic.builtin.LinesShape extends Abstract1DShape implements Serializable

serialVersionUID: -1496833631942194369L

Serialized Fields

x

double[] x

y

double[] y

closed

boolean closed

selecting

boolean selecting

Class jsynoptic.builtin.Plot extends PlotShape implements Serializable

serialVersionUID: 4941787241403275071L

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream in)
                 throws java.lang.ClassNotFoundException,
                        java.io.IOException
Throws:
java.lang.ClassNotFoundException
java.io.IOException

writeObject

private void writeObject(java.io.ObjectOutputStream out)
                  throws java.io.IOException
Throws:
java.io.IOException
Serialized Fields

link

java.lang.String link

paletteIndex

int paletteIndex

primaryCurves

java.util.Vector<E> primaryCurves

secondaryCurves

java.util.Vector<E> secondaryCurves

isPrimaryBounded

boolean isPrimaryBounded

primaryStartIndex

long primaryStartIndex

primaryEndIndex

long primaryEndIndex

isSecondaryBounded

boolean isSecondaryBounded

secondaryStartIndex

long secondaryStartIndex

secondaryEndIndex

long secondaryEndIndex

pxmin

double pxmin
Deprecated. Do not use these attributes anymore, use axesRangeArray[PX].min, axesRangeArray[PX].max, axesRangeArray[PX].step instead.

pxmax

double pxmax
Deprecated. Do not use these attributes anymore, use axesRangeArray[PX].min, axesRangeArray[PX].max, axesRangeArray[PX].step instead.

pxstep

double pxstep
Deprecated. Do not use these attributes anymore, use axesRangeArray[PX].min, axesRangeArray[PX].max, axesRangeArray[PX].step instead.

pxlabel

java.lang.String pxlabel
Deprecated. Do not use this attribute anymore, use axesRangeArray[PX].label instead

autopx

boolean autopx
Deprecated. Do not use this attribute anymore, use axesRangeArray[PX].auto instead

pymin

double pymin
Deprecated. Do not use these attributes anymore, use axesRangeArray[PY].min, axesRangeArray[PY].max, axesRangeArray[PY].step instead.

pymax

double pymax
Deprecated. Do not use these attributes anymore, use axesRangeArray[PY].min, axesRangeArray[PY].max, axesRangeArray[PY].step instead.

pystep

double pystep
Deprecated. Do not use these attributes anymore, use axesRangeArray[PY].min, axesRangeArray[PY].max, axesRangeArray[PY].step instead.

pylabel

java.lang.String pylabel
Deprecated. Do not use this attribute anymore, use axesRangeArray[PY].label instead

autopy

boolean autopy
Deprecated. Do not use this attribute anymore, use axesRangeArray[PY].auto instead

sxmin

double sxmin
Deprecated. Do not use these attributes anymore, use axesRangeArray[SX].min, axesRangeArray[SX].max, axesRangeArray[SX].step instead.

sxmax

double sxmax
Deprecated. Do not use these attributes anymore, use axesRangeArray[SX].min, axesRangeArray[SX].max, axesRangeArray[SX].step instead.

sxstep

double sxstep
Deprecated. Do not use these attributes anymore, use axesRangeArray[SX].min, axesRangeArray[SX].max, axesRangeArray[SX].step instead.

sxlabel

java.lang.String sxlabel
Deprecated. Do not use this attribute anymore, use axesRangeArray[SX].label instead

autosx

boolean autosx
Deprecated. Do not use this attribute anymore, use axesRangeArray[SX].auto instead

symin

double symin
Deprecated. Do not use these attributes anymore, use axesRangeArray[SY].min, axesRangeArray[SY].max, axesRangeArray[SY].step instead.

symax

double symax
Deprecated. Do not use these attributes anymore, use axesRangeArray[SY].min, axesRangeArray[SY].max, axesRangeArray[SY].step instead.

systep

double systep
Deprecated. Do not use these attributes anymore, use axesRangeArray[SY].min, axesRangeArray[SY].max, axesRangeArray[SY].step instead.

sylabel

java.lang.String sylabel
Deprecated. Do not use this attribute anymore, use axesRangeArray[SY].label instead

autosy

boolean autosy
Deprecated. Do not use this attribute anymore, use axesRangeArray[PX].auto instead

pxvaluesOK

boolean pxvaluesOK
Deprecated. Do not use these attributes anymore, use axesRangeArray[PX].validity, axesRangeArray[PY].validity, axesRangeArray[SX].validity, axesRangeArray[SY].validity instead.

pyvaluesOK

boolean pyvaluesOK
Deprecated. Do not use these attributes anymore, use axesRangeArray[PX].validity, axesRangeArray[PY].validity, axesRangeArray[SX].validity, axesRangeArray[SY].validity instead.

sxvaluesOK

boolean sxvaluesOK
Deprecated. Do not use these attributes anymore, use axesRangeArray[PX].validity, axesRangeArray[PY].validity, axesRangeArray[SX].validity, axesRangeArray[SY].validity instead.

syvaluesOK

boolean syvaluesOK
Deprecated. Do not use these attributes anymore, use axesRangeArray[PX].validity, axesRangeArray[PY].validity, axesRangeArray[SX].validity, axesRangeArray[SY].validity instead.

axesLimitsArray

Plot.AxeRange[] axesLimitsArray
The array of AxeRange.

Class jsynoptic.builtin.Plot.AxeRange extends java.lang.Object implements Serializable

serialVersionUID: 1147229299688184239L

Serialized Fields

min

double min
The min, max an step value of the axe.


max

double max
The min, max an step value of the axe.


step

double step
The min, max an step value of the axe.


validity

boolean validity
A boolean to know if the axe's range value are valid.


auto

boolean auto
A boolean to keep the auto status.


label

java.lang.String label
The label to apply to the axe.


floatingAxe

boolean floatingAxe
A boolean to keep the floating property status.


floatingAxeRange

double floatingAxeRange
Floating range value used when floatingAxe is enabled.


created

boolean created
A boolean to know if AxeRange has been created by serialization while reading an old file where AxeRange did not exist, or created by a new version. AxeRange created by new Version has their created boolean to true.

Class jsynoptic.builtin.Plot.PlotCompoundEdit extends javax.swing.undo.CompoundEdit implements Serializable

Class jsynoptic.builtin.PlotTemplate.PlotGridShapesTemplatePanel extends Template.TemplatePanel implements Serializable

Serialized Fields

dstree

SourceTree dstree

rPlot

javax.swing.JRadioButton rPlot

rTimePlot

javax.swing.JRadioButton rTimePlot

cbDefaultPrimaryXds

javax.swing.JCheckBox cbDefaultPrimaryXds

Class jsynoptic.builtin.PolygonShape extends Abstract2DShape implements Serializable

serialVersionUID: 6306591085331108840L

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream in)
                 throws java.lang.ClassNotFoundException,
                        java.io.IOException
Throws:
java.lang.ClassNotFoundException
java.io.IOException
Serialized Fields

x

double[] x

y

double[] y

regular

boolean regular

Class jsynoptic.builtin.RandomSource.OptionPanel extends javax.swing.JPanel implements Serializable

Serialized Fields

rbStatic

javax.swing.JRadioButton rbStatic

rbDynamic

javax.swing.JRadioButton rbDynamic

nfParam1

NumberField nfParam1

nfParam2

NumberField nfParam2

nfSize

NumberField nfSize

bufferLabel

javax.swing.JLabel bufferLabel

nfDynamicSize

NumberField nfDynamicSize

tfPeriod

javax.swing.JTextField tfPeriod

cbSeed

ActionCheckBox cbSeed

tfSeed

javax.swing.JTextField tfSeed

Class jsynoptic.builtin.RangeSource.OptionPanel extends javax.swing.JPanel implements Serializable

Serialized Fields

rbStatic

javax.swing.JRadioButton rbStatic

rbDynamic

javax.swing.JRadioButton rbDynamic

tfMin

javax.swing.JTextField tfMin

tfMax

javax.swing.JTextField tfMax

tfStep

javax.swing.JTextField tfStep

tfSize

javax.swing.JTextField tfSize

tfPeriod

javax.swing.JTextField tfPeriod

bufferLabel

javax.swing.JLabel bufferLabel

tfInit

javax.swing.JTextField tfInit

tfDynaStep

javax.swing.JTextField tfDynaStep

cbDynaEnd

ActionCheckBox cbDynaEnd

tfDynaStop

javax.swing.JTextField tfDynaStop

Class jsynoptic.builtin.RectangleShape extends Abstract2DShape implements Serializable

serialVersionUID: 967626544275691745L

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream in)
                 throws java.lang.ClassNotFoundException,
                        java.io.IOException
Throws:
java.lang.ClassNotFoundException
java.io.IOException

writeObject

private void writeObject(java.io.ObjectOutputStream out)
                  throws java.io.IOException
Throws:
java.io.IOException
Serialized Fields

min

double min

max

double max

Class jsynoptic.builtin.TextArrayShape extends AbstractShape implements Serializable

serialVersionUID: 1320844024842187479L

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream in)
                 throws java.lang.ClassNotFoundException,
                        java.io.IOException
Throws:
java.lang.ClassNotFoundException
java.io.IOException
Serialized Fields

link

java.lang.String link

cells

java.util.Vector<E> cells
The array cells are of type TextShape


forceSameFont

boolean forceSameFont

Class jsynoptic.builtin.TextShape extends Abstract2DShape implements Serializable

serialVersionUID: -6782484932282488103L

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream in)
                 throws java.lang.ClassNotFoundException,
                        java.io.IOException
Throws:
java.lang.ClassNotFoundException
java.io.IOException

writeObject

private void writeObject(java.io.ObjectOutputStream out)
                  throws java.io.IOException
Throws:
java.io.IOException
Serialized Fields

format

int format

printfFormat

java.lang.String printfFormat

decimalFormatter

java.text.NumberFormat decimalFormatter

scientificFormatter

java.text.NumberFormat scientificFormatter

dateFormatter

java.text.DateFormat dateFormatter
Deprecated. 

timeFormatter

java.text.DateFormat timeFormatter
Deprecated. 

dateTimeFormatter

java.text.DateFormat dateTimeFormatter

mapper

TextMapper mapper

displayPattern

java.lang.String displayPattern
Deprecated. use printf format instead

displayDsName

java.lang.Boolean displayDsName

displayDsValue

java.lang.Boolean displayDsValue

displayDsUnit

java.lang.Boolean displayDsUnit

displayDsComments

java.lang.Boolean displayDsComments

text

java.lang.String text

textColor

java.awt.Color textColor

textMapper

ColorMapper textMapper

fontName

java.lang.String fontName

fontSize

int fontSize

boldFont

boolean boldFont

italicFont

boolean italicFont

lockedFont

boolean lockedFont
When the font is locked, the text never auto-adjusts to the size Default is true


lockedFrame

boolean lockedFrame
When the frame is locked, - the text never auto-adjusts to the size - The frame is determinated according to a number of characters to display, and cannot be rezized Default is false


charNumber

java.lang.Integer charNumber
When frame is locked, number of charcter to dispay in frame


marginEnabled

boolean marginEnabled
When margin is enabled, the text is not framed directly with the bounding box, but has margins with MARGINX and MARGINY values Default is true

Class jsynoptic.builtin.TimePlot extends Plot implements Serializable

serialVersionUID: 1523083151199597764L

Serialized Fields

_dateTime

LabelShape _dateTime

_sdateTime

LabelShape _sdateTime

_dateTimeFont

java.awt.Font _dateTimeFont

Class jsynoptic.builtin.UniformRandomSource.OptionPanel extends RandomSource.OptionPanel implements Serializable


Package jsynoptic.builtin.ui

Class jsynoptic.builtin.ui.AffineTransformDataPanel extends JPropertiesPanel implements Serializable

Serialized Fields

values

double[] values

sources

DataSource[] sources

doubleValueMappers

DoubleValueMapper[] doubleValueMappers

selectedDoubleMapper

DoubleValueMapper selectedDoubleMapper

dstree

SourceTree dstree

dslistScrollPane

javax.swing.JScrollPane dslistScrollPane

cbRotEnabled

javax.swing.JCheckBox cbRotEnabled

cbTransEnabled

javax.swing.JCheckBox cbTransEnabled

cbTransFirst

javax.swing.JCheckBox cbTransFirst

tModel

AffineTransformDataPanel.TableModel tModel

tfTransUnit

javax.swing.JTextField tfTransUnit

comboRotUnit

javax.swing.JComboBox comboRotUnit

cbxmapper

javax.swing.JComboBox cbxmapper

beditmapper

javax.swing.JButton beditmapper

bnewmapper

javax.swing.JButton bnewmapper

bdelmapper

javax.swing.JButton bdelmapper

bduplicatemapper

javax.swing.JButton bduplicatemapper

dialog

jsynoptic.builtin.ui.AffineTransformDataPanel.Dialog dialog

Class jsynoptic.builtin.ui.AffineTransformDataPanel.TableModel extends javax.swing.table.AbstractTableModel implements Serializable

Class jsynoptic.builtin.ui.AxePropertiesPanel extends JPropertiesPanel implements Serializable

Serialized Fields

tfmin

NumberField tfmin

tfmax

NumberField tfmax

tffloatingRange

NumberField tffloatingRange

tfstep

NumberField tfstep

tflabel

javax.swing.JTextField tflabel

cbgrid

javax.swing.JCheckBox cbgrid

cbdashedGrid

javax.swing.JCheckBox cbdashedGrid

cbauto

javax.swing.JCheckBox cbauto

cblog

javax.swing.JCheckBox cblog

chFloatingAxe

javax.swing.JCheckBox chFloatingAxe

id

java.lang.String id

lmin

javax.swing.JLabel lmin

lmax

javax.swing.JLabel lmax

lstep

javax.swing.JLabel lstep

llabel

javax.swing.JLabel llabel

lfloatingRange

javax.swing.JLabel lfloatingRange

resources

MenuResourceBundle resources

Class jsynoptic.builtin.ui.ConnectionPropertiesPanel extends PropertiesPanel1D implements Serializable

Serialized Fields

displayFirstNarrow

javax.swing.JCheckBox displayFirstNarrow

displayLastNarrow

javax.swing.JCheckBox displayLastNarrow

Class jsynoptic.builtin.ui.CurvePropertiesPanel extends JPropertiesPanel implements Serializable

Serialized Fields

cbxcurves

javax.swing.JComboBox cbxcurves

cbxstrokes

javax.swing.JComboBox cbxstrokes

cbpoints

javax.swing.JCheckBox cbpoints

cbdrawBars

javax.swing.JCheckBox cbdrawBars

axis

javax.swing.JLabel axis

tfcurverename

javax.swing.JTextField tfcurverename

bcurvecolor

javax.swing.JButton bcurvecolor

bcurvedelete

javax.swing.JButton bcurvedelete

resources

MenuResourceBundle resources

curves

java.util.Vector<E> curves

Class jsynoptic.builtin.ui.DateTimePanel extends javax.swing.JPanel implements Serializable

Serialized Fields

_dayField

DateTimePanel.DatePartField _dayField

_monthField

javax.swing.JComboBox _monthField

_yearField

NumberField _yearField

_hourField

DateTimePanel.DatePartField _hourField

_minuteField

DateTimePanel.DatePartField _minuteField

_secondField

DateTimePanel.DatePartField _secondField

_millisecondField

DateTimePanel.DatePartField _millisecondField

displayTimeZone

java.util.TimeZone displayTimeZone

Class jsynoptic.builtin.ui.DateTimePanel.DatePartField extends NumberField implements Serializable

Serialized Fields

_min

double _min

_max

double _max

Class jsynoptic.builtin.ui.EllipsePropertiesPanel extends PropertiesPanel2D implements Serializable

Serialized Fields

rbfull

ActionRadioButton rbfull

rbsourcestart

ActionRadioButton rbsourcestart

rbsourceend

ActionRadioButton rbsourceend

rbpie

javax.swing.JRadioButton rbpie

rbchord

javax.swing.JRadioButton rbchord

rbopen

javax.swing.JRadioButton rbopen

rbfixedstart

javax.swing.JRadioButton rbfixedstart

rbfixedend

javax.swing.JRadioButton rbfixedend

rbdegstart

javax.swing.JRadioButton rbdegstart

rbdegend

javax.swing.JRadioButton rbdegend

rbradstart

javax.swing.JRadioButton rbradstart

rbradend

javax.swing.JRadioButton rbradend

nfstart

NumberField nfstart

nfend

NumberField nfend

dstreestart

SourceTree dstreestart

dstreeend

SourceTree dstreeend

lunitstart

javax.swing.JLabel lunitstart

lunitend

javax.swing.JLabel lunitend

Class jsynoptic.builtin.ui.HistoryPropertiesPanel extends TextArrayPropertiesPanel implements Serializable

Serialized Fields

historyTextPanel

javax.swing.JPanel historyTextPanel
Deprecated. 

spiHistSize

javax.swing.JSpinner spiHistSize
Deprecated. 

spiModelHistSize

javax.swing.SpinnerNumberModel spiModelHistSize
Deprecated. 

Class jsynoptic.builtin.ui.HistoryTextPropertiesPanel extends JPropertiesPanel implements Serializable

Serialized Fields

textPropertiesPanel

TextPropertiesPanel textPropertiesPanel

spiHistSize

javax.swing.JSpinner spiHistSize

spiModelHistSize

javax.swing.SpinnerNumberModel spiModelHistSize

Class jsynoptic.builtin.ui.ImagePropertiesPanel extends PropertiesPanel1D implements Serializable

Serialized Fields

cmlist

javax.swing.JList cmlist

bnew

javax.swing.JButton bnew

bChoose

javax.swing.JButton bChoose

bdelete

javax.swing.JButton bdelete

bduplicate

javax.swing.JButton bduplicate

lcolorMapper

javax.swing.JLabel lcolorMapper

lstatic

javax.swing.JLabel lstatic

lchooseDs

javax.swing.JLabel lchooseDs

lds

javax.swing.JLabel lds

dstree

SourceTree dstree

cbDynamic

ActionCheckBox cbDynamic

rbFit

javax.swing.JRadioButton rbFit

rbResize

javax.swing.JRadioButton rbResize

currentFile

java.io.File currentFile

dynamicImagePanel

PropertiesPanel dynamicImagePanel

staticImagePanel

PropertiesPanel staticImagePanel

mapper

ImageMapper mapper

source

DataSource source

Class jsynoptic.builtin.ui.ImagePropertiesPanel.ImageMapperListModel extends javax.swing.DefaultListModel implements Serializable

Class jsynoptic.builtin.ui.LimitPropertiesPanel extends JPropertiesPanel implements Serializable

Serialized Fields

cblimits

javax.swing.JComboBox cblimits

cbxstrokes

javax.swing.JComboBox cbxstrokes

blimitcolor

javax.swing.JButton blimitcolor

blimitdelete

javax.swing.JButton blimitdelete

blimitadd

javax.swing.JButton blimitadd

horizontal

javax.swing.JRadioButton horizontal

vertical

javax.swing.JRadioButton vertical

primary

javax.swing.JRadioButton primary

secondary

javax.swing.JRadioButton secondary

value

javax.swing.JTextField value

resources

MenuResourceBundle resources

lv

javax.swing.JLabel lv

lc

javax.swing.JLabel lc

ls

javax.swing.JLabel ls

limits

java.util.Vector<E> limits

currentLimit

LimitPropertiesPanel.LimitParameters currentLimit

Class jsynoptic.builtin.ui.LinePropertiesPanel extends PropertiesPanel1D implements Serializable

Serialized Fields

taPoints

javax.swing.JTextArea taPoints

lpoints

javax.swing.JLabel lpoints

cbClose

javax.swing.JCheckBox cbClose

Class jsynoptic.builtin.ui.PlotPropertiesDialogBox extends AbstractShapePropertiesDialogBox implements Serializable

Serialized Fields

plot

Plot plot

Class jsynoptic.builtin.ui.PlotPropertiesPanel extends JPropertiesPanel implements Serializable

Serialized Fields

tftitle

javax.swing.JTextField tftitle

cblegend

javax.swing.JCheckBox cblegend

cbCurveInformation

javax.swing.JCheckBox cbCurveInformation

plotPropertiesPane

javax.swing.JPanel plotPropertiesPane

curvePane

javax.swing.JPanel curvePane

limitPane

javax.swing.JPanel limitPane

axisPane

javax.swing.JPanel axisPane

curvesSize

int curvesSize

curvProp

CurvePropertiesPanel curvProp

limitProp

LimitPropertiesPanel limitProp

axeprop

AxePropertiesPanel[] axeprop

Class jsynoptic.builtin.ui.PolygonPropertiesPanel extends PropertiesPanel2D implements Serializable

Serialized Fields

taPoints

javax.swing.JTextArea taPoints

bg

javax.swing.ButtonGroup bg

rbRegular

ActionRadioButton rbRegular

rbUser

ActionRadioButton rbUser

lorder

javax.swing.JLabel lorder

sporder

javax.swing.JSpinner sporder

lpoints

javax.swing.JLabel lpoints

Class jsynoptic.builtin.ui.PropertiesPanel1D extends JPropertiesPanel implements Serializable

Serialized Fields

bdrawcolor

javax.swing.JButton bdrawcolor

noColor

java.awt.Color noColor

cbResize

javax.swing.JCheckBox cbResize

cbRatio

javax.swing.JCheckBox cbRatio

cbdraw

javax.swing.JCheckBox cbdraw

lwidth

javax.swing.JLabel lwidth

lheight

javax.swing.JLabel lheight

lthickness

javax.swing.JLabel lthickness

lstroke

javax.swing.JLabel lstroke

lTransformation

javax.swing.JLabel lTransformation

cbxdashes

javax.swing.JComboBox cbxdashes

spithickness

javax.swing.JSpinner spithickness

spiModelThickness

javax.swing.SpinnerNumberModel spiModelThickness

nfWidth

NumberField nfWidth

nfHeight

NumberField nfHeight

drawColor

java.awt.Color drawColor

drawMapper

ColorMapper drawMapper

strokeDisplay

StrokeDisplay strokeDisplay

drawMapperSource

DataSource drawMapperSource

bRemoveTransform

javax.swing.JButton bRemoveTransform

bEditTransform

javax.swing.JButton bEditTransform

transform

AffineTransformData transform

editTransformButton

javax.swing.JButton editTransformButton

delTransformButton

javax.swing.JButton delTransformButton

sizePanel

PropertiesPanel sizePanel

colorAndStrokePanel

PropertiesPanel colorAndStrokePanel

drawEnabled

boolean drawEnabled

Class jsynoptic.builtin.ui.PropertiesPanel2D extends PropertiesPanel1D implements Serializable

Serialized Fields

bfillcolor

javax.swing.JButton bfillcolor

cbfill

javax.swing.JCheckBox cbfill

fillColor

java.awt.Color fillColor

fillMapper

ColorMapper fillMapper

fillEnabled

boolean fillEnabled

Class jsynoptic.builtin.ui.RectanglePropertiesPanel extends PropertiesPanel2D implements Serializable

Serialized Fields

nfmin

NumberField nfmin

nfmax

NumberField nfmax

dstreeProg

SourceTree dstreeProg

cbProg

javax.swing.JCheckBox cbProg

jspdstreeProg

javax.swing.JScrollPane jspdstreeProg

Class jsynoptic.builtin.ui.StrokeDisplay extends javax.swing.JComponent implements Serializable

Serialized Fields

stroke

java.awt.Stroke stroke

strokeParams

StrokeParameters strokeParams

preferredSize

java.awt.Dimension preferredSize
The preferred size of the component.

Class jsynoptic.builtin.ui.TextArrayPropertiesPanel extends JPropertiesPanel implements Serializable

Serialized Fields

cards

javax.swing.JPanel cards

cbx

javax.swing.JComboBox cbx

cbSameFont

ActionCheckBox cbSameFont

bcelladd

javax.swing.JButton bcelladd

bcelldelete

javax.swing.JButton bcelldelete

textPanels

java.util.Vector<E> textPanels

comboIsVisible

boolean comboIsVisible

Class jsynoptic.builtin.ui.TextPropertiesPanel extends PropertiesPanel2D implements Serializable

Serialized Fields

changes

java.beans.PropertyChangeSupport changes

bbackcolor

javax.swing.JButton bbackcolor

bframecolor

javax.swing.JButton bframecolor

beditmapper

javax.swing.JButton beditmapper

bnewmapper

javax.swing.JButton bnewmapper

bdelmapper

javax.swing.JButton bdelmapper

bduplicateMapper

javax.swing.JButton bduplicateMapper

cbDataSource

ActionCheckBox cbDataSource

cbBack

javax.swing.JCheckBox cbBack

cbFrame

javax.swing.JCheckBox cbFrame

cbMargin

javax.swing.JCheckBox cbMargin

cbFontLocked

javax.swing.JCheckBox cbFontLocked

cbFrameLocked

javax.swing.JCheckBox cbFrameLocked

cbDisplayValue

javax.swing.JCheckBox cbDisplayValue

cbDisplayUnit

javax.swing.JCheckBox cbDisplayUnit

cbDisplayComments

javax.swing.JCheckBox cbDisplayComments

cbDisplayName

javax.swing.JCheckBox cbDisplayName

lwidth

javax.swing.JLabel lwidth

lheight

javax.swing.JLabel lheight

lmapper

javax.swing.JLabel lmapper

lPrintfFormat

javax.swing.JLabel lPrintfFormat

ldynamicDsId

javax.swing.JLabel ldynamicDsId

lformat

javax.swing.JLabel lformat

lformatdigits

javax.swing.JLabel lformatdigits

lcharNumber

javax.swing.JLabel lcharNumber

nfWidth

NumberField nfWidth

nfHeight

NumberField nfHeight

nfformat

NumberField nfformat

nfCharNumber

NumberField nfCharNumber

tfText

javax.swing.JTextField tfText

tfPrintfFormat

javax.swing.JTextField tfPrintfFormat

dstree

SourceTree dstree

dslistScrollPane

javax.swing.JScrollPane dslistScrollPane

cbxformat

javax.swing.JComboBox cbxformat

cbxmapper

javax.swing.JComboBox cbxmapper

cards

javax.swing.JPanel cards

source

DataSource source

mapper

TextMapper mapper

fontChooserPanel

FontChooserPanel fontChooserPanel

dynamicDataPanel

PropertiesPanel dynamicDataPanel

textSizePanel

PropertiesPanel textSizePanel

Class jsynoptic.builtin.ui.TimeAxePropertiesPanel extends AxePropertiesPanel implements Serializable

Serialized Fields

dtmin

DateTimePanel dtmin

dtmax

DateTimePanel dtmax

Class jsynoptic.builtin.ui.TimeAxePropertiesPanel.TimeStepField extends NumberField implements Serializable

Serialized Fields

toolkit

java.awt.Toolkit toolkit

timeStepFormat

java.text.SimpleDateFormat timeStepFormat

Class jsynoptic.builtin.ui.TimePlotPropertiesPanel extends PlotPropertiesPanel implements Serializable


Package jsynoptic.data

Class jsynoptic.data.DataSourceAnimator.PropertiesPanel extends javax.swing.JPanel implements Serializable

Serialized Fields

nfPeriod

NumberField nfPeriod

cbAutoStop

javax.swing.JCheckBox cbAutoStop

Class jsynoptic.data.DataSourceCollectionAnimator extends DataSourceCollectionAnimator implements Serializable

Class jsynoptic.data.DataSourceCollectionAnimator.PropertiesPanel extends javax.swing.JPanel implements Serializable

Serialized Fields

nfPeriod

NumberField nfPeriod

cbAutoStop

javax.swing.JCheckBox cbAutoStop

Class jsynoptic.data.ExpressionDataSourceProvider.ConflictListCellRenderer extends javax.swing.DefaultListCellRenderer implements Serializable

Class jsynoptic.data.ExpressionDataSourceProvider.ConflictListModel extends javax.swing.DefaultListModel implements Serializable


Package jsynoptic.installer

Class jsynoptic.installer.Installer extends javax.swing.JFrame implements Serializable

Serialized Fields

next

javax.swing.JButton next

cancel

javax.swing.JButton cancel

previous

javax.swing.JButton previous

currentPanel

int currentPanel

panelClasses

java.lang.Class<T>[] panelClasses

panels

InstallerPanel[] panels

jre

java.io.File jre

zip

java.io.File zip

Class jsynoptic.installer.InstallerPanel extends javax.swing.JPanel implements Serializable

Serialized Fields

installer

Installer installer

Package jsynoptic.parser

Class jsynoptic.parser.ParseException extends java.lang.Exception implements Serializable

Serialized Fields

specialConstructor

boolean specialConstructor
This variable determines which constructor was used to create this object and thereby affects the semantics of the "getMessage" method (see below).


currentToken

Token currentToken
This is the last token that has been consumed successfully. If this object has been created due to a parse error, the token followng this token will (therefore) be the first error token.


expectedTokenSequences

int[][] expectedTokenSequences
Each entry in this array is an array of integers. Each array of integers represents a sequence of tokens (by their ordinal values) that is expected at this point of the parse.


tokenImage

java.lang.String[] tokenImage
This is a reference to the "tokenImage" array of the generated parser within which the parse error occurred. This array is defined in the generated ...Constants interface.


eol

java.lang.String eol
The end of line string for this machine.

Class jsynoptic.parser.TokenMgrError extends java.lang.Error implements Serializable

Serialized Fields

errorCode

int errorCode
Indicates the reason why the exception is thrown. It will have one of the above 4 values.


Package jsynoptic.plugins.async

Class jsynoptic.plugins.async.AsyncTemplate.AsyncPlotGridShapesTemplatePanel extends Template.TemplatePanel implements Serializable

Class jsynoptic.plugins.async.TimePlot extends TimePlot implements Serializable

serialVersionUID: 4978966488916450849L

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream in)
                 throws java.lang.ClassNotFoundException,
                        java.io.IOException
Throws:
java.lang.ClassNotFoundException
java.io.IOException
Serialized Fields

time2Offset

double time2Offset
diferences between time and time2


displaySecondaryAxis

boolean displaySecondaryAxis
boolean to enabled the diplay of the secondary axis


Package jsynoptic.plugins.async.ui

Class jsynoptic.plugins.async.ui.TimePlotPropertiesPanel extends TimePlotPropertiesPanel implements Serializable

Serialized Fields

cbSecAxisEnabled

javax.swing.JCheckBox cbSecAxisEnabled
checkbox to enabled the diplay of the secondary axis


Package jsynoptic.plugins.export.ui

Class jsynoptic.plugins.export.ui.SynopticsExportPanel extends PropertiesPanel implements Serializable

Serialized Fields

sheetsList

CheckBoxList sheetsList

selectAll

javax.swing.JCheckBox selectAll

includeDependingResources

javax.swing.JCheckBox includeDependingResources

Package jsynoptic.plugins.java3d

Class jsynoptic.plugins.java3d.Java3dFrame extends javax.swing.JFrame implements Serializable

Serialized Fields

_universe

Universe _universe

_viewTransform

ViewTransform _viewTransform

_canvas

Canvas3D _canvas

_rotation

boolean _rotation

_zoom

boolean _zoom

_button

int _button

Class jsynoptic.plugins.java3d.Java3dShape extends Abstract1DShape implements Serializable

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream in)
                 throws java.lang.ClassNotFoundException,
                        java.io.IOException
Throws:
java.lang.ClassNotFoundException
java.io.IOException

writeObject

private void writeObject(java.io.ObjectOutputStream out)
                  throws java.io.IOException
Throws:
java.io.IOException
Serialized Fields

_viewTransform

ViewTransform _viewTransform

Class jsynoptic.plugins.java3d.ViewTransform extends java.lang.Object implements Serializable

serialVersionUID: 723655790680357786L

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream in)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeObject

private void writeObject(java.io.ObjectOutputStream out)
                  throws java.io.IOException
Throws:
java.io.IOException
Serialized Fields

_viewingMode

int _viewingMode
The current viewing mode FLY BY or ROTATION


_zoom

Matrix4f _zoom

_rot

Matrix4f _rot

_drotX

Matrix4f _drotX

_drotY

Matrix4f _drotY

_trans

Matrix4f _trans

_vtrans

Vector3f _vtrans

_pos2DX

int _pos2DX

_pos2DY

int _pos2DY

_perspective

boolean _perspective

_wsize

float _wsize

_zoomFactor

float _zoomFactor

_scaleFactor

float _scaleFactor

_eyeDistance

float _eyeDistance

_transFactorX

float _transFactorX

_transFactorY

float _transFactorY

_accumulator

int _accumulator

Package jsynoptic.plugins.java3d.data

Class jsynoptic.plugins.java3d.data.DataAnimator.Data extends java.lang.Object implements Serializable

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream in)
                 throws java.lang.ClassNotFoundException,
                        java.io.IOException
Throws:
java.lang.ClassNotFoundException
java.io.IOException

writeObject

private void writeObject(java.io.ObjectOutputStream out)
                  throws java.io.IOException
Throws:
java.io.IOException

Class jsynoptic.plugins.java3d.data.DoubleDataAnimator.DoubleData extends DataAnimator.Data implements Serializable

Serialized Fields

params

double[] params

Class jsynoptic.plugins.java3d.data.TransformData extends DoubleDataAnimator.DoubleData implements Serializable

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream in)
                 throws java.lang.ClassNotFoundException,
                        java.io.IOException
Throws:
java.lang.ClassNotFoundException
java.io.IOException

writeObject

private void writeObject(java.io.ObjectOutputStream out)
                  throws java.io.IOException
Throws:
java.io.IOException
Serialized Fields

transformChildren

java.util.ArrayList<E> transformChildren

transformRoot

TransformData transformRoot

kind

TransformValues kind

Package jsynoptic.plugins.java3d.edit

Class jsynoptic.plugins.java3d.edit.AddEdit extends javax.swing.undo.AbstractUndoableEdit implements Serializable

Serialized Fields

_owner

AddRemoveSceneGraphObject _owner

_object

SceneGraphObject _object

_replaced

SceneGraphObject _replaced

Class jsynoptic.plugins.java3d.edit.AppearanceEdit extends SceneGraphObjectEdit<Appearance> implements Serializable

Class jsynoptic.plugins.java3d.edit.AppearanceEdit.AppearanceColorEdit extends PropertyEdit<Appearance,Color3f> implements Serializable

Class jsynoptic.plugins.java3d.edit.AppearanceEdit.LineWidthEdit extends PropertyEdit<Appearance,java.lang.Float> implements Serializable

Class jsynoptic.plugins.java3d.edit.AppearanceEdit.PolygonModeEdit extends EnumEdit<Appearance> implements Serializable

Class jsynoptic.plugins.java3d.edit.AppearanceEdit.ShadingModeEdit extends EnumEdit<Appearance> implements Serializable

Class jsynoptic.plugins.java3d.edit.AppearanceEdit.TransparencyEdit extends PropertyEdit<Appearance,java.lang.Float> implements Serializable

Class jsynoptic.plugins.java3d.edit.AppearanceEdit.TransparencyModeEdit extends EnumEdit<Appearance> implements Serializable

Class jsynoptic.plugins.java3d.edit.EnumEdit extends PropertyEdit<T extends SceneGraphObject,java.lang.Integer> implements Serializable

Serialized Fields

_entries

java.util.ArrayList<E> _entries

Class jsynoptic.plugins.java3d.edit.GroupEdit extends SceneGraphObjectEdit<Group> implements Serializable

Class jsynoptic.plugins.java3d.edit.MaterialColorEdit extends PropertyEdit<Material,Color3f> implements Serializable

Class jsynoptic.plugins.java3d.edit.MaterialEdit extends SceneGraphObjectEdit<Material> implements Serializable

Class jsynoptic.plugins.java3d.edit.MaterialEdit.LightingEnabledEdit extends PropertyEdit<Material,java.lang.Boolean> implements Serializable

Class jsynoptic.plugins.java3d.edit.MaterialEdit.ShininessEdit extends PropertyEdit<Material,java.lang.Float> implements Serializable

Class jsynoptic.plugins.java3d.edit.NameEdit extends PropertyEdit<T extends SceneGraphObject,java.lang.String> implements Serializable

Class jsynoptic.plugins.java3d.edit.PropertyEdit extends javax.swing.undo.AbstractUndoableEdit implements Serializable

Serialized Fields

_object

SceneGraphObject _object

_propertyName

java.lang.String _propertyName

_oldValue

java.lang.Object _oldValue

_newValue

java.lang.Object _newValue

_changed

boolean _changed

_listeners

java.util.ArrayList<E> _listeners

_ad

AttachDetach _ad

_node

Node _node

Class jsynoptic.plugins.java3d.edit.RemoveEdit extends javax.swing.undo.AbstractUndoableEdit implements Serializable

Serialized Fields

_owner

AddRemoveSceneGraphObject _owner

_object

SceneGraphObject _object

Class jsynoptic.plugins.java3d.edit.SceneGraphObjectEdit extends javax.swing.undo.AbstractUndoableEdit implements Serializable

Serialized Fields

_object

SceneGraphObject _object

_properties

java.util.ArrayList<E> _properties

Class jsynoptic.plugins.java3d.edit.Transform3DEdit extends PropertyEdit<T extends SceneGraphObject,Transform3D> implements Serializable

Class jsynoptic.plugins.java3d.edit.Transform3DEdit.Group extends Transform3DEdit<TransformGroup> implements Serializable

Class jsynoptic.plugins.java3d.edit.TransformGroupEdit extends SceneGraphObjectEdit<TransformGroup> implements Serializable


Package jsynoptic.plugins.java3d.panels

Class jsynoptic.plugins.java3d.panels.AppearancePanel extends SceneGraphObjectPanel<Appearance> implements Serializable

Class jsynoptic.plugins.java3d.panels.CheckBox extends javax.swing.JCheckBox implements Serializable

Serialized Fields

_editor

PropertyEdit<T extends SceneGraphObject,E> _editor

Class jsynoptic.plugins.java3d.panels.ColorButton extends javax.swing.JButton implements Serializable

Serialized Fields

_color

java.awt.Color _color

_editor

PropertyEdit<T extends SceneGraphObject,E> _editor

_title

java.lang.String _title

_owner

java.awt.Frame _owner

Class jsynoptic.plugins.java3d.panels.ComboBox extends javax.swing.JComboBox implements Serializable

Serialized Fields

_editor

EnumEdit<T extends SceneGraphObject> _editor

Class jsynoptic.plugins.java3d.panels.MaterialPanel extends SceneGraphObjectPanel<Material> implements Serializable

Class jsynoptic.plugins.java3d.panels.SceneGraphObjectDialog extends javax.swing.JFrame implements Serializable

Serialized Fields

_panel

SceneGraphObjectPanel<T extends SceneGraphObject> _panel

_undoableEdit

javax.swing.event.UndoableEditListener _undoableEdit

Class jsynoptic.plugins.java3d.panels.SceneGraphObjectPanel extends javax.swing.JPanel implements Serializable

Serialized Fields

_title

java.lang.String _title

_editor

SceneGraphObjectEdit<T extends SceneGraphObject> _editor

_owner

java.awt.Frame _owner

Class jsynoptic.plugins.java3d.panels.TextField extends javax.swing.JTextField implements Serializable

Serialized Fields

_text

java.lang.String _text

_editor

PropertyEdit<T extends SceneGraphObject,E> _editor

Class jsynoptic.plugins.java3d.panels.TextField.DoubleValue extends TextField.NumberValue<T extends SceneGraphObject,java.lang.Double> implements Serializable

Class jsynoptic.plugins.java3d.panels.TextField.FloatValue extends TextField.NumberValue<T extends SceneGraphObject,java.lang.Float> implements Serializable

Class jsynoptic.plugins.java3d.panels.TextField.IntegerValue extends TextField.NumberValue<T extends SceneGraphObject,java.lang.Integer> implements Serializable

Class jsynoptic.plugins.java3d.panels.TextField.NumberValue extends TextField<T extends SceneGraphObject,java.lang.Number> implements Serializable

Class jsynoptic.plugins.java3d.panels.TextField.StringValue extends TextField<T extends SceneGraphObject,java.lang.String> implements Serializable

Class jsynoptic.plugins.java3d.panels.TransformGroupPanel extends SceneGraphObjectPanel<TransformGroup> implements Serializable

Class jsynoptic.plugins.java3d.panels.TransformTable extends javax.swing.JPanel implements Serializable

Serialized Fields

_editor

Transform3DEdit.Group _editor

_table

javax.swing.JTable _table

_combo

javax.swing.JComboBox _combo

_owner

java.awt.Frame _owner

_newValue

boolean _newValue

Class jsynoptic.plugins.java3d.panels.TransformTable.Model extends javax.swing.table.AbstractTableModel implements Serializable

Serialized Fields

_v

double[] _v

_k

TransformValues _k

Package jsynoptic.plugins.java3d.tree

Class jsynoptic.plugins.java3d.tree.AbstractNode extends javax.swing.tree.DefaultMutableTreeNode implements Serializable

Serialized Fields

_tree

Tree _tree
The tree owner of this node


_graphObject

java.lang.Object _graphObject
The related scene graph object or null if root


_icon

javax.swing.Icon _icon
This node icon


_name

java.lang.String _name
This node name


_lastName

java.lang.String _lastName
Latest rendered name used to detect changes


_description

java.lang.String _description
This node description


_knownChildren

boolean _knownChildren
(boolean) _knownChildren: determines whether the children of the current object can be displayed or not

Class jsynoptic.plugins.java3d.tree.AbstractNodeAction extends javax.swing.AbstractAction implements Serializable

Serialized Fields

_node

AbstractNode _node

_resourceKey

java.lang.String _resourceKey

Class jsynoptic.plugins.java3d.tree.AnimatorNode extends SceneGraphNode implements Serializable

Class jsynoptic.plugins.java3d.tree.AppearanceNode extends SceneGraphNode implements Serializable

Class jsynoptic.plugins.java3d.tree.BranchGroupNode extends GroupNode implements Serializable

Class jsynoptic.plugins.java3d.tree.CanvasNode extends AbstractNode implements Serializable

Class jsynoptic.plugins.java3d.tree.GroupNode extends SceneGraphNode implements Serializable

Class jsynoptic.plugins.java3d.tree.MaterialNode extends AbstractNode implements Serializable

Class jsynoptic.plugins.java3d.tree.PrimitiveNode extends GroupNode implements Serializable

Class jsynoptic.plugins.java3d.tree.ReferenceNode extends AbstractNode implements Serializable

Class jsynoptic.plugins.java3d.tree.ReferenceNode.ExpandAction extends AbstractNodeAction implements Serializable

Class jsynoptic.plugins.java3d.tree.ReferenceNode.RemoveAction extends AbstractNodeAction implements Serializable

Class jsynoptic.plugins.java3d.tree.RootNode extends AbstractNode implements Serializable

Class jsynoptic.plugins.java3d.tree.SceneGraphNode extends AbstractNode implements Serializable

Class jsynoptic.plugins.java3d.tree.SceneGraphNode.CopyAction extends jsynoptic.plugins.java3d.tree.SceneGraphNode.SharedAction implements Serializable

Class jsynoptic.plugins.java3d.tree.SceneGraphNode.CutAction extends jsynoptic.plugins.java3d.tree.SceneGraphNode.SharedAction implements Serializable

Class jsynoptic.plugins.java3d.tree.SceneGraphNode.PasteAction extends jsynoptic.plugins.java3d.tree.SceneGraphNode.SharedAction implements Serializable

Class jsynoptic.plugins.java3d.tree.SceneGraphNode.PropertiesAction extends AbstractNodeAction implements Serializable

Class jsynoptic.plugins.java3d.tree.SceneGraphNode.RemoveAction extends jsynoptic.plugins.java3d.tree.SceneGraphNode.SharedAction implements Serializable

Class jsynoptic.plugins.java3d.tree.ShapeNode extends SceneGraphNode implements Serializable

Class jsynoptic.plugins.java3d.tree.Tree extends javax.swing.JTree implements Serializable

Serialized Fields

_treeModel

javax.swing.tree.DefaultTreeModel _treeModel
(DefaultTreeModel) _treeModel: The treeModel used


_rootNode

AbstractNode _rootNode
(DefaultMutableTreeNode) _rootNode: The root node


_pool

UniversePool _pool

_plugin

Java3dPlugin _plugin

_clipBoard

Tree.ClipBoard _clipBoard

_undoHandler

UndoHandler _undoHandler
The UndoHandler catches undoable edits and sends them to the UndoManager


_undoManager

javax.swing.undo.UndoManager _undoManager

Class jsynoptic.plugins.java3d.tree.Tree.ShapeTransferHandler extends javax.swing.TransferHandler implements Serializable

Class jsynoptic.plugins.java3d.tree.UniverseNode extends AbstractNode implements Serializable


Package jsynoptic.plugins.java3d.tree.data

Class jsynoptic.plugins.java3d.tree.data.DataTableModel extends javax.swing.table.AbstractTableModel implements Serializable

Serialized Fields

dstree

SourceTree dstree

dataCopy

DataAnimator.Data dataCopy

Class jsynoptic.plugins.java3d.tree.data.TransformAnimatorNode extends AnimatorNode implements Serializable

Class jsynoptic.plugins.java3d.tree.data.TransformAnimatorNode.AnimateSelectionAction extends AbstractNodeAction implements Serializable

Class jsynoptic.plugins.java3d.tree.data.TransformTableModel extends DataTableModel implements Serializable

Serialized Fields

td

TransformData td

Package jsynoptic.plugins.jfreechart

Class jsynoptic.plugins.jfreechart.AreaPlotShape extends StandardPlotShape implements Serializable

serialVersionUID: -1528842645686315446L

Class jsynoptic.plugins.jfreechart.BarChartShape extends ChartShape implements Serializable

serialVersionUID: -3848715079146141774L

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream in)
                 throws java.lang.ClassNotFoundException,
                        java.io.IOException
Throws:
java.lang.ClassNotFoundException
java.io.IOException

writeObject

private void writeObject(java.io.ObjectOutputStream out)
                  throws java.io.IOException
Throws:
java.io.IOException
Serialized Fields

mappers

java.util.Vector<E> mappers

Class jsynoptic.plugins.jfreechart.BarChartShape.PlotPanel extends javax.swing.JPanel implements Serializable

Serialized Fields

tfTitle

javax.swing.JTextField tfTitle

pcbxcurves

javax.swing.JComboBox pcbxcurves

cbxmapper

javax.swing.JComboBox cbxmapper

pcurvecolor

javax.swing.JButton pcurvecolor

pcurvedelete

javax.swing.JButton pcurvedelete

editCategories

javax.swing.JButton editCategories

beditmapper

javax.swing.JButton beditmapper

bnewmapper

javax.swing.JButton bnewmapper

bdelmapper

javax.swing.JButton bdelmapper

pcbxeditortf

javax.swing.JTextField pcbxeditortf

peditLocked

boolean peditLocked

pactiveEntry

BarChartShape.CbxEntry pactiveEntry

hSeriesOrientation

javax.swing.JRadioButton hSeriesOrientation

vSeriesOrientation

javax.swing.JRadioButton vSeriesOrientation

hLabelOrientation

javax.swing.JRadioButton hLabelOrientation

vLabelOrientation

javax.swing.JRadioButton vLabelOrientation

mapper

TextMapper mapper

Class jsynoptic.plugins.jfreechart.CategoryClassifier extends java.lang.Object implements Serializable

serialVersionUID: 4459343875031474989L

Serialized Fields

categories

java.util.List<E> categories

mapper

TextMapper mapper

Class jsynoptic.plugins.jfreechart.ChartShape extends AbstractShape implements Serializable

serialVersionUID: -5954721943791327034L

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream stream)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
Restores a serialized object.

Throws:
java.io.IOException - if there is an I/O problem.
java.lang.ClassNotFoundException - if there is a problem loading a class.
Serialized Fields

chart

JFreeChart chart

link

java.lang.String link

Class jsynoptic.plugins.jfreechart.CyclicPlotShape extends StandardPlotShape implements Serializable

serialVersionUID: -7549636147827861795L

Class jsynoptic.plugins.jfreechart.CyclicPlotShape.PlotPanel extends javax.swing.JPanel implements Serializable

Serialized Fields

cbautox

ActionCheckBox cbautox

cbfixedautox

ActionCheckBox cbfixedautox

cbcyclex

ActionCheckBox cbcyclex

cbinvertx

ActionCheckBox cbinvertx

nffixedautox

NumberField nffixedautox

tfpxmin

NumberField tfpxmin

tfpxmax

NumberField tfpxmax

nfperiodx

NumberField nfperiodx

nfoffsetx

NumberField nfoffsetx

lpxmin

javax.swing.JLabel lpxmin

lpxmax

javax.swing.JLabel lpxmax

cbautoy

ActionCheckBox cbautoy

cbfixedautoy

ActionCheckBox cbfixedautoy

cbcycley

ActionCheckBox cbcycley

cbinverty

ActionCheckBox cbinverty

nffixedautoy

NumberField nffixedautoy

tfpymin

NumberField tfpymin

tfpymax

NumberField tfpymax

nfperiody

NumberField nfperiody

nfoffsety

NumberField nfoffsety

lpymin

javax.swing.JLabel lpymin

lpymax

javax.swing.JLabel lpymax

tfTitle

javax.swing.JTextField tfTitle

xcards

javax.swing.JPanel xcards

ycards

javax.swing.JPanel ycards

noCurveColor

java.awt.Color noCurveColor

pcbxcurves

javax.swing.JComboBox pcbxcurves

pcurvecolor

javax.swing.JButton pcurvecolor

pcurvedelete

javax.swing.JButton pcurvedelete

pactiveEntry

StandardPlotShape.CbxEntry pactiveEntry

pcbxeditortf

javax.swing.JTextField pcbxeditortf

peditLocked

boolean peditLocked

Class jsynoptic.plugins.jfreechart.JSynopticXYItemRendererHelper extends java.lang.Object implements Serializable

serialVersionUID: 3439594416374185740L

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream in)
                 throws java.lang.ClassNotFoundException,
                        java.io.IOException
Throws:
java.lang.ClassNotFoundException
java.io.IOException

writeObject

private void writeObject(java.io.ObjectOutputStream out)
                  throws java.io.IOException
Throws:
java.io.IOException
Serialized Fields

x_ary

int x_ary

colorMappers

java.util.Vector<E> colorMappers
the color mappers for the series

Class jsynoptic.plugins.jfreechart.MeterShape extends ChartShape implements Serializable

serialVersionUID: -8566344700538941237L

Class jsynoptic.plugins.jfreechart.MeterShape.BoundsPanel extends javax.swing.JPanel implements Serializable

Serialized Fields

cbautorange

ActionCheckBox cbautorange

cbnrange

ActionCheckBox cbnrange

cbwrange

ActionCheckBox cbwrange

cbcrange

ActionCheckBox cbcrange

tfrangemin

NumberField tfrangemin

tfrangemax

NumberField tfrangemax

tfnrangemin

NumberField tfnrangemin

tfnrangemax

NumberField tfnrangemax

tfwrangemin

NumberField tfwrangemin

tfwrangemax

NumberField tfwrangemax

tfcrangemin

NumberField tfcrangemin

tfcrangemax

NumberField tfcrangemax

lrangemin

javax.swing.JLabel lrangemin

lrangemax

javax.swing.JLabel lrangemax

lnrangemin

javax.swing.JLabel lnrangemin

lnrangemax

javax.swing.JLabel lnrangemax

lwrangemin

javax.swing.JLabel lwrangemin

lwrangemax

javax.swing.JLabel lwrangemax

lcrangemin

javax.swing.JLabel lcrangemin

lcrangemax

javax.swing.JLabel lcrangemax

tfTitle

javax.swing.JTextField tfTitle

Class jsynoptic.plugins.jfreechart.ParametricPlotShape extends StandardPlotShape implements Serializable

serialVersionUID: 8119591099401841377L

Class jsynoptic.plugins.jfreechart.PieChartShape extends ChartShape implements Serializable

serialVersionUID: 7031896621461605415L

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream in)
                 throws java.lang.ClassNotFoundException,
                        java.io.IOException
Throws:
java.lang.ClassNotFoundException
java.io.IOException

writeObject

private void writeObject(java.io.ObjectOutputStream out)
                  throws java.io.IOException
Throws:
java.io.IOException
Serialized Fields

mappers

java.util.Vector<E> mappers

Class jsynoptic.plugins.jfreechart.PieChartShape.PlotPanel extends javax.swing.JPanel implements Serializable

Serialized Fields

tfTitle

javax.swing.JTextField tfTitle

pcbxcurves

javax.swing.JComboBox pcbxcurves

cbxmapper

javax.swing.JComboBox cbxmapper

pcurvecolor

javax.swing.JButton pcurvecolor

pcurvedelete

javax.swing.JButton pcurvedelete

editCategories

javax.swing.JButton editCategories

beditmapper

javax.swing.JButton beditmapper

bnewmapper

javax.swing.JButton bnewmapper

bdelmapper

javax.swing.JButton bdelmapper

pcbxeditortf

javax.swing.JTextField pcbxeditortf

peditLocked

boolean peditLocked

pactiveEntry

PieChartShape.CbxEntry pactiveEntry

tfRatio

NumberField tfRatio

mapper

TextMapper mapper

Class jsynoptic.plugins.jfreechart.ScatterPlotShape extends ParametricPlotShape implements Serializable

serialVersionUID: -8851296600311277389L

Class jsynoptic.plugins.jfreechart.StandardPlotShape extends ChartShape implements Serializable

serialVersionUID: 4663313906061456914L

Class jsynoptic.plugins.jfreechart.StandardPlotShape.PlotPanel extends javax.swing.JPanel implements Serializable

Serialized Fields

pcbautox

ActionCheckBox pcbautox

pcbfixedautox

ActionCheckBox pcbfixedautox

pnffixedautox

NumberField pnffixedautox

ptfpxmin

NumberField ptfpxmin

ptfpxmax

NumberField ptfpxmax

plpxmin

javax.swing.JLabel plpxmin

plpxmax

javax.swing.JLabel plpxmax

scbautox

ActionCheckBox scbautox

scbfixedautox

ActionCheckBox scbfixedautox

snffixedautox

NumberField snffixedautox

stfpxmin

NumberField stfpxmin

stfpxmax

NumberField stfpxmax

slpxmin

javax.swing.JLabel slpxmin

slpxmax

javax.swing.JLabel slpxmax

tfTitle

javax.swing.JTextField tfTitle

noCurveColor

java.awt.Color noCurveColor

pcbautoy

ActionCheckBox pcbautoy

pcbfixedautoy

ActionCheckBox pcbfixedautoy

pnffixedautoy

NumberField pnffixedautoy

ptfpymin

NumberField ptfpymin

ptfpymax

NumberField ptfpymax

plpymin

javax.swing.JLabel plpymin

plpymax

javax.swing.JLabel plpymax

pcbxcurves

javax.swing.JComboBox pcbxcurves

pcurvecolor

javax.swing.JButton pcurvecolor

pcurvedelete

javax.swing.JButton pcurvedelete

pactiveEntry

StandardPlotShape.CbxEntry pactiveEntry

pcbxeditortf

javax.swing.JTextField pcbxeditortf

peditLocked

boolean peditLocked

scbautoy

ActionCheckBox scbautoy

scbfixedautoy

ActionCheckBox scbfixedautoy

snffixedautoy

NumberField snffixedautoy

stfpymin

NumberField stfpymin

stfpymax

NumberField stfpymax

slpymin

javax.swing.JLabel slpymin

slpymax

javax.swing.JLabel slpymax

scbxcurves

javax.swing.JComboBox scbxcurves

scurvecolor

javax.swing.JButton scurvecolor

scurvedelete

javax.swing.JButton scurvedelete

sactiveEntry

StandardPlotShape.CbxEntry sactiveEntry

scbxeditortf

javax.swing.JTextField scbxeditortf

seditLocked

boolean seditLocked

Package jsynoptic.plugins.lookandfeel

Class jsynoptic.plugins.lookandfeel.LookAndFeelPlugin.LAFDialog extends javax.swing.JDialog implements Serializable

Serialized Fields

bsearch

javax.swing.JButton bsearch

bapply

javax.swing.JButton bapply

bok

javax.swing.JButton bok

bcancel

javax.swing.JButton bcancel

infos

javax.swing.UIManager.LookAndFeelInfo[] infos

list

javax.swing.JList list

listModel

javax.swing.DefaultListModel listModel

Package jsynoptic.plugins.merge

Class jsynoptic.plugins.merge.JSAsynchronousMergeDSCollection extends AsynchronousMergeDSCollection implements Serializable

Serialized Fields

information

JSAsynchronousMergeDSCollection.AsynchronousMergeDSCollectionInformation information
list of merged data information

Class jsynoptic.plugins.merge.JSAsynchronousMergeDSCollection.AsynchronousMergeDataSourceInformation extends java.lang.Object implements Serializable

serialVersionUID: 8618136056672191292L

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream in)
                 throws java.lang.ClassNotFoundException,
                        java.io.IOException
Throws:
java.lang.ClassNotFoundException
java.io.IOException

writeObject

private void writeObject(java.io.ObjectOutputStream out)
                  throws java.io.IOException
Throws:
java.io.IOException
Serialized Fields

mergeAllRelatedCollection

boolean mergeAllRelatedCollection
If true, all collection that hold data source has to be merged


isRelative

boolean isRelative
Time reference is expressed in relative format (number of seconds)


offset

double offset
Offset applied to time reference values


initialDate

double initialDate
An optional initial date used in case a relative time to absolute time conversion has to be performed

Class jsynoptic.plugins.merge.JSAsynchronousMergeDSCollection.AsynchronousMergeDSCollectionInformation extends java.lang.Object implements Serializable

serialVersionUID: -5203730561945722547L

Serialized Fields

collectionName

java.lang.String collectionName

mergedData

java.util.ArrayList<E> mergedData

Class jsynoptic.plugins.merge.JSMergeCollectionPlugin.TestMergedCollection1 extends DynamicDataSourceCollection implements Serializable

Class jsynoptic.plugins.merge.JSMergeCollectionPlugin.TestMergedCollection2 extends DynamicDataSourceCollection implements Serializable

Class jsynoptic.plugins.merge.JSSynchronousMergeDSCollection extends SynchronousMergeDSCollection implements Serializable

Serialized Fields

information

JSSynchronousMergeDSCollection.SynchronousMergeDSCollectionInformation information
List of merged data information

Class jsynoptic.plugins.merge.JSSynchronousMergeDSCollection.SynchronousMergeDataSourceInformation extends java.lang.Object implements Serializable

serialVersionUID: 3993909610809844941L

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream in)
                 throws java.lang.ClassNotFoundException,
                        java.io.IOException
Throws:
java.lang.ClassNotFoundException
java.io.IOException

writeObject

private void writeObject(java.io.ObjectOutputStream out)
                  throws java.io.IOException
Throws:
java.io.IOException
Serialized Fields

mergeAllRelatedCollection

boolean mergeAllRelatedCollection
If true, all collection that hold data source has to be merged


isRelative

boolean isRelative
Time reference is expressed in relative format (number of seconds)


offset

double offset
Offset applied to time reference values


initialDate

double initialDate
An optional initial date used in case a relative time to absolute time conversion has to be performed

Class jsynoptic.plugins.merge.JSSynchronousMergeDSCollection.SynchronousMergeDSCollectionInformation extends java.lang.Object implements Serializable

serialVersionUID: -6094396172567695399L

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream in)
                 throws java.lang.ClassNotFoundException,
                        java.io.IOException
Throws:
java.lang.ClassNotFoundException
java.io.IOException

writeObject

private void writeObject(java.io.ObjectOutputStream out)
                  throws java.io.IOException
Throws:
java.io.IOException
Serialized Fields

collectionName

java.lang.String collectionName

mergedData

java.util.ArrayList<E> mergedData

interpolationOrder

int interpolationOrder

collectionTimeReferenceIsRelative

boolean collectionTimeReferenceIsRelative

mergedTimeReferenceDsIsRelative

boolean mergedTimeReferenceDsIsRelative

mergedTimeReferenceDsOffset

double mergedTimeReferenceDsOffset

mergedTimeReferenceDsInitData

double mergedTimeReferenceDsInitData

Package jsynoptic.plugins.merge.ui

Class jsynoptic.plugins.merge.ui.MCWizardPageAdd extends WizardPage implements Serializable

Serialized Fields

wizardManager

MCWizardManager wizardManager

Class jsynoptic.plugins.merge.ui.MCWizardPageAddAsynchronousDataOption extends WizardPage implements Serializable

Serialized Fields

secondsTimeOffset

NumberField secondsTimeOffset

initialDate

DateTimePanel initialDate

initialDateLabel

javax.swing.JLabel initialDateLabel

collectionIAsynchronous

boolean collectionIAsynchronous

collectionTimeRefIsRelative

boolean collectionTimeRefIsRelative

wizardManager

MCWizardManager wizardManager

Class jsynoptic.plugins.merge.ui.MCWizardPageAddSynchronousDataOption extends MCWizardPageAddAsynchronousDataOption implements Serializable

Serialized Fields

dstree

SourceTree dstree

timeRefFormat

javax.swing.JLabel timeRefFormat

timeRefIsRelative

javax.swing.JRadioButton timeRefIsRelative

timeRefIsAbsolute

javax.swing.JRadioButton timeRefIsAbsolute

Class jsynoptic.plugins.merge.ui.MCWizardPageName extends WizardPage implements Serializable

Serialized Fields

synchronousCollection

javax.swing.JButton synchronousCollection

asynchronousCollection

javax.swing.JButton asynchronousCollection

collectionname

javax.swing.JTextField collectionname

helpPanel

javax.swing.JPanel helpPanel

helpText

javax.swing.JLabel helpText

helpImage

javax.swing.JLabel helpImage

isAsynchronous

boolean isAsynchronous

Class jsynoptic.plugins.merge.ui.MCWizardPageNameOption extends WizardPage implements Serializable

Serialized Fields

interpolationOrder0

javax.swing.JRadioButton interpolationOrder0

interpolationOrder1

javax.swing.JRadioButton interpolationOrder1

timeRefIsRelative

javax.swing.JRadioButton timeRefIsRelative

timeRefIsAbsolute

javax.swing.JRadioButton timeRefIsAbsolute

helpPanel

javax.swing.JPanel helpPanel

helpImage

javax.swing.JLabel helpImage

helpText

javax.swing.JLabel helpText

Class jsynoptic.plugins.merge.ui.MCWizardPageTerminate extends WizardPage implements Serializable

Serialized Fields

table

javax.swing.JTable table

referenceForMergedTime

javax.swing.JLabel referenceForMergedTime

selectInTheTable

javax.swing.JLabel selectInTheTable

referenceForMergedTimeindex

int referenceForMergedTimeindex

chooseADataSourceForMergeTime

boolean chooseADataSourceForMergeTime

Class jsynoptic.plugins.merge.ui.MCWizardPageTerminate.AddedDataTableModel extends javax.swing.table.AbstractTableModel implements Serializable

Serialized Fields

addedData

java.lang.Object[][] addedData

Package jsynoptic.plugins.svg

Class jsynoptic.plugins.svg.SvgImagePreview extends ImagePreview implements Serializable

Class jsynoptic.plugins.svg.SvgMapper extends GenericMapper implements Serializable

serialVersionUID: 3227030744000505758L

Class jsynoptic.plugins.svg.SvgMapper.ImageRenderer extends javax.swing.JLabel implements Serializable

Class jsynoptic.plugins.svg.SvgMapper.SvgEditor extends javax.swing.DefaultCellEditor implements Serializable

Serialized Fields

currentFile

SvgMapper.SvgFile currentFile

fileChooserImage

java.awt.image.BufferedImage fileChooserImage

Class jsynoptic.plugins.svg.SvgMapper.SvgFile extends java.lang.Object implements Serializable

serialVersionUID: -8216120002258506232L

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream in)
                 throws java.lang.ClassNotFoundException,
                        java.io.IOException
Method readObject method to read the SvgFile from an InputStream (for example a file) Parameters:

Throws:
java.lang.ClassNotFoundException
java.io.IOException

writeObject

private void writeObject(java.io.ObjectOutputStream out)
                  throws java.io.IOException
Method writeObject method to write the SvgFile in an OutputStream (for example a file) Parameters:

Throws:
java.io.IOException

Class jsynoptic.plugins.svg.SvgMapper.SvgMapperTableModel extends GenericMapper.MapperTableModel implements Serializable

Class jsynoptic.plugins.svg.SvgMapper.SvgMappingTable extends GenericMapper.ExpressionMappingTable implements Serializable

Class jsynoptic.plugins.svg.SvgShape extends Abstract2DShape implements Serializable

serialVersionUID: 8701487979765549739L

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream in)
                 throws java.lang.ClassNotFoundException,
                        java.io.IOException
Method readObject method to read the shape from an InputStream (for example a file) Parameters:

Throws:
java.lang.ClassNotFoundException
java.io.IOException

writeObject

private void writeObject(java.io.ObjectOutputStream out)
                  throws java.io.IOException
Method writeObject method to write the shape in an OutputStream (for example a file) Parameters:

Throws:
java.io.IOException
Serialized Fields

mapper

SvgMapper mapper
mapper : SvgMapper to manipulate DataSource source


defaultFile

java.io.File defaultFile
the source file of the bufferedImage displayed by default This field is nice to have for the user, when changing the image => keep the location


autoFit

boolean autoFit
true : the image should be scaled to fit the shape size, else the shape will be resized


Package jsynoptic.plugins.svg.ui

Class jsynoptic.plugins.svg.ui.SvgShapePropertiesPanel extends PropertiesPanel2D implements Serializable

Serialized Fields

cmLabel

javax.swing.JLabel cmLabel

cmlist

javax.swing.JList cmlist

cmNew

javax.swing.JButton cmNew

cmDelete

javax.swing.JButton cmDelete

cmDuplicate

javax.swing.JButton cmDuplicate

dsLabel

javax.swing.JLabel dsLabel

lds

javax.swing.JLabel lds

dstree

SourceTree dstree

cbDynamic

ActionCheckBox cbDynamic

lstatic

javax.swing.JLabel lstatic

bChoose

javax.swing.JButton bChoose

svgPreview

SvgImagePreview svgPreview

rbFit

javax.swing.JRadioButton rbFit

rbResize

javax.swing.JRadioButton rbResize

currentFile

java.io.File currentFile
the file currently selected by the SvgShapePropertiesPanel


mapper

SvgMapper mapper
the mapper of the SvgShapePropertiesPanel


source

DataSource source
the Datasource selected by the SvgShapePropertiesPanel


dynamicImagePanel

PropertiesPanel dynamicImagePanel

staticImagePanel

PropertiesPanel staticImagePanel

Class jsynoptic.plugins.svg.ui.SvgShapePropertiesPanel.SvgMapperListModel extends javax.swing.DefaultListModel implements Serializable


Package jsynoptic.plugins.syn3d

Class jsynoptic.plugins.syn3d.SynopticViewNode extends ActiveNode implements Serializable

Class jsynoptic.plugins.syn3d.View3DShape extends AbstractShape implements Serializable


Package jsynoptic.plugins.syn3d.xith3d

Class jsynoptic.plugins.syn3d.xith3d.SynopticViewNodeXith3d extends SynopticViewNode implements Serializable

Class jsynoptic.plugins.syn3d.xith3d.Xith3DView3DShape extends View3DShape implements Serializable


Package jsynoptic.ui

Class jsynoptic.ui.ActionPopup extends javax.swing.JPopupMenu implements Serializable

Serialized Fields

component

DiagramComponent component

menuItems

java.util.HashMap<K,V> menuItems

providers

java.util.HashMap<K,V> providers

actionX

double actionX

actionY

double actionY

actionTarget

java.lang.Object actionTarget

Class jsynoptic.ui.AggregateFileFilter.SelectFileFilterDialog extends javax.swing.JDialog implements Serializable

Serialized Fields

filterList

java.util.Vector<E> filterList

chosenIndex

int chosenIndex

Class jsynoptic.ui.DiagramSelectionPropertiesPanel extends JPropertiesPanel implements Serializable

Serialized Fields

name

java.lang.String name

title

java.lang.String title

firstIcon

javax.swing.Icon firstIcon

button

javax.swing.JButton button

action

DiagramSelectionPropertiesPanel.SelectionAction action

toolTip

java.lang.String toolTip

propertyName

java.lang.String propertyName

Class jsynoptic.ui.DiagramSelectionPropertiesPanel.BackgroundColorEditorPanel extends DiagramSelectionPropertiesPanel.ColorEditorPanel implements Serializable

Class jsynoptic.ui.DiagramSelectionPropertiesPanel.ColorEditorPanel extends DiagramSelectionPropertiesPanel implements Serializable

Serialized Fields

colorChooser

javax.swing.JColorChooser colorChooser

Class jsynoptic.ui.DiagramSelectionPropertiesPanel.FontColorEditorPanel extends DiagramSelectionPropertiesPanel.ColorEditorPanel implements Serializable

Class jsynoptic.ui.DiagramSelectionPropertiesPanel.LineColorEditorPanel extends DiagramSelectionPropertiesPanel.ColorEditorPanel implements Serializable

Class jsynoptic.ui.DiagramSelectionPropertiesPanel.SelectionAction extends javax.swing.AbstractAction implements Serializable

Class jsynoptic.ui.ExpressionPanel extends javax.swing.JPanel implements Serializable

Serialized Fields

tfNewSourceName

javax.swing.JTextField tfNewSourceName

tfExpression

javax.swing.JTextField tfExpression

addExp

javax.swing.JButton addExp

cbxPredefined

javax.swing.JComboBox cbxPredefined

sourceTree

SourceTree sourceTree

tabbedPane

javax.swing.JTabbedPane tabbedPane

Class jsynoptic.ui.FiledDesktopCardPanel extends DesktopCardPanel implements Serializable

Serialized Fields

files

java.util.Vector<E> files

Class jsynoptic.ui.FiledDesktopCardPanel.FileCardPopupMenu extends DesktopCardPanel.CardPopupMenu implements Serializable

Class jsynoptic.ui.HelpViewer extends javax.swing.JDialog implements Serializable

Serialized Fields

backward

java.util.Stack<E> backward
Stacks for forward, backward actions


forward

java.util.Stack<E> forward
Stacks for forward, backward actions


viewer

HelpViewer.AntiAliasedTextPane viewer
Help pages are displayed into this pane


viewerStyle

javax.swing.text.html.StyleSheet viewerStyle
viewer style


helpTree

javax.swing.JTree helpTree
Help table of contents is displayed into this tree


rootNode

HelpNode rootNode
Help root node. The root node in the help structure


rootTreeNode

javax.swing.tree.DefaultMutableTreeNode rootTreeNode
Help tree root node. The root node in the help tree


bHome

javax.swing.JButton bHome
tools bar buttons


bSave

javax.swing.JButton bSave
tools bar buttons


bBack

javax.swing.JButton bBack
tools bar buttons


bNext

javax.swing.JButton bNext
tools bar buttons


searchField

javax.swing.JTextField searchField
Search text field


searchTree

javax.swing.JTree searchTree
Search results are displayed into this tree


searchRootTreeNode

javax.swing.tree.DefaultMutableTreeNode searchRootTreeNode
Search tree root node. The root node in the help tree


searchTreeModel

javax.swing.tree.DefaultTreeModel searchTreeModel

htmlFileChooser

javax.swing.JFileChooser htmlFileChooser

nodeTable

java.util.HashMap<K,V> nodeTable
target --> node in helpTree table

Class jsynoptic.ui.HelpViewer.AntiAliasedTextPane extends javax.swing.JTextPane implements Serializable

Class jsynoptic.ui.HTMLSheetInformationViewer extends javax.swing.JDialog implements Serializable

Serialized Fields

backward

java.util.Stack<E> backward
Stacks for forward, backward actions


forward

java.util.Stack<E> forward
Stacks for forward, backward actions


viewer

HTMLSheetInformationViewer.AntiAliasedTextPane viewer
Help pages are displayed into this pane


bSave

javax.swing.JButton bSave
tools bar buttons


bBack

javax.swing.JButton bBack
tools bar buttons


bNext

javax.swing.JButton bNext
tools bar buttons


sid

HTMLSheetInformation sid

Class jsynoptic.ui.HTMLSheetInformationViewer.AntiAliasedTextPane extends javax.swing.JTextPane implements Serializable

Class jsynoptic.ui.ImageViewer extends javax.swing.JDialog implements Serializable

Serialized Fields

bSave

javax.swing.JButton bSave
tools bar buttons


color

java.awt.Color color
image panel


imageName

java.lang.String imageName

imageIcon

javax.swing.ImageIcon imageIcon

image

java.awt.image.BufferedImage image

saveImage

PrintToImage saveImage
Used to save bufferedImage into a file

Class jsynoptic.ui.JSynopticPanels.FileChooserAccessory extends javax.swing.JPanel implements Serializable

Serialized Fields

action

int action

Class jsynoptic.ui.JSynopticPanels.JSynopticFileTransfertHandler extends javax.swing.TransferHandler implements Serializable

Class jsynoptic.ui.JSynopticSplashSreen extends javax.swing.JWindow implements Serializable

Serialized Fields

splash

java.awt.image.BufferedImage splash

progressBar

javax.swing.JProgressBar progressBar

messageBar

javax.swing.JTextField messageBar

Class jsynoptic.ui.NewShapePopup extends ActionPopup implements Serializable

Serialized Fields

jmicreate

javax.swing.JMenuItem jmicreate

shapeCreator

ShapeCreator shapeCreator

invoker

ShapesContainer invoker

Class jsynoptic.ui.ShapesContainer extends ShapesContainer implements Serializable

serialVersionUID: 1182853682573239711L

Class jsynoptic.ui.ShapesContainer.ShapesComponent extends ShapesContainer.ShapesComponent implements Serializable

serialVersionUID: 6144206622124284681L

Serialized Fields

lastProviderOver

ContextualActionProvider lastProviderOver

Class jsynoptic.ui.SourcePanel extends SplitTabPane implements Serializable

Serialized Fields

sourceTree

SourceTree sourceTree

shapeList

javax.swing.JList shapeList

tfAlias

javax.swing.JTextField tfAlias

lAlias

javax.swing.JLabel lAlias

Class jsynoptic.ui.SourcePanel.ShapeTransferHandler extends javax.swing.TransferHandler implements Serializable

Class jsynoptic.ui.SourceTree extends SourceTree implements Serializable

Class jsynoptic.ui.TemplateChooser extends javax.swing.JDialog implements Serializable

Serialized Fields

create

javax.swing.JButton create

cancel

javax.swing.JButton cancel

help

javax.swing.JButton help

templatesPanels

javax.swing.JPanel templatesPanels

inner

javax.swing.JPanel inner

headerPanel

TemplateChooser.HeaderPanel headerPanel

tlist

javax.swing.JList tlist

returnState

int returnState

Class jsynoptic.ui.TemplateChooser.HeaderPanel extends javax.swing.JPanel implements Serializable

Serialized Fields

stepTitle

javax.swing.JLabel stepTitle

stepMessage

javax.swing.JLabel stepMessage

headerWarning

javax.swing.JLabel headerWarning

Class jsynoptic.ui.TemplateChooser.TemplateListModel extends javax.swing.DefaultListModel implements Serializable

Class jsynoptic.ui.TemplateMenuBox extends MenuBox implements Serializable

Serialized Fields

actionListener

java.awt.event.ActionListener actionListener

Class jsynoptic.ui.TemplateMenuBox.TemplateAction extends javax.swing.AbstractAction implements Serializable

Serialized Fields

template

Template template

Package simtools.data

Class simtools.data.AsciiFileDataSourceCollection extends DataSourceCollection implements Serializable

Serialized Fields

info

DataInfo[] info

min

java.lang.Object[] min

max

java.lang.Object[] max

cachedEntry

java.lang.Object[] cachedEntry

cachedIndex

long cachedIndex

charsetName

java.lang.String charsetName

subsampling

int subsampling
Subsampling allows to drop values in big files. Only one out of supsampling number lines is read. The first data line of the file is read, then (subsampling -1) lines are dropped, etc. Default is supsampling = 1, meaning all the lines are read.


granularity

int granularity

csv

boolean csv

ourInfo

DataInfo ourInfo

sliceEnd

long sliceEnd

Class simtools.data.AsciiFileDataSourceCollection.InvalidFormatException extends DataException implements Serializable

Class simtools.data.DataException extends java.lang.Exception implements Serializable

Class simtools.data.DataInfo extends java.lang.Object implements Serializable

serialVersionUID: 4798684916342152570L

Serialized Fields

label

java.lang.String label
Data label to display


id

java.lang.String id
Data id


extendedLabel

java.lang.String extendedLabel
Data extension


comment

java.lang.String comment
Comment for the data


unit

java.lang.String unit
Unit for the data


linkedId

java.lang.String linkedId
Id of a data source linked to this one


alias

java.lang.String alias
Alias name for the source


printfFormat

java.lang.String printfFormat
Format used to display this data. Shall be compliant with printf syntax

Class simtools.data.DataSourceCollection extends java.util.Vector implements Serializable

Serialized Fields

listeners

ListenerManager listeners

endNotificationListeners

ListenerManager endNotificationListeners

startIndex

long startIndex

lastIndex

long lastIndex

buffers

Buffer[] buffers

map

java.util.HashMap<K,V> map
to get quickly the StreamingDataSource in the vector according to its name


hashCode

java.lang.Object hashCode

Class simtools.data.DataSourceCollectionAnimator extends DynamicDataSourceCollection implements Serializable

Serialized Fields

target

DataSourceCollection target

period

long period

timer

java.util.Timer timer

finished

boolean finished

autoStop

boolean autoStop

Class simtools.data.DataSourcePool.BufferMarker extends java.lang.Object implements Serializable

serialVersionUID: 6047866471365207251L

Class simtools.data.DataSourcePool.DataSourceCollectionMarker extends java.lang.Object implements Serializable

serialVersionUID: 8302914329862128731L

Class simtools.data.DataSourcePool.NotifySet extends java.util.HashSet implements Serializable

Class simtools.data.DataSourcePool.SourceDependenciesMarker extends java.lang.Object implements Serializable

serialVersionUID: 4581013092140237821L

Class simtools.data.DuplicateIdException extends DataException implements Serializable

Serialized Fields

conflicts

java.util.Vector<E> conflicts

Class simtools.data.DynamicDataSourceCollection extends DataSourceCollection implements Serializable

Serialized Fields

sourceInfo

DynamicDataSourceCollection.SourceInfo[] sourceInfo

ourInfo

DataInfo ourInfo

Class simtools.data.LinearSource extends DataSource implements Serializable

Serialized Fields

_org

double _org

_coef

double _coef

_start

long _start

_end

long _end

Class simtools.data.NoSuchIndex extends DataException implements Serializable

Serialized Fields

index

long index

Class simtools.data.SinusSource extends DataSource implements Serializable

Serialized Fields

_freq

double _freq

_phase

double _phase

_amplitude

double _amplitude

_ofst

double _ofst

_start

long _start

_end

long _end

Class simtools.data.UnsupportedOperation extends DataException implements Serializable


Package simtools.data.async

Class simtools.data.async.AsynchronousMergeDSCollection extends TimeStampedDataSourceCollection implements Serializable

Serialized Fields

collectionRoot

AsynchronousMergeDSCollection.MergedCollectionContainer collectionRoot

collectionName

java.lang.String collectionName

Class simtools.data.async.StreamingTSDataSourceCollection extends TimeStampedDataSourceCollection implements Serializable

Serialized Fields

_minDuration

double _minDuration
The default minimum duration (see StreamingTSDataSource._minDuration)


_minSize

int _minSize
The default initial buffer size


_maxSize

int _maxSize
The max buffer size

Class simtools.data.async.TimeStampedDataSourceCollection extends DataSourceCollection implements Serializable

Serialized Fields

_start

java.util.Date _start

_end

java.util.Date _end

_container

simtools.data.async.TimeStampedDataSourceCollection.CollectionContainer _container

Class simtools.data.async.TimeStampedDataSourceCollection.InvalidFormatException extends java.lang.Exception implements Serializable


Package simtools.data.buffer

Class simtools.data.buffer.Buffer extends ValueProvider implements Serializable

serialVersionUID: -3321655645846219948L

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream in)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeObject

private void writeObject(java.io.ObjectOutputStream out)
                  throws java.io.IOException
Throws:
java.io.IOException

Class simtools.data.buffer.DelayedBuffer extends ResizeableBuffer implements Serializable

serialVersionUID: 3924396396711504226L

Serialized Fields

delay

int delay
Apparent number of index in the buffer. The buffer may actually contain more elements for optimization purposes, but will indicate this number when asked for start and end index.

Class simtools.data.buffer.ResizeableBuffer extends SimpleBuffer implements Serializable

serialVersionUID: -2478606334421999382L

Serialized Fields

minSize

int minSize

maxSize

int maxSize

Class simtools.data.buffer.SimpleBuffer extends Buffer implements Serializable

serialVersionUID: -6461227937739750821L

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream in)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeObject

private void writeObject(java.io.ObjectOutputStream out)
                  throws java.io.IOException
Throws:
java.io.IOException

Package simtools.data.merge

Class simtools.data.merge.MergeDataException extends java.lang.Exception implements Serializable

Class simtools.data.merge.SynchronousMergeDSCollection extends DataSourceCollection implements Serializable

Serialized Fields

collectionRoot

SynchronousMergeDSCollection.MergedCollectionContainer collectionRoot

collectionName

java.lang.String collectionName

mergedTimeBuffer

java.nio.DoubleBuffer mergedTimeBuffer

mergedTimeDs

DataSource mergedTimeDs

mergedTimeStart

double mergedTimeStart
The first merged time value


mergedTimeLength

long mergedTimeLength
The number of merged time values


mergedTimeFreq

double mergedTimeFreq
Merged time frequency


timeRefIsRelative

boolean timeRefIsRelative
If true mergedTime is a number of seconds, otherwise this is a number of milliseconds since 01/01/1970 00:00:00:


interpolationOrder

int interpolationOrder
Interpolation order can be 0 or 1


Package simtools.diagram

Class simtools.diagram.DiagramClipboard extends java.util.Vector implements Serializable

Serialized Fields

_listeners

ListenerManager _listeners
listeners

Class simtools.diagram.DiagramComponent extends javax.swing.JComponent implements Serializable

Serialized Fields

_size

java.awt.Dimension _size
the diagram size


_autoScrollRect

java.awt.Rectangle _autoScrollRect
a rectangle used to increase the diagram size automatically when the mouse is near the right or the bottom of the diagram


_selX

int _selX
X coordinate of the beginning of the selection


_selY

int _selY
Y coordinate of the beginning of the selection


_moveX

int _moveX
value of the selection mode along the X axis


_moveY

int _moveY
value of the selection mode along the Y axis


_dragging

boolean _dragging
true if dragging operation is in use


_dragPoint

java.awt.Point _dragPoint
coordiantes of the dragging start point


_linking

boolean _linking
true if linking operation is in use


_translating

boolean _translating
true if translation operation is in use


_resizeWay

int _resizeWay
resize way : N = 1, NE =2 , ...


_connection

DiagramConnection _connection
current link during linking operation


_inputConnector

DiagramConnector _inputConnector
current link input during linking operation


_outputConnector

DiagramConnector _outputConnector
current link ouput during linking operation


_selection

DiagramSelection _selection
diagram selection


_printSelectionOnly

boolean _printSelectionOnly
Do we print just the diagram selection or everything?


_param

DiagramParameters _param
diagram parameters (zoom, grid,...)


_action

DiagramAction _action
diagram action listener


_popup

javax.swing.JPopupMenu _popup
diagram popup menu called when the right mouse buttom is clicked


_headerTitle

java.lang.String _headerTitle
Deprecated. Use _param.headerTitle

autofit

boolean autofit
If autofit is true, the diagram shall automatically fill up all the space when put in a JViewPort If autofit is false, the diagram Default is true


canEdit

boolean canEdit
Can we edit the diagram Default is true


fullScreen

boolean fullScreen
Full screen variable is true when this mode is active


fullScreenDevice

java.awt.GraphicsDevice fullScreenDevice

fullScreenFrame

javax.swing.JFrame fullScreenFrame

windowedModeParent

java.awt.Container windowedModeParent

contextualDrawing

DiagramComponent.ContextualDrawing contextualDrawing
The current contextual drawing

See Also:
DiagramComponent.ContextualDrawing

Class simtools.diagram.DiagramParameters extends java.lang.Object implements Serializable

serialVersionUID: 1157669153484012824L

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream in)
                 throws java.lang.ClassNotFoundException,
                        java.io.IOException
Throws:
java.lang.ClassNotFoundException
java.io.IOException
Serialized Fields

minimumWidth

int minimumWidth
minimum width of the diagram


minimumHeight

int minimumHeight
minimum height of the diagram


xmargin

int xmargin
x margin


ymargin

int ymargin
y margin


headerHeight

int headerHeight
header height for printing


headerTitle

java.lang.String headerTitle
header title for printing


width

int width

height

int height

backgr

java.awt.Color backgr
background color


forgr

java.awt.Color forgr
forground color


name

java.lang.String name
diagram name


scale

double scale
diagram zoom factor


gridDisplay

boolean gridDisplay
diagram grid display status


grid

int grid
diagram grid step

Class simtools.diagram.DiagramSelectedLineShape.TranslatePointsEdit extends javax.swing.undo.AbstractUndoableEdit implements Serializable

Serialized Fields

sourceShape

LineShapeInterface sourceShape

dx

int dx

dy

int dy

tab

java.util.ArrayList<E> tab

Class simtools.diagram.DiagramSelection extends java.awt.Rectangle implements Serializable

Serialized Fields

_selArea

boolean _selArea
true if an area is selected


_selectedShapes

java.util.Vector<E> _selectedShapes
the list of selected shapes


_selectedShapesMap

java.util.Hashtable<K,V> _selectedShapesMap
a hashtable of selected shapes


_shapes

java.util.Vector<E> _shapes
used to test this default implementation


_connectionShapes

java.util.Hashtable<K,V> _connectionShapes
a hashtable of connection shapes


_connectionShapesTranslation

java.util.Hashtable<K,V> _connectionShapesTranslation
a hashtable of connection shapes and their translation origin


_grid

int _grid
the gid step to compute the translation


_listeners

ListenerManager _listeners
listeners


Package simtools.diagram.test

Class simtools.diagram.test.TestComponent extends DiagramComponent implements Serializable

Serialized Fields

_boxes

java.util.Vector<E> _boxes

startx

int startx

starty

int starty

movex

int movex

movey

int movey

Class simtools.diagram.test.TestComponent.TestSelection extends DiagramSelection implements Serializable

Class simtools.diagram.test.TestComponent.TestShape extends java.awt.Rectangle implements Serializable

Serialized Fields

_links

java.util.Vector<E> _links

Class simtools.diagram.test.TestComponent.TestShapeLink extends java.awt.geom.Line2D.Double implements Serializable

Serialized Fields

_in

TestComponent.TestShape _in

_out

TestComponent.TestShape _out

Class simtools.diagram.test.TestFrame extends javax.swing.JFrame implements Serializable

Serialized Fields

_editorPanel

DesktopCardPanel _editorPanel

_bPrint

javax.swing.JButton _bPrint

_bAdjust

javax.swing.JButton _bAdjust

_bAlign

javax.swing.JButton _bAlign

_bUndo

javax.swing.JButton _bUndo

_bRedo

javax.swing.JButton _bRedo

_cbZoom

javax.swing.JComboBox _cbZoom

_cbGrid

javax.swing.JComboBox _cbGrid

_cbGridDisplay

javax.swing.JCheckBox _cbGridDisplay

Package simtools.diagram.undo

Class simtools.diagram.undo.CreateEdit extends javax.swing.undo.AbstractUndoableEdit implements Serializable

Serialized Fields

sourceShape

AbstractShape sourceShape

shapesContainer

ShapesContainer shapesContainer

Class simtools.diagram.undo.DeleteEdit extends javax.swing.undo.AbstractUndoableEdit implements Serializable

Serialized Fields

sourceShape

AbstractShape sourceShape

shapesContainer

ShapesContainer shapesContainer

Class simtools.diagram.undo.DepthChangedEdit extends javax.swing.undo.AbstractUndoableEdit implements Serializable

Serialized Fields

start_depth

int start_depth

final_depth

int final_depth

shapesContainer

ShapesContainer shapesContainer

Class simtools.diagram.undo.GroupEdit extends javax.swing.undo.AbstractUndoableEdit implements Serializable

Serialized Fields

_compoundShape

CompoundShape _compoundShape

_shapesComponent

ShapesContainer.ShapesComponent _shapesComponent

_shapesDeletedInCompoundShapes

java.util.Vector<E> _shapesDeletedInCompoundShapes

_deletedFromOldCompounds

java.util.Vector<E> _deletedFromOldCompounds

Class simtools.diagram.undo.PropertyChangeEdit extends javax.swing.undo.AbstractUndoableEdit implements Serializable

Serialized Fields

shape

AbstractShape shape

name

java.lang.String name

oldValue

java.lang.Object oldValue

newValue

java.lang.Object newValue

Class simtools.diagram.undo.ReGroupEdit extends javax.swing.undo.AbstractUndoableEdit implements Serializable

Serialized Fields

_shapesComponent

ShapesContainer.ShapesComponent _shapesComponent

_compoundShapes

java.util.Vector<E> _compoundShapes

_shapesDeletedInCompoundShapes

java.util.Vector<E> _shapesDeletedInCompoundShapes

Class simtools.diagram.undo.ResizeEdit extends javax.swing.undo.AbstractUndoableEdit implements Serializable

Serialized Fields

sourceShape

Resizable sourceShape

dx

int dx

dy

int dy

Class simtools.diagram.undo.TranslateEdit extends javax.swing.undo.AbstractUndoableEdit implements Serializable

Serialized Fields

dx

int dx

dy

int dy

sourceShape

AbstractShape sourceShape

Class simtools.diagram.undo.UndoHandler.RedoAction extends javax.swing.AbstractAction implements Serializable

Class simtools.diagram.undo.UndoHandler.UndoAction extends javax.swing.AbstractAction implements Serializable

Class simtools.diagram.undo.UnGroupEdit extends javax.swing.undo.AbstractUndoableEdit implements Serializable

Serialized Fields

_compoundShapes

java.util.Vector<E> _compoundShapes

_shapesComponent

ShapesContainer.ShapesComponent _shapesComponent

Package simtools.images.svg

Class simtools.images.svg.ImageHolder extends java.lang.Object implements Serializable

serialVersionUID: 1944599276459828318L

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream in)
                 throws java.lang.ClassNotFoundException,
                        java.io.IOException
Throws:
java.lang.ClassNotFoundException
java.io.IOException

writeObject

private void writeObject(java.io.ObjectOutputStream out)
                  throws java.io.IOException
If not null the image is saved in binary format The listeners are not saved they are restored by upper classes

Throws:
java.io.IOException

Package simtools.images.svg.test

Class simtools.images.svg.test.TestSVG extends javax.swing.JFrame implements Serializable

Serialized Fields

editor

DesktopCardPanel editor

svg

ShapesContainer svg

bo

java.io.ByteArrayOutputStream bo

Class simtools.images.svg.test.TestSVGImageFactory.TestFileHolder extends SVGFileHolder implements Serializable

Class simtools.images.svg.test.TestSVGShape extends AbstractShape implements Serializable

serialVersionUID: -6976411738950596181L

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream in)
                 throws java.lang.ClassNotFoundException,
                        java.io.IOException
Throws:
java.lang.ClassNotFoundException
java.io.IOException

writeObject

private void writeObject(java.io.ObjectOutputStream out)
                  throws java.io.IOException
Throws:
java.io.IOException

Package simtools.logging.ui

Class simtools.logging.ui.AbstractLoggingTableModel extends javax.swing.table.AbstractTableModel implements Serializable

Serialized Fields

menuResources

MenuResourceBundle menuResources
menu resources


timeFormatter

java.text.DateFormat timeFormatter

Class simtools.logging.ui.AbstractViewerAction extends javax.swing.AbstractAction implements Serializable

Class simtools.logging.ui.JDialogFile extends javax.swing.JDialog implements Serializable

Serialized Fields

jButtonBrowse

javax.swing.JButton jButtonBrowse
(JButton) jButtonBrowse the button that permits to browse.


jTextFieldFile

javax.swing.JTextField jTextFieldFile
(JTextField) jTextFieldFile: The jtextField that contains the path to the file.


validationStatus

boolean validationStatus
(boolean) validationStatus: permits to know if users validates the dialog.


type

java.lang.String type
(String) type: the type of the dialog.

Class simtools.logging.ui.LoggingBufferPanel extends LoggingPanel implements Serializable

Class simtools.logging.ui.LoggingBufferTableModel extends AbstractLoggingTableModel implements Serializable

Serialized Fields

buffer

LoggingEntryByteBuffer buffer

refreshCyclicCaller

simtools.logging.ui.LoggingBufferTableModel.RefreshCyclicCaller refreshCyclicCaller

Class simtools.logging.ui.LoggingPanel extends javax.swing.JPanel implements Serializable

Serialized Fields

menuResources

MenuResourceBundle menuResources
menu resources


propertiesPrefix

java.lang.String propertiesPrefix
properties prefix


table

LoggingPanel.LoggingTable table
a table to display the stringsResources


descWindow

javax.swing.JWindow descWindow
a window to display long lines


descArea

javax.swing.JTextArea descArea
a text area to display long lines


scrollBarModel

javax.swing.BoundedRangeModel scrollBarModel

tableFont

java.awt.Font tableFont

Class simtools.logging.ui.LoggingPanel.LoggingTable extends javax.swing.JTable implements Serializable

Serialized Fields

tableModel

AbstractLoggingTableModel tableModel

renderer

javax.swing.table.TableCellRenderer renderer

fontRendererContext

java.awt.font.FontRenderContext fontRendererContext

Class simtools.logging.ui.LoggingTableModel extends AbstractLoggingTableModel implements Serializable

Serialized Fields

entries

LoggingEntry[] entries

nbr

int nbr

start

int start

nbrMax

int nbrMax

Class simtools.logging.ui.LoggingTableRenderer extends javax.swing.table.DefaultTableCellRenderer implements Serializable

Serialized Fields

backgroundColors

java.awt.Color[] backgroundColors

foregroundColors

java.awt.Color[] foregroundColors

Class simtools.logging.ui.Viewer extends javax.swing.JFrame implements Serializable

Serialized Fields

userProperties

UserProperties userProperties
(UserProperties) userProperties: the properties.


resources

MenuResourceBundle resources
(MenuResourceBundle) resources: the resources.


panel

LoggingBufferPanel panel
(LoggingBufferPanel) panel: the main panel, that contains the JTable with the logs.


actions

java.util.HashMap<K,V> actions
(HashMap) actions: The hashMap that contains all the actions of the GUI.


jLabelViewerInfo

javax.swing.JLabel jLabelViewerInfo
(JLabel) jLabelViewerInfo: the status label that will be used to display message to user.


jLabelServerStatus

javax.swing.JLabel jLabelServerStatus
(JLabel) jLabelServerStatus: The jlabel that is used to display the server status.


Package simtools.shapes

Class simtools.shapes.AbstractShape extends java.lang.Object implements Serializable

serialVersionUID: -7697012777559414541L

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream stream)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
Restores a serialized object.

Throws:
java.io.IOException - if there is an I/O problem.
java.lang.ClassNotFoundException - if there is a problem loading a class.
Serialized Fields

_x

int _x

_y

int _y

_w

int _w

_h

int _h

_ox

int _ox
anchor location on x


_oy

int _oy
anchor location on y

Class simtools.shapes.AxisShape extends AbstractShape implements Serializable

serialVersionUID: 2776298686196507458L

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream in)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException
Serialized Fields

_isVertical

boolean _isVertical

_valuesFirst

boolean _valuesFirst

_withGridlines

boolean _withGridlines

_withValues

boolean _withValues

_font

java.awt.Font _font

_format

java.text.Format _format

_color

java.awt.Color _color

_label

LabelShape _label

_withDashedGrid

boolean _withDashedGrid

_min

double _min
axis minimum value


_max

double _max
axis maximum value


_step

double _step
axis grid step value


_gridValues

LabelShape[] _gridValues
The labelShape Array, that contains the tick.


_gridDoubleValues

double[] _gridDoubleValues
The double values, that contains the value of the ticks.


_gridPos

int[] _gridPos

_gridZeroIndex

int _gridZeroIndex

_gridOffset

double _gridOffset

_lineWidth

int _lineWidth

_lineHeight

int _lineHeight

_nbrLabelLines

int _nbrLabelLines

_labelLineHeight

int _labelLineHeight

log

boolean log
A boolean to indicate that the axis is under logarithmic format

Class simtools.shapes.BasicShape extends AbstractShape implements Serializable

serialVersionUID: -1727924798190005009L

Serialized Fields

_shape

java.awt.geom.RectangularShape _shape

_bColor

java.awt.Color _bColor

_fColor

java.awt.Color _fColor

Class simtools.shapes.CompoundShape extends AbstractShape implements Serializable

serialVersionUID: -7949581832604213737L

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream in)
                 throws java.lang.ClassNotFoundException,
                        java.io.IOException
Throws:
java.lang.ClassNotFoundException
java.io.IOException
Serialized Fields

_shapes

java.util.Vector<E> _shapes

Class simtools.shapes.CompoundShape.ShapeAndSize extends java.lang.Object implements Serializable

serialVersionUID: -2913053542211753167L

Serialized Fields

shape

AbstractShape shape

x

float x

y

float y

w

float w

h

float h

Class simtools.shapes.CurveShape extends java.lang.Object implements Serializable

serialVersionUID: 3969204429218131993L

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream in)
                 throws java.lang.ClassNotFoundException,
                        java.io.IOException
Throws:
java.lang.ClassNotFoundException
java.io.IOException

writeObject

private void writeObject(java.io.ObjectOutputStream out)
                  throws java.io.IOException
Throws:
java.io.IOException
Serialized Fields

min

long min

max

long max

drawNewOnly

boolean drawNewOnly

_aff

java.awt.geom.AffineTransform _aff

Class simtools.shapes.LabelShape extends AbstractShape implements Serializable

serialVersionUID: 8487155681626070280L

Serialized Fields

anchorSide

int anchorSide

vertical

boolean vertical

text

java.lang.String text

font

java.awt.Font font

Class simtools.shapes.LimitShape extends java.lang.Object implements Serializable

serialVersionUID: 8086727690322425711L

Serialized Fields

_isVertical

boolean _isVertical

_position

double _position

Class simtools.shapes.PlotShape extends AbstractShape implements Serializable

serialVersionUID: -7683803866479302545L

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream in)
                 throws java.lang.ClassNotFoundException,
                        java.io.IOException
Throws:
java.lang.ClassNotFoundException
java.io.IOException
Serialized Fields

_font

java.awt.Font _font

titleFont

java.awt.Font titleFont

curveInformationFont

java.awt.Font curveInformationFont

_color

java.awt.Color _color

_asx1

AxisShape _asx1

_asy1

AxisShape _asy1

_asx2

AxisShape _asx2

_asy2

AxisShape _asy2

hasLegend

boolean hasLegend

title

LabelShape title

displayCurveInformation

java.lang.Boolean displayCurveInformation
When hasCurveInformation is true, display information about plot curves below the shape


curveInformationLabel

java.util.ArrayList<E> curveInformationLabel

_curves

java.util.Vector<E> _curves

_limits

java.util.ArrayList<E> _limits

logpx

boolean logpx
The 4 booleans wich indicate if axes are under logarithmic mode.


logpy

boolean logpy
The 4 booleans wich indicate if axes are under logarithmic mode.


logsx

boolean logsx
The 4 booleans wich indicate if axes are under logarithmic mode.


logsy

boolean logsy
The 4 booleans wich indicate if axes are under logarithmic mode.

Class simtools.shapes.PlotShape.Curve extends java.lang.Object implements Serializable

serialVersionUID: 6915530284384638195L

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream in)
                 throws java.lang.ClassNotFoundException,
                        java.io.IOException
Throws:
java.lang.ClassNotFoundException
java.io.IOException
Serialized Fields

shape

CurveShape shape

label

LabelShape label

secondaryXaxis

boolean secondaryXaxis

secondaryYaxis

boolean secondaryYaxis

color

java.awt.Color color

dashParam1

float dashParam1

dashParam2

float dashParam2

showPoints

boolean showPoints

drawBars

boolean drawBars

Class simtools.shapes.PlotShape.Limit extends java.lang.Object implements Serializable

serialVersionUID: 564581134329190246L

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream in)
                 throws java.lang.ClassNotFoundException,
                        java.io.IOException
Throws:
java.lang.ClassNotFoundException
java.io.IOException
Serialized Fields

shape

LimitShape shape

label

LabelShape label

secondaryAxis

boolean secondaryAxis

color

java.awt.Color color

dashParam1

float dashParam1

dashParam2

float dashParam2

Class simtools.shapes.ShapesContainer extends java.util.Vector implements Serializable

serialVersionUID: 4552602745191436089L

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream in)
                 throws java.lang.ClassNotFoundException,
                        java.io.IOException
Throws:
java.lang.ClassNotFoundException
java.io.IOException
Serialized Fields

_diagParam

DiagramParameters _diagParam

_oldCompounds

java.util.Vector<E> _oldCompounds

Class simtools.shapes.ShapesContainer.GraphicSelection extends DiagramSelection implements Serializable

Class simtools.shapes.ShapesContainer.ShapesComponent extends DiagramComponent implements Serializable

Serialized Fields

timer

java.util.Timer timer
This timer is used to gather shape changed events and send them at a reasonable rate to Swing.


timerLock

java.lang.Object timerLock

paintedAreas

java.util.HashMap<K,V> paintedAreas
An hash table to gather the shape changed events

Class simtools.shapes.ShapesContainerPopup extends javax.swing.JPopupMenu implements Serializable

Serialized Fields

_resources

MenuResourceBundle _resources
resources


_miGroup

javax.swing.JMenuItem _miGroup

_miUnGroup

javax.swing.JMenuItem _miUnGroup

_miReGroup

javax.swing.JMenuItem _miReGroup

_diag

ShapesContainer.ShapesComponent _diag

Class simtools.shapes.StrokeParameters extends java.lang.Object implements Serializable

serialVersionUID: -924948343084276005L

Serialized Fields

param1

float param1

param2

float param2

thickness

float thickness

Package simtools.shapes.test

Class simtools.shapes.test.TestAscii extends javax.swing.JFrame implements Serializable

Serialized Fields

_editorPanel

DesktopCardPanel _editorPanel

_bPrint

javax.swing.JButton _bPrint

_bAdjust

javax.swing.JButton _bAdjust

_bAlign

javax.swing.JButton _bAlign

_cbZoom

javax.swing.JComboBox _cbZoom

_cbGrid

javax.swing.JComboBox _cbGrid

_cbGridDisplay

javax.swing.JCheckBox _cbGridDisplay

Class simtools.shapes.test.TestDynamic extends javax.swing.JFrame implements Serializable

Serialized Fields

_editorPanel

DesktopCardPanel _editorPanel

_bPrint

javax.swing.JButton _bPrint

_bAdjust

javax.swing.JButton _bAdjust

_bAlign

javax.swing.JButton _bAlign

_bStart

javax.swing.JButton _bStart

dsc

simtools.shapes.test.TestDynamic.DynaTestDSC dsc

_cbZoom

javax.swing.JComboBox _cbZoom

_cbGrid

javax.swing.JComboBox _cbGrid

_cbGridDisplay

javax.swing.JCheckBox _cbGridDisplay

Class simtools.shapes.test.TestFrame extends javax.swing.JFrame implements Serializable

Serialized Fields

_editorPanel

DesktopCardPanel _editorPanel

_bPrint

javax.swing.JButton _bPrint

_bAdjust

javax.swing.JButton _bAdjust

_bAlign

javax.swing.JButton _bAlign

_bUndo

javax.swing.JButton _bUndo

_bRedo

javax.swing.JButton _bRedo

_cbZoom

javax.swing.JComboBox _cbZoom

_cbGrid

javax.swing.JComboBox _cbGrid

_cbGridDisplay

javax.swing.JCheckBox _cbGridDisplay

_popup

javax.swing.JPopupMenu _popup

Package simtools.shapes.ui

Class simtools.shapes.ui.AbstractShapePropertiesDialogBox extends javax.swing.JDialog implements Serializable

Serialized Fields

bok

javax.swing.JButton bok

bclose

javax.swing.JButton bclose

bapply

javax.swing.JButton bapply

content

JPropertiesPanel content

shape

AbstractShape shape

shapeComponent

ShapesContainer.ShapesComponent shapeComponent

headerPanel

AbstractShapePropertiesDialogBox.HeaderPanel headerPanel

Class simtools.shapes.ui.AbstractShapePropertiesDialogBox.HeaderPanel extends javax.swing.JPanel implements Serializable

Serialized Fields

stepMessage

javax.swing.JLabel stepMessage

headerWarning

javax.swing.JLabel headerWarning

Package simtools.ui

Class simtools.ui.ActionCheckBox extends javax.swing.JCheckBox implements Serializable

Class simtools.ui.ActionComboBox extends javax.swing.JComboBox implements Serializable

Serialized Fields

map

java.util.HashMap<K,V> map
the map between actions and buttons


beditor

javax.swing.JButton beditor
the editor button, i.e the one displayed close to the arrow button

Class simtools.ui.ActionRadioButton extends javax.swing.JRadioButton implements Serializable

Class simtools.ui.CardMode.ComponentPanel extends javax.swing.JPanel implements Serializable

Serialized Fields

_component

javax.swing.JComponent _component

_scrollPane

javax.swing.JScrollPane _scrollPane

Class simtools.ui.CheckBoxList extends javax.swing.JList implements Serializable

Serialized Fields

isChecked

boolean[] isChecked

Class simtools.ui.ColorMapper extends GenericMapper implements Serializable

serialVersionUID: 3583538958279328171L

Class simtools.ui.ColorMapper.ColorEditor extends javax.swing.DefaultCellEditor implements Serializable

Serialized Fields

currentColor

java.awt.Color currentColor

Class simtools.ui.ColorMapper.ColorMapperTableModel extends GenericMapper.MapperTableModel implements Serializable

Class simtools.ui.ColorMapper.ColorMappingTable extends GenericMapper.ExpressionMappingTable implements Serializable

Class simtools.ui.ColorMapper.ColorRenderer extends javax.swing.JLabel implements Serializable

Serialized Fields

unselectedBorder

javax.swing.border.Border unselectedBorder

selectedBorder

javax.swing.border.Border selectedBorder

isBordered

boolean isBordered

Class simtools.ui.CurveStatisticsPanel extends javax.swing.JPanel implements Serializable

Serialized Fields

curve

PlotShape.Curve curve

localNbPoints

javax.swing.JTextField localNbPoints

localMinx

javax.swing.JTextField localMinx

localMaxx

javax.swing.JTextField localMaxx

localMiny

javax.swing.JTextField localMiny

localMaxy

javax.swing.JTextField localMaxy

mean

javax.swing.JTextField mean

integral

javax.swing.JTextField integral

deviation

javax.swing.JTextField deviation

plotInformation

PlotInformationDialog plotInformation

Class simtools.ui.DataSourceInformation extends javax.swing.JPanel implements Serializable

Serialized Fields

dataSource

DataSource dataSource

tfName

javax.swing.JTextField tfName

tfId

javax.swing.JTextField tfId

tfUnit

javax.swing.JTextField tfUnit

tfComments

javax.swing.JTextField tfComments

tfFormat

javax.swing.JTextField tfFormat

Class simtools.ui.DesktopCardPanel extends javax.swing.JPanel implements Serializable

Serialized Fields

_currentMode

int _currentMode
current layout mode


_namesPane

javax.swing.JTabbedPane _namesPane
tab panel for components names and selection


_components

java.util.Vector<E> _components
list of components


_scrollable

boolean _scrollable
true if scrollable pane and frames are required


_closable

boolean _closable
true if the inner frame can be closed


_menu

javax.swing.JMenu _menu
Selection menu


_miNext

javax.swing.JMenuItem _miNext
Next menu item


_miPrevious

javax.swing.JMenuItem _miPrevious
Previous menu item


_miCascade

javax.swing.JMenuItem _miCascade
Cascade menu item


_miCloseAll

javax.swing.JMenuItem _miCloseAll
Close All menu item


_miMaximize

javax.swing.JMenuItem _miMaximize
Maximize menu item


_miExternal

javax.swing.JMenuItem _miExternal
External menu item


_bgComponents

javax.swing.ButtonGroup _bgComponents
button group to manage components menu items


_bBackward

javax.swing.JButton _bBackward
backward sheet button


_bForward

javax.swing.JButton _bForward
forward sheet button


_cardPopup

javax.swing.JPopupMenu _cardPopup
popup menu to be displayed when the right mouse is clicked above a card item


_listeners

ListenerManager _listeners
a list of listener on component selection changes


_desktopCardPanelMode

DesktopCardPanelMode _desktopCardPanelMode

backwardStack

java.util.Stack<E> backwardStack
Two stacks to manage previous and next sheet actions. Contains pointers to existing sheets.


forwardStack

java.util.Stack<E> forwardStack
Two stacks to manage previous and next sheet actions. Contains pointers to existing sheets.

Class simtools.ui.DesktopCardPanel.CardPopupMenu extends javax.swing.JPopupMenu implements Serializable

Serialized Fields

_miClose

javax.swing.JMenuItem _miClose

_miCloseOther

javax.swing.JMenuItem _miCloseOther

_miCloseAll

javax.swing.JMenuItem _miCloseAll

Class simtools.ui.DesktopCardPanel.ComponentRadioButton extends javax.swing.JRadioButtonMenuItem implements Serializable

Serialized Fields

_component

javax.swing.JComponent _component
the component

Class simtools.ui.DesktopMode.ComponentFrame extends javax.swing.JInternalFrame implements Serializable

Serialized Fields

_component

javax.swing.JComponent _component

_scrollPane

javax.swing.JScrollPane _scrollPane

Class simtools.ui.DoubleValueMapper extends GenericMapper implements Serializable

serialVersionUID: 6584365544886433242L

Serialized Fields

doubleIndex

int doubleIndex

Class simtools.ui.DoubleValueMapper.DoubleValueMapperTableModel extends GenericMapper.MapperTableModel implements Serializable

Class simtools.ui.DynamicColorChooser extends javax.swing.JPanel implements Serializable

Serialized Fields

cmLabel

javax.swing.JLabel cmLabel

dsLabel

javax.swing.JLabel dsLabel

cmlist

javax.swing.JList cmlist

cmNew

javax.swing.JButton cmNew

cmDelete

javax.swing.JButton cmDelete

cmDuplicate

javax.swing.JButton cmDuplicate

dstree

SourceTree dstree

cbDyna

ActionCheckBox cbDyna

owner

javax.swing.JDialog owner

colorChooser

javax.swing.JColorChooser colorChooser

Class simtools.ui.DynamicColorChooser.ColorMapperListModel extends javax.swing.DefaultListModel implements Serializable

Class simtools.ui.DynamicDataSourceInformation extends DataSourceInformation implements Serializable

Serialized Fields

tfValue

javax.swing.JTextField tfValue

Class simtools.ui.ExternalMode.ExternalFrame extends javax.swing.JFrame implements Serializable

Serialized Fields

_component

javax.swing.JComponent _component

_scrollPane

javax.swing.JScrollPane _scrollPane

Class simtools.ui.FontChooserPanel extends PropertiesPanel implements Serializable

Serialized Fields

cbName

javax.swing.JComboBox cbName

cbSize

javax.swing.JComboBox cbSize

cBold

javax.swing.JCheckBox cBold

cItalic

javax.swing.JCheckBox cItalic

tfpreview

javax.swing.JTextField tfpreview

currentFont

java.awt.Font currentFont

btextcolor

javax.swing.JButton btextcolor

ltextColor

javax.swing.JLabel ltextColor

textColor

java.awt.Color textColor

noColor

java.awt.Color noColor

textMapper

ColorMapper textMapper

textMapperSource

DataSource textMapperSource

editing

boolean editing

owner

JPropertiesPanel owner

Class simtools.ui.GenericMapper extends java.lang.Object implements Serializable

serialVersionUID: -3336873194029698696L

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream stream)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException
Serialized Fields

map

java.util.TreeMap<K,V> map
Associate a mappedValue for a data value of any type


intervals

java.util.Vector<E> intervals

name

java.lang.String name

defaultValue

java.lang.Object defaultValue

Class simtools.ui.GenericMapper.ExpressionDialog extends javax.swing.JDialog implements Serializable

serialVersionUID: 2382730947499900807L

Serialized Fields

ok

javax.swing.JButton ok

cancel

javax.swing.JButton cancel

current

GenericMapper.Expression current

mincb

ActionCheckBox mincb

maxcb

ActionCheckBox maxcb

minValue

javax.swing.JTextField minValue

maxValue

javax.swing.JTextField maxValue

theValue

javax.swing.JTextField theValue

minInc

javax.swing.JCheckBox minInc

maxInc

javax.swing.JCheckBox maxInc

mint

int mint

maxt

int maxt

lmin

long lmin

lmax

long lmax

dmin

double dmin

dmax

double dmax

smin

java.lang.String smin

smax

java.lang.String smax

type

int type

valuePanel

javax.swing.Box valuePanel

intervalPanel

javax.swing.Box intervalPanel

Class simtools.ui.GenericMapper.ExpressionEditor extends javax.swing.DefaultCellEditor implements Serializable

serialVersionUID: 9202536695519603668L

Serialized Fields

currentExpression

GenericMapper.Expression currentExpression

Class simtools.ui.GenericMapper.ExpressionMappingTable extends javax.swing.JTable implements Serializable

serialVersionUID: -4343304998955053415L

Serialized Fields

tableModel

GenericMapper.MapperTableModel tableModel

Class simtools.ui.GenericMapper.Interval extends java.lang.Object implements Serializable

serialVersionUID: 1724762219212741694L

Serialized Fields

type

int type

dmin

double dmin

dmax

double dmax

lmin

long lmin

lmax

long lmax

smin

java.lang.String smin

smax

java.lang.String smax

boundedMin

boolean boundedMin

boundedMax

boolean boundedMax

infiniteMin

boolean infiniteMin

infiniteMax

boolean infiniteMax

value

java.lang.Object value
The value associated with this interval

Class simtools.ui.GenericMapper.MapperTableModel extends javax.swing.table.AbstractTableModel implements Serializable

serialVersionUID: -8126260990866927148L

Serialized Fields

columnNames

java.lang.String[] columnNames

mappedValues

java.lang.Object[] mappedValues

expressions

java.util.Vector<E> expressions

Class simtools.ui.ImageMapper extends GenericMapper implements Serializable

serialVersionUID: 3227030744000505758L

Class simtools.ui.ImageMapper.ImageEditor extends javax.swing.DefaultCellEditor implements Serializable

Serialized Fields

currentImage

ImageMapper.ImageFile currentImage

Class simtools.ui.ImageMapper.ImageFile extends java.lang.Object implements Serializable

serialVersionUID: -2345851876725741737L

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream in)
                 throws java.lang.ClassNotFoundException,
                        java.io.IOException
Throws:
java.lang.ClassNotFoundException
java.io.IOException

writeObject

private void writeObject(java.io.ObjectOutputStream out)
                  throws java.io.IOException
Throws:
java.io.IOException
Serialized Fields

file

java.io.File file

relativeFilePath

java.lang.String relativeFilePath

Class simtools.ui.ImageMapper.ImageMapperTableModel extends GenericMapper.MapperTableModel implements Serializable

Class simtools.ui.ImageMapper.ImageMappingTable extends GenericMapper.ExpressionMappingTable implements Serializable

Class simtools.ui.ImageMapper.ImageRenderer extends javax.swing.JLabel implements Serializable

Class simtools.ui.ImagePreview extends javax.swing.JComponent implements Serializable

Serialized Fields

thumbnail

javax.swing.ImageIcon thumbnail

file

java.io.File file

Class simtools.ui.JDialogObjectInfo extends javax.swing.JDialog implements Serializable

serialVersionUID: 1787367305607254759L

Serialized Fields

displayedObject

java.lang.Object displayedObject
(Object) displayedObject: The current displayed object.


jTableInfos

javax.swing.JTable jTableInfos
(JTable) jTableInfos: The table that displays the infos.


infos

java.util.ArrayList<E> infos
(ArrayList) infos.


resources

MenuResourceBundle resources
(MenuResourceBundle) resources: The resources.


jToolBar

javax.swing.JToolBar jToolBar
(JToolBar) jToolBar: The JToolBar.


history

java.util.ArrayList<E> history
(ArrayList) history: The list of displayed objects.


indexInHistory

int indexInHistory
(int) indexInHistory: The current displayed index in history.


jButtonPrevious

javax.swing.JButton jButtonPrevious
(JButton) jButtonPrevious: The previous button.


actions

java.util.HashMap<K,V> actions
(HashMap) actions: the actions.


jButtonNext

javax.swing.JButton jButtonNext
(JButton) jButtonNext: The button next.

Class simtools.ui.JPropertiesPanel extends PropertiesPanel implements Serializable

Serialized Fields

_shapeName

java.lang.String _shapeName
Name of shape related to this UI component


_owner

javax.swing.JDialog _owner
The dialog from which the jpanel is displayed

Class simtools.ui.LogDialog extends javax.swing.JDialog implements Serializable

Serialized Fields

_bDis

javax.swing.JButton _bDis
a dismiss button


_bNext

javax.swing.JButton _bNext
a next button


_bPrev

javax.swing.JButton _bPrev
a previous button


_text

javax.swing.JTextArea _text
the text area


_pos

java.util.ArrayList<E> _pos
the start/end position of each message


_posView

int _posView
the current selected message number

Class simtools.ui.MenuBox extends javax.swing.Box implements Serializable

Serialized Fields

mainButton

javax.swing.JButton mainButton
main button, i.e the one displayed close to the arrow button


arrowButton

javax.swing.JButton arrowButton
arrow button


menu

javax.swing.JMenu menu
menu displayed when clicking on arrow button


defaultIcon

javax.swing.Icon defaultIcon
This icon is always displayed

Class simtools.ui.MultiStampedDataSourceInformation extends DataSourceInformation implements Serializable

Serialized Fields

tfTime1

javax.swing.JTextField tfTime1

tfPhysical

javax.swing.JTextField tfPhysical

tfRaw

javax.swing.JTextField tfRaw

tfLabel

javax.swing.JTextField tfLabel

tfStatus

javax.swing.JTextField tfStatus

Class simtools.ui.NumberField extends javax.swing.JTextField implements Serializable

Serialized Fields

toolkit

java.awt.Toolkit toolkit

Class simtools.ui.PlotInformationDialog.HeaderPanel extends javax.swing.JPanel implements Serializable

Serialized Fields

stepMessage

javax.swing.JLabel stepMessage

headerWarning

javax.swing.JLabel headerWarning

Class simtools.ui.PrintDialog extends javax.swing.JDialog implements Serializable

Serialized Fields

papers

java.awt.print.Paper[] papers

paperNames

java.util.Vector<E> paperNames

printAllButton

javax.swing.JRadioButton printAllButton

printSelectedButton

javax.swing.JRadioButton printSelectedButton

portraitButton

javax.swing.JRadioButton portraitButton

landscapeButton

javax.swing.JRadioButton landscapeButton

reverseLandscapeButton

javax.swing.JRadioButton reverseLandscapeButton

printerPropertiesButton

javax.swing.JButton printerPropertiesButton

cancelPrintButton

javax.swing.JButton cancelPrintButton

printButton

javax.swing.JButton printButton

paperNameList

javax.swing.JComboBox paperNameList

wnf

simtools.ui.PrintDialog.WholeNumberField wnf

selectionOnly

boolean selectionOnly

printerJob

java.awt.print.PrinterJob printerJob

pageFormat

java.awt.print.PageFormat pageFormat

printOK

boolean printOK

Class simtools.ui.PrintDialog.WholeNumberField.WholeNumberDocument extends javax.swing.text.PlainDocument implements Serializable

Class simtools.ui.PropertiesPanel extends javax.swing.JPanel implements Serializable

Serialized Fields

gridx

int gridx

gridy

int gridy

Class simtools.ui.ReportingDialog extends javax.swing.JPanel implements Serializable

Class simtools.ui.ReportingDialog.ErrorsReportingTableModel extends javax.swing.table.AbstractTableModel implements Serializable

Serialized Fields

donnees

java.lang.Object[][] donnees

titres

java.lang.String[] titres

Class simtools.ui.SourceTree extends javax.swing.JTree implements Serializable

Serialized Fields

pool

DataSourcePool pool

rootNode

javax.swing.tree.DefaultMutableTreeNode rootNode

treeModel

javax.swing.tree.DefaultTreeModel treeModel

sourceInfo

javax.swing.JMenuItem sourceInfo

sourceDelete

javax.swing.JMenuItem sourceDelete

actionX

double actionX

actionY

double actionY

Class simtools.ui.SourceTree.CollectionNode extends SourceTree.LockableTreeNode implements Serializable

Class simtools.ui.SourceTree.CompoundCollectionNode extends SourceTree.CollectionNode implements Serializable

Class simtools.ui.SourceTree.CompoundSourceNode extends SourceTree.SourceNode implements Serializable

Class simtools.ui.SourceTree.LockableTreeNode extends javax.swing.tree.DefaultMutableTreeNode implements Serializable

Serialized Fields

locked

boolean locked

Class simtools.ui.SourceTree.SourceNode extends SourceTree.LockableTreeNode implements Serializable

Class simtools.ui.SourceTree.SourceTransferHandler extends javax.swing.TransferHandler implements Serializable

Class simtools.ui.SplitTabPane extends javax.swing.JPanel implements Serializable

Serialized Fields

elements

java.util.ArrayList<E> elements
The elements list


tabPane

javax.swing.JTabbedPane tabPane
The tab pane, null if no element currently in this mode


firstSplitBorder

SplitTabPane.SplitBorder firstSplitBorder
The wrapper for the first element in SPLIT mode


tabSplit

javax.swing.JSplitPane tabSplit
The split used between the elements in SPLIT mode and the element in TAB mode


orientation

int orientation
define the panel orientation, i.e. VERTICAL or horizontal


splitPopup

SplitTabPane.PopupMenu splitPopup
the popup to "split" a "tab" element


unsplitPopup

SplitTabPane.PopupMenu unsplitPopup
the popup to "tab" a "split" element


allowSplit

boolean allowSplit
allow to split/unsplit if not allowed then components stay in their intial mode or can be detached


allowDetached

boolean allowDetached
allow to detach components


owner

java.awt.Frame owner
the Frame owner used as the owner of the created dialogs in detached mode

Class simtools.ui.SplitTabPane.PopupMenu extends javax.swing.JPopupMenu implements Serializable

Serialized Fields

_miChange

javax.swing.JMenuItem _miChange

_miDetached

javax.swing.JMenuItem _miDetached

mode

int mode

comp

java.awt.Component comp

Class simtools.ui.SplitTabPane.SplitBorder extends javax.swing.JPanel implements Serializable

Serialized Fields

comp

java.awt.Component comp

Class simtools.ui.StreamingMSDataSourceInformation extends DataSourceInformation implements Serializable

Serialized Fields

tfTime1

javax.swing.JTextField tfTime1

tfTime2

javax.swing.JTextField tfTime2

tfPhysical

javax.swing.JTextField tfPhysical

tfRaw

javax.swing.JTextField tfRaw

tfLabel

javax.swing.JTextField tfLabel

tfStatus

javax.swing.JTextField tfStatus

Class simtools.ui.TableModelObjectInfo extends javax.swing.table.DefaultTableModel implements Serializable

serialVersionUID: 4768777821796967246L

Serialized Fields

infos

java.util.ArrayList<E> infos
(ArrayList) infos: the info that are displayed in this table.


resources

java.util.ResourceBundle resources
(ResourceBundle) resources: The resources.

Class simtools.ui.TextMapper extends GenericMapper implements Serializable

serialVersionUID: 5792601240673568486L

Serialized Fields

textIndex

int textIndex

Class simtools.ui.TextMapper.TextMapperChoiceFormat extends java.text.ChoiceFormat implements Serializable

Serialized Fields

clippedIntervals

java.util.ArrayList<E> clippedIntervals

Class simtools.ui.TextMapper.TextMapperTableModel extends GenericMapper.MapperTableModel implements Serializable

Class simtools.ui.TimeCurveStatisticPanel extends CurveStatisticsPanel implements Serializable

Class simtools.ui.TimeStampedDataSourceInformation extends DataSourceInformation implements Serializable

Serialized Fields

tfTime1

javax.swing.JTextField tfTime1

tfTime2

javax.swing.JTextField tfTime2

tfPhysical

javax.swing.JTextField tfPhysical

Class simtools.ui.UserProperties extends java.util.Properties implements Serializable

Serialized Fields

_file

java.io.File _file
The file to read and write properties to


_productName

java.lang.String _productName
The product name to apply properties to


_infoList

java.util.LinkedList<E> _infoList
List of informations to write sorted properties in file.


masterPropertiesList

java.util.ArrayList<E> masterPropertiesList
The list of MasterProperties


_propertiesLoadedFromFile

boolean _propertiesLoadedFromFile

Class simtools.ui.UserPropertiesEditor extends javax.swing.JDialog implements Serializable

Serialized Fields

undoHandler

UndoHandler undoHandler

copyAction

javax.swing.AbstractAction copyAction

cutAction

javax.swing.AbstractAction cutAction

pasteAction

javax.swing.AbstractAction pasteAction

importMenuItem

javax.swing.JMenuItem importMenuItem

exportMenuItem

javax.swing.JMenuItem exportMenuItem

closeMenuItem

javax.swing.JMenuItem closeMenuItem

ui

javax.swing.JTextArea ui

doc

javax.swing.text.PlainDocument doc

chooser

javax.swing.JFileChooser chooser

Class simtools.ui.WizardDisplayer extends javax.swing.JDialog implements Serializable

Serialized Fields

currentPage

WizardPage currentPage
(WizardPage) currentPage: The currentPage.


manager

WizardManager manager
(WizardManager) manager: The manager.


next

javax.swing.JButton next

prev

javax.swing.JButton prev

finish

javax.swing.JButton finish

cancel

javax.swing.JButton cancel

help

javax.swing.JButton help

inner

javax.swing.JPanel inner

summary

WizardDisplayer.SummaryPanel summary

headerPanel

WizardDisplayer.HeaderPanel headerPanel

Class simtools.ui.WizardDisplayer.HeaderPanel extends javax.swing.JPanel implements Serializable

Serialized Fields

stepTitle

javax.swing.JLabel stepTitle

stepMessage

javax.swing.JLabel stepMessage

headerWarning

javax.swing.JLabel headerWarning

Class simtools.ui.WizardDisplayer.SummaryPanel extends javax.swing.JPanel implements Serializable

Serialized Fields

labels

javax.swing.JLabel[] labels

Class simtools.ui.WizardPage extends javax.swing.JPanel implements Serializable

Serialized Fields

title

java.lang.String title
(String) wizard page title


description

java.lang.String description
(String) wizard page description


listeners

java.util.ArrayList<E> listeners
(ArrayList) listeners: The listeners.


gbc

java.awt.GridBagConstraints gbc
(GridBagConstraints) gbc: Contraints. Manage element positions in the JPanel


Package simtools.ui.test

Class simtools.ui.test.JDialogObjectInfoTest extends JDialogObjectInfo implements Serializable

Class simtools.ui.test.SplitTabPaneTest extends SplitTabPane implements Serializable

Class simtools.ui.test.TestMessageDialog extends LogDialog implements Serializable

Serialized Fields

_writer

simtools.ui.test.TestMessageDialog.DialogWriter _writer

Package simtools.util

Class simtools.util.NumberStringComparator extends java.lang.Object implements Serializable

serialVersionUID: 5035953694017510082L

Class simtools.util.PacketBuffer extends java.lang.Object implements Serializable

Serialized Fields

key

java.lang.Object key

minSize

int minSize

minDuration

double minDuration

size

int size

startIndex

long startIndex

lastIndex

long lastIndex

offset

int offset

Class simtools.util.PacketBuffer.NoSuchIndex extends java.lang.Exception implements Serializable

Serialized Fields

index

long index

Class simtools.util.PacketBufferValidationError extends java.lang.Exception implements Serializable

Class simtools.util.TableFilter extends javax.swing.table.AbstractTableModel implements Serializable

Serialized Fields

tableModel

javax.swing.table.TableModel tableModel
(TableModel) tableModel: The table model managed by this filter.


tableModelListener

javax.swing.event.TableModelListener tableModelListener
(TableModelListener) tableModelListener:The listener, registered on the table model managed that will handle data modifications.


modelToView

java.util.ArrayList<E> modelToView
(int[]) modelToView: the arrayList that contains the filtered Rows.


tableHeader

javax.swing.table.JTableHeader tableHeader
(JTableHeader) tableHeader: The table header.


mouseListener

java.awt.event.MouseListener mouseListener
(MouseListener) mouseListener: The mouse listener, to activate filter on right click.


filter

java.lang.String[] filter
(String[]) filter: The current filters array, for each column.


filterPattern

java.util.regex.Pattern[] filterPattern
(Pattern[]) filterPattern: The current filter patterns, for each column.


defaultForegroundColor

java.awt.Color defaultForegroundColor
(Color) defaultForegroundColor:The default foreground color of the table header.


activeFilter

boolean activeFilter

Class simtools.util.TableMap extends javax.swing.table.AbstractTableModel implements Serializable

Serialized Fields

model

javax.swing.table.TableModel model

Class simtools.util.TableSorter extends javax.swing.table.AbstractTableModel implements Serializable

Serialized Fields

tableModel

javax.swing.table.TableModel tableModel

viewToModel

simtools.util.TableSorter.Row[] viewToModel

modelToView

int[] modelToView

tableHeader

javax.swing.table.JTableHeader tableHeader

mouseListener

java.awt.event.MouseListener mouseListener

tableModelListener

javax.swing.event.TableModelListener tableModelListener

columnComparators

java.util.Map<K,V> columnComparators

sortingColumns

java.util.List<E> sortingColumns

Package syn3d.base

Class syn3d.base.ActiveNode extends java.lang.Object implements Serializable

serialVersionUID: 1068414442331868908L

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream in)
                 throws java.lang.ClassNotFoundException,
                        java.io.IOException
Throws:
java.lang.ClassNotFoundException
java.io.IOException

writeObject

private void writeObject(java.io.ObjectOutputStream out)
                  throws java.io.IOException
Throws:
java.io.IOException
Serialized Fields

name

java.lang.String name
Name of this node. Default is null, in which case Object.toString() is returned in toString(). Otherwise, the name is returned by this method This field is serialized.


Package syn3d.data

Class syn3d.data.PropertyData extends SceneGraphDoubleData implements Serializable

serialVersionUID: -7640156025588408819L

Serialized Fields

dataName

java.lang.String dataName

vData

double[] vData

elementNames

java.lang.String[] elementNames

Class syn3d.data.SceneGraphData extends java.lang.Object implements Serializable

serialVersionUID: 7036052967290949148L

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream in)
                 throws java.lang.ClassNotFoundException,
                        java.io.IOException
Throws:
java.lang.ClassNotFoundException
java.io.IOException

writeObject

private void writeObject(java.io.ObjectOutputStream out)
                  throws java.io.IOException
Throws:
java.io.IOException
Serialized Fields

editable

boolean editable

Class syn3d.data.SceneGraphDoubleData extends SceneGraphData implements Serializable

serialVersionUID: 2348949755041572615L

Serialized Fields

params

double[] params

Class syn3d.data.SceneGraphFloatData extends SceneGraphData implements Serializable

serialVersionUID: -6074515895564608917L

Serialized Fields

params

float[] params

Class syn3d.data.TransformData extends SceneGraphFloatData implements Serializable

serialVersionUID: -759797721505501385L

Serialized Fields

kind

int kind

transformChildren

java.util.ArrayList<E> transformChildren

transformRoot

TransformData transformRoot

Package syn3d.data.java3d

Class syn3d.data.java3d.TransformDataJava3d extends TransformData implements Serializable

serialVersionUID: 5432749054522844975L

Serialized Fields

v3

Vector3d v3

m3

Matrix3f m3

m4

Matrix4f m4

q

Quat4f q

Package syn3d.data.xith3d

Class syn3d.data.xith3d.TransformDataXith3d extends TransformData implements Serializable

Serialized Fields

trans

Transform3D trans

group

TransformGroup group

v3

Vector3f v3

m3

Matrix3f m3

m4

Matrix4f m4

q

Quat4f q

Package syn3d.nodes

Class syn3d.nodes.BranchGroupNode extends GroupNode implements Serializable

serialVersionUID: -892443700362777497L

Class syn3d.nodes.BuilderNode extends ActiveNode implements Serializable

serialVersionUID: 7115360134013548534L

Class syn3d.nodes.GroupNode extends ActiveNode implements Serializable

serialVersionUID: 2368465974462924268L

Class syn3d.nodes.LoaderHandler extends java.lang.Object implements Serializable

Serialized Fields

classes

java.util.HashMap<K,V> classes

chooser

javax.swing.JFileChooser chooser

filters

java.util.HashMap<K,V> filters

aggregateFilter

AggregateFileFilter aggregateFilter

extDescClass

java.lang.String[][] extDescClass

selectedFile

java.io.File selectedFile

loader

java.lang.Class<T> loader

Class syn3d.nodes.LoaderNode extends ActiveNode implements Serializable

Class syn3d.nodes.PropertiesTransformGroupNode extends TransformGroupNode implements Serializable

serialVersionUID: -5642925151407657526L

Serialized Fields

properties

PropertyData[] properties

colorMapperManager

PropertiesTransformGroupNode.ColorMapperManager colorMapperManager

Class syn3d.nodes.PropertiesTransformGroupNode.ColorMapperManager extends java.lang.Object implements Serializable

serialVersionUID: -6030017005754136421L

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream in)
                 throws java.lang.ClassNotFoundException,
                        java.io.IOException
Throws:
java.lang.ClassNotFoundException
java.io.IOException

writeObject

private void writeObject(java.io.ObjectOutputStream out)
                  throws java.io.IOException
Throws:
java.io.IOException
Serialized Fields

color

java.awt.Color color

colorMapper

ColorMapper colorMapper

colorProperty

PropertyData colorProperty

colorMapperEnabled

boolean colorMapperEnabled

Class syn3d.nodes.RootNode extends ActiveNode implements Serializable

serialVersionUID: 898675638140874677L

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream in)
                 throws java.lang.ClassNotFoundException,
                        java.io.IOException
Throws:
java.lang.ClassNotFoundException
java.io.IOException

Class syn3d.nodes.SceneNode extends GroupNode implements Serializable

serialVersionUID: 7783556837479668060L

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream in)
                 throws java.lang.ClassNotFoundException,
                        java.io.IOException
Throws:
java.lang.ClassNotFoundException
java.io.IOException

writeObject

private void writeObject(java.io.ObjectOutputStream out)
                  throws java.io.IOException
Throws:
java.io.IOException
Serialized Fields

viewingMode

int viewingMode

fileName

java.lang.String fileName
Current file name used for saving the scene


refreshPeriodChanged

boolean refreshPeriodChanged
True when the user has changed the period for refreshing the scene>


refreshPeriod

long refreshPeriod

Class syn3d.nodes.ShapeNode extends ActiveNode implements Serializable

serialVersionUID: -5639874357133632692L

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream in)
                 throws java.lang.ClassNotFoundException,
                        java.io.IOException
Throws:
java.lang.ClassNotFoundException
java.io.IOException

writeObject

private void writeObject(java.io.ObjectOutputStream out)
                  throws java.io.IOException
Throws:
java.io.IOException
Serialized Fields

mode

int mode

highlighted

boolean highlighted

baseColor

java.awt.Color baseColor

highlightColor

java.awt.Color highlightColor

baseColorMapper

ColorMapper baseColorMapper

highlightColorMapper

ColorMapper highlightColorMapper

Class syn3d.nodes.ShapeNode.PropertiesPanel extends javax.swing.JPanel implements Serializable

Serialized Fields

tfName

javax.swing.JTextField tfName

rbShading

javax.swing.JRadioButton rbShading

rbWireframe

javax.swing.JRadioButton rbWireframe

rbFlat

javax.swing.JRadioButton rbFlat

rbFilled

javax.swing.JRadioButton rbFilled

bBaseColor

javax.swing.JButton bBaseColor

bHighlightColor

javax.swing.JButton bHighlightColor

noColor

java.awt.Color noColor

baseColor

java.awt.Color baseColor

highlightColor

java.awt.Color highlightColor

baseColorMapperSource

DataSource baseColorMapperSource

highlightColorMapperSource

DataSource highlightColorMapperSource

baseColorMapper

ColorMapper baseColorMapper

highlightColorMapper

ColorMapper highlightColorMapper

Class syn3d.nodes.SwitchNode extends GroupNode implements Serializable

serialVersionUID: -885391816655801164L

Serialized Fields

status

java.util.BitSet status

Class syn3d.nodes.TransformGroupNode extends GroupNode implements Serializable

serialVersionUID: 4172794600187934111L

Serialized Fields

data

TransformData data

Class syn3d.nodes.ViewNode extends ActiveNode implements Serializable


Package syn3d.nodes.java3d

Class syn3d.nodes.java3d.BranchGroupNodeJava3D extends BranchGroupNode implements Serializable

serialVersionUID: -8115469800924351500L

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream in)
                 throws java.lang.ClassNotFoundException,
                        java.io.IOException
Throws:
java.lang.ClassNotFoundException
java.io.IOException

Class syn3d.nodes.java3d.BuilderNodeJava3D extends BuilderNode implements Serializable

serialVersionUID: 2662447706232147011L

Serialized Fields

pluginManager

PluginManager pluginManager

Class syn3d.nodes.java3d.CubeNodeJava3D extends ShapeNodeJava3D implements Serializable

serialVersionUID: 7563944186863056417L

Class syn3d.nodes.java3d.LoaderHandlerJava3D extends LoaderHandler implements Serializable

Serialized Fields

scene

Scene scene

Class syn3d.nodes.java3d.LoaderNodeJava3D extends LoaderNode implements Serializable

Serialized Fields

branchGroup

BranchGroup branchGroup

Class syn3d.nodes.java3d.SceneNodeJava3D extends SceneNode implements Serializable

serialVersionUID: 764198042804925685L

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream in)
                 throws java.lang.ClassNotFoundException,
                        java.io.IOException
Throws:
java.lang.ClassNotFoundException
java.io.IOException

writeObject

private void writeObject(java.io.ObjectOutputStream out)
                  throws java.io.IOException
Throws:
java.io.IOException
Serialized Fields

lightRotationMode

int lightRotationMode

detachKey

int detachKey

Class syn3d.nodes.java3d.ShapeNodeJava3D extends ShapeNode implements Serializable

serialVersionUID: -5754480233994820530L

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream in)
                 throws java.lang.ClassNotFoundException,
                        java.io.IOException
Throws:
java.lang.ClassNotFoundException
java.io.IOException
Serialized Fields

polygonOffset

float polygonOffset

polygonOffsetFactor

float polygonOffsetFactor

Class syn3d.nodes.java3d.ShapeNodeJava3D.J3DPropertiesPanel extends ShapeNode.PropertiesPanel implements Serializable

Class syn3d.nodes.java3d.SphereNodeJava3D extends ShapeNodeJava3D implements Serializable

serialVersionUID: 722597596979058468L

Class syn3d.nodes.java3d.SwitchNodeJava3D extends SwitchNode implements Serializable

serialVersionUID: -6243346502581751808L

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream in)
                 throws java.lang.ClassNotFoundException,
                        java.io.IOException
Throws:
java.lang.ClassNotFoundException
java.io.IOException

Class syn3d.nodes.java3d.TransformGroupNodeJava3D extends TransformGroupNode implements Serializable

serialVersionUID: 898489193644627592L

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream in)
                 throws java.lang.ClassNotFoundException,
                        java.io.IOException
Throws:
java.lang.ClassNotFoundException
java.io.IOException

Package syn3d.nodes.xith3d

Class syn3d.nodes.xith3d.BranchGroupNodeXith3D extends BranchGroupNode implements Serializable

Serialized Fields

branchgroup

BranchGroup branchgroup

Class syn3d.nodes.xith3d.CubeNodeXith3D extends ShapeNodeXith3D implements Serializable

Class syn3d.nodes.xith3d.SceneNodeXith3D extends SceneNode implements Serializable

Serialized Fields

universe

VirtualUniverse universe

locale

Locale locale

rootGroup

BranchGroup rootGroup

branchgroup

BranchGroup branchgroup

frame

Frame3DXith3D frame

lights

DirectionalLight[] lights

lightVector

Shape3D lightVector

lightRotationMode

int lightRotationMode

pluginManager

PluginManager pluginManager

Class syn3d.nodes.xith3d.ShapeNodeXith3D extends ShapeNode implements Serializable

Serialized Fields

shape

Shape3D shape

Class syn3d.nodes.xith3d.ShapeNodeXith3D.XithPropertiesPanel extends ShapeNode.PropertiesPanel implements Serializable

Class syn3d.nodes.xith3d.SphereNodeXith3D extends ShapeNodeXith3D implements Serializable

Class syn3d.nodes.xith3d.SwitchNodeXith3D extends SwitchNode implements Serializable

Serialized Fields

sw

Switch sw

Class syn3d.nodes.xith3d.TransformGroupNodeXith3D extends TransformGroupNode implements Serializable

Serialized Fields

transformGroup

TransformGroup transformGroup

Package syn3d.ui

Class syn3d.ui.Component3DTree extends javax.swing.JTree implements Serializable

Serialized Fields

model

javax.swing.tree.DefaultTreeModel model

Class syn3d.ui.PropertiesTransformDataUI.ColorMapperPanel extends javax.swing.JPanel implements Serializable

Serialized Fields

bColor

javax.swing.JButton bColor

noColor

java.awt.Color noColor

colorMapperManager

PropertiesTransformGroupNode.ColorMapperManager colorMapperManager

color

java.awt.Color color

colorMapperSource

DataSource colorMapperSource

colorMapper

ColorMapper colorMapper

Class syn3d.ui.PropertyBooleanTableModel extends SceneGraphDataTableModel implements Serializable

Class syn3d.ui.PropertyTableModel extends SceneGraphDataTableModel implements Serializable

Class syn3d.ui.SceneGraphDataTableModel extends javax.swing.table.AbstractTableModel implements Serializable

Serialized Fields

dstree

SourceTree dstree

dataCopy

SceneGraphData dataCopy

Class syn3d.ui.SceneGraphEditor.ActionMenuItem extends javax.swing.JMenuItem implements Serializable

Serialized Fields

node

ActiveNode node

action

java.lang.Object action

Class syn3d.ui.SceneGraphTree extends javax.swing.JTree implements Serializable

Serialized Fields

autoHighlight

boolean autoHighlight

Class syn3d.ui.SceneGraphTreeRenderer extends javax.swing.tree.DefaultTreeCellRenderer implements Serializable

Serialized Fields

currentValue

java.lang.Object currentValue

Class syn3d.ui.TransformTableModel extends SceneGraphDataTableModel implements Serializable

Serialized Fields

td

TransformData td

Package syn3d.ui.test

Class syn3d.ui.test.TestSyn3D extends javax.swing.JFrame implements Serializable

Serialized Fields

sceneTree

SceneGraphTree sceneTree

editor

SceneGraphEditor editor

pluginManager

Java3DPluginManager pluginManager

Package syn3d.ui.xith3d

Class syn3d.ui.xith3d.Frame3DXith3D.AutoRepaintFrame extends java.awt.Frame implements Serializable