public abstract class ViewGraphic
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
private int |
height |
private java.lang.String |
id |
private java.lang.String |
name |
private int |
textX |
private int |
textY |
private int |
width |
Constructor and Description |
---|
ViewGraphic(java.lang.String id,
java.lang.String name,
int width,
int height,
int textX,
int textY) |
Modifier and Type | Method and Description |
---|---|
int |
getHeight() |
java.lang.String |
getId() |
java.lang.String |
getName() |
int |
getTextX() |
int |
getTextY() |
int |
getWidth() |
boolean |
isDynamicImage() |
boolean |
isImageSet() |
private final java.lang.String id
private final java.lang.String name
private final int width
private final int height
private final int textX
private final int textY
ViewGraphic(java.lang.String id, java.lang.String name, int width, int height, int textX, int textY)
public java.lang.String getId()
public java.lang.String getName()
public int getWidth()
public int getHeight()
public int getTextX()
public int getTextY()
public boolean isImageSet()
public boolean isDynamicImage()