public class Extension extends java.lang.Object implements java.lang.Cloneable, Formattable
| Modifier and Type | Field and Description |
|---|---|
protected static int |
BASE_HASH |
protected float |
leftWidth |
protected float |
lowerHeight |
protected float |
rightWidth |
protected float |
upperHeight |
format| Constructor and Description |
|---|
Extension() |
Extension(float leftWidth,
float rightWidth,
float upperHeight,
float lowerHeight) |
| Modifier and Type | Method and Description |
|---|---|
Extension |
add(Extension o) |
Extension |
compose_X(Extension other) |
Extension |
compose_Y(Extension other) |
Extension |
compose_Z(Extension other) |
Extension |
doclone() |
boolean |
equals(java.lang.Object e0) |
Format |
format() |
float |
get_leftWidth() |
float |
get_lowerHeight() |
float |
get_rightWidth() |
float |
get_upperHeight() |
int |
hashCode() |
Extension |
initFrom(java.lang.Object o0) |
Extension |
multiply(float factor) |
java.lang.String |
toString() |
float |
wholeHeight() |
float |
wholeWidth() |
Extension |
with_leftWidth(float val) |
Extension |
with_lowerHeight(float val) |
Extension |
with_rightWidth(float val) |
Extension |
with_upperHeight(float val) |
boolean |
x_equals(Extension e0) |
protected static final int BASE_HASH
protected float leftWidth
protected float rightWidth
protected float upperHeight
protected float lowerHeight
public Extension()
public Extension(float leftWidth,
float rightWidth,
float upperHeight,
float lowerHeight)
public Extension doclone()
public Extension multiply(float factor)
public float wholeWidth()
public float wholeHeight()
public java.lang.String toString()
toString in class java.lang.Objectpublic Format format()
format in interface Formattablepublic boolean equals(java.lang.Object e0)
equals in class java.lang.Objectpublic boolean x_equals(Extension e0)
public int hashCode()
hashCode in class java.lang.Objectpublic Extension initFrom(java.lang.Object o0)
public float get_leftWidth()
public Extension with_leftWidth(float val)
public float get_rightWidth()
public Extension with_rightWidth(float val)
public float get_upperHeight()
public Extension with_upperHeight(float val)
public float get_lowerHeight()
public Extension with_lowerHeight(float val)