org.jicengine.element.impl
Class ColorCompiler

java.lang.Object
  extended byorg.jicengine.element.ElementCompiler
      extended byorg.jicengine.element.impl.StrictElementCompiler
          extended byorg.jicengine.element.impl.ColorCompiler

public class ColorCompiler
extends StrictElementCompiler

Author:
.timo

Constructor Summary
ColorCompiler(java.lang.String name, Location location)
           
 
Method Summary
static java.awt.Color toColor(java.lang.String colorSpec)
           
 
Methods inherited from class org.jicengine.element.impl.StrictElementCompiler
handleExtraChildElement
 
Methods inherited from class org.jicengine.element.ElementCompiler
createElement, elementInitialized, getConstructor, getElement, getLocation, getName, handleChildElement, setAction, setCData, setConstructor, setId, setInstanceClass, setOverridableBy, setParameters, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ColorCompiler

public ColorCompiler(java.lang.String name,
                     Location location)
              throws SyntaxException
Method Detail

toColor

public static java.awt.Color toColor(java.lang.String colorSpec)