public static interface MultiResolutionPath.SkipCountComputer
Path.makePositions(DrawContext, PathData)
.Modifier and Type | Method and Description |
---|---|
int |
computeSkipCount(DrawContext dc,
Path.PathData pathData)
Determines the number of positions to skip for the current viewing state.
|
int computeSkipCount(DrawContext dc, Path.PathData pathData)
dc
- the current draw context.pathData
- this shape's current path data.