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

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

public class FigRectangle
extends Fig


Constructor Summary
FigRectangle(java.lang.String name, int x, int y, int width, int height, FillColor fillColor)
           
 
Method Summary
 int getHeight()
           
 int getWidth()
           
 int getX()
           
 org.w3c.dom.Element getXML(org.w3c.dom.Document doc)
           
 int getY()
           
 
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

FigRectangle

public FigRectangle(java.lang.String name,
                    int x,
                    int y,
                    int width,
                    int height,
                    FillColor fillColor)
Method Detail

getXML

public org.w3c.dom.Element getXML(org.w3c.dom.Document doc)
Specified by:
getXML in class Fig

getX

public int getX()

getY

public int getY()

getWidth

public int getWidth()

getHeight

public int getHeight()


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