com.triangularpixels.rebirth.resources.extendeddecoders
Class PointDecoder.Attribute

java.lang.Object
  extended by com.triangularpixels.rebirth.resources.extendeddecoders.PointDecoder.Attribute
Enclosing class:
PointDecoder

public static class PointDecoder.Attribute
extends Object

Decodes xml attributes into java.awt.Point objects of the form "(x, y)" eg.


Constructor Summary
PointDecoder.Attribute()
           
 
Method Summary
static Point decode(String str)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PointDecoder.Attribute

public PointDecoder.Attribute()
Method Detail

decode

public static Point decode(String str)


Copyright © 2009 TriangularPixels.com. All Rights Reserved.