Uses of Interface
org.apache.poi.sl.usermodel.LineDecoration
-
Packages that use LineDecoration Package Description org.apache.poi.sl.draw org.apache.poi.sl.usermodel -
-
Uses of LineDecoration in org.apache.poi.sl.draw
Methods in org.apache.poi.sl.draw with parameters of type LineDecoration Modifier and Type Method Description protected Outline
DrawSimpleShape. getHeadDecoration(Graphics2D graphics, LineDecoration deco, BasicStroke stroke)
protected Outline
DrawSimpleShape. getTailDecoration(Graphics2D graphics, LineDecoration deco, BasicStroke stroke)
-
Uses of LineDecoration in org.apache.poi.sl.usermodel
Methods in org.apache.poi.sl.usermodel that return LineDecoration Modifier and Type Method Description LineDecoration
SimpleShape. getLineDecoration()
-