Class ncsa.horizon.modules.SliceChooserPanel
All Packages Class Hierarchy This Package Previous Next Index
Class ncsa.horizon.modules.SliceChooserPanel
java.lang.Object
|
+----java.awt.Component
|
+----java.awt.Container
|
+----java.awt.Panel
|
+----ncsa.horizon.modules.SliceChooserPanel
- public class SliceChooserPanel
- extends Panel
- implements LayoutRearrangeable
-
axesList
- The List of axis labels.
-
dimensionLabel
- Dimension: Label
-
dimensionTextFields
- Array of TextField to display dimension of
the n-d array
-
locationLabel
- Location: Label
-
noaLabeledField
- Number of Axes labeledlField
-
setButton
- Set button.
-
sliceLabel
- Slice: label
-
sliceLocationLabel
- Location label
-
sliceLocTextFields
- Array of TextField to display location of
current slice or for user to input the n-d
coordinates to set the location of current
slice
-
titleLabel
- Slice Choosing Panel: title label
-
volLocTextFields
- Array of TextField to display location of
the volume
-
volumeLabel
- Volume: label
-
xaxisChoice
- Xaxis label
-
xSizeLabeledField
- X Size: LabeledField
-
yaxisChoice
- Yaxis lable
-
ySizeLabeledField
- Y Size: Label
-
SliceChooserPanel(int, double[])
-
-
SliceChooserPanel(int, double[], CoordinateSystem)
-
-
SliceChooserPanel(int, double[], double[])
-
-
SliceChooserPanel(int, double[], double[], CoordinateSystem)
-
-
SliceChooserPanel(Volume)
-
-
SliceChooserPanel(Volume, CoordinateSystem)
-
-
SliceChooserPanel(Volume, CoordinateSystem, Slice)
-
-
SliceChooserPanel(Volume, Slice)
-
-
action(Event, Object)
-
-
constructAxesLabel(CoordinateSystem)
-
-
constructAxesList()
- Initialize axesList.
-
constructComponents(CoordinateSystem)
- Initialize the member graphic interface Components.
-
constructXaxisChoice()
- Initialize xaxisChoice.
-
constructYaxisChoice()
- Initialize yaxisChoice.
-
extractXaxis()
-
-
extractXSize()
-
-
extractYaxis()
-
-
extractYSize()
-
-
getCouterpartChoice(Choice)
-
-
getSlice()
-
-
layoutComponents()
-
-
layoutComponents(Container)
-
-
regist(Viewer)
-
titleLabel
protected Label titleLabel
- Slice Choosing Panel: title label
volumeLabel
protected Label volumeLabel
- Volume: label
noaLabeledField
protected LabeledField noaLabeledField
- Number of Axes labeledlField
axesList
protected List axesList
- The List of axis labels.
locationLabel
protected Label locationLabel
- Location: Label
volLocTextFields
protected TextField volLocTextFields[]
- Array of TextField to display location of
the volume
dimensionLabel
protected Label dimensionLabel
- Dimension: Label
dimensionTextFields
protected TextField dimensionTextFields[]
- Array of TextField to display dimension of
the n-d array
sliceLabel
protected Label sliceLabel
- Slice: label
setButton
protected Button setButton
- Set button. When it is hit, the current
slice will be reset with the displayed
attributes.
xaxisChoice
protected Choice xaxisChoice
- Xaxis label
yaxisChoice
protected Choice yaxisChoice
- Yaxis lable
sliceLocationLabel
protected Label sliceLocationLabel
- Location label
sliceLocTextFields
protected TextField sliceLocTextFields[]
- Array of TextField to display location of
current slice or for user to input the n-d
coordinates to set the location of current
slice
xSizeLabeledField
protected LabeledField xSizeLabeledField
- X Size: LabeledField
ySizeLabeledField
protected LabeledField ySizeLabeledField
- Y Size: Label
SliceChooserPanel
public SliceChooserPanel(Volume volume)
SliceChooserPanel
public SliceChooserPanel(Volume volume,
Slice slice)
SliceChooserPanel
public SliceChooserPanel(Volume volume,
CoordinateSystem coord)
SliceChooserPanel
public SliceChooserPanel(Volume volume,
CoordinateSystem coord,
Slice slice)
SliceChooserPanel
public SliceChooserPanel(int naxes,
double size[])
SliceChooserPanel
public SliceChooserPanel(int naxes,
double location[],
double size[])
SliceChooserPanel
public SliceChooserPanel(int naxes,
double size[],
CoordinateSystem coord)
SliceChooserPanel
public SliceChooserPanel(int naxes,
double location[],
double size[],
CoordinateSystem coord)
constructAxesLabel
protected void constructAxesLabel(CoordinateSystem coord)
constructAxesList
protected void constructAxesList()
- Initialize axesList.
This method is used only for contructors.
constructXaxisChoice
protected void constructXaxisChoice()
- Initialize xaxisChoice.
This method is used only for contructors.
constructYaxisChoice
protected void constructYaxisChoice()
- Initialize yaxisChoice.
This method is used only for contructors.
constructComponents
protected void constructComponents(CoordinateSystem coord)
- Initialize the member graphic interface Components.
This method is used only for contructors.
action
public boolean action(Event evt,
Object arg)
- Overrides:
- action in class Component
extractXaxis
protected int extractXaxis()
extractXSize
protected int extractXSize()
extractYaxis
protected int extractYaxis()
extractYSize
protected int extractYSize()
getCouterpartChoice
protected Choice getCouterpartChoice(Choice choice)
getSlice
public Slice getSlice()
layoutComponents
public void layoutComponents()
layoutComponents
public void layoutComponents(Container container)
regist
public void regist(Viewer viewer)
All Packages Class Hierarchy This Package Previous Next Index