public static interface ShapeRenderer.Shapes.Group<EX extends Exception> extends AutoCloseable
| Modifier and Type | Method and Description |
|---|---|
void |
arc(ShapeRenderer.Shapes.Style style,
double cx,
double cy,
double radius,
double start,
double extent) |
void |
close() |
default void |
line(ShapeRenderer.Shapes.Style style,
double x1,
double y1,
double x2,
double y2) |
ShapeRenderer.Shapes.Path<EX> |
path(ShapeRenderer.Shapes.Style style) |
default void |
polygon(ShapeRenderer.Shapes.Style style,
ShapeRenderer.Shapes.Point... points) |
void |
rect(ShapeRenderer.Shapes.Style style,
double x,
double y,
double width,
double height) |
void |
roundRect(ShapeRenderer.Shapes.Style style,
double x,
double y,
double width,
double height,
double diameter) |
void |
text(TextGlyphs text,
double x,
double y) |
void roundRect(ShapeRenderer.Shapes.Style style, double x, double y, double width, double height, double diameter) throws EX extends Exception
void rect(ShapeRenderer.Shapes.Style style, double x, double y, double width, double height) throws EX extends Exception
void arc(ShapeRenderer.Shapes.Style style, double cx, double cy, double radius, double start, double extent) throws EX extends Exception
default void line(ShapeRenderer.Shapes.Style style, double x1, double y1, double x2, double y2) throws EX extends Exception
default void polygon(ShapeRenderer.Shapes.Style style, ShapeRenderer.Shapes.Point... points) throws EX extends Exception
void text(TextGlyphs text, double x, double y) throws EX extends Exception
ShapeRenderer.Shapes.Path<EX> path(ShapeRenderer.Shapes.Style style)
Copyright © 2019. All rights reserved.