Package io.keikai.importer
Class XlsxExtractor.XlsxGradientExtractor
- java.lang.Object
-
- io.keikai.importer.XlsxExtractor.XlsxFillExtractor
-
- io.keikai.importer.XlsxExtractor.XlsxGradientExtractor
-
- Enclosing class:
- XlsxExtractor
public static class XlsxExtractor.XlsxGradientExtractor extends XlsxExtractor.XlsxFillExtractor
-
-
Constructor Summary
Constructors Constructor Description XlsxGradientExtractor(Map jsonMap)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Number
getBottom()
Number
getDegree()
Number
getLeft()
Number
getRight()
List<XlsxExtractor.XlsxStopExtractor>
getStop()
Number
getTop()
String
getType()
-
Methods inherited from class io.keikai.importer.XlsxExtractor.XlsxFillExtractor
getInstance
-
-
-
-
Constructor Detail
-
XlsxGradientExtractor
public XlsxGradientExtractor(Map jsonMap)
-
-