org.jplot2d.util
Class Insets2D
- java.lang.Object
-
- org.jplot2d.util.Insets2D
-
- Direct Known Subclasses:
- Insets2D.Double, Insets2D.Float
public abstract class Insets2D extends java.lang.ObjectImmutable!
An Insets2D object is a representation of the borders of a container. It specifies the space that a container must leave at each of its edges.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class and Description static classInsets2D.DoubleAn Insets2D instance specified with double precisionstatic classInsets2D.FloatAn Insets2D instance specified with float precision
-
Constructor Summary
Constructors Constructor and Description Insets2D()
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method and Description abstract doublegetBottom()Returns the inset from the bottom in double precisionabstract doublegetLeft()Returns the inset from the left in double precisionabstract doublegetRight()Returns the inset from the right in double precisionabstract doublegetTop()Returns the inset from the top in double precision
-
-
-
Method Detail
-
getTop
public abstract double getTop()
Returns the inset from the top in double precision- Returns:
- the inset from the top in double precision
-
getLeft
public abstract double getLeft()
Returns the inset from the left in double precision- Returns:
- the inset from the left in double precision
-
getBottom
public abstract double getBottom()
Returns the inset from the bottom in double precision- Returns:
- the inset from the bottom in double precision
-
getRight
public abstract double getRight()
Returns the inset from the right in double precision- Returns:
- the inset from the right in double precision
-
-
DMelt 3.0 © DataMelt by jWork.ORG