public class RoboImage extends RoboAbstractImage
Image based on a static bitmap.Image.BitmapTransformer, Image.Region| Constructor and Description |
|---|
RoboImage(GLContext ctx,
org.robovm.apple.coregraphics.CGImage image,
Scale scale) |
| Modifier and Type | Method and Description |
|---|---|
org.robovm.apple.coregraphics.CGImage |
cgImage()
Returns the
CGImage that underlies this image. |
float |
height() |
float |
width() |
addCallback, draw, draw, getRgb, isReady, toPattern, toUIImage, transformclearTexture, ensureTexture, scalereference, release, repeatX, repeatY, setMipmapped, setRepeat, subImageequals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitclearTexture, ensureTexture, repeatX, repeatY, scale, setMipmapped, setRepeat, subImagepublic org.robovm.apple.coregraphics.CGImage cgImage()
RoboAbstractImageCGImage that underlies this image. This is public so that games that need
to write custom backend code to do special stuff can access it. No promises are made, caveat
coder.cgImage in class RoboAbstractImagepublic float width()
public float height()
Copyright © 2015. All Rights Reserved.