|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectde.frag.umlplugin.classcloud.ColorComputer
public class ColorComputer
Computes colors for class cloud nodes.
Constructor Summary | |
---|---|
ColorComputer()
|
Method Summary | |
---|---|
static java.awt.Color |
computeColor(double preferredX,
double preferredY,
double width,
double height,
Settings settings)
Computes node color for class cloud node with given preferred coordinates and class cloud size. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ColorComputer()
Method Detail |
---|
@NotNull public static java.awt.Color computeColor(double preferredX, double preferredY, double width, double height, @NotNull Settings settings)
preferredX
- preferred x-coordinate (0..n means left to right)preferredY
- preferred y-coordinate (0..n means top to bottom)width
- with of class cloudheight
- height of class cloudsettings
- settings
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |