|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| Package ovusculeSnake2D |
|---|
| Class ovusculeSnake2D.OvusculeSnake2DNode extends java.awt.geom.Point2D.Double implements Serializable |
|---|
serialVersionUID: 1L
| Serialized Fields |
|---|
boolean frozen
OvusculeSnake2DKeeper are allowed
to modify OvusculeSnake2DNode objects only if their
frozen flag is set to false.
boolean hidden
OvusculeSnake2DKeeper are allowed
to interactively display (as a cross) the nodes stored in
OvusculeSnake2DNode objects only if their
hidden flag is set to false.
| Class ovusculeSnake2D.OvusculeSnake2DScale extends java.awt.Polygon implements Serializable |
|---|
serialVersionUID: 1L
| Serialized Fields |
|---|
java.awt.Color bestAttemptColor
bestAttempt is
null, the color returned by the method
ij.gui.PolygonRoi.getColor() will be used instead.
java.awt.Color currentAttemptColor
currentAttempt is null, the color that is
most complementary to the color returned by the method
ij.gui.PolygonRoi.getColor() will be used instead.
boolean closed
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. A closed scale can be filled.
filledboolean filled
true, then the scale is filled.
Otherwise, if it is set to false, then only the outline
of the scale is drawn. The status of this flag is honored only when
the scale is closed, as indicated by the closed flag.
closed
|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||