Class GTileGeometry

  • All Implemented Interfaces:
    java.lang.Cloneable

    public class GTileGeometry
    extends java.awt.geom.Dimension2D
    • Constructor Summary

      Constructors 
      Constructor Description
      GTileGeometry​(double width, double height, java.util.List<java.lang.Double> westPositions)  
      GTileGeometry​(java.awt.geom.Dimension2D dim, java.util.List<java.lang.Double> westPositions)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      double getHeight()  
      java.util.List<java.lang.Double> getWestPositions()  
      double getWidth()  
      void setSize​(double width, double height)  
      • Methods inherited from class java.awt.geom.Dimension2D

        clone, setSize
      • Methods inherited from class java.lang.Object

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

      • GTileGeometry

        public GTileGeometry​(java.awt.geom.Dimension2D dim,
                             java.util.List<java.lang.Double> westPositions)
      • GTileGeometry

        public GTileGeometry​(double width,
                             double height,
                             java.util.List<java.lang.Double> westPositions)
    • Method Detail

      • setSize

        public void setSize​(double width,
                            double height)
        Specified by:
        setSize in class java.awt.geom.Dimension2D
      • getWidth

        public final double getWidth()
        Specified by:
        getWidth in class java.awt.geom.Dimension2D
      • getHeight

        public final double getHeight()
        Specified by:
        getHeight in class java.awt.geom.Dimension2D
      • getWestPositions

        public java.util.List<java.lang.Double> getWestPositions()