Class HSLFConnectorShape

All Implemented Interfaces:
IAdjustableShape, ConnectorShape<HSLFShape,HSLFTextParagraph>, PlaceableShape<HSLFShape,HSLFTextParagraph>, Shape<HSLFShape,HSLFTextParagraph>, SimpleShape<HSLFShape,HSLFTextParagraph>

@Beta public class HSLFConnectorShape extends HSLFSimpleShape implements ConnectorShape<HSLFShape,HSLFTextParagraph>
Specifies a connection shape. This is currently only a dummy implementation.
  • Constructor Details

    • HSLFConnectorShape

      protected HSLFConnectorShape(EscherContainerRecord escherRecord, ShapeContainer<HSLFShape,HSLFTextParagraph> parent)
      Create a ConnectorShape object and initialize it from the supplied Record container.
      Parameters:
      escherRecord - EscherSpContainer container which holds information about this shape
      parent - the parent of the shape
    • HSLFConnectorShape

      public HSLFConnectorShape(ShapeContainer<HSLFShape,HSLFTextParagraph> parent)
      Create a new ConnectorShape. This constructor is used when a new shape is created.
      Parameters:
      parent - the parent of this Shape. For example, if this text box is a cell in a table then the parent is Table.
    • HSLFConnectorShape

      public HSLFConnectorShape()
      Create a new ConnectorShape. This constructor is used when a new shape is created.