Bouncy Castle Rendering Toolkit 1.0

org.bouncycastle.graphics.rt.objects
Class Colors

java.lang.Object
  |
  +--org.bouncycastle.graphics.rt.objects.Colors

public class Colors
extends java.lang.Object

a list of colors.

Example:

        <Colors>
            0.000, 1.000, 0.000,
            1.000, 1.000, 0.000,
            1.000, 1.000, 1.000,
            1.000, 0.000, 0.000
        </Colors>
 

Document Type Definition:

     <!ELEMENT Colors (#PCDATA)>
 


Method Summary
 Color3f[] colors()
           
static Colors getInstance(RMLReader in)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getInstance

public static Colors getInstance(RMLReader in)
                          throws java.io.IOException

colors

public Color3f[] colors()

Bouncy Castle Rendering Toolkit 1.0