public class Point extends Object implements Serializable
| Constructor and Description |
|---|
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) |
| Modifier and Type | Method and Description |
|---|---|
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) |
public Point()
public Point(Number y)
y - the y value of this point.public Point(String name, Number y, ColorReference color)
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(ColorReference color)
public Point setDataLabels(DataLabels dataLabels)
public Boolean getSelected()
public Point setWickedChartsId(Integer wickedChartsId)
public Integer getWickedChartsId()
Copyright © 2013. All Rights Reserved.