Package | Description |
---|---|
visual.dynamic.described | |
visual.statik.sampled |
Modifier and Type | Method and Description |
---|---|
void |
SampledSprite.addKeyTime(int keyTime,
java.awt.geom.Point2D location,
java.lang.Double rotation,
java.lang.Double scaling,
Content c)
Add a key time.
|
Modifier and Type | Method and Description |
---|---|
Content |
ContentFactory.createContent(java.awt.image.BufferedImage image)
Create a Content from a BufferedImage.
|
Content |
ContentFactory.createContent(java.awt.image.BufferedImage image,
boolean rotatable)
Create a Content from a BufferedImage.
|
Content |
ContentFactory.createContent(java.awt.Image image)
Create a Content (with the default number
of channels) from an Image.
|
Content |
ContentFactory.createContent(java.awt.Image image,
boolean rotatable)
Create a Content (with the default number
of channels) from an Image.
|
Content |
ContentFactory.createContent(java.awt.Image image,
int channels)
Create a Content from an Image.
|
Content |
ContentFactory.createContent(java.awt.Image image,
int channels,
boolean rotatable)
Create a Content from an Image.
|
Content |
ContentFactory.createContent(java.lang.String name)
Create a Content (with the default number of
channels) from a file/resource containing an Image.
|
Content |
ContentFactory.createContent(java.lang.String name,
boolean rotatable)
Create a Content (with the default number of
channels) from a file containing an Image.
|
Content |
ContentFactory.createContent(java.lang.String name,
int channels)
Create a Content from a file/resource
containing an Image.
|
Content |
ContentFactory.createContent(java.lang.String name,
int channels,
boolean rotatable)
Create a Content from a file/resource
containing an Image.
|
Content[] |
ContentFactory.createContents(java.lang.String[] names,
int channels)
Create an array of Content objects
from an array of images in files/resources.
|
Content[] |
ContentFactory.createContents(java.lang.String path,
java.io.FilenameFilter filter)
Create an array Content (with the default
number of channels) from a group of files containing images.
|
Content[] |
ContentFactory.createContents(java.lang.String path,
java.io.FilenameFilter filter,
int channels)
Create an array of Content objects from a
group of files/resources containing images.
|
Content[] |
ContentFactory.createContents(java.lang.String name,
int n,
int channels)
Create an array of Content objects
from an "array" of images in a file.
|
Content[][] |
ContentFactory.createContents(java.lang.String name,
int rows,
int columns,
int channels)
Create an array of Content objects
from a table-oriented Image in a file.
|