|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectde.frag.umlplugin.classcloud.Cell
public class Cell
Single cell in an ordered grid of class cloud cells.
Constructor Summary | |
---|---|
Cell(java.lang.String className,
int preferredX,
int preferredY,
int dependencyCount)
Creates new cell. |
Method Summary | |
---|---|
java.lang.String |
getClassName()
Gets qualified class name. |
int |
getDependencyCount()
Gets number of dependencies between this cell and all other cells in the same class cloud |
int |
getPreferredX()
Gets preferred x-coordinate. |
int |
getPreferredY()
Gets preferred y-coordinate. |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public Cell(@NotNull java.lang.String className, int preferredX, int preferredY, int dependencyCount)
className
- qualified class name for class cloud cellpreferredX
- preferred x-coordinate. 0.0 means left, 1.0 means rightpreferredY
- preferred y-coordinate. 0.0 means top, 1.0 means bottomdependencyCount
- number of dependencies between this cell and all other cellsMethod Detail |
---|
@NotNull public java.lang.String getClassName()
public int getPreferredX()
public int getPreferredY()
public int getDependencyCount()
@NotNull public java.lang.String toString()
toString
in class java.lang.Object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |