MCPcopy Create free account

hub / github.com/AntonKast/LightZone / functions

Functions20,392 in github.com/AntonKast/LightZone

↓ 115 callersMethoderrorOccurred
Reports the occurrence of an error or warning generated from JAI or one of its operation nodes. @param message The message that describes what is rep
lightcrafts/extsrc/com/lightcrafts/mediax/jai/util/ImagingListener.java:105
↓ 115 callersMethodremove
Advises the cache that a tile is no longer needed. It is legal to implement this method as a no-op. @param owner The <code>RenderedImage</code> that
lightcrafts/extsrc/com/lightcrafts/mediax/jai/TileCache.java:80
↓ 111 callersMethodget
(File file)
lightcrafts/src/com/lightcrafts/ui/browser/folders/NodeFileIndex.java:25
↓ 111 callersMethoditerator
Creates the <code>Collection</code> rendering if none yet exists, and returns an <code>Iterator</code> over the elements in this <code>Collection</cod
lightcrafts/extsrc/com/lightcrafts/mediax/jai/CollectionOp.java:1347
↓ 110 callersMethodgetBounds
Returns a Rectangle indicating the image bounds.
lightcrafts/extsrc/com/lightcrafts/media/jai/rmi/RMIImageImpl.java:391
↓ 110 callersMethodgetIntValue
Gets this metadata value as an <code>int</code>. @return Returns said value.
lightcrafts/src/com/lightcrafts/image/metadata/values/ImageMetaValue.java:187
↓ 109 callersMethodadd
Add the tag mappings. @param id The tag's ID. @param name The tag's name. @param type The tag's {@link ImageMetaType}. @param isChangeable Whether th
lightcrafts/src/com/lightcrafts/image/metadata/TIFFDirectory.java:270
↓ 108 callersMethodgetDefaultInstance
Returns the default<code>JAI</code>instance. This instance is used by all of the static methods of this class. It uses the default <code>OperationRe
lightcrafts/extsrc/com/lightcrafts/mediax/jai/JAI.java:738
↓ 107 callersMethodadd
Add the tag mappings. @param id The tag's ID. @param name The tag's name. @param type The tag's {@link ImageMetaType}.
lightcrafts/src/com/lightcrafts/image/metadata/CIFFDirectory.java:430
↓ 107 callersMethodclear
Clears this <code>CacheStore</code>.
lightcrafts/src/com/lightcrafts/utils/cache/CacheStore.java:19
↓ 107 callersMethodisEmpty
Returns true if this <code>Range</code> is empty, i.e. if the minimum value is greater than the maximum value, if both are included, or if the minimum
lightcrafts/extsrc/com/lightcrafts/mediax/jai/util/Range.java:625
↓ 107 callersMethodmax
Gets the maximum element.
lightcrafts/jnisrc/macstl/impl/valarray_base.h:83
↓ 107 callersMethodsetPixels
Sets a region of the pixel data within a <code>Raster</code> using a primitive array. This method copies data only if the <code>set</code> flag in <c
lightcrafts/extsrc/com/lightcrafts/mediax/jai/PixelAccessor.java:1007
↓ 106 callersMethodgetPlatform
Gets the current <code>Platform</code>. @return Returns said <code>Platform</code>.
lightcrafts/src/com/lightcrafts/platform/Platform.java:215
↓ 105 callersMethodprint
Print the current image. @param thread A ProgressIndicator to provide user feedback during rendering. @param printJob A PrinterJob on which to call se
lightcrafts/src/com/lightcrafts/model/Engine.java:235
↓ 102 callersMethodadd
Add the tag mappings. @param id The tag's ID. @param name The tag's name. @param type The tag's {@link ImageMetaType}. @param isChangeable Whether th
lightcrafts/src/com/lightcrafts/image/metadata/EXIFDirectory.java:329
↓ 100 callersMethodceil
Returns the ceil (equivalent of Math.ceil())
lightcrafts/extsrc/com/lightcrafts/media/jai/util/Rational.java:240
↓ 99 callersMethoddispose
()
lightcrafts/src/com/lightcrafts/ui/mode/Mode.java:74
↓ 98 callersMethodadd
Add the tag mappings. @param id The tag's ID. @param name The tag's name. @param type The tag's {@link ImageMetaType}.
lightcrafts/src/com/lightcrafts/image/metadata/makernotes/OlympusDirectory.java:198
↓ 98 callersMethodisValid
Returns <code>true</code> if all the parameters specified by the argument are set. @param mask a bitmask. @return a boolean truth value.
lightcrafts/extsrc/com/lightcrafts/mediax/jai/ImageLayout.java:259
↓ 96 callersMethodcreateHorizontalStrut
Creates an invisible, fixed-width component. In a horizontal box, you typically use this method to force a certain amount of space between two compone
lightcrafts/src/com/lightcrafts/ui/layout/Box.java:149
↓ 96 callersMethodhasNext
()
lightcrafts/src/com/lightcrafts/ui/region/CurveIterator.java:23
↓ 96 callersMethodwriteInt
(int v)
lightcrafts/extsrc/com/lightcrafts/media/jai/codecimpl/PNGImageEncoder.java:119
↓ 93 callersMethodabs
An abs() function for use by the Paeth predictor.
lightcrafts/extsrc/com/lightcrafts/media/jai/codec/PNGEncodeParam.java:1344
↓ 93 callersFunctioncmsSignalError
lightcrafts/jnisrc/lcms/lcms/cmserr.c:58
↓ 93 callersMethodcontains
(int codePoint)
lightcrafts/extsrc/jdk1_6/sun/text/normalizer/UnicodeSet.java:1564
↓ 93 callersMethodsetIcon
(Icon icon)
lightcrafts/src/com/lightcrafts/ui/toolkit/CoolButton.java:46
↓ 92 callersMethodgetIntParameter
A convenience method to return a parameter as an <code>int</code>. @param paramName the name of the parameter to be returned. @throws IllegalArgumen
lightcrafts/extsrc/com/lightcrafts/mediax/jai/ParameterList.java:251
↓ 92 callersMethodgetProperty
Gets a property from the property set of this image. If the property name is not recognized, java.awt.Image.UndefinedProperty will be returned. @para
lightcrafts/extsrc/com/lightcrafts/media/jai/rmi/RMIImage.java:156
↓ 92 callersMethoditerator
()
lightcrafts/src/com/lightcrafts/ui/region/CurveSelection.java:79
↓ 91 callersMethodrelease
Tries to relinquish the ownership of a lock. If the current thread does not hold the lock an exception is thrown. Note that every call to <code>forRea
lightcrafts/extsrc/com/lightcrafts/media/jai/util/RWLock.java:534
↓ 89 callersMethodgetDataType
Returns the data type of the RasterAccessor object. Note that this datatype is not necessarily the same data type as the underlying raster.
lightcrafts/extsrc/com/lightcrafts/mediax/jai/RasterAccessor.java:1180
↓ 88 callersMethodgetName
()
lightcrafts/src/com/lightcrafts/ui/browser/view/ExternalBrowserAction.java:13
↓ 88 callersMethodgetValue
Returns the value that the JFileChooser or JOptionPane returned.
lightcrafts/src/com/lightcrafts/ui/jsheet/SheetEvent.java:87
↓ 86 callersMethodputValue
Puts a key/value pair into this directory. For a Canon tag that has subfields, expands the values into multiple key/value pairs. @param tagID The me
lightcrafts/src/com/lightcrafts/image/metadata/CIFFDirectory.java:291
↓ 85 callersMethodCOLORSPACE_SH
(int s)
lightcrafts/src/com/lightcrafts/utils/LCMS.java:44
↓ 84 callersMethodgetDataType
Returns the data type of the table data.
lightcrafts/extsrc/com/lightcrafts/mediax/jai/LookupTableJAI.java:654
↓ 83 callersMethodsetText
(String text)
lightcrafts/src/com/lightcrafts/ui/toolkit/CoolButton.java:76
↓ 82 callersFunction_TIFFmemcpy
lightcrafts/jnisrc/tiff/libtiff/tiff-3.8.2/libtiff/tif_unix.c:262
↓ 82 callersMethodintValue
Returns the value of this <code>Rational</code> as an <code>int</code>. This may involve rounding or truncation. @return Returns the numeric value re
lightcrafts/src/com/lightcrafts/utils/Rational.java:110
↓ 82 callersMethodpack
()
lightcrafts/extsrc/com/lightcrafts/media/jai/opimage/MedianCutOpImage.java:559
↓ 81 callersMethodfloor
Returns the floor (equivalent of Math.floor())
lightcrafts/extsrc/com/lightcrafts/media/jai/util/Rational.java:256
↓ 80 callersMethodgetDirectoryFor
Gets the {@link ImageMetadataDirectory} instance for a given {@link ImageMetadataDirectory} {@link Class}. @param dirClass The {@link Class} of a cla
lightcrafts/src/com/lightcrafts/image/metadata/ImageMetadata.java:309
↓ 80 callersMethodgetString
(String key)
lightcrafts/extsrc/com/lightcrafts/media/jai/mlib/JaiI18N.java:18
↓ 80 callersMethodsetBackground
(Color color)
lightcrafts/src/com/lightcrafts/ui/rotate/RotorControl.java:107
↓ 79 callersFunctionTransportValue32
lightcrafts/jnisrc/lcms/lcms/cmsio1.c:126
↓ 79 callersMethodcopyDataToRaster
Copies data back into the RasterAccessor's raster. Note that the data is cast from the intermediate data format to the raster's format. If clampin
lightcrafts/extsrc/com/lightcrafts/mediax/jai/RasterAccessor.java:1227
↓ 79 callersMethodformatMsg
(String key, Object[] args)
lightcrafts/extsrc/com/lightcrafts/mediax/jai/JaiI18N.java:25
↓ 79 callersMethodgetBounds
()
lightcrafts/src/com/lightcrafts/ui/region/curves/AbstractCurve.java:581
↓ 79 callersMethodgetParameterBlock
Returns the <code>ParameterBlock</code> of this node.
lightcrafts/extsrc/com/lightcrafts/mediax/jai/OperationNode.java:129
↓ 79 callersMethodgetPoint
()
lightcrafts/src/com/lightcrafts/ui/region/curves/ClonePoint.java:45
↓ 79 callersFunctionkeymatch
lightcrafts/jnisrc/jpeg/libjpeg/jpeg-6b/cdjpeg.c:121
↓ 79 callersMethodupdate
Attempts to modify a rendered <code>CollectionImage</code> previously created by this <code>CollectionImageFactory</code> as a function of how the sou
lightcrafts/extsrc/com/lightcrafts/mediax/jai/CollectionImageFactory.java:65
↓ 78 callersMethodRead
<summary> Attempts to read a number of bytes from the stream. </summary> <param name="buffer">The destination data buffer</param> <param name="offset"
lightcrafts/jnisrc/tiff/zlib/zlib-1.2.3/contrib/dotzlib/DotZLib/GZipStream.cs:154
↓ 76 callersMethodXToTileX
Converts a pixel's X coordinate into a horizontal tile index relative to a given tile grid layout specified by its X offset and tile width. <p> If <c
lightcrafts/extsrc/com/lightcrafts/mediax/jai/PlanarImage.java:827
↓ 76 callersMethodYToTileY
Converts a pixel's Y coordinate into a vertical tile index relative to a given tile grid layout specified by its Y offset and tile height. <p> If <co
lightcrafts/extsrc/com/lightcrafts/mediax/jai/PlanarImage.java:846
↓ 75 callersFunctionTIFFScanlineSize
* Return the number of bytes to read/write in a call to * one of the scanline-oriented i/o routines. Note that * this number may be 1/samples-per-p
lightcrafts/jnisrc/tiff/libtiff/tiff-3.8.2/libtiff/tif_strip.c:226
↓ 75 callersMethodcreateRenderable
Creates a <code>RenderableOp</code> that represents the named operation, using the source(s) and/or parameter(s) specified in the <code>ParameterBlock
lightcrafts/extsrc/com/lightcrafts/mediax/jai/JAI.java:2103
↓ 73 callersFunctionTIFFClose
lightcrafts/jnisrc/tiff/libtiff/tiff-3.8.2/libtiff/tif_close.c:110
↓ 73 callersMethodgetNumSources
Returns the number of sources required by this operation. All modes have the same number of sources.
lightcrafts/extsrc/com/lightcrafts/mediax/jai/OperationDescriptor.java:138
↓ 72 callersMethodgetRenderingHints
Returns the <code>RenderingHints</code> of this node. It may be <code>null</code>.
lightcrafts/extsrc/com/lightcrafts/mediax/jai/OperationNode.java:170
↓ 71 callersFunctionAdjustEndianess32
lightcrafts/jnisrc/lcms/lcms/cmsio1.c:98
↓ 71 callersMethodfindCompatibleTag
Returns the most efficient FormatTag that is compatible with the destination raster and all source rasters. @param srcs the source <code>Raster</co
lightcrafts/extsrc/com/lightcrafts/media/jai/mlib/MediaLibAccessor.java:518
↓ 71 callersMethodmapDestRect
Returns a conservative estimate of the region of a specified source that is required in order to compute the pixels of a given destination rectangle.
lightcrafts/extsrc/com/lightcrafts/media/jai/rmi/ImageServer.java:538
↓ 70 callersMethodgetDataType
()
lightcrafts/extsrc/com/lightcrafts/media/jai/opimage/ColorConvertOpImage.java:565
↓ 70 callersMethodpermitInPlaceOperation
Causes a flag to be set to indicate that in-place operation should be permitted if the image bounds, tile grid offset, tile dimensions, and SampleMode
lightcrafts/extsrc/com/lightcrafts/mediax/jai/PointOpImage.java:667
↓ 69 callersMethodadd
Add the tag mappings. @param id The tag's ID. @param name The tag's name. @param type The tag's {@link ImageMetaType}.
lightcrafts/src/com/lightcrafts/image/metadata/makernotes/NikonDirectory.java:457
↓ 68 callersMethodposition
Get the current position. @return Returns said position.
lightcrafts/src/com/lightcrafts/utils/bytebuffer/LCByteBuffer.java:553
↓ 67 callersMethodisDataCopy
Returns true if the MediaLibAccessors's data is copied from it's raster.
lightcrafts/extsrc/com/lightcrafts/media/jai/mlib/MediaLibAccessor.java:949
↓ 66 callersFunctionSQR
lightcrafts/jnisrc/fast_jai/bilateralFilter.cpp:7
↓ 66 callersMethodcreateHorizontalBox
Creates a <code>Box</code> that displays its components from left to right. If you want a <code>Box</code> that respects the component orientation you
lightcrafts/src/com/lightcrafts/ui/layout/Box.java:96
↓ 66 callersMethodgetSource
Returns the specified <code>PlanarImage</code> source stored in the <code>ParameterBlock</code> of this node. If there is no source corresponding to t
lightcrafts/extsrc/com/lightcrafts/mediax/jai/RenderedOp.java:2475
↓ 66 callersMethodreadFully
Reads <code>b.length</code> bytes from this stream into the byte array, starting at the current stream pointer. This method reads repeatedly from the
lightcrafts/extsrc/com/lightcrafts/media/jai/codec/SeekableStream.java:296
↓ 65 callersMethodcopyDataToRaster
Copies data back into the MediaLibAccessor's raster. Note that the data is casted from the intermediate data format to the raster's format. If cla
lightcrafts/extsrc/com/lightcrafts/media/jai/mlib/MediaLibAccessor.java:1195
↓ 65 callersMethodgetInt
Gets an <code>int</code> at the buffer's current position and advances the position by 4. @return Returns said <code>int</code>. @throws BufferUnderf
lightcrafts/src/com/lightcrafts/utils/bytebuffer/LCByteBuffer.java:284
↓ 64 callersFunctioncmsAddTag
lightcrafts/jnisrc/lcms/lcms/cmsio1.c:3454
↓ 64 callersMethodgetString
(String key)
lightcrafts/extsrc/com/lightcrafts/media/jai/codecimpl/util/JaiI18N.java:21
↓ 64 callersMethodsin
lightcrafts/jnisrc/macstl/complex.h:694
↓ 63 callersFunctionTIFFGetFieldDefaulted
* Like TIFFGetField, but return any default * value if the tag is not present in the directory. */
lightcrafts/jnisrc/tiff/libtiff/tiff-3.8.2/libtiff/tif_aux.c:255
↓ 63 callersFunctionVEC3init
lightcrafts/jnisrc/lcms/lcms/cmsmtrx.c:232
↓ 63 callersFunctionabs
lightcrafts/jnisrc/tiff/libtiff/tiff-3.8.2/tools/ycbcr.c:24
↓ 63 callersMethodcreateHorizontalGlue
Creates a horizontal glue component. @return the component
lightcrafts/src/com/lightcrafts/ui/layout/Box.java:232
↓ 63 callersMethodgetFormatTags
Returns the format tags to be used with <code>RasterAccessor</code>.
lightcrafts/extsrc/com/lightcrafts/media/jai/opimage/CompositeNoDestAlphaOpImage.java:1160
↓ 63 callersMethodpow
lightcrafts/jnisrc/macstl/complex.h:664
↓ 63 callersMethodseek
(long pos)
lightcrafts/extsrc/com/lightcrafts/media/jai/codecimpl/TIFFImage.java:2099
↓ 62 callersMethodadd
Add the tag mappings. @param id The tag's ID. @param name The tag's name. @param type The tag's {@link ImageMetaType}. @param isChangeable Whether th
lightcrafts/src/com/lightcrafts/image/metadata/IPTCDirectory.java:443
↓ 62 callersMethodadd
Add the tag mappings. @param id The tag's ID. @param name The tag's name. @param type The tag's {@link ImageMetaType}.
lightcrafts/src/com/lightcrafts/image/metadata/makernotes/MinoltaDirectory.java:318
↓ 62 callersMethodarray
lightcrafts/jnisrc/macstl/impl/core_array.h:75
↓ 62 callersMethodclampDataArrays
Clamps data array values to a range that the underlying raster can deal with. For example, if the underlying raster stores data as bytes, but the sam
lightcrafts/extsrc/com/lightcrafts/mediax/jai/RasterAccessor.java:1310
↓ 61 callersFunctionTIFFOpen
* Open a TIFF file for read/writing. */
lightcrafts/jnisrc/tiff/libtiff/tiff-3.8.2/libtiff/tif_unix.c:152
↓ 61 callersMethodclose
Flushes and closes (I think, in the superclass) the stream. @since 1.3
lightcrafts/src/com/lightcrafts/utils/xml/Base64.java:1407
↓ 61 callersMethodcos
lightcrafts/jnisrc/macstl/complex.h:704
↓ 61 callersMethodisMediaLibCompatible
Returns <code>true</code> if mediaLib is able to handle the source(s) and destination image format. Currently, all of the following conditions must b
lightcrafts/extsrc/com/lightcrafts/media/jai/mlib/MediaLibAccessor.java:309
↓ 61 callersMethodsqrt
lightcrafts/jnisrc/macstl/complex.h:747
↓ 61 callersMethodtoArray
Creates the <code>Collection</code> rendering if none yet exists, and returns an array containing all of the elements in this <code>Collection</code>.
lightcrafts/extsrc/com/lightcrafts/mediax/jai/CollectionOp.java:1357
↓ 60 callersMethodgetInstance
Returns an instance of VersionInfo with the argument version. @param version version String in the format of "major.minor.milli.micro"
lightcrafts/extsrc/jdk1_6/sun/text/normalizer/VersionInfo.java:47
↓ 60 callersMethodminIgnoreNegative
(double current, double next)
lightcrafts/src/com/lightcrafts/ui/crop/UnderlayConstraints.java:1006
↓ 59 callersFunction_TIFFmemset
lightcrafts/jnisrc/tiff/libtiff/tiff-3.8.2/libtiff/tif_unix.c:256
↓ 59 callersMethodgetKeyStroke
()
lightcrafts/src/com/lightcrafts/ui/browser/view/SelectionAction.java:41
↓ 59 callersMethodgetMetadata
Gets the {@link ImageMetadata} object for this image, reading the metadata from the image file if necessary. @return Returns this image's {@link Imag
lightcrafts/src/com/lightcrafts/image/ImageInfo.java:288
← previousnext →101–200 of 20,392, ranked by callers