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.
|
void |
BoundRealtimeExecutor.setAffinity(Affinity set)
Set the processor affinity of a
task to set with
immediate effect. |
void |
StaticIllegalStateException.setStackTrace(StackTraceElement[] new_stackTrace) |
void |
StaticError.setStackTrace(StackTraceElement[] new_stackTrace) |
void |
StaticCheckedException.setStackTrace(StackTraceElement[] new_stackTrace) |
void |
StaticUnsupportedOperationException.setStackTrace(StackTraceElement[] trace) |
void |
StaticRuntimeException.setStackTrace(StackTraceElement[] new_stackTrace) |
void |
StaticThrowable.setStackTrace(StackTraceElement[] new_stackTrace)
This method allows overriding the stack trace that was filled during
construction of this object.
|
void |
OutOfMemoryStaticError.setStackTrace(StackTraceElement[] new_stackTrace) |
void |
StaticIllegalArgumentException.setStackTrace(StackTraceElement[] trace) |
void |
StaticSecurityException.setStackTrace(StackTraceElement[] trace) |
void |
IllegalTaskStateException.setStackTrace(StackTraceElement[] new_stackTrace) |
void |
ConstructorCheckedException.setStackTrace(StackTraceElement[] trace) |
Modifier and Type | Method and Description |
---|---|
int |
RawByteReader.get(int offset,
byte[] values)
Fills
values with elements from this instance,
where the nth element is at the address
base address + (offset + n)
× stride × element size in bytes. |
int |
RawByteReader.get(int offset,
byte[] values,
int start,
int count)
Fills
values from index start with
elements from this instance, where the nth element is at
the address base address + (offset + n) ×
stride × element size in bytes. |
int |
RawDoubleReader.get(int offset,
double[] values)
Fills
values with elements from this instance,
where the nth element is at the address
base address + (offset + n)
× stride × element size in bytes. |
int |
RawDoubleReader.get(int offset,
double[] values,
int start,
int count)
Fills
values from index start with
elements from this instance, where the nth element is at
the address base address + (offset + n) ×
stride × element size in bytes. |
int |
RawFloatReader.get(int offset,
float[] values)
Fills
values with elements from this instance,
where the nth element is at the address
base address + (offset + n)
× stride × element size in bytes. |
int |
RawFloatReader.get(int offset,
float[] values,
int start,
int count)
Fills
values from index start with
elements from this instance, where the nth element is at
the address base address + (offset + n) ×
stride × element size in bytes. |
int |
RawIntReader.get(int offset,
int[] values)
Fills
values with elements from this instance,
where the nth element is at the address
base address + (offset + n)
× stride × element size in bytes. |
int |
RawIntReader.get(int offset,
int[] values,
int start,
int count)
Fills
values from index start with
elements from this instance, where the nth element is at
the address base address + (offset + n) ×
stride × element size in bytes. |
int |
RawLongReader.get(int offset,
long[] values)
Fills
values with elements from this instance,
where the nth element is at the address
base address + (offset + n)
× stride × element size in bytes. |
int |
RawLongReader.get(int offset,
long[] values,
int start,
int count)
Fills
values from index start with
elements from this instance, where the nth element is at
the address base address + (offset + n) ×
stride × element size in bytes. |
int |
RawShortReader.get(int offset,
short[] values)
Fills
values with elements from this instance,
where the nth element is at the address
base address + (offset + n)
× stride × element size in bytes. |
int |
RawShortReader.get(int offset,
short[] values,
int start,
int count)
Fills
values from index start with
elements from this instance, where the nth element is at
the address base address + (offset + n) ×
stride × element size in bytes. |
void |
RawMemoryFactory.register(RawMemoryRegionFactory factory)
Adds support for a new memory region.
|
int |
RawByteWriter.set(int offset,
byte[] values)
Copies from
values to the memory region,
from index start to elements
where the nth element is at the address
base address + (offset + n) ×
stride × element size in bytes. |
int |
RawByteWriter.set(int offset,
byte[] values,
int start,
int count)
Copies
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)
Copies from
values to the memory region,
from index start to elements
where the nth element is at the address
base address + (offset + n) ×
stride × element size in bytes. |
int |
RawDoubleWriter.set(int offset,
double[] values,
int start,
int count)
Copies
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)
Copies from
values to the memory region,
from index start to elements
where the nth element is at the address
base address + (offset + n) ×
stride × element size in bytes. |
int |
RawFloatWriter.set(int offset,
float[] values,
int start,
int count)
Copies
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)
Copies from
values to the memory region,
from index start to elements
where the nth element is at the address
base address + (offset + n) ×
stride × element size in bytes. |
int |
RawIntWriter.set(int offset,
int[] values,
int start,
int count)
Copies
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)
Copies from
values to the memory region,
from index start to elements
where the nth element is at the address
base address + (offset + n) ×
stride × element size in bytes. |
int |
RawLongWriter.set(int offset,
long[] values,
int start,
int count)
Copies
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)
Copies from
values to the memory region,
from index start to elements
where the nth element is at the address
base address + (offset + n) ×
stride × element size in bytes. |
int |
RawShortWriter.set(int offset,
short[] values,
int start,
int count)
Copies
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-2019 aicas GmbH. All Rights Reserved.