Package | Description |
---|---|
com.b3dgs.lionengine.core.sequence |
Sequencing package.
|
com.b3dgs.lionengine.graphic |
Graphic basic dedicated package.
|
Modifier and Type | Method and Description |
---|---|
protected void |
Sequence.onLoaded(double extrp,
Graphic g)
Called when the sequence has been loaded.
|
Modifier and Type | Field and Description |
---|---|
protected Graphic |
ScreenBase.graphics
Active graphic buffer reference.
|
Modifier and Type | Method and Description |
---|---|
Graphic |
ImageBuffer.createGraphic()
Create the image graphic context.
|
static Graphic |
Graphics.createGraphic()
Create a graphic context.
|
Graphic |
FactoryGraphic.createGraphic()
Create a graphic context.
|
Graphic |
ScreenBase.getGraphic() |
Graphic |
Screen.getGraphic()
Get current graphic.
|
Modifier and Type | Method and Description |
---|---|
void |
SpriteFont.draw(Graphic g,
int x,
int y,
Align align,
String... text)
Draw a multiple text at specified location.
|
void |
Text.draw(Graphic g,
int x,
int y,
Align alignment,
String text)
Renders text on graphic output, to the specified location and alignment.
|
void |
SpriteFont.draw(Graphic g,
int x,
int y,
Align align,
String text)
Draw a single text at specified location.
|
void |
Text.draw(Graphic g,
int x,
int y,
String text)
Renders text on graphic output, to the specified location.
|
int |
Text.getStringHeight(Graphic g,
String str)
Get string height size.
|
int |
Text.getStringWidth(Graphic g,
String str)
Get string width size.
|
void |
Renderable.render(Graphic g)
Render the element.
|
void |
SpriteParallaxed.render(Graphic g,
int line,
int x,
int y)
Render a line of parallax to the specified coordinates.
|
Copyright © 2017 Byron 3D Games Studio. All rights reserved.