public class HwmfColorRef extends java.lang.Object implements Duplicatable, GenericRecord
| Constructor and Description |
|---|
HwmfColorRef() |
HwmfColorRef(java.awt.Color colorRef) |
HwmfColorRef(HwmfColorRef other) |
| Modifier and Type | Method and Description |
|---|---|
HwmfColorRef |
copy() |
java.awt.Color |
getColor() |
java.util.Map<java.lang.String,java.util.function.Supplier<?>> |
getGenericProperties() |
int |
init(LittleEndianInputStream leis) |
void |
setColor(java.awt.Color color) |
java.lang.String |
toString() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetGenericChildren, getGenericRecordTypepublic HwmfColorRef()
public HwmfColorRef(HwmfColorRef other)
public HwmfColorRef(java.awt.Color colorRef)
public int init(LittleEndianInputStream leis) throws java.io.IOException
java.io.IOExceptionpublic java.awt.Color getColor()
public void setColor(java.awt.Color color)
public HwmfColorRef copy()
copy in interface Duplicatablepublic java.lang.String toString()
toString in class java.lang.Objectpublic java.util.Map<java.lang.String,java.util.function.Supplier<?>> getGenericProperties()
getGenericProperties in interface GenericRecordCopyright 2021 The Apache Software Foundation or its licensors, as applicable.