| com.projity.pm.graphic.chart.TimeChartPanel
verticalScrolling | protected boolean verticalScrolling(Code) | | |
TimeChartPanel | public TimeChartPanel(ChartInfo chartInfo)(Code) | | Parameters: chart - |
buildChart | protected JFreeChart buildChart()(Code) | | |
createPopupMenu | protected JPopupMenu createPopupMenu(boolean arg0, boolean arg1, boolean arg2, boolean arg3)(Code) | | |
getNonPlotHeight | public double getNonPlotHeight()(Code) | | Gets space used by legend and headers if any
|
getPreferredScrollableViewportSize | public Dimension getPreferredScrollableViewportSize()(Code) | | |
getScrollableBlockIncrement | public int getScrollableBlockIncrement(Rectangle visibleRect, int orientation, int direction)(Code) | | |
getScrollableTracksViewportHeight | public boolean getScrollableTracksViewportHeight()(Code) | | |
getScrollableTracksViewportWidth | public boolean getScrollableTracksViewportWidth()(Code) | | |
getScrollableUnitIncrement | public int getScrollableUnitIncrement(Rectangle visibleRect, int orientation, int direction)(Code) | | |
isVerticalScrolling | public boolean isVerticalScrolling()(Code) | | Returns the verticalScrolling. |
setVerticalScrolling | public void setVerticalScrolling(boolean verticalScrolling)(Code) | | Parameters: verticalScrolling - The verticalScrolling to set. |
updateChart | public void updateChart()(Code) | | |
updateTimeScaleComponentSize | public void updateTimeScaleComponentSize()(Code) | | |
|
|