com.partnersoft.v3x.apps.MapBrowser
Class MiscPoint

java.lang.Object
  extended by com.partnersoft.v3x.apps.MapBrowser.MiscPoint

public class MiscPoint
extends java.lang.Object

A miscellaneous data point. An embarrassing kludge. A happy customer.


Field Summary
 CaseInsensitiveTreeMap data
           
 int offsetX
           
 int offsetY
           
 double rotation
           
 java.lang.String style
           
 double x
           
 double y
           
 
Constructor Summary
MiscPoint()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

style

public java.lang.String style

x

public double x

y

public double y

rotation

public double rotation

offsetX

public int offsetX

offsetY

public int offsetY

data

public CaseInsensitiveTreeMap data
Constructor Detail

MiscPoint

public MiscPoint()