Plotting
Interface TwoDPlot
- All Superinterfaces:
- PlotBase
- All Known Implementing Classes:
- TwoDPlotter
public interface TwoDPlot
- extends PlotBase
Two dimensional plot interface.
This interface extends the base interface PlotBase and contains all
the user accessible plotting APIs.
- Since:
- 1.0
- See Also:
TwoDPlotter
,
ThreeDPlotter
SetXRange
void SetXRange(float min,
float max)
SetYRange
void SetYRange(float min,
float max)
ShowXMajorTicks
void ShowXMajorTicks(boolean showXTicks)
ShowYMajorTicks
void ShowYMajorTicks(boolean showYTicks)
ShowXMinorTicks
void ShowXMinorTicks(boolean showXTicks)
ShowYMinorTicks
void ShowYMinorTicks(boolean showYTicks)
SetMajorXTickSpacing
void SetMajorXTickSpacing(float delta)
SetMajorYTickSpacing
void SetMajorYTickSpacing(float delta)
SetMinorXTickSpacing
void SetMinorXTickSpacing(float delta)
SetMinorYTickSpacing
void SetMinorYTickSpacing(float delta)
SetLineType
void SetLineType(LineType lineType)
SetConnectionType
void SetConnectionType(ConnectionType connType)
SetLineWidth
void SetLineWidth(int width)