|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectdiva.canvas.toolbox.GraphicsParser
public class GraphicsParser
A collection of utilities to help parsing graphics from strings and other kinds of external storage.
Constructor Summary | |
---|---|
GraphicsParser()
Deprecated. |
Method Summary | |
---|---|
static PaintedObject |
createPaintedObject(String type,
Map attributes)
Deprecated. Create a new painted object. |
static PaintedObject |
createPaintedObject(String type,
Map attributes,
String content)
Deprecated. Create a new painted object. |
static PaintedObject |
createPaintedObject(String type,
String attributes,
String content)
Deprecated. Create a new painted object. |
static void |
hashAttributes(String s,
Map map)
Deprecated. Given a XML-style attribute string and a hash-table, add each attribute and its value to the table. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public GraphicsParser()
Method Detail |
---|
public static PaintedObject createPaintedObject(String type, String attributes, String content)
public static PaintedObject createPaintedObject(String type, Map attributes, String content)
public static PaintedObject createPaintedObject(String type, Map attributes)
public static void hashAttributes(String s, Map map)
FIXME: this sucks.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |