public class DimensionFloat
extends java.awt.geom.Dimension2D
Constructor and Description |
---|
DimensionFloat()
Constructs a newly allocated DimensionFloat object
|
DimensionFloat(float width,
float height)
Constructs a newly allocated DimensionFloat object
|
Modifier and Type | Method and Description |
---|---|
float |
getHeightF()
Description goes here
|
float |
getWidthF()
Description goes here
|
void |
setHeightF(float value)
Description goes here
|
void |
setWidthF(float value)
Description goes here
|
public DimensionFloat()
public DimensionFloat(float width, float height)
width
- height
- public float getHeightF()
public void setHeightF(float value)
value
- public float getWidthF()
public void setWidthF(float value)
value
- 2014 Software FX, Inc. All Rights Reserved. Chart FX is a registered trademark of Software FX, Inc
All other names are trademarks or registered trademarks of their respective owners.