Package org.apache.poi.sl.usermodel
Interface LineDecoration
- 
public interface LineDecoration 
- 
- 
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classLineDecoration.DecorationShapeRepresents the shape decoration that appears at the ends of lines.static classLineDecoration.DecorationSize 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description LineDecoration.DecorationSizegetHeadLength()LineDecoration.DecorationShapegetHeadShape()LineDecoration.DecorationSizegetHeadWidth()LineDecoration.DecorationSizegetTailLength()LineDecoration.DecorationShapegetTailShape()LineDecoration.DecorationSizegetTailWidth() 
 - 
 
- 
- 
Method Detail
- 
getHeadShape
LineDecoration.DecorationShape getHeadShape()
- Returns:
 - the line start shape
 
 
- 
getHeadWidth
LineDecoration.DecorationSize getHeadWidth()
- Returns:
 - the width of the start shape
 
 
- 
getHeadLength
LineDecoration.DecorationSize getHeadLength()
- Returns:
 - the length of the start shape
 
 
- 
getTailShape
LineDecoration.DecorationShape getTailShape()
- Returns:
 - the line end shape
 
 
- 
getTailWidth
LineDecoration.DecorationSize getTailWidth()
- Returns:
 - the width of the end shape
 
 
- 
getTailLength
LineDecoration.DecorationSize getTailLength()
- Returns:
 - the length of the end shape
 
 
 - 
 
 -