public interface Display
CSProcess
.
CSProcess
. Such an object provides
an occam3-like CALL channel between the application
CSProcess and the active graphics component (such as
ActiveCanvas
) on which it wishes to draw.DisplayList
Modifier and Type | Method and Description |
---|---|
boolean |
change(GraphicsCommand[] c,
int i)
Changes the array of GraphicsCommands to be interpreted by replacing elements
i onwards with the new ones.
|
boolean |
change(GraphicsCommand c,
int i)
Changes the array of GraphicsCommands to be executed by replacing element
i with the new one.
|
int |
extend(GraphicsCommand c)
Extends the array of GraphicsCommands to be executed by one command.
|
int |
extend(GraphicsCommand[] c)
Extends the array of GraphicsCommands to be interpreted.
|
GraphicsCommand[] |
get()
Returns a copy of the array of GraphicsCommands currently held.
|
void |
set(GraphicsCommand c)
Sets the GraphicsCommand to be interpreted.
|
void |
set(GraphicsCommand[] c)
Sets the array of GraphicsCommands to be interpreted.
|
void set(GraphicsCommand[] c)
c
- the array of GraphicsCommands to be interpreted.void set(GraphicsCommand c)
c
- the array of GraphicsCommands to be interpreted.int extend(GraphicsCommand[] c)
c
- the extra GraphicsCommands to be interpreted.int extend(GraphicsCommand c)
c
- the extra GraphicsCommand to be interpreted.boolean change(GraphicsCommand[] c, int i)
c
- the new GraphicsCommands to be interpreted.i
- the start index for the replacement.boolean change(GraphicsCommand c, int i)
c
- the new GraphicsCommand to be interpreted.i
- the index for the replacement.GraphicsCommand[] get()
Submit a bug or feature to jcsp-team@kent.ac.uk
Version 1.1-rc4 of the JCSP API Specification (Copyright 1997-2008 P.D.Austin and P.H.Welch - All Rights Reserved)
Java is a trademark or registered trademark of Sun Microsystems, Inc. in the US and other countries.