PDF Clown
0.1.2

Uses of Class
org.pdfclown.util.math.Interval

Packages that use Interval
org.pdfclown.documents.contents.colorSpaces Color space types used to specify the colors of graphics objects inside content streams [PDF:1.6:4.5]. 
org.pdfclown.documents.contents.layers Optional content [PDF:1.6:4.10], also known as layered content. 
org.pdfclown.documents.functions Static, self-contained numerical transformations that represent parameterized classes of functions, including mathematical formulas and sampled representations with arbitrary resolution [PDF:1.6:3.9]. 
org.pdfclown.documents.multimedia Features that allow a user to embed and play multimedia content within a PDF document [PDF:1.6:9]. 
org.pdfclown.tools Specialized tools for performing common operations on PDF files. 
 

Uses of Interval in org.pdfclown.documents.contents.colorSpaces
 

Methods in org.pdfclown.documents.contents.colorSpaces that return types with arguments of type Interval
 List<Interval<Double>> LabColorSpace.getRanges()
          Gets the (inclusive) ranges of the color components.
 

Uses of Interval in org.pdfclown.documents.contents.layers
 

Methods in org.pdfclown.documents.contents.layers that return Interval
 Interval<Double> Layer.getZoomRange()
          Gets the range of magnifications at which the content in this layer is best viewed.
 

Methods in org.pdfclown.documents.contents.layers with parameters of type Interval
 void Layer.setZoomRange(Interval<Double> value)
           
 

Uses of Interval in org.pdfclown.documents.functions
 

Methods in org.pdfclown.documents.functions that return types with arguments of type Interval
 List<Interval<Integer>> Type0Function.getDomainEncodes()
          Gets the linear mapping of input values into the domain of the function's sample table.
 List<Interval<Double>> Type3Function.getDomainEncodes()
          Gets the mapping of each subdomain into the domain of the corresponding function.
 List<Interval<Double>> Function.getDomains()
          Gets the (inclusive) domains of the input values.
protected
<T extends Comparable<T>>
List<Interval<T>>
Function.getIntervals(PdfName key, Function.IDefaultIntervalsCallback<T> defaultIntervalsCallback)
          Gets the intervals corresponding to the specified key.
 List<Interval<Double>> Type0Function.getRangeDecodes()
          Gets the linear mapping of sample values into the ranges of the function's output values.
 List<Interval<Double>> Function.getRanges()
          Gets the (inclusive) ranges of the output values.
 List<Interval<T>> Function.IDefaultIntervalsCallback.invoke(List<Interval<T>> intervals)
           
 

Method parameters in org.pdfclown.documents.functions with type arguments of type Interval
 List<Interval<T>> Function.IDefaultIntervalsCallback.invoke(List<Interval<T>> intervals)
           
 

Uses of Interval in org.pdfclown.documents.multimedia
 

Methods in org.pdfclown.documents.multimedia that return Interval
 Interval<Version> Rendition.Viability.getVersion()
          Gets the PDF version range supported by the viewer application.
 Interval<SoftwareIdentifier.Version> SoftwareIdentifier.getVersion()
          Gets the software version bounds.
 

Uses of Interval in org.pdfclown.tools
 

Methods in org.pdfclown.tools with parameters of type Interval
 void TextExtractor.IIntervalFilter.process(Interval<Integer> interval, ITextString match)
          Notifies current matching.
 

Method parameters in org.pdfclown.tools with type arguments of type Interval
 List<ITextString> TextExtractor.filter(Map<Rectangle2D,List<ITextString>> textStrings, List<Interval<Integer>> intervals)
          Gets the text strings matching the specified intervals.
 


PDF Clown
0.1.2

Project home page

Copyright © 2006-2013 Stefano Chizzolini. Some Rights Reserved.
This documentation is available under the terms of the GNU Free Documentation License.