-
bestAttemptColor
Color bestAttemptColor
This is the color with which this scale will be drawn if it is part
of the optimal skin found so far in the course of the optimization.
It is also the color with which it will be drawn during the
interactive session. If bestAttempt
is
null
, the color returned by the method
ij.gui.PolygonRoi.getColor()
will be used instead.
-
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. A closed scale can be filled.
- See Also:
-
-
currentAttemptColor
Color currentAttemptColor
This is the color with which this scale will be drawn if it is part
of the skin being currently examined in the course of the
optimization. It is ignored during the interactive session. If
currentAttempt
is null
, the color that is
most complementary to the color returned by the method
ij.gui.PolygonRoi.getColor()
will be used instead.
-
filled
boolean filled
This flag is used to determine how to draw the interior of this
scale. If it is set to 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.
- See Also:
-