public class ImageDataExternal extends Object
ImageDataInternal
Constructor and Description |
---|
ImageDataExternal(Object id,
int centerX,
int centerY,
int width,
int height,
ImageDrawer drawer) |
Modifier and Type | Method and Description |
---|---|
int |
getCenterX() |
int |
getCenterY() |
int |
getHeight() |
Object |
getId() |
ImageDrawer |
getImageDrawer() |
int |
getWidth() |
public ImageDataExternal(Object id, int centerX, int centerY, int width, int height, ImageDrawer drawer)
public int getCenterY()
public int getCenterX()
public int getWidth()
public int getHeight()
public Object getId()
public ImageDrawer getImageDrawer()
Copyright © 2016 Metron, Inc.. All rights reserved.