程序包 dev.utils.common

类 ScaleUtils.XY

java.lang.Object
dev.utils.common.ScaleUtils.XY
所有已实现的接口:
Comparable<ScaleUtils.XY>
封闭类:
ScaleUtils

public static class ScaleUtils.XY extends Object implements Comparable<ScaleUtils.XY>
detail: XY 比实体类
作者:
Ttt
  • 字段详细资料

    • x

      public final int x
    • y

      public final int y
    • scale

      public final double scale
    • type

      public final int type
  • 构造器详细资料

    • XY

      public XY(int x, int y)
    • XY

      public XY(int x, int y, int type)
  • 方法详细资料