Class BaseLayoutInfo


  • public class BaseLayoutInfo
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected float h
      Height
      protected float w
      Width
      protected float x
      X-coordinate (given a ({@link this#hDesiredExt} * {@link this#wDesiredExt}) box, the actual ({@link this#h} * {@link this#w}) box is position w.r.t.
      protected float y
      Y-coordinate (given a ({@link this#hDesiredExt} * {@link this#wDesiredExt}) box, the actual ({@link this#h} * {@link this#w}) box is position w.r.t.
    • Constructor Summary

      Constructors 
      Constructor Description
      BaseLayoutInfo()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      float getH()  
      float getW()  
      float getX()  
      float getY()  
      java.lang.String toString()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Field Detail

      • x

        protected float x
        X-coordinate (given a ({@link this#hDesiredExt} * {@link this#wDesiredExt}) box, the actual ({@link this#h} * {@link this#w}) box is position w.r.t. this x-coordinate
      • y

        protected float y
        Y-coordinate (given a ({@link this#hDesiredExt} * {@link this#wDesiredExt}) box, the actual ({@link this#h} * {@link this#w}) box is position w.r.t. this y-coordinate
      • w

        protected float w
        Width
      • h

        protected float h
        Height
    • Constructor Detail

      • BaseLayoutInfo

        public BaseLayoutInfo()
    • Method Detail

      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object
      • getX

        public float getX()
      • getY

        public float getY()
      • getW

        public float getW()
      • getH

        public float getH()