EchoPoint API - 3.0.0b5
App Webcontainer

echopoint.style.google.chart
Class ScatterPlotStyle

java.lang.Object
  extended by nextapp.echo.app.MutableStyle
      extended by echopoint.style.AbstractStyle
          extended by echopoint.style.google.chart.AbstractChartStyle
              extended by echopoint.style.google.chart.AdvancedChartStyle
                  extended by echopoint.style.google.chart.ScatterPlotStyle
All Implemented Interfaces:
Serializable, Style

public class ScatterPlotStyle
extends AdvancedChartStyle

The default style class for ScatterPlot components.

Version:
$Id: ScatterPlotStyle.java 204 2009-05-20 18:50:57Z sptrakesh $
Author:
Rakesh Vidyadharan 2009-05-20
See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from class nextapp.echo.app.MutableStyle
MutableStyle.IndexedPropertyValue
 
Field Summary
 
Fields inherited from class echopoint.style.AbstractStyle
level, logger
 
Constructor Summary
ScatterPlotStyle()
           
 
Method Summary
 
Methods inherited from class echopoint.style.google.chart.AdvancedChartStyle
init
 
Methods inherited from class echopoint.style.AbstractStyle
get, setFont, setForeground
 
Methods inherited from class nextapp.echo.app.MutableStyle
addStyleContent, getIndex, getIndexedProperty, getProperty, getPropertyIndices, getPropertyNames, isIndexedPropertySet, isPropertySet, removeIndexedProperty, removeProperty, set, setIndex, setIndexedProperty, setProperty, size, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ScatterPlotStyle

public ScatterPlotStyle()

EchoPoint API - 3.0.0b5
App Webcontainer