组织ID: |
org.apache.xmlgraphics |
项目ID: |
xmlgraphics-commons |
版本: |
1.4 |
最后修改时间: |
2018-07-24 08:01:31 |
包类型: |
jar |
标题: |
Apache XML Graphics Commons |
描述: |
Apache XML Graphics Commons is a library that consists of several reusable
components used by Apache Batik and Apache FOP. Many of these components
can easily be used separately outside the domains of SVG and XSL-FO.
|
相关URL: |
http://xmlgraphics.apache.org/commons/ |
大小: |
555.77KB |
|
Maven引入代码: |
<dependency>
<groupId>org.apache.xmlgraphics</groupId>
<artifactId>xmlgraphics-commons</artifactId>
<version>1.4</version>
</dependency>
|
Gradle引入代码: |
org.apache.xmlgraphics:xmlgraphics-commons:1.4
|
下载Jar包: |
|
POM文件内容: |
<?xml version="1.0" encoding="UTF-8"?>
<!--
Licensed to the Apache Software Foundation (ASF) under one or more
contributor license agreements. See the NOTICE file distributed with
this work for additional information regarding copyright ownership.
The ASF licenses this file to You under the Apache License, Version 2.0
(the "License"); you may not use this file except in compliance with
the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-->
<!-- $Id$ -->
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>org.apache.xmlgraphics</groupId>
<artifactId>xmlgraphics-commons</artifactId>
<packaging>jar</packaging>
<name>Apache XML Graphics Commons</name>
<version>1.4</version>
<url>http://xmlgraphics.apache.org/commons/</url>
<description>
Apache XML Graphics Commons is a library that consists of several reusable
components used by Apache Batik and Apache FOP. Many of these components
can easily be used separately outside the domains of SVG and XSL-FO.
</description>
<inceptionYear>2005</inceptionYear>
<mailingLists>
<mailingList>
<name>XML Graphics General List</name>
<subscribe>general-subscribe@xmlgraphics.apache.org</subscribe>
<unsubscribe>general-unsubscribe@xmlgraphics.apache.org</unsubscribe>
<archive>http://mail-archives.apache.org/mod_mbox/xmlgraphics-general/</archive>
</mailingList>
<mailingList>
<name>XML Graphics Commit List</name>
<subscribe>commits-subscribe@xmlgraphics.apache.org</subscribe>
<unsubscribe>commits-unsubscribe@xmlgraphics.apache.org</unsubscribe>
<archive>http://mail-archives.apache.org/mod_mbox/xmlgraphics-commits/</archive>
</mailingList>
</mailingLists>
<licenses>
<license>
<name>The Apache Software License, Version 2.0</name>
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
<distribution>repo</distribution>
</license>
</licenses>
<scm>
<connection>scm:svn:http://svn.apache.org/repos/asf/xmlgraphics/commons/trunk</connection>
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/xmlgraphics/commons/trunk</developerConnection>
<url>http://svn.apache.org/viewcvs.cgi/xmlgraphics/commons/trunk/?root=Apache-SVN</url>
</scm>
<organization>
<name>Apache Software Foundation</name>
<url>http://www.apache.org/</url>
</organization>
<dependencies>
<dependency>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
<version>1.3.1</version>
</dependency>
<dependency>
<groupId>commons-logging</groupId>
<artifactId>commons-logging</artifactId>
<version>1.0.4</version>
</dependency>
</dependencies>
</project>
|
Jar包内容: |
META-INF/MANIFEST.MF
META-INF/services/javax.xml.transform.URIResolver
META-INF/services/org.apache.xmlgraphics.image.loader.spi.ImageConverter
META-INF/services/org.apache.xmlgraphics.image.loader.spi.ImageLoaderFactory
META-INF/services/org.apache.xmlgraphics.image.loader.spi.ImagePreloader
META-INF/services/org.apache.xmlgraphics.image.writer.ImageWriter
org.apache.xmlgraphics.fonts.Glyphs.class
org/apache/xmlgraphics/fonts/glyphlist.txt
org/apache/xmlgraphics/fonts/zapfdingbats.txt
org.apache.xmlgraphics.image.GraphicsConstants.class
org.apache.xmlgraphics.image.GraphicsUtil.class
org/apache/xmlgraphics/image/codec/Messages.properties
org.apache.xmlgraphics.image.codec.png.CRC.class
org.apache.xmlgraphics.image.codec.png.ChunkStream.class
org.apache.xmlgraphics.image.codec.png.IDATOutputStream.class
org.apache.xmlgraphics.image.codec.png.PNGChunk.class
org.apache.xmlgraphics.image.codec.png.PNGDecodeParam.class
org.apache.xmlgraphics.image.codec.png.PNGEncodeParam$Gray.class
org.apache.xmlgraphics.image.codec.png.PNGEncodeParam$Palette.class
org.apache.xmlgraphics.image.codec.png.PNGEncodeParam$RGB.class
org.apache.xmlgraphics.image.codec.png.PNGEncodeParam.class
org.apache.xmlgraphics.image.codec.png.PNGImage.class
org.apache.xmlgraphics.image.codec.png.PNGImageDecoder.class
org.apache.xmlgraphics.image.codec.png.PNGImageEncoder.class
org.apache.xmlgraphics.image.codec.png.PNGRed$PNGChunk.class
org.apache.xmlgraphics.image.codec.png.PNGRed.class
org.apache.xmlgraphics.image.codec.png.PNGSuggestedPaletteEntry.class
org.apache.xmlgraphics.image.codec.tiff.TIFFDecodeParam.class
org.apache.xmlgraphics.image.codec.tiff.TIFFDirectory.class
org.apache.xmlgraphics.image.codec.tiff.TIFFEncodeParam.class
org.apache.xmlgraphics.image.codec.tiff.TIFFFaxDecoder.class
org.apache.xmlgraphics.image.codec.tiff.TIFFField.class
org.apache.xmlgraphics.image.codec.tiff.TIFFImage.class
org.apache.xmlgraphics.image.codec.tiff.TIFFImageDecoder.class
org.apache.xmlgraphics.image.codec.tiff.TIFFImageEncoder$1.class
org.apache.xmlgraphics.image.codec.tiff.TIFFImageEncoder$Context.class
org.apache.xmlgraphics.image.codec.tiff.TIFFImageEncoder.class
org.apache.xmlgraphics.image.codec.tiff.TIFFLZWDecoder.class
org.apache.xmlgraphics.image.codec.util.FileCacheSeekableStream.class
org.apache.xmlgraphics.image.codec.util.ForwardSeekableStream.class
org.apache.xmlgraphics.image.codec.util.ImageDecodeParam.class
org.apache.xmlgraphics.image.codec.util.ImageDecoder.class
org.apache.xmlgraphics.image.codec.util.ImageDecoderImpl.class
org.apache.xmlgraphics.image.codec.util.ImageEncodeParam.class
org.apache.xmlgraphics.image.codec.util.ImageEncoder.class
org.apache.xmlgraphics.image.codec.util.ImageEncoderImpl.class
org.apache.xmlgraphics.image.codec.util.ImageInputStreamSeekableStreamAdapter.class
org.apache.xmlgraphics.image.codec.util.MemoryCacheSeekableStream.class
org.apache.xmlgraphics.image.codec.util.PropertyUtil.class
org.apache.xmlgraphics.image.codec.util.SeekableOutputStream.class
org.apache.xmlgraphics.image.codec.util.SeekableStream.class
org.apache.xmlgraphics.image.codec.util.SimpleRenderedImage.class
org.apache.xmlgraphics.image.codec.util.SingleTileRenderedImage.class
org.apache.xmlgraphics.image.loader.Image.class
org.apache.xmlgraphics.image.loader.ImageContext.class
org.apache.xmlgraphics.image.loader.ImageException.class
org.apache.xmlgraphics.image.loader.ImageFlavor.class
org.apache.xmlgraphics.image.loader.ImageInfo.class
org.apache.xmlgraphics.image.loader.ImageManager.class
org.apache.xmlgraphics.image.loader.ImageProcessingHints.class
org.apache.xmlgraphics.image.loader.ImageSessionContext.class
org.apache.xmlgraphics.image.loader.ImageSize.class
org.apache.xmlgraphics.image.loader.ImageSource.class
org.apache.xmlgraphics.image.loader.MimeEnabledImageFlavor.class
org.apache.xmlgraphics.image.loader.RefinedImageFlavor.class
org.apache.xmlgraphics.image.loader.SimpleRefinedImageFlavor.class
org.apache.xmlgraphics.image.loader.SubImageNotFoundException.class
org.apache.xmlgraphics.image.loader.XMLNamespaceEnabledImageFlavor.class
org.apache.xmlgraphics.image.loader.cache.DefaultExpirationPolicy.class
org.apache.xmlgraphics.image.loader.cache.ExpirationPolicy.class
org.apache.xmlgraphics.image.loader.cache.ImageCache.class
org.apache.xmlgraphics.image.loader.cache.ImageCacheListener.class
org.apache.xmlgraphics.image.loader.cache.ImageCacheStatistics.class
org.apache.xmlgraphics.image.loader.cache.ImageKey.class
org.apache.xmlgraphics.image.loader.cache.TimeStampProvider.class
org.apache.xmlgraphics.image.loader.impl.AbstractImage.class
org.apache.xmlgraphics.image.loader.impl.AbstractImageConverter.class
org.apache.xmlgraphics.image.loader.impl.AbstractImageLoader.class
org.apache.xmlgraphics.image.loader.impl.AbstractImageLoaderFactory.class
org.apache.xmlgraphics.image.loader.impl.AbstractImagePreloader.class
org.apache.xmlgraphics.image.loader.impl.AbstractImageSessionContext$ObservingImageInputStreamInvocationHandler.class
org.apache.xmlgraphics.image.loader.impl.AbstractImageSessionContext.class
org.apache.xmlgraphics.image.loader.impl.CompositeImageLoader.class
org.apache.xmlgraphics.image.loader.impl.DefaultImageContext.class
org.apache.xmlgraphics.image.loader.impl.DefaultImageSessionContext.class
org.apache.xmlgraphics.image.loader.impl.ImageBuffered.class
org.apache.xmlgraphics.image.loader.impl.ImageConverterBitmap2G2D$1.class
org.apache.xmlgraphics.image.loader.impl.ImageConverterBitmap2G2D.class
org.apache.xmlgraphics.image.loader.impl.ImageConverterBuffered2Rendered.class
org.apache.xmlgraphics.image.loader.impl.ImageConverterG2D2Bitmap.class
org.apache.xmlgraphics.image.loader.impl.ImageConverterRendered2PNG.class
org.apache.xmlgraphics.image.loader.impl.ImageGraphics2D.class
org.apache.xmlgraphics.image.loader.impl.ImageLoaderEPS.class
org.apache.xmlgraphics.image.loader.impl.ImageLoaderFactoryEPS.class
org.apache.xmlgraphics.image.loader.impl.ImageLoaderFactoryInternalTIFF.class
org.apache.xmlgraphics.image.loader.impl.ImageLoaderFactoryRaw.class
org.apache.xmlgraphics.image.loader.impl.ImageLoaderFactoryRawCCITTFax.class
org.apache.xmlgraphics.image.loader.impl.ImageLoaderInternalTIFF.class
org.apache.xmlgraphics.image.loader.impl.ImageLoaderRaw.class
org.apache.xmlgraphics.image.loader.impl.ImageLoaderRawCCITTFax$FillOrderChangeInputStream.class
org.apache.xmlgraphics.image.loader.impl.ImageLoaderRawCCITTFax.class
org.apache.xmlgraphics.image.loader.impl.ImageLoaderRawJPEG.class
org.apache.xmlgraphics.image.loader.impl.ImageRawCCITTFax.class
org.apache.xmlgraphics.image.loader.impl.ImageRawEPS.class
org.apache.xmlgraphics.image.loader.impl.ImageRawJPEG.class
org.apache.xmlgraphics.image.loader.impl.ImageRawStream$ByteArrayStreamFactory.class
org.apache.xmlgraphics.image.loader.impl.ImageRawStream$InputStreamFactory.class
org.apache.xmlgraphics.image.loader.impl.ImageRawStream$SingleStreamFactory.class
org.apache.xmlgraphics.image.loader.impl.ImageRawStream.class
org.apache.xmlgraphics.image.loader.impl.ImageRendered.class
org.apache.xmlgraphics.image.loader.impl.ImageXMLDOM.class
org.apache.xmlgraphics.image.loader.impl.JPEGConstants.class
org.apache.xmlgraphics.image.loader.impl.JPEGFile.class
org.apache.xmlgraphics.image.loader.impl.PreloaderBMP.class
org.apache.xmlgraphics.image.loader.impl.PreloaderEMF.class
org.apache.xmlgraphics.image.loader.impl.PreloaderEPS$EPSBinaryFileHeader.class
org.apache.xmlgraphics.image.loader.impl.PreloaderEPS.class
org.apache.xmlgraphics.image.loader.impl.PreloaderGIF.class
org.apache.xmlgraphics.image.loader.impl.PreloaderJPEG.class
org.apache.xmlgraphics.image.loader.impl.PreloaderTIFF.class
org.apache.xmlgraphics.image.loader.impl.imageio.ImageIOUtil.class
org.apache.xmlgraphics.image.loader.impl.imageio.ImageLoaderFactoryImageIO.class
org.apache.xmlgraphics.image.loader.impl.imageio.ImageLoaderImageIO.class
org.apache.xmlgraphics.image.loader.impl.imageio.PreloaderImageIO.class
org.apache.xmlgraphics.image.loader.pipeline.ImageConversionEdge.class
org.apache.xmlgraphics.image.loader.pipeline.ImageProviderPipeline.class
org.apache.xmlgraphics.image.loader.pipeline.ImageRepresentation.class
org.apache.xmlgraphics.image.loader.pipeline.PipelineFactory$1.class
org.apache.xmlgraphics.image.loader.pipeline.PipelineFactory$PipelineComparator.class
org.apache.xmlgraphics.image.loader.pipeline.PipelineFactory.class
org.apache.xmlgraphics.image.loader.spi.ImageConverter.class
org.apache.xmlgraphics.image.loader.spi.ImageImplRegistry$1.class
org.apache.xmlgraphics.image.loader.spi.ImageImplRegistry$2.class
org.apache.xmlgraphics.image.loader.spi.ImageImplRegistry$ImageLoaderFactoryComparator.class
org.apache.xmlgraphics.image.loader.spi.ImageImplRegistry$PreloaderHolder.class
org.apache.xmlgraphics.image.loader.spi.ImageImplRegistry.class
org.apache.xmlgraphics.image.loader.spi.ImageLoader.class
org.apache.xmlgraphics.image.loader.spi.ImageLoaderFactory.class
org.apache.xmlgraphics.image.loader.spi.ImagePreloader.class
org.apache.xmlgraphics.image.loader.util.ImageInputStreamAdapter.class
org.apache.xmlgraphics.image.loader.util.ImageUtil$1.class
org.apache.xmlgraphics.image.loader.util.ImageUtil.class
org.apache.xmlgraphics.image.loader.util.Penalty.class
org.apache.xmlgraphics.image.loader.util.SeekableStreamAdapter.class
org.apache.xmlgraphics.image.loader.util.SoftMapCache.class
org.apache.xmlgraphics.image.loader.util.SoftReferenceWithKey.class
org.apache.xmlgraphics.image.rendered.AbstractRed.class
org.apache.xmlgraphics.image.rendered.Any2LsRGBRed.class
org.apache.xmlgraphics.image.rendered.Any2sRGBRed.class
org.apache.xmlgraphics.image.rendered.BufferedImageCachableRed.class
org.apache.xmlgraphics.image.rendered.CachableRed.class
org.apache.xmlgraphics.image.rendered.FormatRed.class
org.apache.xmlgraphics.image.rendered.RenderedImageCachableRed.class
org.apache.xmlgraphics.image.writer.AbstractImageWriter.class
org.apache.xmlgraphics.image.writer.ImageWriter.class
org.apache.xmlgraphics.image.writer.ImageWriterParams.class
org.apache.xmlgraphics.image.writer.ImageWriterRegistry.class
org.apache.xmlgraphics.image.writer.ImageWriterUtil.class
org.apache.xmlgraphics.image.writer.MultiImageWriter.class
org/apache/xmlgraphics/image/writer/default-preferred-order.properties
org.apache.xmlgraphics.image.writer.imageio.ImageIOImageWriter$IIOMultiImageWriter.class
org.apache.xmlgraphics.image.writer.imageio.ImageIOImageWriter.class
org.apache.xmlgraphics.image.writer.imageio.ImageIOJPEGImageWriter.class
org.apache.xmlgraphics.image.writer.imageio.ImageIOPNGImageWriter.class
org.apache.xmlgraphics.image.writer.imageio.ImageIOTIFFImageWriter.class
org.apache.xmlgraphics.image.writer.internal.JPEGImageWriter.class
org.apache.xmlgraphics.image.writer.internal.PNGImageWriter.class
org.apache.xmlgraphics.image.writer.internal.TIFFImageWriter$TIFFMultiImageWriter.class
org.apache.xmlgraphics.image.writer.internal.TIFFImageWriter.class
org.apache.xmlgraphics.java2d.AbstractGraphics2D.class
org.apache.xmlgraphics.java2d.CMYKColorSpace.class
org.apache.xmlgraphics.java2d.DefaultGraphics2D.class
org.apache.xmlgraphics.java2d.Dimension2DDouble.class
org.apache.xmlgraphics.java2d.GraphicContext.class
org.apache.xmlgraphics.java2d.Graphics2DImagePainter.class
org.apache.xmlgraphics.java2d.StrokingTextHandler.class
org.apache.xmlgraphics.java2d.TextHandler.class
org.apache.xmlgraphics.java2d.TransformStackElement$1.class
org.apache.xmlgraphics.java2d.TransformStackElement$2.class
org.apache.xmlgraphics.java2d.TransformStackElement$3.class
org.apache.xmlgraphics.java2d.TransformStackElement$4.class
org.apache.xmlgraphics.java2d.TransformStackElement$5.class
org.apache.xmlgraphics.java2d.TransformStackElement.class
org.apache.xmlgraphics.java2d.TransformType.class
org.apache.xmlgraphics.java2d.color.ColorConverter.class
org.apache.xmlgraphics.java2d.color.ColorUtil.class
org.apache.xmlgraphics.java2d.color.DefaultColorConverter.class
org.apache.xmlgraphics.java2d.color.DeviceCMYKColorSpace.class
org.apache.xmlgraphics.java2d.ps.AbstractPSDocumentGraphics2D.class
org.apache.xmlgraphics.java2d.ps.EPSDocumentGraphics2D.class
org.apache.xmlgraphics.java2d.ps.PSDocumentGraphics2D.class
org.apache.xmlgraphics.java2d.ps.PSGraphics2D.class
org.apache.xmlgraphics.java2d.ps.PSTextHandler.class
org.apache.xmlgraphics.java2d.ps.PSTilingPattern.class
org.apache.xmlgraphics.ps.DSCConstants$1.class
org.apache.xmlgraphics.ps.DSCConstants$AtendIndicator.class
org.apache.xmlgraphics.ps.DSCConstants.class
org.apache.xmlgraphics.ps.FormGenerator.class
org.apache.xmlgraphics.ps.ImageEncoder.class
org.apache.xmlgraphics.ps.ImageEncodingHelper$RenderedImageEncoder.class
org.apache.xmlgraphics.ps.ImageEncodingHelper.class
org.apache.xmlgraphics.ps.ImageFormGenerator.class
org.apache.xmlgraphics.ps.PSCommandMap.class
org.apache.xmlgraphics.ps.PSDictionary$1.class
org.apache.xmlgraphics.ps.PSDictionary$Maker$Token.class
org.apache.xmlgraphics.ps.PSDictionary$Maker.class
org.apache.xmlgraphics.ps.PSDictionary.class
org.apache.xmlgraphics.ps.PSDictionaryFormatException.class
org.apache.xmlgraphics.ps.PSFontUtils.class
org.apache.xmlgraphics.ps.PSGenerator.class
org.apache.xmlgraphics.ps.PSImageUtils$1.class
org.apache.xmlgraphics.ps.PSImageUtils$2.class
org.apache.xmlgraphics.ps.PSImageUtils.class
org.apache.xmlgraphics.ps.PSPageDeviceDictionary.class
org.apache.xmlgraphics.ps.PSProcSet.class
org.apache.xmlgraphics.ps.PSProcSets$EPSProcSet.class
org.apache.xmlgraphics.ps.PSProcSets$StdProcSet.class
org.apache.xmlgraphics.ps.PSProcSets.class
org.apache.xmlgraphics.ps.PSResource.class
org.apache.xmlgraphics.ps.PSState.class
org.apache.xmlgraphics.ps.dsc.DSCCommentFactory.class
org.apache.xmlgraphics.ps.dsc.DSCException.class
org.apache.xmlgraphics.ps.dsc.DSCFilter.class
org.apache.xmlgraphics.ps.dsc.DSCHandler.class
org.apache.xmlgraphics.ps.dsc.DSCListener.class
org.apache.xmlgraphics.ps.dsc.DSCParser$1.class
org.apache.xmlgraphics.ps.dsc.DSCParser.class
org.apache.xmlgraphics.ps.dsc.DSCParserConstants.class
org.apache.xmlgraphics.ps.dsc.DefaultDSCHandler.class
org.apache.xmlgraphics.ps.dsc.DefaultNestedDocumentHandler.class
org.apache.xmlgraphics.ps.dsc.EventRecorder$PSComment.class
org.apache.xmlgraphics.ps.dsc.EventRecorder$PSLine.class
org.apache.xmlgraphics.ps.dsc.EventRecorder.class
org.apache.xmlgraphics.ps.dsc.FilteringEventListener.class
org.apache.xmlgraphics.ps.dsc.NestedDocumentHandler.class
org.apache.xmlgraphics.ps.dsc.ResourceTracker$1.class
org.apache.xmlgraphics.ps.dsc.ResourceTracker$Counter.class
org.apache.xmlgraphics.ps.dsc.ResourceTracker.class
org.apache.xmlgraphics.ps.dsc.events.AbstractDSCComment.class
org.apache.xmlgraphics.ps.dsc.events.AbstractEvent.class
org.apache.xmlgraphics.ps.dsc.events.AbstractResourceDSCComment.class
org.apache.xmlgraphics.ps.dsc.events.AbstractResourcesDSCComment.class
org.apache.xmlgraphics.ps.dsc.events.DSCAtend.class
org.apache.xmlgraphics.ps.dsc.events.DSCComment.class
org.apache.xmlgraphics.ps.dsc.events.DSCCommentBeginDocument.class
org.apache.xmlgraphics.ps.dsc.events.DSCCommentBeginResource.class
org.apache.xmlgraphics.ps.dsc.events.DSCCommentBoundingBox.class
org.apache.xmlgraphics.ps.dsc.events.DSCCommentDocumentNeededResources.class
org.apache.xmlgraphics.ps.dsc.events.DSCCommentDocumentSuppliedResources.class
org.apache.xmlgraphics.ps.dsc.events.DSCCommentEndComments.class
org.apache.xmlgraphics.ps.dsc.events.DSCCommentEndOfFile.class
org.apache.xmlgraphics.ps.dsc.events.DSCCommentHiResBoundingBox.class
org.apache.xmlgraphics.ps.dsc.events.DSCCommentIncludeResource.class
org.apache.xmlgraphics.ps.dsc.events.DSCCommentLanguageLevel.class
org.apache.xmlgraphics.ps.dsc.events.DSCCommentPage.class
org.apache.xmlgraphics.ps.dsc.events.DSCCommentPageBoundingBox.class
org.apache.xmlgraphics.ps.dsc.events.DSCCommentPageHiResBoundingBox.class
#内容未全部加载,请点击展开加载全部代码(NowJava.com)
|
依赖Jar: |
commons-io-1.3.1.jar
/commons-io/commons-io/1.3.1
查看commons-io所有版本文件
commons-logging-1.0.4.jar
/commons-logging/commons-logging/1.0.4
查看commons-logging所有版本文件
|