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 5EDD9108BC for ; Thu, 27 Aug 2015 12:22:00 +0000 (UTC) Received: (qmail 79576 invoked by uid 500); 27 Aug 2015 12:22:00 -0000 Delivered-To: apmail-poi-commits-archive@poi.apache.org Received: (qmail 79467 invoked by uid 500); 27 Aug 2015 12:22:00 -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 78854 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 86F35AC0113 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 [20/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/... 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.86F35AC0113@hades.apache.org> Modified: poi/site/publish/apidocs/org/apache/poi/sl/usermodel/class-use/PictureShape.html URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/sl/usermodel/class-use/PictureShape.html?rev=1698136&r1=1698135&r2=1698136&view=diff ============================================================================== --- poi/site/publish/apidocs/org/apache/poi/sl/usermodel/class-use/PictureShape.html (original) +++ poi/site/publish/apidocs/org/apache/poi/sl/usermodel/class-use/PictureShape.html Thu Aug 27 12:21:51 2015 @@ -86,6 +86,10 @@   +org.apache.poi.sl.usermodel +  + + org.apache.poi.xslf.usermodel   @@ -150,29 +154,60 @@

Uses of PictureShape in org.apache.poi.sl.draw

- - +
Classes in org.apache.poi.sl.draw with type parameters of type PictureShape 
+ - + - - + +
Methods in org.apache.poi.sl.draw that return PictureShape 
Modifier and TypeClass and DescriptionMethod and Description
class DrawPictureShape<T extends PictureShape> protected PictureShape<?,?>DrawPictureShape.getShape() 
- + - - + + + + +
Methods in org.apache.poi.sl.draw with type parameters of type PictureShape Methods in org.apache.poi.sl.draw with parameters of type PictureShape 
Modifier and Type Method and Description
<T extends PictureShape
DrawPictureShape<T>
DrawFactory.getDrawable(T shape) DrawPictureShapeDrawFactory.getDrawable(PictureShape<?,?> shape) 
+ + + + + + + + + + +
Constructors in org.apache.poi.sl.draw with parameters of type PictureShape 
Constructor and Description
DrawPictureShape(PictureShape<?,?> shape) 
+ +
  • + + +

    Uses of PictureShape in org.apache.poi.sl.usermodel

    + + + + + + + + + +
    Methods in org.apache.poi.sl.usermodel that return PictureShape 
    Modifier and TypeMethod and Description
    PictureShape<S,P>ShapeContainer.createPicture(PictureData pictureData) +
    create a picture belonging to this container
    +
    Modified: poi/site/publish/apidocs/org/apache/poi/sl/usermodel/class-use/PlaceableShape.html URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/sl/usermodel/class-use/PlaceableShape.html?rev=1698136&r1=1698135&r2=1698136&view=diff ============================================================================== --- poi/site/publish/apidocs/org/apache/poi/sl/usermodel/class-use/PlaceableShape.html (original) +++ poi/site/publish/apidocs/org/apache/poi/sl/usermodel/class-use/PlaceableShape.html Thu Aug 27 12:21:51 2015 @@ -161,53 +161,59 @@ class  +HSLFConnectorShape +
    Specifies a connection shape.
    + + + +class  HSLFFreeformShape
    A "Freeform" shape.
    - + class  HSLFGroupShape
    Represents a group of shapes.
    - + class  HSLFLine
    Represents a line in a PowerPoint drawing
    - + class  HSLFPictureShape
    Represents a picture in a PowerPoint document.
    - + class  HSLFSimpleShape
    An abstract simple (non-group) shape.
    - + class  HSLFTable
    Represents a table in a PowerPoint presentation
    - + class  HSLFTableCell
    Represents a cell in a ppt table
    - + class  HSLFTextBox
    Represents a TextFrame shape in PowerPoint.
    - + class  HSLFTextShape
    A common superclass of all shapes that can hold text.
    @@ -228,7 +234,7 @@ -protected PlaceableShape +protected PlaceableShape<?,?> DrawPaint.shape  @@ -243,11 +249,11 @@ static java.awt.geom.Rectangle2D DrawShape.getAnchor(java.awt.Graphics2D graphics, - PlaceableShape shape)  + PlaceableShape<?,?> shape)  DrawPaint -DrawFactory.getPaint(PlaceableShape shape)  +DrawFactory.getPaint(PlaceableShape<?,?> shape)  @@ -258,7 +264,7 @@ -DrawPaint(PlaceableShape shape)  +DrawPaint(PlaceableShape<?,?> shape)  @@ -276,45 +282,49 @@ interface  -AutoShape<T extends TextParagraph<? extends TextRun>>  +AutoShape<S extends Shape<S,P>,P extends TextParagraph<S,P,?>>  interface  -ConnectorShape  +ConnectorShape<S extends Shape<S,P>,P extends TextParagraph<S,P,?>>  interface  -FreeformShape<T extends TextParagraph<? extends TextRun>>  +FreeformShape<S extends Shape<S,P>,P extends TextParagraph<S,P,?>>  interface  -GroupShape<T extends Shape>  +GroupShape<S extends Shape<S,P>,P extends TextParagraph<S,P,?>>  interface  -Line<T extends TextParagraph<? extends TextRun>> +Line<S extends Shape<S,P>,P extends TextParagraph<S,P,?>>
    Interface for Lines ...
    interface  -PictureShape  +PictureShape<S extends Shape<S,P>,P extends TextParagraph<S,P,?>>  interface  -SimpleShape  +SimpleShape<S extends Shape<S,P>,P extends TextParagraph<S,P,?>>  interface  -TableShape  +TableCell<S extends Shape<S,P>,P extends TextParagraph<S,P,?>>  interface  -TextBox<T extends TextParagraph<? extends TextRun>>  +TableShape<S extends Shape<S,P>,P extends TextParagraph<S,P,?>>  interface  -TextShape<T extends TextParagraph<? extends TextRun>>  +TextBox<S extends Shape<S,P>,P extends TextParagraph<S,P,?>>  + + +interface  +TextShape<S extends Shape<S,P>,P extends TextParagraph<S,P,?>>  Modified: poi/site/publish/apidocs/org/apache/poi/sl/usermodel/class-use/Shape.html URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/sl/usermodel/class-use/Shape.html?rev=1698136&r1=1698135&r2=1698136&view=diff ============================================================================== --- poi/site/publish/apidocs/org/apache/poi/sl/usermodel/class-use/Shape.html (original) +++ poi/site/publish/apidocs/org/apache/poi/sl/usermodel/class-use/Shape.html Thu Aug 27 12:21:51 2015 @@ -167,60 +167,66 @@ class  +HSLFConnectorShape +
    Specifies a connection shape.
    + + + +class  HSLFFreeformShape
    A "Freeform" shape.
    - + class  HSLFGroupShape
    Represents a group of shapes.
    - + class  HSLFLine
    Represents a line in a PowerPoint drawing
    - + class  HSLFPictureShape
    Represents a picture in a PowerPoint document.
    - + class  HSLFShape
    Represents a Shape which is the elemental object that composes a drawing.
    - + class  HSLFSimpleShape
    An abstract simple (non-group) shape.
    - + class  HSLFTable
    Represents a table in a PowerPoint presentation
    - + class  HSLFTableCell
    Represents a cell in a ppt table
    - + class  HSLFTextBox
    Represents a TextFrame shape in PowerPoint.
    - + class  HSLFTextShape
    A common superclass of all shapes that can hold text.
    @@ -228,57 +234,11 @@ - - - - - - - - - - - - -
    Methods in org.apache.poi.hslf.usermodel that return types with arguments of type Shape 
    Modifier and TypeMethod and Description
    MasterSheet<? extends Shape,? extends SlideShow>HSLFSlideShow.createMasterSheet() 
  • Uses of Shape in org.apache.poi.sl.draw

    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    Classes in org.apache.poi.sl.draw with type parameters of type Shape 
    Modifier and TypeClass and Description
    class DrawGroupShape<T extends GroupShape<? extends Shape>> 
    class DrawMasterSheet<T extends MasterSheet<? extends Shape,? extends SlideShow>> 
    class DrawNothing<T extends Shape> 
    class DrawShape<T extends Shape> 
    class DrawSheet<T extends Sheet<? extends Shape,? extends SlideShow>> 
    class DrawSlide<T extends Slide<? extends Shape,? extends SlideShow,? extends Notes<?,?>>> 
    @@ -287,37 +247,25 @@ - + - +
    Fields in org.apache.poi.sl.draw declared as Shape 
    protected Tprotected Shape<?,?> DrawShape.shape 
    protected Tprotected Shape<?,?> DrawNothing.shape 
    - + - - - - - - - - - - - - - - + +
    Methods in org.apache.poi.sl.draw with type parameters of type Shape Methods in org.apache.poi.sl.draw that return Shape 
    Modifier and Type Method and Description
    <T extends GroupShape<? extends Shape>> 
    DrawGroupShape<T>
    DrawFactory.getDrawable(T shape) 
    <T extends MasterSheet<? extends Shape,? extends SlideShow>> 
    DrawMasterSheet<T>
    DrawFactory.getDrawable(T sheet) 
    <T extends Sheet<? extends Shape,? extends SlideShow>> 
    DrawSheet<T>
    DrawFactory.getDrawable(T sheet) 
    <T extends Slide<? extends Shape,? extends SlideShow,? extends Notes<?,?>>> 
    DrawSlide<T>
    DrawFactory.getDrawable(T sheet) protected Shape<?,?>DrawShape.getShape() 
    @@ -330,19 +278,33 @@ protected boolean -DrawMasterSheet.canDraw(Shape shape) +DrawMasterSheet.canDraw(Shape<?,?> shape)
    Checks if this sheet displays the specified shape.
    protected boolean -DrawSheet.canDraw(Shape shape) +DrawSheet.canDraw(Shape<?,?> shape)
    Checks if this sheet displays the specified shape.
    Drawable -DrawFactory.getDrawable(Shape shape)  +DrawFactory.getDrawable(Shape<?,?> shape)  + + + + + + + + + + + + + +
    Constructors in org.apache.poi.sl.draw with parameters of type Shape 
    Constructor and Description
    DrawNothing(Shape<?,?> shape) 
    DrawShape(Shape<?,?> shape) 
    @@ -360,123 +322,150 @@ interface  -GroupShape<T extends Shape>  +AutoShape<S extends Shape<S,P>,P extends TextParagraph<S,P,?>>  interface  -MasterSheet<T extends Shape,SS extends SlideShow>  +Background<S extends Shape<S,P>,P extends TextParagraph<S,P,?>>  interface  -Notes<T extends Shape,SS extends SlideShow>  +ConnectorShape<S extends Shape<S,P>,P extends TextParagraph<S,P,?>>  interface  -ShapeContainer<T extends Shape>  +FreeformShape<S extends Shape<S,P>,P extends TextParagraph<S,P,?>>  interface  -Sheet<T extends Shape,SS extends SlideShow> -
    Common parent of Slides, Notes and Masters
    +GroupShape<S extends Shape<S,P>,P extends TextParagraph<S,P,?>>  + + +interface  +Line<S extends Shape<S,P>,P extends TextParagraph<S,P,?>> +
    Interface for Lines ...
    + +interface  +MasterSheet<S extends Shape<S,P>,P extends TextParagraph<S,P,?>>  + interface  -Slide<T extends Shape,SS extends SlideShow,N extends Notes<T,SS>>  +Notes<S extends Shape<S,P>,P extends TextParagraph<S,P,?>>  - - - - - - - + + + + + + + - - + - + - + - + - + - + - + - + - + - + - +
    Subinterfaces of Shape in org.apache.poi.sl.usermodel 
    Modifier and TypeInterface and Description
    interface PictureShape<S extends Shape<S,P>,P extends TextParagraph<S,P,?>> 
    interface PlaceableShape<S extends Shape<S,P>,P extends TextParagraph<S,P,?>> 
    interface AutoShape<T extends TextParagraph<? extends TextRun>> Shape<S extends Shape<S,P>,P extends TextParagraph<S,P,?>> 
    interface Background ShapeContainer<S extends Shape<S,P>,P extends TextParagraph<S,P,?>> 
    interface ConnectorShape Sheet<S extends Shape<S,P>,P extends TextParagraph<S,P,?>> +
    Common parent of Slides, Notes and Masters
    +
    interface FreeformShape<T extends TextParagraph<? extends TextRun>> SimpleShape<S extends Shape<S,P>,P extends TextParagraph<S,P,?>> 
    interface GroupShape<T extends Shape> Slide<S extends Shape<S,P>,P extends TextParagraph<S,P,?>> 
    interface Line<T extends TextParagraph<? extends TextRun>> -
    Interface for Lines ...
    -
    SlideShow<S extends Shape<S,P>,P extends TextParagraph<S,P,?>> 
    interface PictureShape TableCell<S extends Shape<S,P>,P extends TextParagraph<S,P,?>> 
    interface SimpleShape TableShape<S extends Shape<S,P>,P extends TextParagraph<S,P,?>> 
    interface TableShape TextBox<S extends Shape<S,P>,P extends TextParagraph<S,P,?>> 
    interface TextBox<T extends TextParagraph<? extends TextRun>> TextParagraph<S extends Shape<S,P>,P extends TextParagraph<S,P,T>,T extends TextRun> 
    interface TextShape<T extends TextParagraph<? extends TextRun>> TextShape<S extends Shape<S,P>,P extends TextParagraph<S,P,?>> 
    - - +
    Methods in org.apache.poi.sl.usermodel that return types with arguments of type Shape 
    + - + - - + + - - + + - - + + - - + + - - + + - - + - - + + + + + + + + + + + + + + + + + + + + + +
    Subinterfaces of Shape in org.apache.poi.sl.usermodel 
    Modifier and TypeMethod and DescriptionInterface and Description
    MasterSheet<? extends Shape,? extends SlideShow>SlideShow.createMasterSheet() interface AutoShape<S extends Shape<S,P>,P extends TextParagraph<S,P,?>> 
    Slide<? extends Shape,? extends SlideShow,? extends Notes<?,?>>SlideShow.createSlide() interface Background<S extends Shape<S,P>,P extends TextParagraph<S,P,?>> 
    ShapeContainer<? extends Shape>Shape.getParent() interface ConnectorShape<S extends Shape<S,P>,P extends TextParagraph<S,P,?>> 
    ShapeContainer<? extends Shape>PlaceableShape.getParent() interface FreeformShape<S extends Shape<S,P>,P extends TextParagraph<S,P,?>> 
    Sheet<? extends Shape,? extends SlideShow>Shape.getSheet() interface GroupShape<S extends Shape<S,P>,P extends TextParagraph<S,P,?>> 
    java.util.List<? extends MasterSheet<? extends Shape,? extends SlideShow>>SlideShow.getSlideMasters() -
    Returns all slide masters.
    +
    interface Line<S extends Shape<S,P>,P extends TextParagraph<S,P,?>> +
    Interface for Lines ...
    java.util.List<? extends Slide<? extends Shape,? extends SlideShow,? extends Notes<?,?>>>SlideShow.getSlides() interface PictureShape<S extends Shape<S,P>,P extends TextParagraph<S,P,?>> 
    interface SimpleShape<S extends Shape<S,P>,P extends TextParagraph<S,P,?>> 
    interface TableCell<S extends Shape<S,P>,P extends TextParagraph<S,P,?>> 
    interface TableShape<S extends Shape<S,P>,P extends TextParagraph<S,P,?>> 
    interface TextBox<S extends Shape<S,P>,P extends TextParagraph<S,P,?>> 
    interface TextShape<S extends Shape<S,P>,P extends TextParagraph<S,P,?>> 
    --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscribe@poi.apache.org For additional commands, e-mail: commits-help@poi.apache.org