org.askalon.graph.chart
Interface XYXMLChart

All Superinterfaces:
Chart, Cleanable, SectionChart
All Known Subinterfaces:
XMLEventChart, XYChart

public interface XYXMLChart
extends SectionChart

This is the common super-interface of the XY- and XMLEventChart, providing functionality that is supported by both charts.

Author:
Georg Schild and Franz Endstrasser

Method Summary
 float getLinkLineWidth()
          Gets the current linewidth of the link-lines.
 NodeType getNodeType(int section)
          Gets the node-type of a section.
 void setLinkLineWidth(float width)
          Sets the linewidth of all links to the specified value.
 void setNodeType(int section, NodeType n)
          Sets the node-type for a section.
 
Methods inherited from interface org.askalon.graph.chart.SectionChart
getSectionColor, getSectionCount, getSectionName, isVisible, setSectionColor, setSectionName, setVisible
 
Methods inherited from interface org.askalon.graph.chart.Chart
getChartConfiguration, getChartMenu, getChartName, getLegend, getUnit, getXAxisText, getYAxisText, isDisableUpdate, isEdgesVisible, refreshConfiguration, resetConfiguration, setChartConfiguration, setDisableUpdate, setEdgesVisible, setUnit, setXAxisText, setYAxisText
 
Methods inherited from interface org.askalon.graph.chart.base.Cleanable
cleanUp
 

Method Detail

setNodeType

void setNodeType(int section,
                 NodeType n)
Sets the node-type for a section. Nodes can be shown as spheres, cuboids, cylinders, etc.

Parameters:
section - the id of the section for which the node-type should be changed
n - the new node-type
See Also:
NodeType, getNodeType(int)

getNodeType

NodeType getNodeType(int section)
Gets the node-type of a section.

Parameters:
section - the id of the section for which the node-type should be returned
Returns:
the node-type of this section
See Also:
NodeType, setNodeType(int, NodeType)

setLinkLineWidth

void setLinkLineWidth(float width)
Sets the linewidth of all links to the specified value.

Parameters:
width - the new linewidth
See Also:
getLinkLineWidth()

getLinkLineWidth

float getLinkLineWidth()
Gets the current linewidth of the link-lines.

Returns:
the current linewidth
See Also:
setLinkLineWidth(float)


Part of:
Askalon_Logo
ASKALON Visualisation Diagrams