nl.cloudfarming.client.area.field
Class FieldPalette

java.lang.Object
  extended by nl.cloudfarming.client.area.field.FieldPalette
All Implemented Interfaces:
Palette

public class FieldPalette
extends Object
implements Palette

Color palette for fields

Author:
Timon Veenstra

Constructor Summary
FieldPalette()
           
 
Method Summary
 Color getColorForState(org.netbeans.api.visual.model.ObjectState state)
           
 Color getColorForValue(Object value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FieldPalette

public FieldPalette()
Method Detail

getColorForValue

public Color getColorForValue(Object value)
Specified by:
getColorForValue in interface Palette

getColorForState

public Color getColorForState(org.netbeans.api.visual.model.ObjectState state)
Specified by:
getColorForState in interface Palette


Copyright © 2011. All Rights Reserved.