| Package | Description | 
|---|---|
| org.cell2d.celick | |
| org.cell2d.celick.geom | 
| Modifier and Type | Method and Description | 
|---|---|
| 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 | 
| Modifier and Type | Method and Description | 
|---|---|
| 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. |