|
|||||||||
| Home >> All >> org >> apache >> batik >> [ parser overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
org.apache.batik.parser
Interface ShapeProducer

- All Known Implementing Classes:
- AWTPathProducer, AWTPolylineProducer
- public interface ShapeProducer
This interface represents objects which creates Shape objects.
- Version:
- $Id: ShapeProducer.java,v 1.3 2004/08/18 07:14:47 vhardy Exp $
| Method Summary | |
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. |
| Method Detail |
getShape
public java.awt.Shape getShape()
- Returns the Shape object initialized during the last parsing.
setWindingRule
public void setWindingRule(int i)
- Sets the winding rule used to construct the path.
getWindingRule
public int getWindingRule()
- Returns the current winding rule.
|
|||||||||
| Home >> All >> org >> apache >> batik >> [ parser overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC