|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.rednels.ofcgwt.client.model.axis.AbstractAxis
com.rednels.ofcgwt.client.model.axis.YAxis
public class YAxis
Class for an OFC y-axis that extends AbstractAxis
AbstractAxis| Constructor Summary | |
|---|---|
YAxis()
|
|
| Method Summary | |
|---|---|
void |
addLabels(java.util.List<java.lang.String> labels)
Adds the labels. |
void |
addLabels(java.lang.String... labels)
Adds the labels. |
com.google.gwt.json.client.JSONValue |
buildJSON()
Build (and return) a JSONObject that contains all the items of this object. |
java.util.List<java.lang.String> |
getLabels()
Gets the labels. |
java.lang.Integer |
getTickLength()
Gets the tick length. |
void |
setLabels(java.util.List<java.lang.String> labels)
Sets the labels. |
void |
setLabels(java.lang.String... labels)
Sets the labels. |
void |
setTickLength(java.lang.Integer tick_length)
Sets the tick length. |
| Methods inherited from class com.rednels.ofcgwt.client.model.axis.AbstractAxis |
|---|
getColour, getGridColour, getMax, getMin, getOffset, getSteps, getStroke, getZDepth3D, setColour, setGridColour, setMax, setMin, setOffset, setRange, setRange, setSteps, setStroke, setZDepth3D |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public YAxis()
| Method Detail |
|---|
public void addLabels(java.util.List<java.lang.String> labels)
labels - the labelspublic void addLabels(java.lang.String... labels)
labels - the labelspublic com.google.gwt.json.client.JSONValue buildJSON()
JSONizable
buildJSON in interface JSONizablebuildJSON in class AbstractAxispublic java.util.List<java.lang.String> getLabels()
public java.lang.Integer getTickLength()
public void setLabels(java.util.List<java.lang.String> labels)
labels - the new labelspublic void setLabels(java.lang.String... labels)
labels - the new labelspublic void setTickLength(java.lang.Integer tick_length)
tick_length - the new tick length
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||