public static final class ContourExtra.SortedContour
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
int |
getColorIndex() |
Contour |
getContour() |
java.awt.geom.Area |
getFillArea() |
void |
setColorIndex(int index) |
void |
setContour(Contour contour) |
void |
setFillArea(java.awt.geom.Area fillArea) |
public final Contour getContour()
public final void setContour(Contour contour)
contour
- the contour to setpublic final int getColorIndex()
public final void setColorIndex(int index)
color
- the color to setpublic final java.awt.geom.Area getFillArea()
public final void setFillArea(java.awt.geom.Area fillArea)
fillArea
- the fillArea to set