Class PercentRect

  • All Implemented Interfaces:
    java.io.Serializable

    public class PercentRect
    extends java.lang.Object
    implements java.io.Serializable
    See Also:
    Serialized Form
    • Field Summary

      Fields 
      Modifier and Type Field Description
      float bottom  
      float left  
      float right  
      float top  
    • Constructor Summary

      Constructors 
      Constructor Description
      PercentRect()  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • top

        public float top
      • bottom

        public float bottom
      • right

        public float right
      • left

        public float left
    • Constructor Detail

      • PercentRect

        public PercentRect()