- Chord - Class in auditory.described
-
A Chord is a collection of Note objects that are
rendered simultaneously
- Chord() - Constructor for class auditory.described.Chord
-
Default Constructor.
- Chord(int, boolean) - Constructor for class auditory.described.Chord
-
Explicit Value Constructor.
- clear() - Method in class collectionframework.NullIterator
-
Clear this Iterator (so that it no longer has
an element).
- clear() - Method in class visual.Visualization
-
Clear this Visualization of all SimpleContent objects.
- collectionframework - package collectionframework
-
- CompositeContent - Class in visual.statik
-
Static visual content that is a composition
of many component parts, either sampled or described
- CompositeContent() - Constructor for class visual.statik.CompositeContent
-
Default Constructor.
- CompositeContent - Class in visual.statik.described
-
Static described visual content that is a composition
of many component parts.
- CompositeContent() - Constructor for class visual.statik.described.CompositeContent
-
Default Constructor.
- CompositeContent - Class in visual.statik.sampled
-
Static sampled visual content that is a composition
of many component parts
- CompositeContent() - Constructor for class visual.statik.sampled.CompositeContent
-
Default Constructor.
- Content - Interface in auditory.described
-
The requirements of a piece of described auditory content .
- Content - Interface in auditory.sampled
-
The capabiltiies of sampled auditory content
- Content - Class in visual.statik.described
-
Described visual content that knows how to render and transform
itself.
- Content() - Constructor for class visual.statik.described.Content
-
Default Constructor.
- Content(Shape, Color, Paint, Stroke) - Constructor for class visual.statik.described.Content
-
Explicit Value Constructor.
- Content - Class in visual.statik.sampled
-
A BufferedImage that knows how to render itself
(i.e., a BufferedImage along with all of
the attributes necessary for rendering).
- Content() - Constructor for class visual.statik.sampled.Content
-
Default Constructor.
- Content(BufferedImage, double, double) - Constructor for class visual.statik.sampled.Content
-
Explicit Value Constructor.
- Content(BufferedImage, double, double, boolean) - Constructor for class visual.statik.sampled.Content
-
Explicit Value Constructor.
- ContentFactory - Class in visual.statik.sampled
-
A utility class for constructing/creating
visual.statik.sampled.Content objects.
- ContentFactory() - Constructor for class visual.statik.sampled.ContentFactory
-
Default Constructor.
- ContentFactory(ResourceFinder) - Constructor for class visual.statik.sampled.ContentFactory
-
Explicit Value Constructor.
- createBlurOp(int) - Method in class visual.statik.sampled.BufferedImageOpFactory
-
Create a blur operation.
- createBrightenOp() - Method in class visual.statik.sampled.BufferedImageOpFactory
-
Create a brighten operation.
- createBufferedImage(Image, int) - Method in class visual.statik.sampled.ImageFactory
-
Create a BufferedImage from an Image.
- createBufferedImage(Image) - Method in class visual.statik.sampled.ImageFactory
-
Create a BufferedImage (with the default number
of channels) from an Image.
- createBufferedImage(String, int) - Method in class visual.statik.sampled.ImageFactory
-
Create a BufferedImage from a file/resource
containing an Image.
- createBufferedImage(String) - Method in class visual.statik.sampled.ImageFactory
-
Create a BufferedImage (with a default number of channels) from
a file containing an Image.
- createBufferedImages(String[], int) - Method in class visual.statik.sampled.ImageFactory
-
Read BufferedImage objects from a group of files/resources.
- createBufferedImages(String, int, int) - Method in class visual.statik.sampled.ImageFactory
-
Read a row-oriented array of BufferedImage objects from a file.
- createBufferedImages(String, int, int, int) - Method in class visual.statik.sampled.ImageFactory
-
Read a table-oriented array of BufferedImage objects from a file.
- createBufferedSound(double, int, float, double) - Method in class auditory.sampled.BufferedSoundFactory
-
Create a BufferedSound from a sine wave with a
particular frequency.
- createBufferedSound(String) - Method in class auditory.sampled.BufferedSoundFactory
-
Create a BufferedSound from a resource/file.
- createBufferedSound(AudioInputStream) - Method in class auditory.sampled.BufferedSoundFactory
-
Create a BufferedSound from an AudioInputStream.
- createCompatibleDestImage(BufferedImage, ColorModel) - Method in class visual.statik.sampled.IdentityOp
-
Creates a zeroed destination image with the correct size
and number of bands (required by BufferedImageOp).
- createCompatibleDestinationSound(BufferedSound) - Method in class auditory.sampled.AbstractBufferedSoundOp
-
Creates a BufferedSound with the same sampling rate and length
as the source.
- createCompatibleDestinationSound(BufferedSound) - Method in class auditory.sampled.SpeedChangeOp
-
Creates a BufferedSound with a different sampling rate.
- createContent(BufferedImage, boolean) - Method in class visual.statik.sampled.ContentFactory
-
Create a Content from a BufferedImage.
- createContent(BufferedImage) - Method in class visual.statik.sampled.ContentFactory
-
Create a Content from a BufferedImage.
- createContent(Image, int, boolean) - Method in class visual.statik.sampled.ContentFactory
-
Create a Content from an Image.
- createContent(Image, int) - Method in class visual.statik.sampled.ContentFactory
-
Create a Content from an Image.
- createContent(Image, boolean) - Method in class visual.statik.sampled.ContentFactory
-
Create a Content (with the default number
of channels) from an Image.
- createContent(Image) - Method in class visual.statik.sampled.ContentFactory
-
Create a Content (with the default number
of channels) from an Image.
- createContent(String, int, boolean) - Method in class visual.statik.sampled.ContentFactory
-
Create a Content from a file/resource
containing an Image.
- createContent(String, int) - Method in class visual.statik.sampled.ContentFactory
-
Create a Content from a file/resource
containing an Image.
- createContent(String, boolean) - Method in class visual.statik.sampled.ContentFactory
-
Create a Content (with the default number of
channels) from a file containing an Image.
- createContent(String) - Method in class visual.statik.sampled.ContentFactory
-
Create a Content (with the default number of
channels) from a file/resource containing an Image.
- createContents(String[], int) - Method in class visual.statik.sampled.ContentFactory
-
Create an array of Content objects
from an array of images in files/resources.
- createContents(String, FilenameFilter, int) - Method in class visual.statik.sampled.ContentFactory
-
Create an array of Content objects from a
group of files/resources containing images.
- createContents(String, FilenameFilter) - Method in class visual.statik.sampled.ContentFactory
-
Create an array Content (with the default
number of channels) from a group of files containing images.
- createContents(String, int, int) - Method in class visual.statik.sampled.ContentFactory
-
Create an array of Content objects
from an "array" of images in a file.
- createContents(String, int, int, int) - Method in class visual.statik.sampled.ContentFactory
-
Create an array of Content objects
from a table-oriented Image in a file.
- createDarkenOp() - Method in class visual.statik.sampled.BufferedImageOpFactory
-
Create a darken operation.
- createEdgeDetectionOp(int) - Method in class visual.statik.sampled.BufferedImageOpFactory
-
Create an edge detection operation.
- createEmbossOp(int) - Method in class visual.statik.sampled.BufferedImageOpFactory
-
Create an embossing operation.
- createFactory() - Static method in class visual.statik.sampled.BufferedImageOpFactory
-
Create a BufferedImageOpFactory object.
- createGrayExceptOp(int, int, int) - Method in class visual.statik.sampled.BufferedImageOpFactory
-
Create an operation that converts "all colors but one"
to gray.
- createGrayOp() - Method in class visual.statik.sampled.BufferedImageOpFactory
-
Create an operation that converts to a gray colorspace.
- createIdentityOp(int) - Method in class visual.statik.sampled.BufferedImageOpFactory
-
Create an operation that does not change the
image (i.e., an identity).
- createInstance() - Static method in class io.ResourceFinder
-
Construct a ResourceFinder that will search "locally".
- createInstance(Object) - Static method in class io.ResourceFinder
-
Construct a ResourceFinder that will search "near" a particular Object.
- createInstance(Class<?>) - Static method in class io.ResourceFinder
-
Construct a ResourceFinder that will search "near" a particular Class.
- createMetalOp() - Method in class visual.statik.sampled.BufferedImageOpFactory
-
Create a "metal" operation.
- createNegativeOp() - Method in class visual.statik.sampled.BufferedImageOpFactory
-
Create a photo-negative operation.
- createNightVisionOp() - Method in class visual.statik.sampled.BufferedImageOpFactory
-
Create a night-vision operation (i.e., an operation that
makes everything appear green).
- createPart(BufferedReader) - Static method in class auditory.described.PartFactory
-
Create a Part object from a BufferedReader that
is reading a stream containing a string representation.
- createPart(String) - Static method in class auditory.described.PartFactory
-
Create a Part object from a file containing a
String representation.
- createRotateOp(double, double, double) - Method in class visual.statik.sampled.BufferedImageOpFactory
-
Create a rotation operation that rotates an image
around it's center.
- createScaleOp(double, double) - Method in class visual.statik.sampled.BufferedImageOpFactory
-
Create a scaling operation.
- createScore(InputStream) - Method in class auditory.described.ScoreFactory
-
Create a Score object from a BufferedReader that
is reading a stream containing a string representation.
- createScore(String) - Method in class auditory.described.ScoreFactory
-
Create a Score object from a file containing a
string representation.
- createSharpenOp(int) - Method in class visual.statik.sampled.BufferedImageOpFactory
-
Create a sharpen operation.