|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectptolemy.domains.gr.kernel.GRUtilities2D
public class GRUtilities2D
Utilities that are useful for building 2D GR actors.
yellow (vogel) |
yellow (chf) |
Constructor Summary | |
---|---|
GRUtilities2D()
|
Method Summary | |
---|---|
static java.awt.Color |
makeColor(DoubleMatrixToken colorVector)
Given a 1x3 DoubleMatrixToken, return the corresponding java.awt.Color object. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public GRUtilities2D()
Method Detail |
---|
public static java.awt.Color makeColor(DoubleMatrixToken colorVector)
colorVector
- A 1x3 DoubleMatrixToken of where the
first element is the red value, the second is the green
value and the third is the blue value.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |