th.co.edge.jseq.argouml.pgml
Class FigPoly

java.lang.Object
  extended by th.co.edge.jseq.argouml.pgml.Fig
      extended by th.co.edge.jseq.argouml.pgml.FigPath
          extended by th.co.edge.jseq.argouml.pgml.FigPoly

public class FigPoly
extends FigPath


Constructor Summary
FigPoly(java.lang.String name, int x1, int y1, int x2, int y2)
           
FigPoly(java.lang.String name, java.util.List<java.awt.Point> points)
           
 
Method Summary
 
Methods inherited from class th.co.edge.jseq.argouml.pgml.FigPath
getDescription, getPoints, getXML
 
Methods inherited from class th.co.edge.jseq.argouml.pgml.Fig
createElement, getFill, getFillColor, getName, getStroke, getStrokeColor
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FigPoly

public FigPoly(java.lang.String name,
               int x1,
               int y1,
               int x2,
               int y2)

FigPoly

public FigPoly(java.lang.String name,
               java.util.List<java.awt.Point> points)


Copyright © 2008 Edge Software, Co., Ltd.. All Rights Reserved.