public static class G2DRenderTargetBuilder.G2DGraphics extends Object
| Constructor and Description |
|---|
G2DGraphics(int width,
int height) |
| Modifier and Type | Method and Description |
|---|---|
Graphics2D |
getGraphics() |
int |
getHeight() |
Image |
getImage() |
float |
getScaling() |
Vector |
getTranslate() |
int |
getWidth() |
void |
refresh(PreviewModel m,
RenderTarget target) |
void |
reset() |
void |
setScaling(float scaling) |
public void refresh(PreviewModel m, RenderTarget target)
public Vector getTranslate()
public float getScaling()
public void setScaling(float scaling)
public Graphics2D getGraphics()
public Image getImage()
public int getWidth()
public int getHeight()
public void reset()
Copyright © 2007–2017. All rights reserved.