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 4816418B80 for ; Mon, 21 Dec 2015 16:36:24 +0000 (UTC) Received: (qmail 70414 invoked by uid 500); 21 Dec 2015 16:36:24 -0000 Delivered-To: apmail-poi-commits-archive@poi.apache.org Received: (qmail 70366 invoked by uid 500); 21 Dec 2015 16:36:24 -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 70300 invoked by uid 99); 21 Dec 2015 16:36:23 -0000 Received: from Unknown (HELO spamd1-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 21 Dec 2015 16:36:23 +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 5E8EDC072E for ; Mon, 21 Dec 2015 16:36:23 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd1-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 2.999 X-Spam-Level: ** X-Spam-Status: No, score=2.999 tagged_above=-999 required=6.31 tests=[KAM_ASCII_DIVIDERS=0.8, KAM_LAZY_DOMAIN_SECURITY=1, KAM_MANYCOMMENTS=1.2, RP_MATCHES_RCVD=-0.001] autolearn=disabled Received: from mx1-eu-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 dw2gdwTJEHdW for ; Mon, 21 Dec 2015 16:36:15 +0000 (UTC) Received: from mailrelay1-us-west.apache.org (mailrelay1-us-west.apache.org [209.188.14.139]) by mx1-eu-west.apache.org (ASF Mail Server at mx1-eu-west.apache.org) with ESMTP id 007FE25331 for ; Mon, 21 Dec 2015 16:36:14 +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 D9323E1041 for ; Mon, 21 Dec 2015 16:36:11 +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 D88EB3A0C1F for ; Mon, 21 Dec 2015 16:36:11 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1721208 [14/30] - in /poi/site/publish/apidocs: ./ org/apache/poi/ org/apache/poi/class-use/ org/apache/poi/extractor/ org/apache/poi/hdgf/extractor/ org/apache/poi/hpbf/extractor/ org/apache/poi/hpsf/extractor/ org/apache/poi/hslf/extract... Date: Mon, 21 Dec 2015 16:36:08 -0000 To: commits@poi.apache.org From: nick@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20151221163611.D88EB3A0C1F@svn01-us-west.apache.org> Added: poi/site/publish/apidocs/org/apache/poi/hwmf/record/HwmfPalette.WmfRealizePalette.html URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/hwmf/record/HwmfPalette.WmfRealizePalette.html?rev=1721208&view=auto ============================================================================== --- poi/site/publish/apidocs/org/apache/poi/hwmf/record/HwmfPalette.WmfRealizePalette.html (added) +++ poi/site/publish/apidocs/org/apache/poi/hwmf/record/HwmfPalette.WmfRealizePalette.html Mon Dec 21 16:36:04 2015 @@ -0,0 +1,302 @@ + + + + +HwmfPalette.WmfRealizePalette (POI API Documentation) + + + + + + + + + + +
+
org.apache.poi.hwmf.record
+

Class HwmfPalette.WmfRealizePalette

+
+
+
    +
  • java.lang.Object
  • +
  • +
      +
    • org.apache.poi.hwmf.record.HwmfPalette.WmfRealizePalette
    • +
    +
  • +
+
+
    +
  • +
    +
    All Implemented Interfaces:
    +
    HwmfRecord
    +
    +
    +
    Enclosing class:
    +
    HwmfPalette
    +
    +
    +
    +
    public static class HwmfPalette.WmfRealizePalette
    +extends java.lang.Object
    +implements HwmfRecord
    +
    The META_REALIZEPALETTE record maps entries from the logical palette that + is defined in the playback device context to the system palette.
    +
  • +
+
+
+
    +
  • + + + +
      +
    • + + +

      Method Summary

      + + + + + + + + + + + + + + +
      Methods 
      Modifier and TypeMethod and Description
      HwmfRecordTypegetRecordType() 
      intinit(LittleEndianInputStream leis, + long recordSize, + int recordFunction) +
      Init record from stream
      +
      +
        +
      • + + +

        Methods inherited from class java.lang.Object

        +clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • +
      +
    • +
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        HwmfPalette.WmfRealizePalette

        +
        public HwmfPalette.WmfRealizePalette()
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + + + + + +
        +
      • +

        init

        +
        public int init(LittleEndianInputStream leis,
        +       long recordSize,
        +       int recordFunction)
        +         throws java.io.IOException
        +
        Description copied from interface: HwmfRecord
        +
        Init record from stream
        +
        +
        Specified by:
        +
        init in interface HwmfRecord
        +
        Parameters:
        leis - the little endian input stream
        +
        Returns:
        count of processed bytes
        +
        Throws:
        +
        java.io.IOException
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + +

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

+ + Added: poi/site/publish/apidocs/org/apache/poi/hwmf/record/HwmfPalette.WmfResizePalette.html URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/hwmf/record/HwmfPalette.WmfResizePalette.html?rev=1721208&view=auto ============================================================================== --- poi/site/publish/apidocs/org/apache/poi/hwmf/record/HwmfPalette.WmfResizePalette.html (added) +++ poi/site/publish/apidocs/org/apache/poi/hwmf/record/HwmfPalette.WmfResizePalette.html Mon Dec 21 16:36:04 2015 @@ -0,0 +1,302 @@ + + + + +HwmfPalette.WmfResizePalette (POI API Documentation) + + + + + + + + + + +
+
org.apache.poi.hwmf.record
+

Class HwmfPalette.WmfResizePalette

+
+
+
    +
  • java.lang.Object
  • +
  • +
      +
    • org.apache.poi.hwmf.record.HwmfPalette.WmfResizePalette
    • +
    +
  • +
+
+
    +
  • +
    +
    All Implemented Interfaces:
    +
    HwmfRecord
    +
    +
    +
    Enclosing class:
    +
    HwmfPalette
    +
    +
    +
    +
    public static class HwmfPalette.WmfResizePalette
    +extends java.lang.Object
    +implements HwmfRecord
    +
    The META_RESIZEPALETTE record redefines the size of the logical palette that is defined in the + playback device context.
    +
  • +
+
+
+
    +
  • + + + +
      +
    • + + +

      Method Summary

      + + + + + + + + + + + + + + +
      Methods 
      Modifier and TypeMethod and Description
      HwmfRecordTypegetRecordType() 
      intinit(LittleEndianInputStream leis, + long recordSize, + int recordFunction) +
      Init record from stream
      +
      +
        +
      • + + +

        Methods inherited from class java.lang.Object

        +clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • +
      +
    • +
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        HwmfPalette.WmfResizePalette

        +
        public HwmfPalette.WmfResizePalette()
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + + + + + +
        +
      • +

        init

        +
        public int init(LittleEndianInputStream leis,
        +       long recordSize,
        +       int recordFunction)
        +         throws java.io.IOException
        +
        Description copied from interface: HwmfRecord
        +
        Init record from stream
        +
        +
        Specified by:
        +
        init in interface HwmfRecord
        +
        Parameters:
        leis - the little endian input stream
        +
        Returns:
        count of processed bytes
        +
        Throws:
        +
        java.io.IOException
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + +

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

+ + Added: poi/site/publish/apidocs/org/apache/poi/hwmf/record/HwmfPalette.WmfSelectPalette.html URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/hwmf/record/HwmfPalette.WmfSelectPalette.html?rev=1721208&view=auto ============================================================================== --- poi/site/publish/apidocs/org/apache/poi/hwmf/record/HwmfPalette.WmfSelectPalette.html (added) +++ poi/site/publish/apidocs/org/apache/poi/hwmf/record/HwmfPalette.WmfSelectPalette.html Mon Dec 21 16:36:04 2015 @@ -0,0 +1,301 @@ + + + + +HwmfPalette.WmfSelectPalette (POI API Documentation) + + + + + + + + + + +
+
org.apache.poi.hwmf.record
+

Class HwmfPalette.WmfSelectPalette

+
+
+
    +
  • java.lang.Object
  • +
  • +
      +
    • org.apache.poi.hwmf.record.HwmfPalette.WmfSelectPalette
    • +
    +
  • +
+
+
    +
  • +
    +
    All Implemented Interfaces:
    +
    HwmfRecord
    +
    +
    +
    Enclosing class:
    +
    HwmfPalette
    +
    +
    +
    +
    public static class HwmfPalette.WmfSelectPalette
    +extends java.lang.Object
    +implements HwmfRecord
    +
    The META_SELECTPALETTE record defines the current logical palette with a specified Palette Object.
    +
  • +
+
+
+
    +
  • + + + +
      +
    • + + +

      Method Summary

      + + + + + + + + + + + + + + +
      Methods 
      Modifier and TypeMethod and Description
      HwmfRecordTypegetRecordType() 
      intinit(LittleEndianInputStream leis, + long recordSize, + int recordFunction) +
      Init record from stream
      +
      +
        +
      • + + +

        Methods inherited from class java.lang.Object

        +clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • +
      +
    • +
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        HwmfPalette.WmfSelectPalette

        +
        public HwmfPalette.WmfSelectPalette()
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + + + + + +
        +
      • +

        init

        +
        public int init(LittleEndianInputStream leis,
        +       long recordSize,
        +       int recordFunction)
        +         throws java.io.IOException
        +
        Description copied from interface: HwmfRecord
        +
        Init record from stream
        +
        +
        Specified by:
        +
        init in interface HwmfRecord
        +
        Parameters:
        leis - the little endian input stream
        +
        Returns:
        count of processed bytes
        +
        Throws:
        +
        java.io.IOException
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + +

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

+ + Added: poi/site/publish/apidocs/org/apache/poi/hwmf/record/HwmfPalette.WmfSetPaletteEntries.html URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/hwmf/record/HwmfPalette.WmfSetPaletteEntries.html?rev=1721208&view=auto ============================================================================== --- poi/site/publish/apidocs/org/apache/poi/hwmf/record/HwmfPalette.WmfSetPaletteEntries.html (added) +++ poi/site/publish/apidocs/org/apache/poi/hwmf/record/HwmfPalette.WmfSetPaletteEntries.html Mon Dec 21 16:36:04 2015 @@ -0,0 +1,280 @@ + + + + +HwmfPalette.WmfSetPaletteEntries (POI API Documentation) + + + + + + + + + + +
+
org.apache.poi.hwmf.record
+

Class HwmfPalette.WmfSetPaletteEntries

+
+
+ +
+
    +
  • +
    +
    All Implemented Interfaces:
    +
    HwmfRecord
    +
    +
    +
    Enclosing class:
    +
    HwmfPalette
    +
    +
    +
    +
    public static class HwmfPalette.WmfSetPaletteEntries
    +extends HwmfPalette.WmfPaletteParent
    +
    The META_SETPALENTRIES record defines RGB color values in a range of entries in the logical + palette that is defined in the playback device context.
    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        HwmfPalette.WmfSetPaletteEntries

        +
        public HwmfPalette.WmfSetPaletteEntries()
        +
      • +
      +
    • +
    + + +
  • +
+
+
+ + + + + +

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

+ + Added: poi/site/publish/apidocs/org/apache/poi/hwmf/record/HwmfPalette.html URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/hwmf/record/HwmfPalette.html?rev=1721208&view=auto ============================================================================== --- poi/site/publish/apidocs/org/apache/poi/hwmf/record/HwmfPalette.html (added) +++ poi/site/publish/apidocs/org/apache/poi/hwmf/record/HwmfPalette.html Mon Dec 21 16:36:04 2015 @@ -0,0 +1,297 @@ + + + + +HwmfPalette (POI API Documentation) + + + + + + + + + + +
+
org.apache.poi.hwmf.record
+

Class HwmfPalette

+
+
+
    +
  • java.lang.Object
  • +
  • +
      +
    • org.apache.poi.hwmf.record.HwmfPalette
    • +
    +
  • +
+
+
    +
  • +
    +
    +
    public class HwmfPalette
    +extends java.lang.Object
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Nested Class Summary

      + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
      Nested Classes 
      Modifier and TypeClass and Description
      static class HwmfPalette.PaletteEntry 
      static class HwmfPalette.WmfAnimatePalette +
      The META_ANIMATEPALETTE record redefines entries in the logical palette that + is defined in the playback device context with the specified Palette object + + The logical palette that is specified by the Palette object in this record is the + source of the palette changes, and the logical palette that is currently selected + into the playback device context is the destination.
      +
      static class HwmfPalette.WmfCreatePalette +
      The META_CREATEPALETTE record creates a Palette Object
      +
      static class HwmfPalette.WmfPaletteParent 
      static class HwmfPalette.WmfRealizePalette +
      The META_REALIZEPALETTE record maps entries from the logical palette that + is defined in the playback device context to the system palette.
      +
      static class HwmfPalette.WmfResizePalette +
      The META_RESIZEPALETTE record redefines the size of the logical palette that is defined in the + playback device context.
      +
      static class HwmfPalette.WmfSelectPalette +
      The META_SELECTPALETTE record defines the current logical palette with a specified Palette Object.
      +
      static class HwmfPalette.WmfSetPaletteEntries +
      The META_SETPALENTRIES record defines RGB color values in a range of entries in the logical + palette that is defined in the playback device context.
      +
      +
    • +
    + +
      +
    • + + +

      Constructor Summary

      + + + + + + + + +
      Constructors 
      Constructor and Description
      HwmfPalette() 
      +
    • +
    + +
      +
    • + + +

      Method Summary

      +
        +
      • + + +

        Methods inherited from class java.lang.Object

        +clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • +
      +
    • +
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        HwmfPalette

        +
        public HwmfPalette()
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + +

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

+ + Added: poi/site/publish/apidocs/org/apache/poi/hwmf/record/HwmfPlaceableHeader.html URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/hwmf/record/HwmfPlaceableHeader.html?rev=1721208&view=auto ============================================================================== --- poi/site/publish/apidocs/org/apache/poi/hwmf/record/HwmfPlaceableHeader.html (added) +++ poi/site/publish/apidocs/org/apache/poi/hwmf/record/HwmfPlaceableHeader.html Mon Dec 21 16:36:04 2015 @@ -0,0 +1,302 @@ + + + + +HwmfPlaceableHeader (POI API Documentation) + + + + + + + + + + +
+
org.apache.poi.hwmf.record
+

Class HwmfPlaceableHeader

+
+
+
    +
  • java.lang.Object
  • +
  • +
      +
    • org.apache.poi.hwmf.record.HwmfPlaceableHeader
    • +
    +
  • +
+
+
    +
  • +
    +
    +
    public class HwmfPlaceableHeader
    +extends java.lang.Object
    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Field Detail

      + + + +
        +
      • +

        WMF_HEADER_MAGIC

        +
        public static int WMF_HEADER_MAGIC
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        HwmfPlaceableHeader

        +
        protected HwmfPlaceableHeader(LittleEndianInputStream leis)
        +                       throws java.io.IOException
        +
        Throws:
        +
        java.io.IOException
        +
      • +
      +
    • +
    + + +
  • +
+
+
+ + + + + +

+ Copyright 2015 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