com.infragistics.faces.chart.component
Class Mark

java.lang.Object
  extended bycom.infragistics.faces.shared.component.ModelComponent
      extended bycom.infragistics.faces.chart.component.Mark
All Implemented Interfaces:
java.io.Serializable

public class Mark
extends ModelComponent

Mark on a grid (grid line or strip), or axis (tick mark).

See Also:
Serialized Form

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

Mark

public Mark()
Method Detail

getRange

public float getRange()
Returns the size of this grid strip.

Returns:
float

getStyle

public java.lang.String getStyle()
Returns the CSS style applied when this component is rendered.

Returns:
java.lang.String

getStyleClass

public java.lang.String getStyleClass()
Returns the CSS style applied when this component is rendered.

Returns:
java.lang.String

getTickCaption

public java.lang.String getTickCaption()
Returns the formatting mask for tick marks.

Returns:
java.lang.String

getValue

public float getValue()
Returns the value for this tick mark, grid line or grid strip.

Returns:
float

setRange

public void setRange(float range)
Sets the size of this grid strip.

Parameters:
range - float

getType

public java.lang.String getType()
Returns the CSS style applied when this component is rendered.

Returns:
java.lang.String

setStyle

public void setStyle(java.lang.String style)
Sets the CSS style applied when this component is rendered.

Parameters:
style - String

setStyleClass

public void setStyleClass(java.lang.String styleClass)
Sets the CSS style applied when this tick mark, grid line or grid strip is rendered.

Parameters:
styleClass - String

setTickCaption

public void setTickCaption(java.lang.String tickCaption)
Sets the formatting mask for tick marks.

Parameters:
tickCaption - String

setValue

public void setValue(float value)
Sets the value for this tick mark, grid line or grid strip.

Parameters:
value - float

setType

public void setType(java.lang.String type)
Sets the CSS style applied when this component is rendered.

Parameters:
type - CachedString