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 org.apache.poi.xslf.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.Color
DrawPaint. applyColorTransform(ColorStyle color)
Convert color transformations inColorStyle
to aColor
instancestatic PaintStyle.SolidPaint
DrawPaint. 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 class
AbstractColorStyle
Helper 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()
ColorStyle
PaintStyle.SolidPaint. getSolidColor()
-
Uses of ColorStyle in org.apache.poi.xslf.usermodel
Methods in org.apache.poi.xslf.usermodel that return ColorStyle Modifier and Type Method Description ColorStyle
XSLFColor. getColorStyle()
-