|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.pentaho.chart.ChartDocumentContext
public class ChartDocumentContext
The DocumentContext
for the Charting systen.
Constructor Summary | |
---|---|
ChartDocumentContext(ChartDocument chart)
Constructs a chart document context based on a chart document |
Method Summary | |
---|---|
ChartDocument |
getChartDocument()
Returns the ChartDocument |
org.pentaho.reporting.libraries.resourceloader.ResourceKey |
getContextKey()
Returns the context key provides the base-key for resolving relative URLs. |
ChartSeriesDataLinkInfo |
getDataLinkInfo()
|
org.pentaho.reporting.libraries.css.namespace.NamespaceCollection |
getNamespaces()
Returns information about the known namespaces. |
org.pentaho.reporting.libraries.css.dom.LayoutOutputMetaData |
getOutputMetaData()
|
org.pentaho.reporting.libraries.resourceloader.ResourceManager |
getResourceManager()
Returns the resource manager that is used to load externally referenced resources. |
org.pentaho.reporting.libraries.css.model.StyleKeyRegistry |
getStyleKeyRegistry()
Returns the style-key registry that holds all known stylekeys that might be encountered during the parsing. |
org.pentaho.reporting.libraries.css.dom.StyleReference[] |
getStyleReferences()
Returns the style references for the chart. |
Class[] |
getSupportedResourceTypes()
Returns the list of supported resource types that can be loaded as external resources. |
void |
setDataLinkInfo(ChartSeriesDataLinkInfo dataLinkInfo)
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ChartDocumentContext(ChartDocument chart) throws org.pentaho.reporting.libraries.resourceloader.ResourceKeyCreationException
org.pentaho.reporting.libraries.resourceloader.ResourceKeyCreationException
Method Detail |
---|
public ChartDocument getChartDocument()
public org.pentaho.reporting.libraries.css.dom.StyleReference[] getStyleReferences()
getStyleReferences
in interface org.pentaho.reporting.libraries.css.dom.DocumentContext
StyleReferences
which contain the style information extracted
from the chart definition. The objects are in the same order as they are encountered in the
chart definition file.public org.pentaho.reporting.libraries.resourceloader.ResourceManager getResourceManager()
getSupportedResourceTypes()
method.
getResourceManager
in interface org.pentaho.reporting.libraries.css.dom.DocumentContext
getSupportedResourceTypes()
public org.pentaho.reporting.libraries.resourceloader.ResourceKey getContextKey()
getContextKey
in interface org.pentaho.reporting.libraries.css.dom.DocumentContext
ResourceManager.deriveKey(ResourceKey, String)
public Class[] getSupportedResourceTypes()
getSupportedResourceTypes
in interface org.pentaho.reporting.libraries.css.dom.DocumentContext
ResourceManager.create(ResourceKey, ResourceKey, Class[])
public org.pentaho.reporting.libraries.css.namespace.NamespaceCollection getNamespaces()
getNamespaces
in interface org.pentaho.reporting.libraries.css.dom.DocumentContext
NamespaceDefinition
,
NamespaceCollection.getDefinition(String)
public org.pentaho.reporting.libraries.css.model.StyleKeyRegistry getStyleKeyRegistry()
getStyleKeyRegistry
in interface org.pentaho.reporting.libraries.css.dom.DocumentContext
public org.pentaho.reporting.libraries.css.dom.LayoutOutputMetaData getOutputMetaData()
getOutputMetaData
in interface org.pentaho.reporting.libraries.css.dom.DocumentContext
public ChartSeriesDataLinkInfo getDataLinkInfo()
public void setDataLinkInfo(ChartSeriesDataLinkInfo dataLinkInfo)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |