TinyLine
v2.0

com.tinyline.svg
Class SVGUnknownElem

java.lang.Object
  extended bycom.tinyline.svg.SVGNode
      extended bycom.tinyline.svg.SVGUnknownElem

public class SVGUnknownElem
extends SVGNode

The SVGUnknownElem class implements the 'unknown' element.

Version:
1.9

Author:
Andrew Girow

Field Summary
 
Fields inherited from class com.tinyline.svg.SVGNode
animatedVals, bounds, children, color, display, fill, fillOpacity, fillRule, fontFamily, fontSize, fontStyle, fontWeight, helem, id, opacity, outlined, ownerDocument, parent, stopColor, stopOpacity, stroke, strokeDashArray, strokeDashOffset, strokeLineCap, strokeLineJoin, strokeMiterLimit, strokeOpacity, strokeWidth, textAnchor, transform, visibility, xmlSpace
 
Constructor Summary
SVGUnknownElem()
          Constructs a new SVGUnknownElem.
 
Method Summary
 SVGNode copyNode()
          Constructs a copy of the given node.
 int createOutline()
          Creates an outline of this node.
 void paint(SVGRaster renderer)
          Draws this node.
 
Methods inherited from class com.tinyline.svg.SVGNode
addChild, contains, getAttribute, getBounds, getCapStyle, getCurrentColor, getDashArray, getDashOffset, getDevBounds, getDisplay, getFillColor, getFillOpacity, getFillRule, getFontFamily, getFontSize, getGlobalTransform, getJoinStyle, getLineThickness, getMiterLimit, getNodeById, getOpacity, getStopColor, getStopOpacity, getStrokeColor, getStrokeOpacity, getTextAnchor, getVisibility, intersects, isDisplay, isVisible, matchUserAgent, nodeHitAt, removeChild, resolveColor, seekAElem, setAttribute
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SVGUnknownElem

public SVGUnknownElem()
Constructs a new SVGUnknownElem.

Method Detail

paint

public void paint(SVGRaster renderer)
Draws this node.

Specified by:
paint in class SVGNode
Parameters:
renderer - The SVGRaster object that does the drawing.

copyNode

public SVGNode copyNode()
Constructs a copy of the given node.

Specified by:
copyNode in class SVGNode

createOutline

public int createOutline()
Creates an outline of this node.

Specified by:
createOutline in class SVGNode

TinyLine
v2.0

Provided under the terms of the TinyLine License Agreement that has been included with this distribution