hades.models.rtlib
Class GenericRtlibObject.DINColorSource

java.lang.Object
  extended byhades.models.rtlib.GenericRtlibObject.DINColorSource
All Implemented Interfaces:
ColorSource
Enclosing class:
GenericRtlibObject

public class GenericRtlibObject.DINColorSource
extends java.lang.Object
implements ColorSource


Constructor Summary
GenericRtlibObject.DINColorSource()
           
 
Method Summary
 java.awt.Color getColor()
          get the current value of the Color from this ColorSource
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GenericRtlibObject.DINColorSource

public GenericRtlibObject.DINColorSource()
Method Detail

getColor

public java.awt.Color getColor()
Description copied from interface: ColorSource
get the current value of the Color from this ColorSource

Specified by:
getColor in interface ColorSource