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, wait
getGenericChildren, getGenericRecordType
public HwmfColorRef()
public HwmfColorRef(HwmfColorRef other)
public HwmfColorRef(java.awt.Color colorRef)
public int init(LittleEndianInputStream leis) throws java.io.IOException
java.io.IOException
public java.awt.Color getColor()
public void setColor(java.awt.Color color)
public HwmfColorRef copy()
copy
in interface Duplicatable
public java.lang.String toString()
toString
in class java.lang.Object
public java.util.Map<java.lang.String,java.util.function.Supplier<?>> getGenericProperties()
getGenericProperties
in interface GenericRecord
Copyright 2021 The Apache Software Foundation or its licensors, as applicable.