pivot.charts
Class HighLowChartView

java.lang.Object
  extended by pivot.wtk.Component
      extended by pivot.charts.ChartView
          extended by pivot.charts.HighLowChartView
All Implemented Interfaces:
ConstrainedVisual, Visual

public class HighLowChartView
extends ChartView

Presents chart data using "open/high/low/close" plot.

Author:
gbrown

Nested Class Summary
 
Nested classes/interfaces inherited from class pivot.charts.ChartView
ChartView.Category, ChartView.CategorySequence, ChartView.Element, ChartView.Skin
 
Nested classes/interfaces inherited from class pivot.wtk.Component
Component.Attributes, Component.ComponentDictionary, Component.DecoratorSequence, Component.StyleDictionary
 
Field Summary
 
Fields inherited from class pivot.charts.ChartView
DEFAULT_SERIES_NAME_KEY, PROVIDER_PROPERTY_NAME
 
Constructor Summary
HighLowChartView()
           
 
Method Summary
 
Methods inherited from class pivot.charts.ChartView
getCategories, getChartData, getChartViewCategoryListeners, getChartViewListeners, getChartViewSeriesListeners, getElementAt, getHorizontalAxisLabel, getSeriesNameKey, getShowLegend, getTitle, getVerticalAxisLabel, installChartSkin, installSkin, setChartData, setHorizontalAxisLabel, setSeriesNameKey, setShowLegend, setTitle, setVerticalAxisLabel
 
Methods inherited from class pivot.wtk.Component
clearFocus, clearFocus, finalize, getAttributes, getBounds, getComponentClassListeners, getComponentDataListeners, getComponentDecoratorListeners, getComponentDragDropListeners, getComponentKeyListeners, getComponentLayoutListeners, getComponentListeners, getComponentMouseButtonListeners, getComponentMouseListeners, getComponentMouseWheelListeners, getComponents, getComponentStateListeners, getCursor, getDecoratedBounds, getDecorators, getDisplay, getDragSource, getDropTarget, getFocusedComponent, getHandle, getHeight, getLocation, getParent, getPreferredHeight, getPreferredHeight, getPreferredSize, getPreferredWidth, getPreferredWidth, getSize, getSkin, getStyles, getTooltipText, getUserData, getVisibleArea, getVisibleArea, getVisibleArea, getWidth, getWindow, getX, getY, invalidate, isBlocked, isDisplayable, isEnabled, isFocusable, isFocused, isMouseOver, isPreferredHeightSet, isPreferredSizeSet, isPreferredWidthSet, isShowing, isValid, isVisible, keyPressed, keyReleased, keyTyped, load, mapPointFromAncestor, mapPointToAncestor, mouseClick, mouseDown, mouseMove, mouseOut, mouseOver, mouseUp, mouseWheel, paint, repaint, repaint, repaint, repaint, repaint, repaint, requestFocus, requestFocus, scrollAreaToVisible, scrollAreaToVisible, setAttributes, setCursor, setCursor, setDisplayable, setDragSource, setDropTarget, setEnabled, setFocused, setLocation, setLocation, setParent, setPreferredHeight, setPreferredSize, setPreferredSize, setPreferredWidth, setSize, setSize, setSkin, setStyles, setStyles, setStyles, setTooltipText, setUserData, setVisible, store, toString, transferFocus, validate
 
Methods inherited from class java.lang.Object
clone, equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

HighLowChartView

public HighLowChartView()