de.bsd.x2svg.draw
Class AnonymousContainer

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

public class AnonymousContainer
extends ElementBox

Draw a box of an anonymous element container and indicators of cardinality and content model.

Example:

Since:
1.1
Author:
Gareth Floodgate, Heiko W. Rupp

Field Summary
private  ContentModel content
           
 
Fields inherited from class de.bsd.x2svg.draw.ElementBox
name, textColor
 
Constructor Summary
AnonymousContainer(Cardinality card, ContentModel content)
          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
 

Field Detail

content

private ContentModel content
Constructor Detail

AnonymousContainer

public AnonymousContainer(Cardinality card,
                          ContentModel content)
Constructor to use

Parameters:
card - The cardinality
content - The content model of the container
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