org.apache.poi.xslf.usermodel
Class XSLFConnectorShape

java.lang.Object
  extended by org.apache.poi.xslf.usermodel.XSLFShape
      extended by org.apache.poi.xslf.usermodel.XSLFSimpleShape
          extended by org.apache.poi.xslf.usermodel.XSLFConnectorShape

@Beta
public class XSLFConnectorShape
extends XSLFSimpleShape

Specifies a connection shape.

Author:
Yegor Kozlov

Method Summary
 LineDecoration getLineHeadDecoration()
           
 LineEndLength getLineHeadLength()
           
 LineEndWidth getLineHeadWidth()
           
 LineDecoration getLineTailDecoration()
           
 LineEndLength getLineTailLength()
           
 LineEndWidth getLineTailWidth()
           
 void setLineHeadDecoration(LineDecoration style)
          Specifies the line end decoration, such as a triangle or arrowhead.
 void setLineHeadLength(LineEndLength style)
          Specifies the line end width in relation to the line width.
 void setLineHeadWidth(LineEndWidth style)
          specifies decorations which can be added to the head of a line.
 void setLineTailDecoration(LineDecoration style)
          Specifies the line end decoration, such as a triangle or arrowhead.
 void setLineTailLength(LineEndLength style)
          Specifies the line end width in relation to the line width.
 void setLineTailWidth(LineEndWidth style)
          specifies decorations which can be added to the tail of a line.
 
Methods inherited from class org.apache.poi.xslf.usermodel.XSLFSimpleShape
getAnchor, getFlipHorizontal, getFlipVertical, getLineCap, getLineColor, getLineDash, getLineWidth, getNvPr, getRotation, getShapeId, getShapeName, getShapeType, getSheet, getSpPr, getXmlObject, setAnchor, setFlipHorizontal, setFlipVertical, setLineCap, setLineColor, setLineDash, setLineWidth, setRotation
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

setLineHeadDecoration

public void setLineHeadDecoration(LineDecoration style)
Specifies the line end decoration, such as a triangle or arrowhead.


getLineHeadDecoration

public LineDecoration getLineHeadDecoration()

setLineHeadWidth

public void setLineHeadWidth(LineEndWidth style)
specifies decorations which can be added to the head of a line.


getLineHeadWidth

public LineEndWidth getLineHeadWidth()

setLineHeadLength

public void setLineHeadLength(LineEndLength style)
Specifies the line end width in relation to the line width.


getLineHeadLength

public LineEndLength getLineHeadLength()

setLineTailDecoration

public void setLineTailDecoration(LineDecoration style)
Specifies the line end decoration, such as a triangle or arrowhead.


getLineTailDecoration

public LineDecoration getLineTailDecoration()

setLineTailWidth

public void setLineTailWidth(LineEndWidth style)
specifies decorations which can be added to the tail of a line.


getLineTailWidth

public LineEndWidth getLineTailWidth()

setLineTailLength

public void setLineTailLength(LineEndLength style)
Specifies the line end width in relation to the line width.


getLineTailLength

public LineEndLength getLineTailLength()


Copyright 2011 The Apache Software Foundation or its licensors, as applicable.