@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 |
clone()
Deprecated.
|
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)
@Deprecated @Removal(version="5.0.0") public Colorref clone()
clone
in class java.lang.Object
public Colorref copy()
copy
in interface Duplicatable
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int getValue()
public int hashCode()
hashCode
in class java.lang.Object
public 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.Object
Copyright 2020 The Apache Software Foundation or its licensors, as applicable.