Return-Path: X-Original-To: apmail-poi-commits-archive@minotaur.apache.org Delivered-To: apmail-poi-commits-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 8189E1088B for ; Thu, 27 Aug 2015 12:21:59 +0000 (UTC) Received: (qmail 78589 invoked by uid 500); 27 Aug 2015 12:21:59 -0000 Delivered-To: apmail-poi-commits-archive@poi.apache.org Received: (qmail 78480 invoked by uid 500); 27 Aug 2015 12:21:59 -0000 Mailing-List: contact commits-help@poi.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@poi.apache.org Delivered-To: mailing list commits@poi.apache.org Received: (qmail 78329 invoked by uid 99); 27 Aug 2015 12:21:59 -0000 Received: from eris.apache.org (HELO hades.apache.org) (140.211.11.105) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 27 Aug 2015 12:21:59 +0000 Received: from hades.apache.org (localhost [127.0.0.1]) by hades.apache.org (ASF Mail Server at hades.apache.org) with ESMTP id 10381AC1C54 for ; Thu, 27 Aug 2015 12:21:59 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1698136 [6/30] - in /poi/site/publish/apidocs: ./ org/apache/poi/ddf/ org/apache/poi/ddf/class-use/ org/apache/poi/hslf/model/ org/apache/poi/hslf/usermodel/ org/apache/poi/hslf/usermodel/class-use/ org/apache/poi/sl/draw/ org/apache/poi/s... Date: Thu, 27 Aug 2015 12:21:54 -0000 To: commits@poi.apache.org From: nick@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20150827122159.10381AC1C54@hades.apache.org> Modified: poi/site/publish/apidocs/org/apache/poi/hslf/usermodel/HSLFGroupShape.html URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/hslf/usermodel/HSLFGroupShape.html?rev=1698136&r1=1698135&r2=1698136&view=diff ============================================================================== --- poi/site/publish/apidocs/org/apache/poi/hslf/usermodel/HSLFGroupShape.html (original) +++ poi/site/publish/apidocs/org/apache/poi/hslf/usermodel/HSLFGroupShape.html Thu Aug 27 12:21:51 2015 @@ -99,7 +99,7 @@
  • All Implemented Interfaces:
    -
    java.lang.Iterable<HSLFShape>, GroupShape<HSLFShape>, PlaceableShape, Shape, ShapeContainer<HSLFShape>
    +
    java.lang.Iterable<HSLFShape>, HSLFShapeContainer, GroupShape<HSLFShape,HSLFTextParagraph>, PlaceableShape<H SLFShape,HSLFTextParagraph>, Shape<HSLFShape,HSLFTextParagraph>, ShapeContainer<HSLFShape,HSLFTextParagraph&g t;
    Direct Known Subclasses:
    @@ -109,7 +109,7 @@
    public class HSLFGroupShape
     extends HSLFShape
    -implements GroupShape<HSLFShape>
    +implements HSLFShapeContainer, GroupShape<HSLFShape,HSLFTextParagraph>
    Represents a group of shapes.
    Author:
    Yegor Kozlov
    @@ -155,8 +155,14 @@ implements protected HSLFGroupShape(EscherContainerRecord escherRecord, - ShapeContainer<HSLFShape> parent) -
    Create a ShapeGroup object and initilize it from the supplied Record container.
    + ShapeContainer<HSLFShape,HSLFTextParagraph> parent) +
    Create a ShapeGroup object and initialize it from the supplied Record container.
    + + + +  +HSLFGroupShape(ShapeContainer<HSLFShape,HSLFTextParagraph> parent) +
    Create a new ShapeGroup.
    @@ -181,71 +187,114 @@ implements +HSLFAutoShape +createAutoShape() +
    create a new shape with a predefined geometry and add it to this shape container
    + + + +HSLFConnectorShape +createConnector() +
    create a connector
    + + + +HSLFFreeformShape +createFreeform() +
    create a new shape with a custom geometry
    + + + +HSLFGroupShape +createGroup() +
    create a group of shapes belonging to this container
    + + + +HSLFPictureShape +createPicture(PictureData pictureData) +
    create a picture belonging to this container
    + + + protected EscherContainerRecord createSpContainer(boolean isChild)
    Create a new ShapeGroup and create an instance of EscherSpgrContainer which represents a group of shapes
    + +HSLFTable +createTable(int numRows, + int numCols) +
    Create a new Table of the given number of rows and columns
    + + +HSLFTextBox +createTextBox() +
    create a text box
    + + + java.awt.geom.Rectangle2D getAnchor2D()
    Returns the anchor (the bounding box rectangle) of this shape group.
    - + <T extends EscherRecord
    T
    getEscherChild(int recordId)  - + HSLFHyperlink getHyperlink()
    Returns null - shape groups can't have hyperlinks
    - + java.awt.geom.Rectangle2D getInteriorAnchor()
    Gets the coordinate space of this group.
    - + java.util.List<HSLFShape> getShapes()
    Returns an list containing all of the elements in this container in proper sequence (from first to last element).
    - + ShapeType getShapeType()
    Return type of the shape.
    - + java.util.Iterator<HSLFShape> iterator()  - + void moveTo(int x, int y)
    Moves this ShapeGroup to the specified location.
    - + boolean removeShape(HSLFShape shape)
    Removes the specified shape from this sheet, if it is present (optional operation).
    - + void setAnchor(java.awt.Rectangle anchor)
    Sets the anchor (the bounding box rectangle) of this shape.
    - + void setInteriorAnchor(java.awt.geom.Rectangle2D anchor)
    Sets the coordinate space of this group.
    @@ -257,7 +306,7 @@ implements HSLFShape -afterInsert, draw, getAnchor, getEscherChild, getEscherOptRecord, getEscherProperty, getEscherProperty, getEs cherProperty, getFill, getFillStyle, getFlipHorizontal, getFlipVertical, getParent, getRotation, getShapeId, getShapeName, getSheet, getSpContainer, isPlaceholder, moveTo, setAnchor, setEscherProperty, setEscherProperty, setFlipHorizontal, setFlipVertical, setRotatio n, setShapeId, setShapeType, setSheet
  • +afterInsert, draw, getAnchor, getEscherChild, getEscherOptRecord, getEscherProperty, getEscherProperty, getEscherProperty, getFill, getFillStyle, getFlipHorizontal, getFlipVertical, getParent, getRotation, getShapeId, getShapeName, getSheet, getSpContainer, isPlaceholder, moveTo, setAnchor, setEscherProperty, setEscherProperty, setFlipHorizontal, setFlipVertical, setRotation, setShapeId, setShapeType, setSheet + + + +
      +
    • +

      HSLFGroupShape

      +
      public HSLFGroupShape(ShapeContainer<HSLFShape,HSLFTextParagraph> parent)
      +
      Create a new ShapeGroup. This constructor is used when a new shape is created.
      +
      Parameters:
      parent - the parent of the shape
      +
    • +
    @@ -311,8 +371,8 @@ implements

    HSLFGroupShape

    protected HSLFGroupShape(EscherContainerRecord escherRecord,
    -              ShapeContainer<HSLFShape> parent)
    -
    Create a ShapeGroup object and initilize it from the supplied Record container.
    + ShapeContainer<HSLFShape,HSLFTextParagraph> parent) +
    Create a ShapeGroup 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
    @@ -348,7 +408,7 @@ implements setInteriorAnchor in interface GroupShape<HSLFShape> +
    setInteriorAnchor in interface GroupShape<HSLFShape,HSLFTextParagraph>
    Parameters:
    anchor - the coordinate space of this group
    @@ -364,7 +424,7 @@ implements getInteriorAnchor in interface GroupShape<HSLFShape> +
    getInteriorAnchor in interface GroupShape<HSLFShape,HSLFTextParagraph>
    Returns:
    the coordinate space of this group
    @@ -392,7 +452,7 @@ implements Add a shape to this group.
    Specified by:
    -
    addShape in interface ShapeContainer<HSLFShape>
    +
    addShape in interface ShapeContainer<HSLFShape,HSLFTextParagraph>
    Parameters:
    shape - - the Shape to add
    @@ -486,13 +546,13 @@ implements

    removeShape

    public boolean removeShape(HSLFShape shape)
    -
    Description copied from interface: ShapeContainer
    +
    Description copied from interface: ShapeContainer
    Removes the specified shape from this sheet, if it is present (optional operation). If this sheet does not contain the element, it is unchanged.
    Specified by:
    -
    removeShape in interface ShapeContainer<HSLFShape>
    +
    removeShape in interface ShapeContainer<HSLFShape,HSLFTextParagraph>
    Parameters:
    shape - the shape to be removed from this sheet, if present
    Returns:
    true if this sheet contained the specified element
    @@ -500,7 +560,7 @@ implements - Modified: poi/site/publish/apidocs/org/apache/poi/hslf/usermodel/HSLFLine.html URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/hslf/usermodel/HSLFLine.html?rev=1698136&r1=1698135&r2=1698136&view=diff ============================================================================== --- poi/site/publish/apidocs/org/apache/poi/hslf/usermodel/HSLFLine.html (original) +++ poi/site/publish/apidocs/org/apache/poi/hslf/usermodel/HSLFLine.html Thu Aug 27 12:21:51 2015 @@ -109,13 +109,13 @@
  • All Implemented Interfaces:
    -
    java.lang.Iterable<HSLFTextParagraph>, IAdjustableShape, AutoShape<HSLFTextParagraph>, Line<HSLFTextParagraph>, PlaceableShape, Shape, SimpleShape, TextShape<HSLFTextParagraph>
    +
    java.lang.Iterable<HSLFTextParagraph>, IAdjustableShape, AutoShape<HSLFShape,HSLFTextParagraph>, Line<HSLFShape,< a href="../../../../../org/apache/poi/hslf/usermodel/HSLFTextParagraph.html" title="class in org.apache.poi.hslf.usermodel">HSLFTextParagraph>, PlaceableShape<HSLFShape,HSLFTextParagraph>, Shape<HSLFShape,HSLFTextParagraph>, SimpleShape<HSLFShape,HSLFTextParagraph>, TextShape<HSLFShape,HSLFTextParagraph>


    public final class HSLFLine
     extends HSLFTextShape
    -implements Line<HSLFTextParagraph>
    +implements Line<HSLFShape,HSLFTextParagraph>
    Represents a line in a PowerPoint drawing
    Author:
    Yegor Kozlov
    @@ -185,10 +185,10 @@ implements HSLFLine(EscherContainerRecord escherRecord, - ShapeContainer<HSLFShape> parent)  + ShapeContainer<HSLFShape,HSLFTextParagraph> parent)  -HSLFLine(ShapeContainer<HSLFShape> parent)  +HSLFLine(ShapeContainer<HSLFShape,HSLFTextParagraph> parent) 
  • @@ -231,7 +231,7 @@ implements HSLFShape -draw, getAnchor, getAnchor2D, getEscherChild, getEscherChild, getEscherOptRecord, getEscherProperty, getEscherProperty, getEscherProperty, getFill, getFillStyle, getFlipHorizontal, getFlipVertical, getHyperlink, getParent, getRotation, getShapeId, getSh apeName, getShapeType, getSheet, getSpContainer, moveTo, setAnchor, setEscherProperty, setEscherProperty, setFlipHorizontal, setFlipVertical, setRotation, setShapeId, setShapeType +draw, getAnchor, getAnchor2D, getEscherChild, getEscherChild, getEscherOptRecord, getEscherProperty, getEscherProperty, getEscherProperty, getFill, getFillStyle, getFlipHorizontal, getFlipVertical, getHyperlink, getParent, getRotation, getShapeId, getShapeName, getShapeType, getSheet, getSpContainer, moveTo, setAnchor, setEscherProperty, setEscherProperty, setFlipHorizontal, setFlipVertical, setRotation, setShapeId, setShapeType @@ -312,7 +312,7 @@ implements
  • HSLFLine

    -
    public HSLFLine(ShapeContainer<HSLFShape> parent)
    +
    public HSLFLine(ShapeContainer<HSLFShape,HSLFTextParagraph> parent)
  • Modified: poi/site/publish/apidocs/org/apache/poi/hslf/usermodel/HSLFMasterSheet.html URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/hslf/usermodel/HSLFMasterSheet.html?rev=1698136&r1=1698135&r2=1698136&view=diff ============================================================================== --- poi/site/publish/apidocs/org/apache/poi/hslf/usermodel/HSLFMasterSheet.html (original) +++ poi/site/publish/apidocs/org/apache/poi/hslf/usermodel/HSLFMasterSheet.html Thu Aug 27 12:21:51 2015 @@ -99,7 +99,7 @@
  • All Implemented Interfaces:
    -
    java.lang.Iterable<HSLFShape>, MasterSheet<HSLFShape,HSLFSlideShow>, ShapeContainer<HSLFShape>, Sheet<HSLFShape,HSLFSlideShow>
    +
    java.lang.Iterable<HSLFShape>, HSLFShapeContainer, MasterSheet<HSLFShape,HSLFTextParagraph>, ShapeContainer<HSLFShape,HSLFTextParagraph>, Sheet<HSLFShape,HSLFTextParagraph>
    Direct Known Subclasses:
    @@ -109,7 +109,7 @@
    public abstract class HSLFMasterSheet
     extends HSLFSheet
    -implements MasterSheet<HSLFShape,HSLFSlideShow>
    +implements MasterSheet<HSLFShape,HSLFTextParagraph>
    The superclass of all master sheets - Slide masters, Notes masters, etc. For now it's empty. When we understand more about masters in ppt we will add the common functionality here.
    @@ -172,7 +172,7 @@ implements HSLFSheet -_getSheetNumber, _getSheetRefId, addShape, allocateShapeId, draw, getBackground, getColorScheme, getFollowMasterGraphics, ge tMasterSheet, getPlaceholder, getPlaceholderByTextType, getPPDrawing, getProgrammableTag, getShapes, getSheetContainer, getSlideShow, getTextParagraphs, iterator, onAddTextShape, onCreate, removeShape, setSlideShow
  • +_getSheetNumber, _getSheetRefId, addShape, allocateShapeId, createAutoShape, createConnector, createFreeform, createGroup, createPicture, createTable, createTextBox, draw, getBackground, getColorScheme, getFollowMasterGraphics, getMasterSheet, getPlaceholder, getPlaceholderByTextType, getPPDrawing, getProgrammableTag, getShapes, getSheetContainer, getSlideShow, getTextParagraphs, iterator, onAddTextShape, onCreate, removeShape, setSlideShow