Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.apache.batik.parser
Interface ShapeProducer  view ShapeProducer download ShapeProducer.java

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.