public class WriteDimension
extends java.lang.Object
Created by loy on 2017/6/15.
构造器和说明 |
---|
WriteDimension(int left,
int top,
int width,
int height) |
限定符和类型 | 方法和说明 |
---|---|
boolean |
equals(java.lang.Object o) |
int |
getBottom()
底部的坐标 top + height
|
int |
getHeight() |
int |
getLeft() |
int |
getOrigBottom() |
int |
getOrigHeight() |
int |
getOrigLeft() |
int |
getOrigRight() |
int |
getOrigTop() |
int |
getOrigWidth() |
int |
getRight()
右侧的坐标left + width
|
int |
getTop() |
int |
getWidth() |
int |
hashCode() |
void |
setHeight(int height) |
void |
setLeft(int left) |
void |
setTop(int top) |
void |
setWidth(int width) |
java.lang.String |
toString() |
static WriteDimension |
valueOf(int left,
int top,
int width,
int height) |
boolean |
visible() |
public static WriteDimension valueOf(int left, int top, int width, int height)
public int getLeft()
public void setLeft(int left)
public int getTop()
public void setTop(int top)
public int getWidth()
public int getOrigLeft()
public int getOrigTop()
public void setWidth(int width)
public int getHeight()
public void setHeight(int height)
public boolean visible()
public int getRight()
public int getOrigRight()
public int getOrigBottom()
public int getOrigWidth()
public int getOrigHeight()
public int getBottom()
public java.lang.String toString()
toString
在类中 java.lang.Object
public boolean equals(java.lang.Object o)
equals
在类中 java.lang.Object
public int hashCode()
hashCode
在类中 java.lang.Object