Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
F
G
H
I
J
L
M
N
O
P
R
S
T
U
V
W
X
Y
C
c()
- Method in class edu.rit.slides.items.
ImageItem
Returns the center point of this image item.
c()
- Method in class edu.rit.slides.items.
RectangleItem
Returns the center point of this rectangle item.
CALOAD
- Static variable in class edu.rit.classfile.
Op
A
caload
instruction.
CASTORE
- Static variable in class edu.rit.classfile.
Op
A
castore
instruction.
CENTER
- Static variable in class edu.rit.slides.items.
TextItem
The text box is centered on the anchor point.
Channel
- Class in
edu.rit.m2mp
Class Channel is the abstract superclass for a channel in the Many-to-Many Protocol (M2MP).
Channel(PacketPool)
- Constructor for class edu.rit.m2mp.
Channel
Construct a new channel.
CHAR
- Static variable in class edu.rit.classfile.
PrimitiveReference
The primitive reference object for type
char
.
Chat
- Class in
edu.rit.chat1
Class Chat is a rudimentary M2MI-based chat application.
Chat
- Class in
edu.rit.chat2
Class Chat is a rudimentary M2MI-based chat application.
ChatDiscoveryRef
- Interface in
edu.rit.chat2
Interface ChatDiscoveryRef specifies the M2MI remote interface for an object used to discover chat rooms.
ChatFrame
- Class in
edu.rit.chat1
Class ChatFrame encapsulates the UI for a rudimentary M2MI-based chat application.
ChatFrame(String)
- Constructor for class edu.rit.chat1.
ChatFrame
Construct a new chat frame.
ChatFrame
- Class in
edu.rit.chat2
Class ChatFrame encapsulates the UI for a rudimentary M2MI-based chat application.
ChatFrame(String)
- Constructor for class edu.rit.chat2.
ChatFrame
Construct a new chat frame.
ChatFrameListener
- Interface in
edu.rit.chat1
Interface ChatFrameListener specifies the interface for an object that is triggered when the user sends a line of text in a
ChatFrame
.
ChatFrameListener
- Interface in
edu.rit.chat2
Interface ChatFrameListener specifies the interface for an object that is triggered by user input in a
ChatFrame
.
ChatRef
- Interface in
edu.rit.chat1
Interface ChatRef specifies the M2MI remote interface for a rudimentary chat object.
ChatRef
- Interface in
edu.rit.chat2
Interface ChatRef specifies the M2MI remote interface for a rudimentary chat object.
ChatRoom
- Class in
edu.rit.chat2
Class ChatRoom encapsulates the name and multihandle for a chat room.
ChatRoom()
- Constructor for class edu.rit.chat2.
ChatRoom
Construct a new chat room.
ChatRoom(String, ChatRef)
- Constructor for class edu.rit.chat2.
ChatRoom
Construct a new chat room with the given name and multihandle.
CHECKCAST(ArrayOrClassReference)
- Static method in class edu.rit.classfile.
Op
A
checkcast
instruction.
CIRCLE
- Static variable in class edu.rit.slides.items.
Bullet
A bullet in the shape of a medium sized circle, offset 36.0 (1/2 inch) from the text item.
ClassDescription
- Class in
edu.rit.classfile
Class ClassDescription encapsulates the information needed both to refer to and to describe a class or interface.
ClassfileException
- Exception in
edu.rit.classfile
Class ClassfileException is the abstract superclass of all exceptions thrown by classes in package edu.rit.classfile.
ClassfileException()
- Constructor for exception edu.rit.classfile.
ClassfileException
Construct a new classfile exception with no detail message.
ClassfileException(String)
- Constructor for exception edu.rit.classfile.
ClassfileException
Construct a new classfile exception with the given detail message.
ClassInitializerReference
- Class in
edu.rit.classfile
Class ClassInitializerReference is used to create a reference to a class initializer.
ClassInitializerReference(ClassReference)
- Constructor for class edu.rit.classfile.
ClassInitializerReference
Construct a new class initializer reference.
ClassReference
- Class in
edu.rit.classfile
Class ClassReference encapsulates the information needed to refer to a class.
clear()
- Method in class edu.rit.m2mp.
Packet
Begin writing the message fragment bytes into this packet.
clear()
- Method in class edu.rit.slides.
SlideSet
Clear this slide set.
clear()
- Method in class edu.rit.util.
Transcript
Clear this transcript.
close()
- Method in class edu.rit.m2mp.
MessageInputStream
Close this message input stream.
close()
- Method in class edu.rit.m2mp.
MessageOutputStream
Close this message output stream.
close()
- Method in class edu.rit.util.
HexPrintStream
Close this hex print stream.
closeSocket()
- Method in class edu.rit.m2mp.
DaemonChannel
Close down socket and streams.
ColorFill
- Class in
edu.rit.slides.items
Class ColorFill provides an object that fills an area in a
SlideItem
with a solid color.
ColorFill()
- Constructor for class edu.rit.slides.items.
ColorFill
Construct a new color fill object with the normal fill color (white).
ColorFill(int)
- Constructor for class edu.rit.slides.items.
ColorFill
Construct a new color fill object with the given shade of gray.
ColorFill(float)
- Constructor for class edu.rit.slides.items.
ColorFill
Construct a new color fill object with the given shade of gray.
ColorFill(int, int, int)
- Constructor for class edu.rit.slides.items.
ColorFill
Construct a new color fill object with the given red, green, and blue components.
ColorFill(float, float, float)
- Constructor for class edu.rit.slides.items.
ColorFill
Construct a new color fill object with the given red, green, and blue components.
ColorFill(Color)
- Constructor for class edu.rit.slides.items.
ColorFill
Construct a new color fill object with the given color.
ColorFill(ColorFill)
- Constructor for class edu.rit.slides.items.
ColorFill
Construct a new color fill object with the same color as the given color fill object.
compareTo(Object)
- Method in class edu.rit.m2mi.
Eoid
Compare this EOID with the given object.
compress(int, int)
- Static method in class edu.rit.crypto.
MuH1
The μH-1 compression function.
ConstructorReference
- Class in
edu.rit.classfile
Class ConstructorReference is used to create a reference to a constructor.
ConstructorReference(ClassReference)
- Constructor for class edu.rit.classfile.
ConstructorReference
Construct a new constructor reference object.
ConstructorReference(ClassReference, String)
- Constructor for class edu.rit.classfile.
ConstructorReference
Construct a new constructor reference object with the given method descriptor.
contains(SlideDescriptor)
- Method in class edu.rit.slides.
SlideSet
Determine whether this slide set contains the given slide descriptor.
ControllableChannel
- Class in
edu.rit.m2mp
Class ControllableChannel provides a user-controllable channel in the Many-to-Many Protocol (M2MP).
ControllableChannel(PacketPool, Channel)
- Constructor for class edu.rit.m2mp.
ControllableChannel
Construct a new controllable channel.
copy(Packet)
- Method in class edu.rit.m2mp.
Packet
Make this packet be a copy of the given packet.
Countdown
- Interface in
edu.rit.m2mi.test
Interface Countdown specifies the interface for an exported object used to measure M2MI invocation timing.
countdown(int)
- Method in interface edu.rit.m2mi.test.
Countdown
Countdown.
countdown(int)
- Method in class edu.rit.m2mi.test.
CountdownImpl01
Countdown.
CountdownImpl01
- Class in
edu.rit.m2mi.test
Class CountdownImpl01 provides an exported object used to measure M2MI invocation timing.
CountdownImpl01(int)
- Constructor for class edu.rit.m2mi.test.
CountdownImpl01
Construct a new countdown object and start timing measurements.
CountdownTest01
- Class in
edu.rit.m2mi.test
Class CountdownTesti01 is a main program to measure M2MI invocation timing.
createOutgoingMessage()
- Method in class edu.rit.m2mp.
M2MP
Create an outgoing message to send to this M2MP Layer.
createTimer(TimerTask)
- Method in class edu.rit.util.
TimerThread
Create a new timer associated with the given timer task and under the control of this timer thread.
CYAN
- Static variable in class edu.rit.slides.items.
ColorFill
Color fill object for the color cyan.
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
F
G
H
I
J
L
M
N
O
P
R
S
T
U
V
W
X
Y
Copyright © 2001-2006 by Alan Kaminsky. All rights reserved. Send comments to ark
@
cs.rit.edu.