|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.gwtext.client.core.JsObject
com.gwtext.client.widgets.chart.yui.Axis
public class Axis
Defines a CartesianChart's vertical or horizontal axis.
| Field Summary |
|---|
| Fields inherited from class com.gwtext.client.core.JsObject |
|---|
jsObj |
| Constructor Summary | |
|---|---|
Axis()
|
|
| Method Summary | |
|---|---|
protected com.google.gwt.core.client.JavaScriptObject |
create()
|
boolean |
getHideOverlappingLabels()
Return the hideOverlappingLabels. |
Orientation |
getOrientation()
Return the orientation. |
boolean |
getReverse()
Return the reverse value. |
ChartType |
getType()
The type of axis. |
void |
setHideOverlappingLabels(boolean hideOverlappingLabels)
Set the hideOverlappingLabels. |
void |
setLabelFunction(java.lang.String labelFunction)
Set the orientation. |
void |
setOrientation(Orientation orientation)
Set the orientation. |
void |
setReverse(boolean reverse)
Set the reverse value. |
void |
setType(ChartType type)
The type of axis. |
| Methods inherited from class com.gwtext.client.core.JsObject |
|---|
getJsObj, getProperties, isCreated, setJsObj |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Axis()
| Method Detail |
|---|
protected com.google.gwt.core.client.JavaScriptObject create()
public void setHideOverlappingLabels(boolean hideOverlappingLabels)
hideOverlappingLabels - the hideOverlappingLabelspublic boolean getHideOverlappingLabels()
public void setOrientation(Orientation orientation)
orientation - the orientationpublic void setLabelFunction(java.lang.String labelFunction)
public Orientation getOrientation()
public void setReverse(boolean reverse)
reverse - the reverse valuepublic boolean getReverse()
public void setType(ChartType type)
type - the type of axispublic ChartType getType()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||