org.jzy3d.colors
Class ColorAWT

java.lang.Object
  extended by org.jzy3d.colors.ColorAWT

public class ColorAWT
extends Object

Color interface.

The Color interface provide a representation of a color, independant from the target Window Toolkit (AWT, SWT, etc).

Author:
Martin Pernollet

Constructor Summary
ColorAWT()
           
 
Method Summary
 Color fromAWT(Color c)
           
static Color toAWT(Color c)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ColorAWT

public ColorAWT()
Method Detail

toAWT

public static Color toAWT(Color c)

fromAWT

public Color fromAWT(Color c)


Copyright © 2013. All rights reserved.