Package | Description |
---|---|
agi.foundation.graphics.advanced |
Provides less commonly instantiated graphics types for the camera, mouse options, primitive options, and others.
|
Modifier and Type | Method and Description |
---|---|
static CameraSnapshotFileFormat |
CameraSnapshotFileFormat.getDefault()
Get the enum constant that is considered to be the default.
|
static CameraSnapshotFileFormat |
CameraSnapshotFileFormat.getFromValue(int value)
Get the enum constant that is associated with the given numeric value.
|
static CameraSnapshotFileFormat |
CameraSnapshotFileFormat.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CameraSnapshotFileFormat[] |
CameraSnapshotFileFormat.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
CameraSnapshot.saveToFile(String filename,
CameraSnapshotFileFormat cameraSnapshotFormat)
Saves a snapshot of the 3D window to the filename with the specified format.
|
void |
CameraSnapshot.saveToFile(String filename,
CameraSnapshotFileFormat cameraSnapshotFormat,
double widthInInches,
double dotsPerInch)
Saves a snapshot of the 3D window to the filename with the specified format at high resolution.
|
void |
CameraVideoRecording.startRecording(String fileDirectory,
String filePrefix,
CameraSnapshotFileFormat cameraSnapshotFileFormat,
int startingFrameNumber,
int numberOfFrameDigits)
Starts recording a frame stack.
|