|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Dimension2D | |
---|---|
gov.noaa.pmel.sgt | Core classes for the Scientific Graphics Toolkit. |
gov.noaa.pmel.sgt.beans | Classes and interfaces that make up SGT Beans. |
gov.noaa.pmel.sgt.swing | Components that use the package javax.swing . |
gov.noaa.pmel.util | Contains date and time facilities and miscellaneous utility classes. |
Uses of Dimension2D in gov.noaa.pmel.sgt |
---|
Methods in gov.noaa.pmel.sgt that return Dimension2D | |
---|---|
Dimension2D |
Layer.getSizeP()
Get the Layer size in physical coordinates. |
Methods in gov.noaa.pmel.sgt with parameters of type Dimension2D | |
---|---|
void |
Layer.setSizeP(Dimension2D psize)
Set the size of the Layer in physical coordinates. |
void |
ColorKey.setSizeP(Dimension2D d)
Set the size of the key in physical coordinates. |
Constructors in gov.noaa.pmel.sgt with parameters of type Dimension2D | |
---|---|
ColorKey(Point2D.Double pt,
Dimension2D size,
int valign,
int halign)
|
|
Layer(java.lang.String id,
Dimension2D psize)
Create a Layer object. |
Uses of Dimension2D in gov.noaa.pmel.sgt.beans |
---|
Methods in gov.noaa.pmel.sgt.beans with parameters of type Dimension2D | |
---|---|
void |
DataGroupLayer.setSizeP(Dimension2D size)
|
Uses of Dimension2D in gov.noaa.pmel.sgt.swing |
---|
Methods in gov.noaa.pmel.sgt.swing that return Dimension2D | |
---|---|
Dimension2D |
JGraphicLayout.getKeyLayerSizeP()
Get the size of the key layer in physical coordinates. |
Dimension2D |
JPlotLayout.getLayerSizeP()
Get the JPlotLayout layer size in physical
coordinates. |
Dimension2D |
JLineProfileLayout.getLayerSizeP()
Deprecated. |
Methods in gov.noaa.pmel.sgt.swing with parameters of type Dimension2D | |
---|---|
void |
JGraphicLayout.setKeyLayerSizeP(Dimension2D d)
Set the size of the key layer in physical coordinates. |
void |
JPlotLayout.setLayerSizeP(Dimension2D d)
Set the layer size in physical units |
void |
JLineProfileLayout.setLayerSizeP(Dimension2D d)
Deprecated. |
Uses of Dimension2D in gov.noaa.pmel.util |
---|
Methods in gov.noaa.pmel.util with parameters of type Dimension2D | |
---|---|
boolean |
Dimension2D.equals(Dimension2D d)
Test for equality. |
void |
Dimension2D.setSize(Dimension2D d)
Set the size to match the specified size. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |