Documentation of 'de.erichseifert.gral.graphics.layout.AbstractLayout' Java class
AbstractLayout
de.erichseifert.gral.graphics.layout

Class AbstractLayout

    • Constructor Summary

      Constructors 
      Constructor and Description
      AbstractLayout(double gapX, double gapY) 
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      double getGapX()
      Returns the amount of horizontal space between two layed out components.
      double getGapY()
      Returns the amount of vertical space between two layed out components.
      void setGapX(double gapX)
      Sets the amount of horizontal space between two layed out components.
      void setGapY(double gapY)
      Sets the amount of horizontal space between two layed out components.
      • Methods inherited from class java.lang.Object

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

      • AbstractLayout

        public AbstractLayout(double gapX,
                              double gapY)
    • Method Detail

      • getGapX

        public double getGapX()
        Description copied from interface: Layout
        Returns the amount of horizontal space between two layed out components.
        Specified by:
        getGapX in interface Layout
        Returns:
        Space in pixels.
      • setGapX

        public void setGapX(double gapX)
        Description copied from interface: Layout
        Sets the amount of horizontal space between two layed out components.
        Specified by:
        setGapX in interface Layout
        Parameters:
        gapX - Space in pixels.
      • getGapY

        public double getGapY()
        Description copied from interface: Layout
        Returns the amount of vertical space between two layed out components.
        Specified by:
        getGapY in interface Layout
        Returns:
        Space in pixels.
      • setGapY

        public void setGapY(double gapY)
        Description copied from interface: Layout
        Sets the amount of horizontal space between two layed out components.
        Specified by:
        setGapY in interface Layout
        Parameters:
        gapY - Space in pixels.

DataMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.