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 473AF18BFD for ; Thu, 7 Jan 2016 17:19:55 +0000 (UTC) Received: (qmail 68190 invoked by uid 500); 7 Jan 2016 17:19:55 -0000 Delivered-To: apmail-poi-commits-archive@poi.apache.org Received: (qmail 68150 invoked by uid 500); 7 Jan 2016 17:19:55 -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 68141 invoked by uid 99); 7 Jan 2016 17:19:55 -0000 Received: from Unknown (HELO spamd1-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 07 Jan 2016 17:19:55 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd1-us-west.apache.org (ASF Mail Server at spamd1-us-west.apache.org) with ESMTP id 7E99FC0F15 for ; Thu, 7 Jan 2016 17:19:54 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd1-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 1.799 X-Spam-Level: * X-Spam-Status: No, score=1.799 tagged_above=-999 required=6.31 tests=[KAM_ASCII_DIVIDERS=0.8, KAM_LAZY_DOMAIN_SECURITY=1, RP_MATCHES_RCVD=-0.001] autolearn=disabled Received: from mx1-us-west.apache.org ([10.40.0.8]) by localhost (spamd1-us-west.apache.org [10.40.0.7]) (amavisd-new, port 10024) with ESMTP id arhWdMJ7ms7j for ; Thu, 7 Jan 2016 17:19:48 +0000 (UTC) Received: from mailrelay1-us-west.apache.org (mailrelay1-us-west.apache.org [209.188.14.139]) by mx1-us-west.apache.org (ASF Mail Server at mx1-us-west.apache.org) with ESMTP id 90CC9231CA for ; Thu, 7 Jan 2016 17:19:13 +0000 (UTC) Received: from svn01-us-west.apache.org (svn.apache.org [10.41.0.6]) by mailrelay1-us-west.apache.org (ASF Mail Server at mailrelay1-us-west.apache.org) with ESMTP id 2E5E4E100F for ; Thu, 7 Jan 2016 17:19:12 +0000 (UTC) Received: from svn01-us-west.apache.org (localhost [127.0.0.1]) by svn01-us-west.apache.org (ASF Mail Server at svn01-us-west.apache.org) with ESMTP id 2C6E13A00E7 for ; Thu, 7 Jan 2016 17:19:12 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1723595 [42/47] - in /poi/site/publish/apidocs/org/apache/poi/xdgf: exceptions/ exceptions/class-use/ extractor/ extractor/class-use/ geom/ geom/class-use/ usermodel/ usermodel/class-use/ usermodel/section/ usermodel/section/class-use/ use... Date: Thu, 07 Jan 2016 17:19:09 -0000 To: commits@poi.apache.org From: nick@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20160107171912.2C6E13A00E7@svn01-us-west.apache.org> Modified: poi/site/publish/apidocs/org/apache/poi/xdgf/usermodel/shape/class-use/ShapeVisitor.html URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/xdgf/usermodel/shape/class-use/ShapeVisitor.html?rev=1723595&r1=1723594&r2=1723595&view=diff ============================================================================== --- poi/site/publish/apidocs/org/apache/poi/xdgf/usermodel/shape/class-use/ShapeVisitor.html (original) +++ poi/site/publish/apidocs/org/apache/poi/xdgf/usermodel/shape/class-use/ShapeVisitor.html Thu Jan 7 17:19:07 2016 @@ -1,253 +1,216 @@ - - - - -Uses of Class org.apache.poi.xdgf.usermodel.shape.ShapeVisitor (POI API Documentation) - - - - - - - - - - - -
- - +//--> + + - - - - - - - - - - - - -
- -
- + + + + + - -
-
-

-Uses of Class
org.apache.poi.xdgf.usermodel.shape.ShapeVisitor

-
- - - - - - - - - - - - - -
-Packages that use ShapeVisitor
org.apache.poi.xdgf.usermodel  
org.apache.poi.xdgf.usermodel.shape  
-  -

- - - - - -
-Uses of ShapeVisitor in org.apache.poi.xdgf.usermodel
-  -

- - - - - - - - - - - - + + +
Methods in org.apache.poi.xdgf.usermodel with parameters of type ShapeVisitor
- voidXDGFBaseContents.visitShapes(ShapeVisitor visitor) - -
-          Provides iteration over the shapes using the visitor pattern, and provides - an easy way to convert shape coordinates into global coordinates
- voidXDGFShape.visitShapes(ShapeVisitor visitor, - java.awt.geom.AffineTransform tr, - int level) - -
-          The visitor will first visit this shape, then it's children +
+

Uses of Class
org.apache.poi.xdgf.usermodel.shape.ShapeVisitor

+
+
+
+
+ + + + + - - - - - - - - - - - - -
- -
- + + + + + - -


- - Copyright 2015 The Apache Software Foundation or +

+ Copyright 2016 The Apache Software Foundation or its licensors, as applicable. - - - +

+ + Modified: poi/site/publish/apidocs/org/apache/poi/xdgf/usermodel/shape/class-use/ShapeVisitorAcceptor.html URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/xdgf/usermodel/shape/class-use/ShapeVisitorAcceptor.html?rev=1723595&r1=1723594&r2=1723595&view=diff ============================================================================== --- poi/site/publish/apidocs/org/apache/poi/xdgf/usermodel/shape/class-use/ShapeVisitorAcceptor.html (original) +++ poi/site/publish/apidocs/org/apache/poi/xdgf/usermodel/shape/class-use/ShapeVisitorAcceptor.html Thu Jan 7 17:19:07 2016 @@ -1,256 +1,215 @@ - - - - -Uses of Interface org.apache.poi.xdgf.usermodel.shape.ShapeVisitorAcceptor (POI API Documentation) - - - - - - - - - - - -
- - +//--> + + - - - - - - - - - - - - -
- -
- + + + + + - -
-
-

-Uses of Interface
org.apache.poi.xdgf.usermodel.shape.ShapeVisitorAcceptor

-
- - - - - - - - - -
-Packages that use ShapeVisitorAcceptor
org.apache.poi.xdgf.usermodel.shape  
-  -

- - - - - -
-Uses of ShapeVisitorAcceptor in org.apache.poi.xdgf.usermodel.shape
-  -

- - - - - - - - + + + + + + +
Classes in org.apache.poi.xdgf.usermodel.shape that implement ShapeVisitorAcceptor
- classShapeDataAcceptor - -
-          This acceptor only allows traversal to shapes that have useful data +
+

Uses of Interface
org.apache.poi.xdgf.usermodel.shape.ShapeVisitorAcceptor

+
+
+
+
static class ShapeTextVisitor.TextAcceptor 
+ + + + + + + + + + + + +
Fields in org.apache.poi.xdgf.usermodel.shape declared as ShapeVisitorAcceptor 
Modifier and TypeField and Description
protected ShapeVisitorAcceptorShapeVisitor._acceptor 
+ + + + + + + + + + + + + + + + +
Methods in org.apache.poi.xdgf.usermodel.shape that return ShapeVisitorAcceptor 
Modifier and TypeMethod and Description
protected ShapeVisitorAcceptorShapeVisitor.getAcceptor() +
Is only called on construction of the visitor, allows + mixing visitors and acceptors
+
protected ShapeVisitorAcceptorShapeTextVisitor.getAcceptor() 
+ + + + + + + + + + + + + + + + +
Methods in org.apache.poi.xdgf.usermodel.shape with parameters of type ShapeVisitorAcceptor 
Modifier and TypeMethod and Description
voidShapeVisitor.setAcceptor(ShapeVisitorAcceptor acceptor) 
voidShapeDebuggerRenderer.setDebugAcceptor(ShapeVisitorAcceptor acceptor) 
+ + + + + - - - - - - - - - - - - -
- -
- + + + + + - -


- - Copyright 2015 The Apache Software Foundation or +

+ Copyright 2016 The Apache Software Foundation or its licensors, as applicable. - - - +

+ + Modified: poi/site/publish/apidocs/org/apache/poi/xdgf/usermodel/shape/exceptions/StopVisiting.html URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/xdgf/usermodel/shape/exceptions/StopVisiting.html?rev=1723595&r1=1723594&r2=1723595&view=diff ============================================================================== --- poi/site/publish/apidocs/org/apache/poi/xdgf/usermodel/shape/exceptions/StopVisiting.html (original) +++ poi/site/publish/apidocs/org/apache/poi/xdgf/usermodel/shape/exceptions/StopVisiting.html Thu Jan 7 17:19:07 2016 @@ -1,242 +1,257 @@ - - - - -StopVisiting (POI API Documentation) - - - - - - - - - - - -
- - +//--> + + - - - - - - - - - - - - - - - - -
- -
- + + +
+ + +
+ + + - -
-

- -org.apache.poi.xdgf.usermodel.shape.exceptions -
-Class StopVisiting

-
-java.lang.Object
-  extended by java.lang.Throwable
-      extended by java.lang.Exception
-          extended by java.lang.RuntimeException
-              extended by org.apache.poi.xdgf.usermodel.shape.exceptions.StopVisiting
-
-
-
All Implemented Interfaces:
java.io.Serializable
-
-
-
-
public class StopVisiting
extends java.lang.RuntimeException
- - -

-

-
See Also:
Serialized Form
-
- -

- +

+
org.apache.poi.xdgf.usermodel.shape.exceptions
+

Class StopVisiting

+
+
+
    +
  • java.lang.Object
  • +
  • +
      +
    • java.lang.Throwable
    • +
    • +
        +
      • java.lang.Exception
      • +
      • +
          +
        • java.lang.RuntimeException
        • +
        • +
            +
          • org.apache.poi.xdgf.usermodel.shape.exceptions.StopVisiting
          • +
          +
        • +
        +
      • +
      +
    • +
    +
  • +
+
+
    +
  • +
    +
    All Implemented Interfaces:
    +
    java.io.Serializable
    +
    +
    +
    +
    public class StopVisiting
    +extends java.lang.RuntimeException
    +
    See Also:
    Serialized Form
    +
  • +
+
+
+
    +
  • - - - - - - - - - -
    -Constructor Summary
    StopVisiting() - -
    -           
    -  +
      +
    • + + +

      Constructor Summary

      + + + + + + + + +
      Constructors 
      Constructor and Description
      StopVisiting() 
      +
    • +
    - - - - - - -
    -Method Summary
    - - - - - - - -
    Methods inherited from class java.lang.Throwable
    fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
    - - - - - - - -
    Methods inherited from class java.lang.Object
    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    -  -

    - +

      +
    • + + +

      Method Summary

      +
        +
      • + + +

        Methods inherited from class java.lang.Throwable

        +addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • +
      +
        +
      • + + +

        Methods inherited from class java.lang.Object

        +clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
      • +
      +
    • +
    +
  • +
+
+
+
    +
  • - - - - - - -
    -Constructor Detail
    - -

    -StopVisiting

    -
    -public StopVisiting()
    -
    -
    +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        StopVisiting

        +
        public StopVisiting()
        +
      • +
      +
    • +
    +
  • +
+
+
-
- - - - - - - - - - - - - - - - - - -
- -
- + + +
+ + +
+ + + - -
- - Copyright 2015 The Apache Software Foundation or +

+ Copyright 2016 The Apache Software Foundation or its licensors, as applicable. - - - +

+ + Modified: poi/site/publish/apidocs/org/apache/poi/xdgf/usermodel/shape/exceptions/StopVisitingThisBranch.html URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/xdgf/usermodel/shape/exceptions/StopVisitingThisBranch.html?rev=1723595&r1=1723594&r2=1723595&view=diff ============================================================================== --- poi/site/publish/apidocs/org/apache/poi/xdgf/usermodel/shape/exceptions/StopVisitingThisBranch.html (original) +++ poi/site/publish/apidocs/org/apache/poi/xdgf/usermodel/shape/exceptions/StopVisitingThisBranch.html Thu Jan 7 17:19:07 2016 @@ -1,242 +1,257 @@ - - - - -StopVisitingThisBranch (POI API Documentation) - - - - - - - - - - - -
- - +//--> + + - - - - - - - - - - - - - - - - -
- -
- + + +
+ + +
+ + + - -
-

- -org.apache.poi.xdgf.usermodel.shape.exceptions -
-Class StopVisitingThisBranch

-
-java.lang.Object
-  extended by java.lang.Throwable
-      extended by java.lang.Exception
-          extended by java.lang.RuntimeException
-              extended by org.apache.poi.xdgf.usermodel.shape.exceptions.StopVisitingThisBranch
-
-
-
All Implemented Interfaces:
java.io.Serializable
-
-
-
-
public class StopVisitingThisBranch
extends java.lang.RuntimeException
- - -

-

-
See Also:
Serialized Form
-
- -

- +

+
org.apache.poi.xdgf.usermodel.shape.exceptions
+

Class StopVisitingThisBranch

+
+
+
    +
  • java.lang.Object
  • +
  • +
      +
    • java.lang.Throwable
    • +
    • +
        +
      • java.lang.Exception
      • +
      • +
          +
        • java.lang.RuntimeException
        • +
        • +
            +
          • org.apache.poi.xdgf.usermodel.shape.exceptions.StopVisitingThisBranch
          • +
          +
        • +
        +
      • +
      +
    • +
    +
  • +
+
+
    +
  • +
    +
    All Implemented Interfaces:
    +
    java.io.Serializable
    +
    +
    +
    +
    public class StopVisitingThisBranch
    +extends java.lang.RuntimeException
    +
    See Also:
    Serialized Form
    +
  • +
+
+
+
    +
  • - - - - - - - - - -
    -Constructor Summary
    StopVisitingThisBranch() - -
    -           
    -  + - - - - - - -
    -Method Summary
    - - - - - - - -
    Methods inherited from class java.lang.Throwable
    fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
    - - - - - - - -
    Methods inherited from class java.lang.Object
    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    -  -

    - +

      +
    • + + +

      Method Summary

      +
        +
      • + + +

        Methods inherited from class java.lang.Throwable

        +addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • +
      +
        +
      • + + +

        Methods inherited from class java.lang.Object

        +clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
      • +
      +
    • +
    +
  • +
+
+
+
    +
  • - - - - - - -
    -Constructor Detail
    - -

    -StopVisitingThisBranch

    -
    -public StopVisitingThisBranch()
    -
    -
    +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        StopVisitingThisBranch

        +
        public StopVisitingThisBranch()
        +
      • +
      +
    • +
    +
  • +
+
+
-
- - - - - - - - - - - - - - - - - - -
- -
- + + +
+ + +
+ + + - -
- - Copyright 2015 The Apache Software Foundation or +

+ Copyright 2016 The Apache Software Foundation or its licensors, as applicable. - - - +

+ + --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscribe@poi.apache.org For additional commands, e-mail: commits-help@poi.apache.org