@Internal public class Colorref extends java.lang.Object implements Duplicatable
| Constructor and Description |
|---|
Colorref() |
Colorref(byte[] data,
int offset) |
Colorref(Colorref other) |
Colorref(int value) |
| Modifier and Type | Method and Description |
|---|---|
Colorref |
copy() |
boolean |
equals(java.lang.Object obj) |
int |
getValue() |
int |
hashCode() |
boolean |
isEmpty() |
void |
serialize(byte[] data,
int offset) |
void |
setValue(int value) |
byte[] |
toByteArray() |
java.lang.String |
toString() |
static Colorref |
valueOfIco(int ico) |
public Colorref()
public Colorref(Colorref other)
public Colorref(byte[] data,
int offset)
public Colorref(int value)
public static Colorref valueOfIco(int ico)
public Colorref copy()
copy in interface Duplicatablepublic boolean equals(java.lang.Object obj)
equals in class java.lang.Objectpublic int getValue()
public int hashCode()
hashCode in class java.lang.Objectpublic boolean isEmpty()
public void serialize(byte[] data,
int offset)
public void setValue(int value)
public byte[] toByteArray()
public java.lang.String toString()
toString in class java.lang.ObjectCopyright 2022 The Apache Software Foundation or its licensors, as applicable.