Uses of Interface
org.apache.poi.sl.usermodel.ColorStyle
-
Packages that use ColorStyle Package Description org.apache.poi.sl.draw org.apache.poi.sl.usermodel -
-
Uses of ColorStyle in org.apache.poi.sl.draw
Methods in org.apache.poi.sl.draw with parameters of type ColorStyle Modifier and Type Method Description static java.awt.ColorDrawPaint. applyColorTransform(ColorStyle color)Convert color transformations inColorStyleto aColorinstancestatic PaintStyle.SolidPaintDrawPaint. createSolidPaint(ColorStyle color) -
Uses of ColorStyle in org.apache.poi.sl.usermodel
Classes in org.apache.poi.sl.usermodel that implement ColorStyle Modifier and Type Class Description classAbstractColorStyleHelper class for ColorStyle - not part of the API / implementation may change any timeMethods in org.apache.poi.sl.usermodel that return ColorStyle Modifier and Type Method Description ColorStyle[]PaintStyle.GradientPaint. getGradientColors()ColorStylePaintStyle.SolidPaint. getSolidColor()Methods in org.apache.poi.sl.usermodel that return types with arguments of type ColorStyle Modifier and Type Method Description default java.util.List<ColorStyle>PaintStyle.TexturePaint. getDuoTone()For pattern images, the duo tone defines the black/white pixel color replacement
-