public interface ShapeProducer
Modifier and Type | Method and Description |
---|---|
java.awt.Shape |
getShape()
Returns the Shape object initialized during the last parsing.
|
int |
getWindingRule()
Returns the current winding rule.
|
void |
setWindingRule(int i)
Sets the winding rule used to construct the path.
|
java.awt.Shape getShape()
void setWindingRule(int i)
int getWindingRule()
Copyright (c) 2010-2017 Gaudenz Alder, JGraph Ltd. All rights reserved.