Package dataPlots.layout
Class TDAxes
java.lang.Object
dataPlots.layout.TDAxes
The axis panel forms the main Component of the display, The time
scroller and various other components get added and controlled
from TDControl though.
- Author:
- Doug Gillespie
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionWork out the minimum insets required for the graph axis.int
Get the maximum extent of any of the gaph axis.void
-
Constructor Details
-
TDAxes
-
-
Method Details
-
getAxisInsets
Work out the minimum insets required for the graph axis.- Returns:
- minimum insets required by graph axes.
-
getGrahAxisExtent
Get the maximum extent of any of the gaph axis.- Parameters:
g
-- Returns:
-
getAxisPanel
- Returns:
- the axisPanel
-
getAxisInnerPanel
- Returns:
- the axisInnerPanel
-
getTimeAxis
- Returns:
- the timeAxis
-
setBorderInsets
public void setBorderInsets() -
getOuterPanel
- Returns:
- the outerPanel
-
getLayeredPane
- Returns:
- the layeredPane
-
getTimeRangePanel
- Returns:
- the timeRangePanel
-