public class Insets3f
extends java.lang.Object
implements java.lang.Cloneable
| Modifier and Type | Field and Description |
|---|---|
com.jme3.math.Vector3f |
max |
com.jme3.math.Vector3f |
min |
| Constructor and Description |
|---|
Insets3f(float top,
float left,
float bottom,
float right) |
Insets3f(float top,
float left,
float bottom,
float right,
float front,
float back) |
Insets3f(com.jme3.math.Vector3f min,
com.jme3.math.Vector3f max) |
| Modifier and Type | Method and Description |
|---|---|
Insets3f |
clone() |
boolean |
equals(java.lang.Object o) |
com.jme3.math.Vector3f |
getMaxInsets() |
com.jme3.math.Vector3f |
getMinInsets() |
int |
hashCode() |
void |
setMaxInsets(com.jme3.math.Vector3f max) |
void |
setMinInsets(com.jme3.math.Vector3f min) |
java.lang.String |
toString() |
public Insets3f(float top,
float left,
float bottom,
float right)
public Insets3f(float top,
float left,
float bottom,
float right,
float front,
float back)
public Insets3f(com.jme3.math.Vector3f min,
com.jme3.math.Vector3f max)
public void setMinInsets(com.jme3.math.Vector3f min)
public com.jme3.math.Vector3f getMinInsets()
public void setMaxInsets(com.jme3.math.Vector3f max)
public com.jme3.math.Vector3f getMaxInsets()
public boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic Insets3f clone()
clone in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.Object