Package io.keikai.model.impl
Class AbstractColorAdv
- java.lang.Object
-
- io.keikai.model.impl.AbstractColorAdv
-
- All Implemented Interfaces:
SColor
,Serializable
- Direct Known Subclasses:
ColorImpl
public abstract class AbstractColorAdv extends Object implements SColor, Serializable
- Since:
- 3.5.0
- Author:
- dennis
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description AbstractColorAdv()
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description abstract byte[]
getARGB()
Returns byte array in Alpha, Red, Green, Blue order-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface io.keikai.model.SColor
getHtmlColor, getRGB
-
-