agile2d.geom
Class QuadShape

java.lang.Object
  |
  +--agile2d.geom.PolygonShape
        |
        +--agile2d.geom.QuadShape
All Implemented Interfaces:
Shape

public class QuadShape
extends PolygonShape

Class QuadShape

Version:
$Revision: 1.2 $
Author:
Jean-Daniel Fekete

Field Summary
 
Fields inherited from class agile2d.geom.PolygonShape
closed, origin, vertices
 
Constructor Summary
QuadShape()
           
QuadShape(float[] vertices, int index, boolean closed)
           
 
Method Summary
 int getSize()
           
 
Methods inherited from class agile2d.geom.PolygonShape
append, append, closePath, contains, contains, contains, contains, createTransformedShape, curveTo, getBounds, getBounds2D, getCurrentPoint, getPath, getPathIterator, getPathIterator, getWindingRule, getXAt, getYAt, intersects, intersects, isClosed, setWindingRule, setXAt, setYAt
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

QuadShape

public QuadShape()

QuadShape

public QuadShape(float[] vertices,
                 int index,
                 boolean closed)
Method Detail

getSize

public int getSize()
Overrides:
getSize in class PolygonShape


Copyright © 2002 by University of Maryland, USA All rights reserved.