com.extjs.gxt.charts.client.model.charts
Class FilledBarChart.Bar

java.lang.Object
  extended by com.extjs.gxt.ui.client.data.BaseModelData
      extended by com.extjs.gxt.ui.client.data.BaseModel
          extended by com.extjs.gxt.charts.client.model.charts.DataConfig
              extended by com.extjs.gxt.charts.client.model.charts.BarChart.Bar
                  extended by com.extjs.gxt.charts.client.model.charts.FilledBarChart.Bar
All Implemented Interfaces:
ChangeEventSource, Model, ModelData, java.io.Serializable
Direct Known Subclasses:
SketchBarChart.SketchBar
Enclosing class:
FilledBarChart

public static class FilledBarChart.Bar
extends BarChart.Bar

FilledBarChart data type.

See Also:
Serialized Form

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
FilledBarChart.Bar(java.lang.Number top)
          Creates a new bar.
FilledBarChart.Bar(java.lang.Number top, java.lang.Number bottom)
          Creates a new bar.
FilledBarChart.Bar(java.lang.Number top, java.lang.Number bottom, java.lang.String colour, java.lang.String outlineColour)
          Creates a new bar.
 
Method Summary
 java.lang.String getOutlineColour()
          Gets the outline colour.
 void setOutlineColour(java.lang.String outlineColour)
          Sets the outline colour in HTML hex format (#ffffff)
 
Methods inherited from class com.extjs.gxt.charts.client.model.charts.BarChart.Bar
getBottom, getColour, getTooltip, getTop, setBottom, setColour, setTooltip, setTop
 
Methods inherited from class com.extjs.gxt.charts.client.model.charts.DataConfig
getFirstValue, getSecondValue, getValue, setValue
 
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

FilledBarChart.Bar

public FilledBarChart.Bar(java.lang.Number top)
Creates a new bar.

Parameters:
top - the top

FilledBarChart.Bar

public FilledBarChart.Bar(java.lang.Number top,
                          java.lang.Number bottom)
Creates a new bar.

Parameters:
top - the top
bottom - the bottom

FilledBarChart.Bar

public FilledBarChart.Bar(java.lang.Number top,
                          java.lang.Number bottom,
                          java.lang.String colour,
                          java.lang.String outlineColour)
Creates a new bar.

Parameters:
top - the top
bottom - the bottom
colour - the colour
outlineColour - the outline colour
Method Detail

getOutlineColour

public java.lang.String getOutlineColour()
Gets the outline colour.

Returns:
the outline colour

setOutlineColour

public void setOutlineColour(java.lang.String outlineColour)
Sets the outline colour in HTML hex format (#ffffff)

Parameters:
outlineColour - the new outline colour