fr.orsay.lri.varna.models.export
Class ColorCommand

java.lang.Object
  extended by fr.orsay.lri.varna.models.export.GraphicElement
      extended by fr.orsay.lri.varna.models.export.ColorCommand

public class ColorCommand
extends GraphicElement


Field Summary
(package private)  Color _color
           
 
Constructor Summary
ColorCommand(Color c)
           
 
Method Summary
 Color getColor()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

_color

Color _color
Constructor Detail

ColorCommand

public ColorCommand(Color c)
Method Detail

getColor

public Color getColor()