de.deepamehta.plugins.topicmaps
Class ClusterCoords.Entry

Show UML class diagram
java.lang.Object
  extended by de.deepamehta.plugins.topicmaps.ClusterCoords.Entry
Enclosing class:
ClusterCoords

public class ClusterCoords.Entry
extends Object


Field Summary
 long topicId
           
 int x
           
 int y
           
 
Constructor Summary
private ClusterCoords.Entry(long topicId, int x, int y)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

topicId

public long topicId

x

public int x

y

public int y
Constructor Detail

ClusterCoords.Entry

private ClusterCoords.Entry(long topicId,
                            int x,
                            int y)


Copyright © 2014. All Rights Reserved.