org.jzy3d.colors
Class ColorAWT
java.lang.Object
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ColorAWT
public ColorAWT()
toAWT
public static Color toAWT(Color c)
fromAWT
public Color fromAWT(Color c)
Copyright © 2013. All rights reserved.