Package org.apache.poi.hssf.record.cf
Class IconMultiStateFormatting
- java.lang.Object
-
- org.apache.poi.hssf.record.cf.IconMultiStateFormatting
-
- All Implemented Interfaces:
Duplicatable
,GenericRecord
public final class IconMultiStateFormatting extends Object implements Duplicatable, GenericRecord
Icon / Multi-State Conditional Formatting Rule Record.
-
-
Constructor Summary
Constructors Constructor Description IconMultiStateFormatting()
IconMultiStateFormatting(IconMultiStateFormatting other)
IconMultiStateFormatting(LittleEndianInput in)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IconMultiStateFormatting
copy()
int
getDataLength()
Map<String,Supplier<?>>
getGenericProperties()
IconMultiStateFormatting.IconSet
getIconSet()
Threshold[]
getThresholds()
boolean
isIconOnly()
boolean
isReversed()
void
serialize(LittleEndianOutput out)
void
setIconOnly(boolean only)
void
setIconSet(IconMultiStateFormatting.IconSet set)
void
setReversed(boolean rev)
void
setThresholds(Threshold[] thresholds)
String
toString()
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface org.apache.poi.common.usermodel.GenericRecord
getGenericChildren, getGenericRecordType
-
-
-
-
Constructor Detail
-
IconMultiStateFormatting
public IconMultiStateFormatting()
-
IconMultiStateFormatting
public IconMultiStateFormatting(IconMultiStateFormatting other)
-
IconMultiStateFormatting
public IconMultiStateFormatting(LittleEndianInput in)
-
-
Method Detail
-
getIconSet
public IconMultiStateFormatting.IconSet getIconSet()
-
setIconSet
public void setIconSet(IconMultiStateFormatting.IconSet set)
-
getThresholds
public Threshold[] getThresholds()
-
setThresholds
public void setThresholds(Threshold[] thresholds)
-
isIconOnly
public boolean isIconOnly()
-
setIconOnly
public void setIconOnly(boolean only)
-
isReversed
public boolean isReversed()
-
setReversed
public void setReversed(boolean rev)
-
getGenericProperties
public Map<String,Supplier<?>> getGenericProperties()
- Specified by:
getGenericProperties
in interfaceGenericRecord
-
copy
public IconMultiStateFormatting copy()
- Specified by:
copy
in interfaceDuplicatable
- Returns:
- a deep copy of the implementing class / instance
-
getDataLength
public int getDataLength()
-
serialize
public void serialize(LittleEndianOutput out)
-
-