JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
grammarscope.iface
Interface IPalette<T>
Type Parameters:
T
- type of object to get colors
All Known Implementing Classes:
RelationPalette
public interface
IPalette<T>
Palette for objects
Author:
Bernard Bou
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method and Description
java.awt.Color
color
(
T
obj)
Get color of object.
Method Detail
color
java.awt.Color color(
T
obj)
Get color of object.
Parameters:
obj
- an object to get color of
Returns:
Color of the object
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method