Package io.keikai.model.impl
Class ConditionalStyleImpl
- java.lang.Object
-
- io.keikai.model.impl.AbstractCellStyleAdv
-
- io.keikai.model.impl.ImmutableCellStyleImpl
-
- io.keikai.model.impl.ImmutableExtraStyleImpl
-
- io.keikai.model.impl.ConditionalStyleImpl
-
- All Implemented Interfaces:
SCellStyle
,SConditionalStyle
,SExtraStyle
,Serializable
public class ConditionalStyleImpl extends ImmutableExtraStyleImpl implements SConditionalStyle
Used to pass style and format for SConditionalFormattingRule.- Author:
- Henri
- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface io.keikai.model.SCellStyle
SCellStyle.Alignment, SCellStyle.VerticalAlignment
-
-
Field Summary
-
Fields inherited from class io.keikai.model.impl.ImmutableCellStyleImpl
alignment, border, dataFormat, directFormat, fill, font, hidden, indention, locked, rotation, verticalAlignment, wrapText
-
Fields inherited from interface io.keikai.model.SCellStyle
FORMAT_GENERAL
-
-
Constructor Summary
Constructors Constructor Description ConditionalStyleImpl(SFont font, SFill fill, SBorder border, String dataFormat, SColorScale colorScale, SDataBar dataBar, Double barPercent, SIconSet iconSet, Integer iconSetId)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Double
getBarPercent()
SColorScale
getColorScale()
SDataBar
getDataBar()
SIconSet
getIconSet()
Integer
getIconSetId()
void
setIconSet(SIconSet iconSet)
-
Methods inherited from class io.keikai.model.impl.ImmutableExtraStyleImpl
getBorderBottom, getBorderDiagonal, getBorderHorizontal, getBorderLeft, getBorderRight, getBorderTop, getBorderVertical, getDataFormat
-
Methods inherited from class io.keikai.model.impl.ImmutableCellStyleImpl
copyFrom, equals, getAlignment, getBackColor, getBorder, getBorderBottomColor, getBorderDiagonalColor, getBorderHorizontalColor, getBorderLeftColor, getBorderRightColor, getBorderTopColor, getBorderVerticalColor, getFill, getFillColor, getFillPattern, getFillPatternHtml, getFont, getIndention, getRotation, getVerticalAlignment, hashCode, isDirectDataFormat, isHidden, isLocked, isShowDiagonalDownBorder, isShowDiagonalUpBorder, isWrapText, setAlignment, setBackColor, setBorderBottom, setBorderBottom, setBorderBottomColor, setBorderDiagonal, setBorderDiagonal, setBorderDiagonalColor, setBorderHorizontal, setBorderHorizontal, setBorderHorizontalColor, setBorderLeft, setBorderLeft, setBorderLeftColor, setBorderRight, setBorderRight, setBorderRightColor, setBorderTop, setBorderTop, setBorderTopColor, setBorderVertical, setBorderVertical, setBorderVerticalColor, setDataFormat, setDirectDataFormat, setFillColor, setFillPattern, setFont, setHidden, setIndention, setLocked, setRotation, setVerticalAlignment, setWrapText
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface io.keikai.model.SCellStyle
copyFrom, getAlignment, getBackColor, getBorder, getBorderBottom, getBorderBottomColor, getBorderDiagonal, getBorderDiagonalColor, getBorderHorizontal, getBorderHorizontalColor, getBorderLeft, getBorderLeftColor, getBorderRight, getBorderRightColor, getBorderTop, getBorderTopColor, getBorderVertical, getBorderVerticalColor, getDataFormat, getFill, getFillColor, getFillPattern, getFont, getIndention, getRotation, getVerticalAlignment, isDirectDataFormat, isHidden, isLocked, isShowDiagonalDownBorder, isShowDiagonalUpBorder, isWrapText, setAlignment, setBackColor, setBorderBottom, setBorderBottom, setBorderBottomColor, setBorderDiagonal, setBorderDiagonal, setBorderDiagonalColor, setBorderHorizontal, setBorderHorizontal, setBorderHorizontalColor, setBorderLeft, setBorderLeft, setBorderLeftColor, setBorderRight, setBorderRight, setBorderRightColor, setBorderTop, setBorderTop, setBorderTopColor, setBorderVertical, setBorderVertical, setBorderVerticalColor, setDataFormat, setDirectDataFormat, setFillColor, setFillPattern, setFont, setHidden, setIndention, setLocked, setRotation, setVerticalAlignment, setWrapText
-
-
-
-
Method Detail
-
getColorScale
public SColorScale getColorScale()
- Specified by:
getColorScale
in interfaceSConditionalStyle
-
getDataBar
public SDataBar getDataBar()
- Specified by:
getDataBar
in interfaceSConditionalStyle
-
getBarPercent
public Double getBarPercent()
- Specified by:
getBarPercent
in interfaceSConditionalStyle
-
getIconSet
public SIconSet getIconSet()
- Specified by:
getIconSet
in interfaceSConditionalStyle
-
setIconSet
public void setIconSet(SIconSet iconSet)
-
getIconSetId
public Integer getIconSetId()
- Specified by:
getIconSetId
in interfaceSConditionalStyle
-
-