|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ShapeFill | |
|---|---|
| org.newdawn.slick | |
| org.newdawn.slick.fills | Fill effects used to colour and mogrify shapes during rendering |
| org.newdawn.slick.geom | Simple geometric wrappers that can be used for rendering and collision. |
| Uses of ShapeFill in org.newdawn.slick |
|---|
| Methods in org.newdawn.slick with parameters of type ShapeFill | |
|---|---|
void |
Graphics.draw(Shape shape,
ShapeFill fill)
Draw the outline of the given shape. |
void |
Graphics.fill(Shape shape,
ShapeFill fill)
Draw the the given shape filled in. |
void |
Graphics.texture(Shape shape,
Image image,
float scaleX,
float scaleY,
ShapeFill fill)
Draw the the given shape filled in with a texture |
void |
Graphics.texture(Shape shape,
Image image,
ShapeFill fill)
Draw the the given shape filled in with a texture |
| Uses of ShapeFill in org.newdawn.slick.fills |
|---|
| Classes in org.newdawn.slick.fills that implement ShapeFill | |
|---|---|
class |
GradientFill
A fill effect used to define gradients when filling and drawing shapes. |
| Uses of ShapeFill in org.newdawn.slick.geom |
|---|
| Methods in org.newdawn.slick.geom with parameters of type ShapeFill | |
|---|---|
static void |
ShapeRenderer.draw(Shape shape,
ShapeFill fill)
Draw the outline of the given shape. |
static void |
ShapeRenderer.fill(Shape shape,
ShapeFill fill)
Draw the the given shape filled in. |
static void |
ShapeRenderer.texture(Shape shape,
Image image,
float scaleX,
float scaleY,
ShapeFill fill)
Draw the the given shape filled in with a texture. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||