Package | Description |
---|---|
java.awt |
Contains all of the classes for creating user
interfaces and for painting graphics and images.
|
java.awt.print |
Provides classes and interfaces for a general printing API.
|
javax.management |
Provides the core classes for the Java Management Extensions.
|
javax.realtime |
Jamaica's implementation of the Real-Time Specification for Java.
|
javax.realtime.device |
JamaicaVM's implementation of the RTSJ Device Module.
|
org.xml.sax.helpers |
This package contains "helper" classes, including
support for bootstrapping SAX-based applications.
|
Modifier and Type | Method and Description |
---|---|
void |
SplashScreen.setImageURL(URL imageURL)
Changes the splash screen image.
|
Modifier and Type | Method and Description |
---|---|
abstract void |
PrinterJob.setPageable(Pageable document)
Queries
document for the number of pages and
the PageFormat and Printable for each
page held in the Pageable instance,
document . |
Modifier and Type | Method and Description |
---|---|
static ObjectName |
ObjectName.getInstance(String name)
Return an instance of ObjectName that can be used anywhere
an object obtained with
new
ObjectName(name) can be used. |
Modifier and Type | Method and Description |
---|---|
void |
RelativeTime.addInterarrivalTo(AbsoluteTime destination)
Deprecated.
RTSJ V1.0.1 this method is only required to support
the deprecated RationalTime.
|
Modifier and Type | Method and Description |
---|---|
int |
RawByteReader.get(int offset,
byte[] values)
Fill the
values starting at the address referenced by
this instance plus the offset scaled by the element size in bytes and
the object's stride. |
int |
RawByteReader.get(int offset,
byte[] values,
int start,
int count)
Fill
values with data from the memory region, where
offset is first byte in the memory region and
start is the first index in values . |
int |
RawDoubleReader.get(int offset,
double[] values)
Fill the
values starting at the address referenced by
this instance plus the offset scaled by the element size in bytes and
the object's stride. |
int |
RawDoubleReader.get(int offset,
double[] values,
int start,
int count)
Fill
values with data from the memory region, where
offset is first double in the memory region and
start is the first index in values . |
int |
RawFloatReader.get(int offset,
float[] values)
Fill the
values starting at the address referenced by
this instance plus the offset scaled by the element size in bytes and
the object's stride. |
int |
RawFloatReader.get(int offset,
float[] values,
int start,
int count)
Fill
values with data from the memory region, where
offset is first float in the memory region and
start is the first index in values . |
int |
RawIntReader.get(int offset,
int[] values)
Fill the
values starting at the address referenced by
this instance plus the offset scaled by the element size in bytes and
the object's stride. |
int |
RawIntReader.get(int offset,
int[] values,
int start,
int count)
Fill
values with data from the memory region, where
offset is first int in the memory region and
start is the first index in values . |
int |
RawLongReader.get(int offset,
long[] values)
Fill the
values starting at the address referenced by
this instance plus the offset scaled by the element size in bytes and
the object's stride. |
int |
RawLongReader.get(int offset,
long[] values,
int start,
int count)
Fill
values with data from the memory region, where
offset is first long in the memory region and
start is the first index in values . |
int |
RawShortReader.get(int offset,
short[] values)
Fill the
values starting at the address referenced by
this instance plus the offset scaled by the element size in bytes and
the object's stride. |
int |
RawShortReader.get(int offset,
short[] values,
int start,
int count)
Fill
values with data from the memory region, where
offset is first short in the memory region and
start is the first index in values . |
void |
RawMemoryFactory.register(RawMemoryRegionFactory factory)
Register a region factory for the region of the given factory.
|
int |
RawByteWriter.set(int offset,
byte[] values)
Copy
values to the raw memory starting at the address
referenced by this instance plus the offset scaled by the
element size in bytes and the objects stride. |
int |
RawByteWriter.set(int offset,
byte[] values,
int start,
int count)
Copy
values to the memory region, where
offset is first byte in the memory region to write and
start is the first index in values from
which to read. |
int |
RawDoubleWriter.set(int offset,
double[] values)
Copy
values to the raw memory starting at the address
referenced by this instance plus the offset scaled by the
element size in bytes and the objects stride. |
int |
RawDoubleWriter.set(int offset,
double[] values,
int start,
int count)
Copy
values to the memory region, where
offset is first double in the memory region to write and
start is the first index in values from
which to read. |
int |
RawFloatWriter.set(int offset,
float[] values)
Copy
values to the raw memory starting at the address
referenced by this instance plus the offset scaled by the
element size in bytes and the objects stride. |
int |
RawFloatWriter.set(int offset,
float[] values,
int start,
int count)
Copy
values to the memory region, where
offset is first float in the memory region to write and
start is the first index in values from
which to read. |
int |
RawIntWriter.set(int offset,
int[] values)
Copy
values to the raw memory starting at the address
referenced by this instance plus the offset scaled by the
element size in bytes and the objects stride. |
int |
RawIntWriter.set(int offset,
int[] values,
int start,
int count)
Copy
values to the memory region, where
offset is first int in the memory region to write and
start is the first index in values from
which to read. |
int |
RawLongWriter.set(int offset,
long[] values)
Copy
values to the raw memory starting at the address
referenced by this instance plus the offset scaled by the
element size in bytes and the objects stride. |
int |
RawLongWriter.set(int offset,
long[] values,
int start,
int count)
Copy
values to the memory region, where
offset is first long in the memory region to write and
start is the first index in values from
which to read. |
int |
RawShortWriter.set(int offset,
short[] values)
Copy
values to the raw memory starting at the address
referenced by this instance plus the offset scaled by the
element size in bytes and the objects stride. |
int |
RawShortWriter.set(int offset,
short[] values,
int start,
int count)
Copy
values to the memory region, where
offset is first short in the memory region to write and
start is the first index in values from
which to read. |
Modifier and Type | Method and Description |
---|---|
static Parser |
ParserFactory.makeParser()
Deprecated.
Create a new SAX parser using the `org.xml.sax.parser' system property.
|
aicas GmbH, Karlsruhe, Germany —www.aicas.com
Copyright © 2001-2016 aicas GmbH. All Rights Reserved.