public class ContourSeriesMarks extends TeeBase
Modifier and Type | Field and Description |
---|---|
protected boolean |
antioverlap |
protected boolean |
atSegments |
protected boolean |
colorlevel |
protected int |
density |
protected Contour |
iSeries |
protected int |
margin |
chart, InternalUse
Constructor and Description |
---|
ContourSeriesMarks(Contour cs) |
ContourSeriesMarks(IBaseChart c) |
Modifier and Type | Method and Description |
---|---|
boolean |
getAntiOverlap() |
boolean |
getAtSegments() |
boolean |
getColorLevel() |
int |
getDensity() |
int |
getMargin() |
boolean |
getVisible() |
void |
setAntiOverlap(boolean value) |
void |
setAtSegments(boolean value) |
void |
setColorLevel(boolean value) |
void |
setDensity(int value) |
void |
setMargin(int value) |
void |
setVisible(boolean value) |
getChart, invalidate, setBooleanProperty, setChart, setColorProperty, setDoubleProperty, setIntegerProperty, setStringProperty
protected Contour iSeries
protected boolean antioverlap
protected boolean atSegments
protected boolean colorlevel
protected int density
protected int margin
public ContourSeriesMarks(IBaseChart c)
public ContourSeriesMarks(Contour cs)
public boolean getVisible()
public void setVisible(boolean value)
public boolean getAtSegments()
public void setAtSegments(boolean value)
public boolean getAntiOverlap()
public void setAntiOverlap(boolean value)
public boolean getColorLevel()
public void setColorLevel(boolean value)
public int getDensity()
public void setDensity(int value)
public int getMargin()
public void setMargin(int value)