Package | Description |
---|---|
com.b3dgs.lionengine.core.filter |
Filter implementations package.
|
com.b3dgs.lionengine.graphic |
Graphic basic dedicated package.
|
Modifier and Type | Method and Description |
---|---|
Transform |
FilterHq3x.getTransform(double scaleX,
double scaleY) |
Transform |
FilterHq2x.getTransform(double scaleX,
double scaleY) |
Transform |
FilterBlur.getTransform(double scaleX,
double scaleY) |
Transform |
FilterBilinear.getTransform(double scaleX,
double scaleY) |
Modifier and Type | Method and Description |
---|---|
static Transform |
Graphics.createTransform()
Create a transform.
|
Transform |
FactoryGraphic.createTransform()
Create a transform.
|
Transform |
Filter.getTransform(double scaleX,
double scaleY)
Get the associated transform.
|
Modifier and Type | Method and Description |
---|---|
void |
Graphic.drawImage(ImageSurface image,
Transform op,
int x,
int y)
Draw an image to the graphic.
|
Copyright © 2017 Byron 3D Games Studio. All rights reserved.