Package ch.bailu.gtk.gsk
Schnittstelle LineCap
public interface LineCap
-
Feldübersicht
FelderModifizierer und TypFeldBeschreibungstatic final int
Start and stop the line exactly at the start
and end pointstatic final int
Use a round ending, the center of the circle
is the start or end pointstatic final int
use squared ending, the center of the square
is the start or end point
-
Felddetails
-
BUTT
static final int BUTTStart and stop the line exactly at the start
and end point- Siehe auch:
-
ROUND
static final int ROUNDUse a round ending, the center of the circle
is the start or end point- Siehe auch:
-
SQUARE
static final int SQUAREuse squared ending, the center of the square
is the start or end point- Siehe auch:
-