public class Dim
extends java.lang.Object
| Constructor and Description |
|---|
Dim(Dim dim) |
Dim(int width,
int height,
boolean left2right) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o) |
int |
hashCode() |
boolean |
isLeft2right() |
void |
setLeft2right(boolean left2right) |
void |
setLocation(int x,
int y) |
java.awt.geom.Rectangle2D |
toRectangle2D() |
java.lang.String |
toString() |
public Dim(int width,
int height,
boolean left2right)
public Dim(Dim dim)
public java.lang.String toString()
toString in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic void setLocation(int x,
int y)
public java.awt.geom.Rectangle2D toRectangle2D()
public void setLeft2right(boolean left2right)
public boolean isLeft2right()