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