Class Region


  • public class Region
    extends java.lang.Object
    A region definition, for placement of text/images.
    • Constructor Summary

      Constructors 
      Constructor Description
      Region()  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • x

        public int x
      • y

        public int y
      • w

        public int w
      • h

        public int h
      • style

        public int style
      • clip

        public boolean clip
    • Constructor Detail

      • Region

        public Region()