|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.infragistics.faces.shared.component.ModelComponent
com.infragistics.faces.chart.component.Mark
Mark on a grid (grid line or strip), or axis (tick mark).
| Constructor Summary | |
Mark()
|
|
| Method Summary | |
float |
getRange()
Returns the size of this grid strip. |
java.lang.String |
getStyle()
Returns the CSS style applied when this component is rendered. |
java.lang.String |
getStyleClass()
Returns the CSS style applied when this component is rendered. |
java.lang.String |
getTickCaption()
Returns the formatting mask for tick marks. |
java.lang.String |
getType()
Returns the CSS style applied when this component is rendered. |
float |
getValue()
Returns the value for this tick mark, grid line or grid strip. |
void |
setRange(float range)
Sets the size of this grid strip. |
void |
setStyle(java.lang.String style)
Sets the CSS style applied when this component is rendered. |
void |
setStyleClass(java.lang.String styleClass)
Sets the CSS style applied when this tick mark, grid line or grid strip is rendered. |
void |
setTickCaption(java.lang.String tickCaption)
Sets the formatting mask for tick marks. |
void |
setType(java.lang.String type)
Sets the CSS style applied when this component is rendered. |
void |
setValue(float value)
Sets the value for this tick mark, grid line or grid strip. |
| Methods inherited from class com.infragistics.faces.shared.component.ModelComponent |
getParent, getValueBinding, setParent, setValueBinding |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public Mark()
| Method Detail |
public float getRange()
public java.lang.String getStyle()
public java.lang.String getStyleClass()
public java.lang.String getTickCaption()
public float getValue()
public void setRange(float range)
range - floatpublic java.lang.String getType()
public void setStyle(java.lang.String style)
style - Stringpublic void setStyleClass(java.lang.String styleClass)
styleClass - Stringpublic void setTickCaption(java.lang.String tickCaption)
tickCaption - Stringpublic void setValue(float value)
value - floatpublic void setType(java.lang.String type)
type - CachedString
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||