Package com.day.cq.graphics.chart
Class Chart
- java.lang.Object
-
- com.day.cq.graphics.chart.Chart
-
-
Field Summary
Fields Modifier and Type Field Description static java.util.HashMap<java.lang.String,java.lang.Class<?>>
chartTypes
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description abstract Layer
draw(Graph graph, boolean doDraw)
static Chart
getInstance(java.lang.String typeName)
static java.lang.String
getName()
Returns the identification name of the chart
-
-
-
Method Detail
-
getName
public static java.lang.String getName()
Returns the identification name of the chart- Returns:
- the identification name of the chart
-
getInstance
public static Chart getInstance(java.lang.String typeName) throws java.util.NoSuchElementException
- Throws:
java.util.NoSuchElementException
-
-