Serialized Form
|
Package plugins.big.bigsnakeutils.icy.gui |
serialVersionUID: 6110247451353671228L
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 |
serialVersionUID: 8811809436053457926L
curve_
Curve curve_
showControls_
boolean showControls_
currentIndex_
int currentIndex_
|
Package plugins.big.bigsnakeutils.icy.snake2D |
serialVersionUID: -3850694037976061520L
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.
serialVersionUID: 7880294057351993774L
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 |
serialVersionUID: 3087445629876392044L
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.