Class PxRect

java.lang.Object
org.gvsig.dxf.px.PxObj
org.gvsig.dxf.px.PxRect
All Implemented Interfaces:
Extent.Has, Colored, IPoint, ISize

public class PxRect extends PxObj implements IPoint, ISize, Colored
  • Constructor Details

  • Method Details

    • x

      public int x()
      Specified by:
      x in interface IPoint
    • x

      public int x(int x)
      Specified by:
      x in interface IPoint
    • y

      public int y()
      Specified by:
      y in interface IPoint
    • y

      public int y(int y)
      Specified by:
      y in interface IPoint
    • w

      public int w()
      Specified by:
      w in interface ISize
    • w

      public int w(int w)
      Specified by:
      w in interface ISize
    • h

      public int h()
      Specified by:
      h in interface ISize
    • h

      public int h(int h)
      Specified by:
      h in interface ISize
    • c

      public Color c()
      Specified by:
      c in interface Colored
    • c

      public Color c(Color color)
      Specified by:
      c in interface Colored
    • fillColor

      public Color fillColor()
    • fillColor

      public Color fillColor(Color c)