org.apache.poi.xssf.usermodel
Class XSSFBuiltinTableStyle.XSSFBuiltinTypeStyleStyle

java.lang.Object
  extended by org.apache.poi.xssf.usermodel.XSSFBuiltinTableStyle.XSSFBuiltinTypeStyleStyle
All Implemented Interfaces:
TableStyle
Enclosing class:
XSSFBuiltinTableStyle

protected static class XSSFBuiltinTableStyle.XSSFBuiltinTypeStyleStyle
extends java.lang.Object
implements TableStyle

implementation for built-in styles


Constructor Summary
protected XSSFBuiltinTableStyle.XSSFBuiltinTypeStyleStyle(XSSFBuiltinTableStyle builtIn, TableStyle style)
           
 
Method Summary
 int getIndex()
           
 java.lang.String getName()
           
 DifferentialStyleProvider getStyle(TableStyleType type)
           
 boolean isBuiltin()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XSSFBuiltinTableStyle.XSSFBuiltinTypeStyleStyle

protected XSSFBuiltinTableStyle.XSSFBuiltinTypeStyleStyle(XSSFBuiltinTableStyle builtIn,
                                                          TableStyle style)
Parameters:
builtIn -
style -
Method Detail

getName

public java.lang.String getName()
Specified by:
getName in interface TableStyle

getIndex

public int getIndex()
Specified by:
getIndex in interface TableStyle

isBuiltin

public boolean isBuiltin()
Specified by:
isBuiltin in interface TableStyle

getStyle

public DifferentialStyleProvider getStyle(TableStyleType type)
Specified by:
getStyle in interface TableStyle