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
Used to pass style and format for SConditionalFormattingRule.
- Author:
- Henri
- See Also:
-
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, wrapTextFields inherited from interface io.keikai.model.SCellStyle
FORMAT_GENERAL -
Constructor Summary
ConstructorsConstructorDescriptionConditionalStyleImpl(SFont font, SFill fill, SBorder border, String dataFormat, SColorScale colorScale, SDataBar dataBar, Double barPercent, SIconSet iconSet, Integer iconSetId) -
Method Summary
Methods inherited from class io.keikai.model.impl.ImmutableExtraStyleImpl
getBorderBottom, getBorderDiagonal, getBorderHorizontal, getBorderLeft, getBorderRight, getBorderTop, getBorderVertical, getDataFormatMethods 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, setWrapTextMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitMethods 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
-
Constructor Details
-
ConditionalStyleImpl
-
-
Method Details
-
getColorScale
- Specified by:
getColorScalein interfaceSConditionalStyle
-
getDataBar
- Specified by:
getDataBarin interfaceSConditionalStyle
-
getBarPercent
- Specified by:
getBarPercentin interfaceSConditionalStyle
-
getIconSet
- Specified by:
getIconSetin interfaceSConditionalStyle
-
setIconSet
-
getIconSetId
- Specified by:
getIconSetIdin interfaceSConditionalStyle
-