com.metsci.glimpse.painter.shape
Class PointSetPainter.IdXy

java.lang.Object
  extended by com.metsci.glimpse.painter.shape.PointSetPainter.IdXy
All Implemented Interfaces:
Xy
Enclosing class:
PointSetPainter

public static class PointSetPainter.IdXy
extends java.lang.Object
implements Xy


Constructor Summary
PointSetPainter.IdXy(int id, float x, float y)
           
 
Method Summary
 int id()
           
 float x()
           
 float y()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PointSetPainter.IdXy

public PointSetPainter.IdXy(int id,
                            float x,
                            float y)
Method Detail

id

public int id()

x

public float x()
Specified by:
x in interface Xy

y

public float y()
Specified by:
y in interface Xy


Copyright © 2012 Metron, Inc.. All Rights Reserved.