org.apache.poi.xssf.usermodel
Class XSSFIconMultiStateFormatting

java.lang.Object
  extended by org.apache.poi.xssf.usermodel.XSSFIconMultiStateFormatting
All Implemented Interfaces:
IconMultiStateFormatting

public class XSSFIconMultiStateFormatting
extends java.lang.Object
implements IconMultiStateFormatting

High level representation for Icon / Multi-State Formatting component of Conditional Formatting settings


Nested Class Summary
 
Nested classes/interfaces inherited from interface org.apache.poi.ss.usermodel.IconMultiStateFormatting
IconMultiStateFormatting.IconSet
 
Method Summary
 XSSFConditionalFormattingThreshold createThreshold()
           
 IconMultiStateFormatting.IconSet getIconSet()
           
 XSSFConditionalFormattingThreshold[] getThresholds()
           
 boolean isIconOnly()
           
 boolean isReversed()
           
 void setIconOnly(boolean only)
           
 void setIconSet(IconMultiStateFormatting.IconSet set)
           
 void setReversed(boolean reversed)
           
 void setThresholds(ConditionalFormattingThreshold[] thresholds)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getIconSet

public IconMultiStateFormatting.IconSet getIconSet()
Specified by:
getIconSet in interface IconMultiStateFormatting

setIconSet

public void setIconSet(IconMultiStateFormatting.IconSet set)
Specified by:
setIconSet in interface IconMultiStateFormatting

isIconOnly

public boolean isIconOnly()
Specified by:
isIconOnly in interface IconMultiStateFormatting

setIconOnly

public void setIconOnly(boolean only)
Specified by:
setIconOnly in interface IconMultiStateFormatting

isReversed

public boolean isReversed()
Specified by:
isReversed in interface IconMultiStateFormatting

setReversed

public void setReversed(boolean reversed)
Specified by:
setReversed in interface IconMultiStateFormatting

getThresholds

public XSSFConditionalFormattingThreshold[] getThresholds()
Specified by:
getThresholds in interface IconMultiStateFormatting

setThresholds

public void setThresholds(ConditionalFormattingThreshold[] thresholds)
Specified by:
setThresholds in interface IconMultiStateFormatting

createThreshold

public XSSFConditionalFormattingThreshold createThreshold()
Specified by:
createThreshold in interface IconMultiStateFormatting