public abstract class Insets2D
extends java.lang.Object
implements java.io.Serializable
Insets
,
Serialized FormModifier and Type | Class and Description |
---|---|
static class |
Insets2D.Double
An Insets2D instance specified with double precision
|
static class |
Insets2D.Float
An Insets2D instance specified with float precision
|
Constructor and Description |
---|
Insets2D() |
Modifier and Type | Method and Description |
---|---|
abstract double |
getBottom()
Returns the inset from the bottom in double precision
|
abstract double |
getLeft()
Returns the inset from the left in double precision
|
abstract double |
getRight()
Returns the inset from the right in double precision
|
abstract double |
getTop()
Returns the inset from the top in double precision
|
public abstract double getTop()
public abstract double getLeft()
public abstract double getBottom()
public abstract double getRight()