|
|||||||||
| 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
public abstract class AbstractAxis
Base abstract class for an OFC axis
| Constructor Summary | |
|---|---|
AbstractAxis()
|
|
| Method Summary | |
|---|---|
com.google.gwt.json.client.JSONValue |
buildJSON()
Build (and return) a JSONObject that contains all the items of this object. |
java.lang.String |
getColour()
Gets the colour. |
java.lang.String |
getGridColour()
Gets the grid colour. |
java.lang.Number |
getMax()
Gets the max. |
java.lang.Number |
getMin()
Gets the min. |
java.lang.Integer |
getOffset()
Gets the offset. |
java.lang.Number |
getSteps()
Gets the steps. |
java.lang.Integer |
getStroke()
Gets the stroke. |
java.lang.Integer |
getZDepth3D()
Gets the z-depth (3D). |
void |
setColour(java.lang.String colour)
Sets the colour in HTML hex format (#ffffff) |
void |
setGridColour(java.lang.String grid_colour)
Sets the grid colour in HTML hex format (#ffffff) |
void |
setMax(java.lang.Number max)
Sets the max. |
void |
setMin(java.lang.Number min)
Sets the min. |
void |
setOffset(java.lang.Boolean offset)
Sets the offset. |
void |
setRange(java.lang.Number min,
java.lang.Number max)
Sets the range. |
void |
setRange(java.lang.Number min,
java.lang.Number max,
java.lang.Number step)
Sets the range. |
void |
setSteps(java.lang.Number steps)
Sets the steps. |
void |
setStroke(java.lang.Integer stroke)
Sets the stroke. |
void |
setZDepth3D(java.lang.Integer zdepth3d)
Sets the z-depth (3D). |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AbstractAxis()
| Method Detail |
|---|
public com.google.gwt.json.client.JSONValue buildJSON()
JSONizable
buildJSON in interface JSONizablepublic java.lang.String getColour()
public java.lang.String getGridColour()
public java.lang.Number getMax()
public java.lang.Number getMin()
public java.lang.Integer getOffset()
public java.lang.Number getSteps()
public java.lang.Integer getStroke()
public java.lang.Integer getZDepth3D()
public void setColour(java.lang.String colour)
colour - the new colourpublic void setGridColour(java.lang.String grid_colour)
grid_colour - the new grid colourpublic void setMax(java.lang.Number max)
max - the new maxpublic void setMin(java.lang.Number min)
min - the new minpublic void setOffset(java.lang.Boolean offset)
offset - the new offset
public void setRange(java.lang.Number min,
java.lang.Number max)
min - the minmax - the max
public void setRange(java.lang.Number min,
java.lang.Number max,
java.lang.Number step)
min - the minmax - the maxstep - the steppublic void setSteps(java.lang.Number steps)
steps - the new stepspublic void setStroke(java.lang.Integer stroke)
stroke - the new strokepublic void setZDepth3D(java.lang.Integer zdepth3d)
zdepth3d - the new zdepth3d
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||