public final class ImageContent
extends java.lang.Object
When sizing icons with icon-text-fit, the icon size will be adjusted so that the this content box fits exactly around the text.
Constructor | Description |
---|---|
ImageContent(float left,
float top,
float right,
float bottom) |
Modifier and Type | Method | Description |
---|---|---|
boolean |
equals(java.lang.Object obj) |
|
float[] |
getContentArray() |
Get the array for this content, sorted by left, top, right, bottom.
|
int |
hashCode() |
|
java.lang.String |
toString() |
public ImageContent(float left, float top, float right, float bottom)
public float[] getContentArray()
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public java.lang.String toString()
toString
in class java.lang.Object