|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.steema.teechart.styles.ContourLevel
public class ContourLevel
Title: ContourLevel class
Description: Contains characteristic information for a Contour series "level".
Copyright (c) 2005-2013 by Steema Software SL. All Rights Reserved.
Company: Steema Software SL
Field Summary | |
---|---|
protected LevelSegments |
segments
|
Constructor Summary | |
---|---|
ContourLevel(Contour cs)
|
|
ContourLevel(Contour cs,
int levelIndex)
Contains characteristic information for a Contour series' "level". |
Method Summary | |
---|---|
boolean |
clicked(int x,
int y,
Point indices)
|
boolean |
clickedSegment(int x,
int y,
Point indices)
|
boolean |
defaultPen()
|
Color |
getColor()
Colour of Contour series Level. |
protected ChartPen |
getInternalPen()
|
ChartPen |
getPen()
|
Point[] |
getSegmentPoints(int segmentindex)
|
double |
getUpToValue()
The range value for ContourLevel. |
Color |
internalColor()
|
void |
setColor(Color value)
Colour of Contour series Level. |
void |
setPen(ChartPen value)
|
void |
setUpToValue(double value)
Sets range value for ContourLevel. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected LevelSegments segments
Constructor Detail |
---|
public ContourLevel(Contour cs, int levelIndex)
cs
- Contourpublic ContourLevel(Contour cs)
Method Detail |
---|
public Color internalColor()
public ChartPen getPen()
public void setPen(ChartPen value)
protected ChartPen getInternalPen()
public boolean clicked(int x, int y, Point indices)
public boolean clickedSegment(int x, int y, Point indices)
public Point[] getSegmentPoints(int segmentindex)
public void setColor(Color value)
value
- Colorpublic boolean defaultPen()
public double getUpToValue()
public void setUpToValue(double value)
value
- doublepublic Color getColor()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |