Package com.vaadin.ui
Interface AbstractColorPicker.Coordinates2Color
-
- All Superinterfaces:
Serializable
- Enclosing class:
- AbstractColorPicker
public static interface AbstractColorPicker.Coordinates2Color extends Serializable
Interface for converting 2d-coordinates to a Color
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Colorcalculate(int x, int y)Calculate color from coordinatesint[]calculate(Color c)Calculate coordinates from color
-