Package org.apache.pivot.charts
Class LineChartView
- java.lang.Object
-
- org.apache.pivot.wtk.Component
-
- org.apache.pivot.charts.ChartView
-
- org.apache.pivot.charts.LineChartView
-
- All Implemented Interfaces:
ConstrainedVisual
,Visual
public class LineChartView extends ChartView
Presents chart data using a line plot.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.apache.pivot.charts.ChartView
ChartView.Category, ChartView.CategorySequence, ChartView.Element, ChartView.Skin
-
Nested classes/interfaces inherited from class org.apache.pivot.wtk.Component
Component.DecoratorSequence, Component.StyleDictionary, Component.UserDataDictionary
-
-
Field Summary
-
Fields inherited from class org.apache.pivot.charts.ChartView
chartData, DEFAULT_SERIES_NAME_KEY, PROVIDER_NAME
-
-
Constructor Summary
Constructors Constructor Description LineChartView()
Construct and install skin.
-
Method Summary
-
Methods inherited from class org.apache.pivot.charts.ChartView
getCategories, getChartData, getChartViewCategoryListeners, getChartViewListeners, getChartViewSeriesListeners, getElementAt, getHorizontalAxisLabel, getSeriesNameKey, getShowLegend, getTitle, getValueMarkers, getVerticalAxisLabel, installSkin, setChartData, setHorizontalAxisLabel, setSeriesNameKey, setShowLegend, setTitle, setValueMarkers, setVerticalAxisLabel
-
Methods inherited from class org.apache.pivot.wtk.Component
checkSkin, clear, clearFocus, contains, copyStyle, copyStyle, getAncestor, getAncestor, getAttribute, getAutomationID, getBaseline, getBaseline, getBounds, getComponentClassListeners, getComponentDataListeners, getComponentDecoratorListeners, getComponentKeyListeners, getComponentListeners, getComponentMouseButtonListeners, getComponentMouseListeners, getComponentMouseWheelListeners, getComponentStateListeners, getComponentStyleListeners, getComponentTooltipListeners, getCursor, getDecoratedBounds, getDecorators, getDisplay, getDragSource, getDropTarget, getFocusedComponent, getGraphics, getHeight, getHeightLimits, getLocation, getMaximumHeight, getMaximumWidth, getMenuHandler, getMinimumHeight, getMinimumWidth, getMouseLocation, getName, getNamedStyles, getParent, getPreferredHeight, getPreferredHeight, getPreferredSize, getPreferredWidth, getPreferredWidth, getScreenBounds, getSize, getSkin, getStyle, getStyle, getStyleBoolean, getStyleBoolean, getStyleColor, getStyleColor, getStyleFont, getStyleFont, getStyleInt, getStyleInt, getStyles, getTextInputMethodListener, getTooltipDelay, getTooltipText, getTooltipWrapText, getTypedStyles, getUserData, getVisibleArea, getVisibleArea, getVisibleArea, getWidth, getWidthLimits, getWindow, getX, getY, indexBoundsCheck, invalidate, isBlocked, isEnabled, isFocusable, isFocused, isMouseOver, isOpaque, isPreferredHeightSet, isPreferredSizeSet, isPreferredWidthSet, isShowing, isValid, isVisible, keyPressed, keyReleased, keyTyped, layout, load, mapPointFromAncestor, mapPointFromAncestor, mapPointToAncestor, mapPointToAncestor, mouseClick, mouseDown, mouseMove, mouseOut, mouseOver, mouseUp, mouseWheel, offsetToScreen, paint, putStyle, putStyle, reenterMouse, repaint, repaint, repaint, repaint, repaint, repaint, requestFocus, scrollAreaToVisible, scrollAreaToVisible, setAttribute, setAutomationID, setAutomationID, setCursor, setDragSource, setDropTarget, setEnabled, setFocused, setHeight, setHeightLimits, setHeightLimits, setLocation, setLocation, setMaximumHeight, setMaximumWidth, setMenuHandler, setMinimumHeight, setMinimumWidth, setName, setParent, setPreferredHeight, setPreferredSize, setPreferredSize, setPreferredWidth, setSize, setSize, setSkin, setStyleName, setStyleNames, setStyleNames, setStyles, setStyles, setTooltipDelay, setTooltipText, setTooltipWrapText, setVisible, setWidth, setWidthLimits, setWidthLimits, setX, setY, store, toString, transferFocus, validate
-
-