public class StrokeKit extends Object
| Modifier and Type | Field and Description |
|---|---|
static StrokeKit |
DEFAULT
Single pixel thickness instance.
|
| Constructor and Description |
|---|
StrokeKit(float strokeSize)
Constructs a standard StrokeKit for a given line thickness.
|
StrokeKit(Stroke round,
Stroke butt)
Constructs a StrokeKit given strokes.
|
| Modifier and Type | Method and Description |
|---|---|
Stroke |
getButt()
Returns a stroke with butted ends.
|
Stroke |
getRound()
Returns a stroke with rounded ends.
|
public static final StrokeKit DEFAULT
Copyright © 2025 Central Laboratory of the Research Councils. All Rights Reserved.