public interface ColorItem extends ResourceItem<ColorItem,ColorParams,javafx.scene.paint.Color>
| Modifier and Type | Method and Description |
|---|---|
default javafx.scene.paint.Color |
get()
Return the resource unique instance.
|
default ColorItem |
set(ColorParams colorParams)
Attach the resource parameter.
|
builder, paramdefault ColorItem set(ColorParams colorParams)
set in interface ResourceItem<ColorItem,ColorParams,javafx.scene.paint.Color>colorParams - the primitive values for this resourcedefault javafx.scene.paint.Color get()
get in interface ResourceItem<ColorItem,ColorParams,javafx.scene.paint.Color>Copyright © 2011–2018 JRebirth OSS. All rights reserved.