Serializable
Insets2D.Double
, Insets2D.Float
public abstract class Insets2D extends Object implements Serializable
Insets
,
Serialized FormModifier and Type | Class | Description |
---|---|---|
static class |
Insets2D.Double |
An Insets2D instance specified with double precision
|
static class |
Insets2D.Float |
An Insets2D instance specified with float precision
|
Constructor | Description |
---|---|
Insets2D() |
Modifier and Type | Method | 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()