Package hec.gfx2d
Class ViewportLinkRecord
java.lang.Object
hec.gfx2d.ViewportLinkRecord
This is a simple link object that links all of the Axis, AxisTics, and Axis labels for a given viewport
- Since:
- October 28, 2000
-
Field Summary
FieldsModifier and TypeFieldDescriptionboolean
boolean
-
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
y2axis
-
y1axis
-
x2axis
-
x1axis
-
y2axistics
-
y1axistics
-
x2axistics
-
x1axistics
-
y2label
-
y1label
-
x2label
-
x1label
-
hasXScroll
public boolean hasXScroll -
hasYScroll
public boolean hasYScroll -
y1axisticsSpacer
-
y1axislabelSpacer
-
y2axisticsSpacer
-
y2axislabelSpacer
-
x1axisticsSpacer
-
x1axislabelSpacer
-
x2axisticsSpacer
-
x2axislabelSpacer
-
-
Constructor Details
-
ViewportLinkRecord
public ViewportLinkRecord()
-