public class GraphicsParser
extends java.lang.Object
Constructor and Description |
---|
GraphicsParser() |
Modifier and Type | Method and Description |
---|---|
static PaintedObject |
createPaintedObject(java.lang.String type,
java.util.Map attributes)
Create a new painted object.
|
static PaintedObject |
createPaintedObject(java.lang.String type,
java.util.Map attributes,
java.lang.String content)
Create a new painted object.
|
static PaintedObject |
createPaintedObject(java.lang.String type,
java.lang.String attributes,
java.lang.String content)
Create a new painted object.
|
static void |
hashAttributes(java.lang.String s,
java.util.Map map)
Given a XML-style attribute string and a hash-table, add
each attribute and its value to the table.
|
public static PaintedObject createPaintedObject(java.lang.String type, java.lang.String attributes, java.lang.String content)
public static PaintedObject createPaintedObject(java.lang.String type, java.util.Map attributes, java.lang.String content)
public static PaintedObject createPaintedObject(java.lang.String type, java.util.Map attributes)
public static void hashAttributes(java.lang.String s, java.util.Map map)
FIXME: this sucks.