|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.extjs.gxt.ui.client.data.BaseModelData
com.extjs.gxt.ui.client.data.BaseModel
com.extjs.gxt.charts.client.model.axis.Label
com.extjs.gxt.charts.client.model.axis.XAxis.XLabels
public class XAxis.XLabels
Class for an OFC x-axis label.
Field Summary |
---|
Fields inherited from class com.extjs.gxt.ui.client.data.BaseModel |
---|
changeEventSupport |
Fields inherited from class com.extjs.gxt.ui.client.data.BaseModelData |
---|
allowNestedValues, map |
Fields inherited from interface com.extjs.gxt.ui.client.data.ChangeEventSource |
---|
Add, Remove, Update |
Constructor Summary | |
---|---|
XAxis.XLabels(java.util.List<java.lang.String> list)
Creates a new labels. |
|
XAxis.XLabels(java.lang.String... labels)
Creates a new labels. |
Method Summary | |
---|---|
void |
addLabels(Label... list)
Adds the labels. |
void |
addLabels(java.util.List<Label> list)
Adds the labels. |
void |
addLabels(java.lang.String... list)
Adds the labels. |
protected java.util.Collection<java.lang.Object> |
checkLabels()
|
java.lang.String |
getColour()
Returns the colour. |
java.util.Collection<java.lang.Object> |
getLabels()
Returns the labels. |
Rotation |
getRotation()
Returns the rotation. |
int |
getSize()
Returns the size. |
int |
getSteps()
Returns the steps. |
boolean |
isVisible()
Returns the visible state. |
void |
setColour(java.lang.String colour)
Sets the colour in HTML hex format (#ffffff). |
void |
setRotation(Rotation rotate)
Sets the rotation. |
void |
setSize(int size)
Sets the size. |
void |
setSteps(int steps)
Sets the steps. |
void |
setVisible(boolean visible)
Sets the visible state. |
Methods inherited from class com.extjs.gxt.charts.client.model.axis.Label |
---|
getRotationAngle, getText, setRotationAngle, setText |
Methods inherited from class com.extjs.gxt.ui.client.data.BaseModel |
---|
addChangeListener, addChangeListener, fireEvent, fireEvent, isSilent, notify, notifyPropertyChanged, remove, removeChangeListener, removeChangeListeners, set, setSilent |
Methods inherited from class com.extjs.gxt.ui.client.data.BaseModelData |
---|
get, get, getProperties, getPropertyNames, isAllowNestedValues, setAllowNestedValues, setProperties |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface com.extjs.gxt.ui.client.data.ModelData |
---|
get, getProperties, getPropertyNames |
Constructor Detail |
---|
public XAxis.XLabels(java.util.List<java.lang.String> list)
list
- the labelspublic XAxis.XLabels(java.lang.String... labels)
labels
- the labelsMethod Detail |
---|
public void addLabels(Label... list)
list
- the labelspublic void addLabels(java.util.List<Label> list)
list
- the labelspublic void addLabels(java.lang.String... list)
list
- the labelspublic java.lang.String getColour()
getColour
in class Label
public java.util.Collection<java.lang.Object> getLabels()
public Rotation getRotation()
public int getSize()
getSize
in class Label
public int getSteps()
public boolean isVisible()
isVisible
in class Label
public void setColour(java.lang.String colour)
setColour
in class Label
colour
- the colourpublic void setRotation(Rotation rotate)
rotate
- the rotatepublic void setSize(int size)
setSize
in class Label
size
- the sizepublic void setSteps(int steps)
steps
- the new stepspublic void setVisible(boolean visible)
setVisible
in class Label
visible
- true for visibleprotected java.util.Collection<java.lang.Object> checkLabels()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |