Documentation of 'org.jplot2d.util.Insets2D' Java class
Insets2D
org.jplot2d.util

Class Insets2D

  • Direct Known Subclasses:
    Insets2D.Double, Insets2D.Float


    public abstract class Insets2D
    extends java.lang.Object
    Immutable!
    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 class  Insets2D.Double
      An Insets2D instance specified with double precision
      static class  Insets2D.Float
      An 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 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
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • Insets2D

        public Insets2D()
    • 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

You see the box below because you did not login.