Class ChartLegend
java.lang.Object
com.almis.awe.model.entities.Element
com.almis.awe.model.entities.screen.component.Component
com.almis.awe.model.entities.screen.component.chart.AbstractChart
com.almis.awe.model.entities.screen.component.chart.ChartLegend
- All Implemented Interfaces:
Copyable
,XMLNode
,Serializable
ChartLegend Class
Used to parse a chart legend tag with XStream Generates a Chart widget
- Author:
- Pablo VIDAL - 20/OCT/2014
- See Also:
-
Constructor Summary
-
Method Summary
Methods inherited from class com.almis.awe.model.entities.screen.component.chart.AbstractChart
addParameters, getLabelParameter, getTextParameter
Methods inherited from class com.almis.awe.model.entities.screen.component.Component
generateTemplate, getComponentTag, getContextMenuConverter, getDependencyConverter, getTemplate, isAutoload, isLoadAll, isVisible
Methods inherited from class com.almis.awe.model.entities.Element
addElement, generateHelpTemplate, generateHelpTemplate, getChildrenByType, getElementKey, getElementList, getElementsById, getElementsByType, getElementsByType, getHelpTemplate, getReportStructure
-
Constructor Details
-
ChartLegend
public ChartLegend()
-
-
Method Details
-
copy
Description copied from interface:Copyable
Get a copy of this element- Returns:
- element copy
-
isEnabled
public boolean isEnabled()Returns is enabled- Returns:
- Is enabled
-
isFloating
public boolean isFloating()Returns is floating- Returns:
- Is floating
-
getModel
Get chart legend model- Returns:
- Legend model
-