de.bsd.x2svg.draw
Class Element

java.lang.Object
  extended by de.bsd.x2svg.draw.ElementBox
      extended by de.bsd.x2svg.draw.Element

public class Element
extends ElementBox

Draw a box of an element with the element name in it and indicators of cardinality and content type (text)

Example:

Since:
1.0
Author:
hwr@pilhuhn.de

Field Summary
 
Fields inherited from class de.bsd.x2svg.draw.ElementBox
name, textColor
 
Constructor Summary
Element(java.lang.String name, Cardinality card)
          Constructor to use
 
Method Summary
 void draw(org.apache.batik.svggen.SVGGraphics2D svg, int topX, int topY, int width, int height, boolean isText, boolean isEmpty)
          Draws the element box
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Element

public Element(java.lang.String name,
               Cardinality card)
Constructor to use

Parameters:
name - The name of the element
card - The cardinality
Method Detail

draw

public void draw(org.apache.batik.svggen.SVGGraphics2D svg,
                 int topX,
                 int topY,
                 int width,
                 int height,
                 boolean isText,
                 boolean isEmpty)
Draws the element box

Overrides:
draw in class ElementBox
Parameters:
svg - the svg canvas to draw on
topX - the top left corner
topY - the top left corner
width - width of the element box
height - height of the element box
isText - should the text-marker be drawn?
isEmpty - should the empty-marker be drawn?


x2svg version 1.2.1