Serialized Form


Package plugins.big.bigsnakeutils.icy.gui

Class plugins.big.bigsnakeutils.icy.gui.CollapsiblePanel extends javax.swing.JPanel implements Serializable

serialVersionUID: 6110247451353671228L

Serialized Fields

title_

java.lang.String title_
Title of the panel.


visibility_

java.util.HashMap<K,V> visibility_
Maps that stores the visibility state of each component.


activeMode_

DetailPanelMode activeMode_
Detail mode in which the pane is (collapsed or expanded).


mouseListener

java.awt.event.MouseListener mouseListener

contentComponentListener

java.awt.event.ComponentListener contentComponentListener

Package plugins.big.bigsnakeutils.icy.gui.curve

Class plugins.big.bigsnakeutils.icy.gui.curve.CurveCanvas extends javax.swing.JPanel implements Serializable

serialVersionUID: 8811809436053457926L

Serialized Fields

curve_

Curve curve_

showControls_

boolean showControls_

currentIndex_

int currentIndex_

Package plugins.big.bigsnakeutils.icy.snake2D

Class plugins.big.bigsnakeutils.icy.snake2D.Snake2DNode extends java.awt.geom.Point2D.Double implements Serializable

serialVersionUID: -3850694037976061520L

Serialized Fields

frozen_

boolean frozen_
Methods of the class Snake3DKeeper are allowed to modify Snake2DNode objects only if their frozen flag is set to false.


hidden_

boolean hidden_
Methods of the class Snake2DKeeper are allowed to interactively display (as a cross) the nodes stored in Snake3DNode objects only if their hidden flag is set to false.

Class plugins.big.bigsnakeutils.icy.snake2D.Snake2DScale extends java.awt.geom.Path2D.Double implements Serializable

serialVersionUID: 7880294057351993774L

Serialized Fields

color_

java.awt.Color color_
This is the color with which this scale will be drawn.


closed_

boolean closed_
This flag is used to determine how to draw the outline of this scale. If it is set to true, then the first and the last point of the polygon are joined. Otherwise, if it is set to false, then the first and the last point of the polygon are not joined.


strokeWidth_

float strokeWidth_
Width of the stroke.


xpoints

float[] xpoints

ypoints

float[] ypoints

npoints

int npoints

Package plugins.big.bigsnakeutils.icy.snake3D

Class plugins.big.bigsnakeutils.icy.snake3D.Snake3DNode extends javax.vecmath.Point3d implements Serializable

serialVersionUID: 3087445629876392044L

Serialized Fields

frozen_

boolean frozen_
Methods of the class Snake3DKeeper are allowed to modify Snake3DNode objects only if their frozen flag is set to false.


hidden_

boolean hidden_
Methods of the class Snake3DKeeper are allowed to interactively display (as a cross) the nodes stored in Snake3DNode objects only if their hidden flag is set to false.