|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.googlecode.wickedcharts.highcharts.options.series.Point
public class Point
A point in a chart that has a label (or a name) and a color.
| Constructor Summary | |
|---|---|
Point()
|
|
Point(Number y)
Simple Constructor if a NamedPoint only has a value and nothing else. |
|
Point(Number x,
Number y)
|
|
Point(String name,
Number y)
|
|
Point(String name,
Number y,
Color color)
Convencience constructor. |
|
Point(String name,
Number y,
ColorReference color)
|
|
| Method Summary | |
|---|---|
ColorReference |
getColor()
|
DataLabels |
getDataLabels()
|
Events |
getEvents()
|
String |
getId()
|
Integer |
getLegendIndex()
|
Marker |
getMarker()
|
String |
getName()
|
Boolean |
getSelected()
|
Boolean |
getSliced()
|
Integer |
getWickedChartsId()
Retrieves the Wicked Charts specific ID for this Point. |
Number |
getX()
|
Number |
getY()
|
Point |
setColor(Color color)
|
Point |
setColor(ColorReference color)
|
Point |
setDataLabels(DataLabels dataLabels)
|
Point |
setEvents(Events events)
|
Point |
setId(String id)
|
Point |
setLegendIndex(Integer legendIndex)
|
Point |
setMarker(Marker marker)
|
Point |
setName(String name)
|
Point |
setSelected(Boolean selected)
|
Point |
setSliced(Boolean sliced)
|
Point |
setWickedChartsId(Integer wickedChartsId)
Sets the Wicked Charts specific ID for this Point. |
Point |
setX(Number x)
|
Point |
setY(Number y)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Point()
public Point(Number y)
y - the y value of this point.
public Point(String name,
Number y)
public Point(Number x,
Number y)
public Point(String name,
Number y,
Color color)
public Point(String name,
Number y,
ColorReference color)
| Method Detail |
|---|
public ColorReference getColor()
public DataLabels getDataLabels()
public Events getEvents()
public String getId()
public Integer getLegendIndex()
public Marker getMarker()
public String getName()
public Boolean getSliced()
public Number getX()
public Number getY()
public Point setColor(Color color)
public Point setColor(ColorReference color)
public Point setDataLabels(DataLabels dataLabels)
public Point setEvents(Events events)
public Point setId(String id)
public Point setLegendIndex(Integer legendIndex)
public Point setMarker(Marker marker)
public Point setName(String name)
public Point setSliced(Boolean sliced)
public Point setX(Number x)
public Point setY(Number y)
public Point setSelected(Boolean selected)
public Boolean getSelected()
public Point setWickedChartsId(Integer wickedChartsId)
public Integer getWickedChartsId()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||