org.ujac.print.tag.graphics
Interface PointHolder

All Known Implementing Classes:
DrawPolygonTag, DrawPolyLineTag

public interface PointHolder

Name: PointHolder
Description: Interface for tags that can contain points.

Author:
lauerc

Method Summary
 void addPoint(float x, float y)
          Adds the given point to the point holder's container.
 

Method Detail

addPoint

void addPoint(float x,
              float y)
              throws TagAttributeException
Adds the given point to the point holder's container.

Parameters:
x - The horizontal position of the point.
y - The vertical position of the point.
Throws:
TagAttributeException - In case the adding of the option has been failed.


Copyright © 2003-2004 UJAC.org. All Rights Reserved.