Class PxSize

java.lang.Object
org.gvsig.dxf.px.PxSize
All Implemented Interfaces:
ISize

public class PxSize extends Object implements ISize
  • Constructor Details

    • PxSize

      public PxSize(int w, int h)
  • Method Details

    • 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