Index of all Fields and Methods
All Packages Class Hierarchy
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
Index of all Fields and Methods
- AboutDialog(Frame, String, String).
Constructor for class cynosurex.awt.AboutDialog
- Constructor to create the About dialog without an icon.
- AboutDialog(Frame, String, String, String).
Constructor for class cynosurex.awt.AboutDialog
- Constructor to create the About dialog with an icon.
- action(Event, Object).
Method in class cynosurex.awt.AboutDialog
-
- action(Event, Object).
Method in class cynosurex.awt.EntryDialog
-
- action(Event, Object).
Method in class cynosurex.awt.MessageDialog
-
- action(Event, Object).
Method in class cynosurex.awt.SendMailStatusDialog
-
- action(Event, Object).
Method in class cynosurex.awt.URLDialog
-
- action(Event, Object).
Method in class cynosurex.awt.YesNoCancelDialog
-
- add(String).
Method in class cynosurex.awt.TabPanel
- Adds a name to the list of tabs.
- add(String, Component).
Method in class cynosurex.awt.TabbedPanel
- Adds a component to the card layout with a name.
- addImage(String, int).
Method in class cynosurex.awt.EnhancedMediaTracker
-
- addition(Matrix, Matrix).
Static method in class cynosurex.math.Matrix
- This static method adds two matrices and produces
the result in the thrid matrix.
- addition(Quaternion, Quaternion).
Static method in class cynosurex.math.Quaternion
- Static method to add two Quaternions together.
- addition(Vector, Vector).
Static method in class cynosurex.math.Vector
- Static method to add two vector together.
- addNotify().
Method in class cynosurex.awt.MultiLineLabel
-
- addPoint(int, int, int).
Method in class cynosurex.graphics3D.Polygon3D
- Appends a point to a polygon.
- alignment.
Variable in class cynosurex.awt.MultiLineLabel
-
- answer(int).
Method in class cynosurex.awt.YesNoCancelDialog
-
- areBitsSet(byte, int).
Static method in class cynosurex.lang.EnhancedByte
- Checks to see if multi-ple bits are set in the byte.
- areBitsSet(int).
Method in class cynosurex.lang.EnhancedByte
- Checks to see if multi-ple bits are set in the current
EnhancedByte instance.
- B.
Variable in class cynosurex.lang.EnhancedByte
- The byte.
- border_height.
Static variable in class cynosurex.awt.TabPanel
- the height of the border (predefined).
- border_width.
Static variable in class cynosurex.awt.TabPanel
- the width of the border (predefined).
- button.
Variable in class cynosurex.awt.AboutDialog
-
- button.
Variable in class cynosurex.awt.MessageDialog
-
- byteToUnsignedInteger(byte).
Static method in class cynosurex.lang.EnhancedByte
- Converts the byte passed in to an unsigned integer.
- callingThread.
Variable in class cynosurex.awt.EnhancedDialog
-
- cancel.
Variable in class cynosurex.awt.YesNoCancelDialog
-
- CANCEL.
Static variable in class cynosurex.awt.YesNoCancelDialog
-
- Cancel().
Method in class cynosurex.awt.EntryDialog
-
- Cancel().
Method in class cynosurex.awt.URLDialog
-
- cancel().
Method in class cynosurex.awt.YesNoCancelDialog
-
- Cancel_button.
Variable in class cynosurex.awt.EntryDialog
-
- Cancel_button.
Variable in class cynosurex.awt.URLDialog
-
- CENTER.
Static variable in class cynosurex.awt.Location
-
- CENTER.
Static variable in class cynosurex.awt.MultiLineLabel
-
- checkResponse(String, String).
Static method in class cynosurex.net.SMTP
-
- columns.
Variable in class cynosurex.math.Matrix
-
- Configure(String, int).
Constructor for class cynosurex.io.Configure
-
- ConfigureString(String).
Constructor for class cynosurex.io.ConfigureString
-
- conjugate().
Method in class cynosurex.math.Quaternion
- Conjugates the current Quaternion.
- connect(String, int).
Static method in class cynosurex.net.SMTP
-
- contains(int, int, int).
Method in class cynosurex.graphics3D.Polygon3D
- Determines whether the point (x, y, z) is inside the Polygon.
- contains(Object).
Method in class cynosurex.io.ConfigureString
-
- contains(Point3D).
Method in class cynosurex.graphics3D.Polygon3D
- Determines whether the 3D point is inside the Polygon.
- containsKey(Object).
Method in class cynosurex.io.ConfigureString
-
- countTokens().
Method in class cynosurex.util.EnhancedStringTokenizer
- Calculates the number of times that this tokenizer's
nextToken
method can be called before it generates an
exception.
- crossProduct(Vector, Vector).
Static method in class cynosurex.math.Vector
- Static method to calculate the cross product of two vectors
of length 3.
- D_float_to_double(byte[]).
Static method in class cynosurex.legacy.VAX_Float
- This static method takes in a VAX D-Float
and returns a Java double-precision floating
point.
- decision.
Variable in class cynosurex.awt.EntryDialog
-
- decision.
Variable in class cynosurex.awt.URLDialog
-
- DEFAULT_SMTP_PORT.
Static variable in class cynosurex.net.SMTP
-
- deselect(String).
Method in class cynosurex.awt.EnhancedList
-
- disable().
Method in class cynosurex.awt.ImageButton
-
- disconnect(Socket, DataInputStream, DataOutputStream).
Static method in class cynosurex.net.SMTP
-
- DisplayImage(Image).
Constructor for class cynosurex.awt.DisplayImage
-
- DisplayImage(String).
Constructor for class cynosurex.awt.DisplayImage
-
- done.
Variable in class cynosurex.awt.EnhancedDialog
-
- DONE.
Static variable in class cynosurex.awt.SendMailStatusDialog
-
- dotProduct(Vector, Vector).
Static method in class cynosurex.math.Vector
- Static method to calculate the dot product of two vectors.
- draw3DRect(Graphics, int, int, int, int, boolean, int).
Static method in class cynosurex.graphics2D.DrawRoutines
- Draws a 3D rectangle in the specified location
with the given line thickness.
- drawArc(Graphics, int, int, int, int, int, int, int).
Static method in class cynosurex.graphics2D.DrawRoutines
- Draws an arc with the specified pen width.
- drawCircle(Graphics, int, int, int).
Static method in class cynosurex.graphics2D.DrawRoutines
-
Draws a circle on the Graphics object.
- drawCircle(Graphics, int, int, int, int).
Static method in class cynosurex.graphics2D.DrawRoutines
- Draws a circle of radius r at location (x,y) with
the specified line width.
- drawEllipse(Graphics, int, int, double, double, double).
Static method in class cynosurex.graphics2D.DrawRoutines
- Draws an ellipse on the specified Graphics object.
- drawLine(Graphics, int, int, int, int, int).
Static method in class cynosurex.graphics2D.DrawRoutines
- Draws a line using the specified pen thickness.
- drawOval(Graphics, int, int, int, int, int).
Static method in class cynosurex.graphics2D.DrawRoutines
- Draws an oval in the specified bounding rectangle
with the specified pen thickness.
- drawRect(Graphics, int, int, int, int, int).
Static method in class cynosurex.graphics2D.DrawRoutines
- Draws a rectangle at the specified location
with the supplied pen thickness.
- drawRoundRect(Graphics, int, int, int, int, int, int, int).
Static method in class cynosurex.graphics2D.DrawRoutines
- Draws a rounded rectangle at the specified
location with the supplied pen thickness.
- enable().
Method in class cynosurex.awt.ImageButton
-
- enable(boolean).
Method in class cynosurex.awt.ImageButton
-
- EnhancedByte(byte).
Constructor for class cynosurex.lang.EnhancedByte
- Constructs and initializes an EnhancedByte with value.
- EnhancedDate().
Constructor for class cynosurex.util.EnhancedDate
- Constructor to create an EnhancedDate object from the current
system date and time.
- EnhancedDate(int, int).
Constructor for class cynosurex.util.EnhancedDate
- Constructor to create an EnhancedDate object from a year
and a Julian day integer.
- EnhancedDate(int, int, int).
Constructor for class cynosurex.util.EnhancedDate
- Constructor to create an EnhancedDate object using the
supplied arguments.
- EnhancedDate(int, int, int, int, int).
Constructor for class cynosurex.util.EnhancedDate
- Constructor to create an EnhancedDate object using the
supplied arguments.
- EnhancedDate(int, int, int, int, int, int).
Constructor for class cynosurex.util.EnhancedDate
- Constructor to create an EnhancedDate object using the
supplied arguments.
- EnhancedDate(long).
Constructor for class cynosurex.util.EnhancedDate
- Constructor to create an EnhancedDate object from a long
integer.
- EnhancedDate(String).
Constructor for class cynosurex.util.EnhancedDate
- Constructor to create an EnhancedDate object from a
String object.
- EnhancedDialog(Frame, boolean).
Constructor for class cynosurex.awt.EnhancedDialog
-
- EnhancedDialog(Frame, String, boolean).
Constructor for class cynosurex.awt.EnhancedDialog
-
- EnhancedList().
Constructor for class cynosurex.awt.EnhancedList
-
- EnhancedMediaTracker(Component).
Constructor for class cynosurex.awt.EnhancedMediaTracker
-
- EnhancedStringTokenizer(String).
Constructor for class cynosurex.util.EnhancedStringTokenizer
- Constructs a string tokenizer for the specified string.
- EnhancedStringTokenizer(String, String).
Constructor for class cynosurex.util.EnhancedStringTokenizer
- Constructs a string tokenizer for the specified string.
- EnhancedStringTokenizer(String, String, boolean).
Constructor for class cynosurex.util.EnhancedStringTokenizer
- Constructs a string tokenizer for the specified string.
- EnhancedStringTokenizer(String, String, boolean, boolean).
Constructor for class cynosurex.util.EnhancedStringTokenizer
-
Constructs a string tokenizer for the specified string.
- EnhancedTextArea().
Constructor for class cynosurex.awt.EnhancedTextArea
- Constructor to create an EnhancedTextArea.
- EnhancedTextArea(int, int).
Constructor for class cynosurex.awt.EnhancedTextArea
- Constructor to create an EnhancedTextArea with the
specified row(s) and column(s).
- EnhancedTextArea(Label, Label).
Constructor for class cynosurex.awt.EnhancedTextArea
- Constructor to create an EnhancedTextArea with
labels to display the current row and column position.
- EnhancedTextArea(String).
Constructor for class cynosurex.awt.EnhancedTextArea
- Constructor to create an EnhancedTextArea with the
specified String.
- EnhancedTextArea(String, int, int).
Constructor for class cynosurex.awt.EnhancedTextArea
- Constructor to create an EnhancedTextArea with the
specified String, row(s), and column(s).
- EnhancedTextArea(TextField, TextField).
Constructor for class cynosurex.awt.EnhancedTextArea
- Constructor to create an EnhancedTextArea with
textfields to display the current row and column position.
- EntryDialog(Frame, String).
Constructor for class cynosurex.awt.EntryDialog
-
- EntryDialog(Frame, String, String).
Constructor for class cynosurex.awt.EntryDialog
-
- EOL.
Static variable in class cynosurex.net.SMTP
-
- equals(Object).
Method in class cynosurex.graphics3D.Point3D
- Checks whether two pointers are equal.
- ERROR.
Static variable in class cynosurex.awt.SendMailStatusDialog
-
- ErrorLoadImageException().
Constructor for class cynosurex.image.ErrorLoadImageException
-
- ErrorLoadImageException(String).
Constructor for class cynosurex.image.ErrorLoadImageException
-
- F_float_to_float(byte[]).
Static method in class cynosurex.legacy.VAX_Float
- This static method takes in a VAX F-Float
and returns a Java 32-bit floating
point.
- field.
Variable in class cynosurex.awt.EntryDialog
-
- field.
Variable in class cynosurex.awt.URLDialog
-
- FileDirList(File).
Constructor for class cynosurex.awt.FileDirList
-
- FileDirList(File, int, boolean).
Constructor for class cynosurex.awt.FileDirList
-
- FileDirList(String).
Constructor for class cynosurex.awt.FileDirList
-
- FileDirList(String, int, boolean).
Constructor for class cynosurex.awt.FileDirList
-
- fillCircle(Graphics, int, int, int).
Static method in class cynosurex.graphics2D.DrawRoutines
- Draws a filled circle.
- filterRGB(int, int, int).
Method in class cynosurex.image.GrayScaleFilter
- This method is called to filter the image.
- filterRGB(int, int, int).
Method in class cynosurex.image.WhiteWashFilter
-
- FontDialog(Frame, String, boolean, Font, Color, Color).
Constructor for class cynosurex.awt.FontDialog
-
- FontDisplay(Font, Color, Color).
Constructor for class cynosurex.awt.FontDisplay
- Constructor to create the font display canvas.
- getAlignment().
Method in class cynosurex.awt.MultiLineLabel
-
- getAngle().
Method in class cynosurex.math.Quaternion
- Returns the angle this Quaternion represents.
- getArray().
Method in class cynosurex.math.Matrix
- This method returns the matrix as a double array.
- getBackgroundColor().
Method in class cynosurex.awt.FontDialog
-
- getBackgroundColorValue().
Method in class cynosurex.awt.FontDialog
-
- getCaretColPosition().
Method in class cynosurex.awt.EnhancedTextArea
- This method returns the current caret column position.
- getCaretRowPosition().
Method in class cynosurex.awt.EnhancedTextArea
- This method returns the current caret row position.
- getCol().
Method in class cynosurex.awt.Position
- Returns the column of this Position.
- getColor(String).
Static method in class cynosurex.awt.FontDialog
-
- getColorName(Color).
Static method in class cynosurex.awt.FontDialog
-
- getColumns().
Method in class cynosurex.math.Matrix
- This method returns the number of columns in the matrix.
- getConjugate().
Method in class cynosurex.math.Quaternion
- Returns the conjugate of the Quaternion.
- getCurrentDirectory().
Method in class cynosurex.awt.FileDirList
-
- getCurrentDirectoryString().
Method in class cynosurex.awt.FileDirList
-
- getData(int).
Method in class cynosurex.io.Configure
-
- getData(Object).
Method in class cynosurex.io.ConfigureString
-
- getDecision().
Method in class cynosurex.awt.EntryDialog
-
- getDecision().
Method in class cynosurex.awt.URLDialog
-
- getDecision().
Method in class cynosurex.awt.YesNoCancelDialog
-
- getDimension().
Method in class cynosurex.math.Matrix
- This method returns the Dimension of the matrix.
- getDimension().
Method in class cynosurex.math.Vector
- This method returns the dimension of the vector.
- getDirectory().
Method in class cynosurex.awt.ShowFileDialog
-
- getEntry().
Method in class cynosurex.awt.EntryDialog
-
- getFile().
Method in class cynosurex.awt.ShowFileDialog
-
- getFontName().
Method in class cynosurex.awt.FontDialog
-
- getFontSelection().
Method in class cynosurex.awt.FontDialog
-
- getFontSize().
Method in class cynosurex.awt.FontDialog
-
- getFontStyle().
Method in class cynosurex.awt.FontDialog
-
- getForegroundColor().
Method in class cynosurex.awt.FontDialog
-
- getForegroundColorValue().
Method in class cynosurex.awt.FontDialog
-
- getImage().
Method in class cynosurex.awt.DisplayImage
-
- getImage().
Method in class cynosurex.image.ImageLoader
-
- getInputStream(Socket).
Static method in class cynosurex.net.SMTP
-
- getInteger(byte[]).
Static method in class cynosurex.lang.EnhancedByte
- Converts the bytes passed in to a signed integer.
- getInverse().
Method in class cynosurex.math.Vector
- This method creates a new inverse vector based on the current
vector.
- getItemIndex(String).
Method in class cynosurex.awt.EnhancedList
-
- getJulianDay().
Method in class cynosurex.util.EnhancedDate
- Method to return the Julian day in String.
- getLabel().
Method in class cynosurex.awt.ImageButton
-
- getLength().
Method in class cynosurex.io.Configure
-
- getLocation().
Method in class cynosurex.graphics3D.Point3D
- Returns the location of this point.
- getLong(byte[]).
Static method in class cynosurex.lang.EnhancedByte
- Converts bytes to a long integer.
- getMagnitude().
Method in class cynosurex.math.Quaternion
- Returns the magnitude of the Quaternion.
- getMagnitude().
Method in class cynosurex.math.Vector
- This method returns the magnitude (length) of the vector.
- getMarginHeight().
Method in class cynosurex.awt.MultiLineLabel
-
- getMarginWidth().
Method in class cynosurex.awt.MultiLineLabel
-
- getNumOfCharacters().
Method in class cynosurex.awt.EnhancedTextArea
- This method returns the number of characters (including
all white space) in the text area.
- getNumOfLines().
Method in class cynosurex.awt.EnhancedTextArea
- This method returns the number of lines in
the text area.
- getNumOfWords().
Method in class cynosurex.awt.EnhancedTextArea
- This method returns the number of words (separated by
white space) in
the text area.
- getOutputStream(Socket).
Static method in class cynosurex.net.SMTP
-
- getParentDirectory().
Method in class cynosurex.awt.FileDirList
-
- getParentDirectoryString().
Method in class cynosurex.awt.FileDirList
-
- getPath().
Method in class cynosurex.awt.ShowFileDialog
-
- getPosition().
Method in class cynosurex.awt.Position
- Returns the location of this Position.
- getResponse(DataInputStream).
Static method in class cynosurex.net.SMTP
-
- getRow().
Method in class cynosurex.awt.Position
- Returns the row of this Position.
- getRows().
Method in class cynosurex.math.Matrix
- This method returns the number of rows in the matrix.
- getS().
Method in class cynosurex.math.Quaternion
- Returns the scalar component (same as w) of the Quaternion.
- getSelectedFile().
Method in class cynosurex.awt.FileDirList
- Returns the current selected file.
- getSelectedFileString().
Method in class cynosurex.awt.FileDirList
- Returns the current selected file string.
- getSelectionEnd().
Method in class cynosurex.awt.EnhancedTextArea
- This method overrides the method in the super class.
- getSelectionStart().
Method in class cynosurex.awt.EnhancedTextArea
- This method overrides the method in the super class.
- getSelectionStartAndEnd().
Method in class cynosurex.awt.EnhancedTextArea
- This method returns the text selection
start and end in an integer array with two
elements.
- getStatus().
Method in class cynosurex.awt.SendMailStatusDialog
-
- getText().
Method in class cynosurex.awt.ImageButton
-
- getTextSelectionPatch().
Method in class cynosurex.awt.EnhancedTextArea
- This method returns the state of the text selection patch.
- getToggleState().
Method in class cynosurex.awt.ImageButton
-
- getTranspose().
Method in class cynosurex.math.Matrix
- This method returns the transpose the current matrix.
- getUnitVector().
Method in class cynosurex.math.Vector
- This method creates a new unit vector based on the current vector.
- getUnsignedInteger(byte[]).
Static method in class cynosurex.lang.EnhancedByte
- Converts the bytes passed in to an unsigned integer.
- getUnsignedLong(byte[]).
Static method in class cynosurex.lang.EnhancedByte
- Converts the bytes passed in to an unsigned long integer.
- getURLString().
Method in class cynosurex.awt.URLDialog
-
- getValueAt(int).
Method in class cynosurex.math.Vector
- This method returns the value within the vector.
- getValueAt(int, int).
Method in class cynosurex.math.Matrix
- This method returns one of the value in the matrix.
- getVector().
Method in class cynosurex.math.Quaternion
- Returns the Vector component of the Quaternion.
- getW().
Method in class cynosurex.math.Quaternion
- Returns the w component of the Quaternion.
- getX().
Method in class cynosurex.math.Quaternion
- Returns the x component of the Quaternion.
- getXYBounds().
Method in class cynosurex.graphics3D.Polygon3D
- Returns the XY bounding box of the shape.
- getXZBounds().
Method in class cynosurex.graphics3D.Polygon3D
- Returns the XZ bounding box of the shape.
- getY().
Method in class cynosurex.math.Quaternion
- Returns the y component of the Quaternion.
- getYZBounds().
Method in class cynosurex.graphics3D.Polygon3D
- Returns the YZ bounding box of the shape.
- getZ().
Method in class cynosurex.math.Quaternion
- Returns the z component of the Quaternion.
- gotFocus(Event, Object).
Method in class cynosurex.awt.AboutDialog
-
- gotFocus(Event, Object).
Method in class cynosurex.awt.MessageDialog
-
- GrabPixels(Image, int, int, int, int, int, int).
Static method in class cynosurex.image.imageRoutines
- Takes an image and returns the data of the image in an int array.
- GrayScaleFilter().
Constructor for class cynosurex.image.GrayScaleFilter
- Constructor to instructor that this class is position
independent, so as to provide optimization.
- handleEvent(Event).
Method in class cynosurex.awt.AboutDialog
-
- handleEvent(Event).
Method in class cynosurex.awt.FileDirList
-
- handleEvent(Event).
Method in class cynosurex.awt.FontDialog
-
- handleEvent(Event).
Method in class cynosurex.awt.MessageDialog
-
- handleEvent(Event).
Method in class cynosurex.awt.TabbedPanel
- Handle the event from TabPanel.
- hashCode().
Method in class cynosurex.graphics3D.Point3D
- Returns the hashcode for this Point3D.
- hasMoreElements().
Method in class cynosurex.util.EnhancedStringTokenizer
- Returns the same value as the
hasMoreTokens
method.
- hasMoreTokens().
Method in class cynosurex.util.EnhancedStringTokenizer
- Tests if there are more tokens available from this tokenizer's string.
- icon.
Variable in class cynosurex.awt.AboutDialog
-
- icon.
Variable in class cynosurex.awt.MessageDialog
-
- identityMatrix(int).
Static method in class cynosurex.math.Matrix
- This static method creates an identity matrix based on
the specified dimension.
- ImageButton(Image, String).
Constructor for class cynosurex.awt.ImageButton
-
- ImageLoader(String).
Constructor for class cynosurex.image.ImageLoader
-
- imageRoutines().
Constructor for class cynosurex.image.imageRoutines
-
- IN_PROGRESS.
Static variable in class cynosurex.awt.SendMailStatusDialog
-
- Interpolate(int[], int, int, int, int).
Static method in class cynosurex.image.imageRoutines
- Interpolate an image.
- InvalidMonthStringException().
Constructor for class cynosurex.util.InvalidMonthStringException
-
- InvalidMonthStringException(String).
Constructor for class cynosurex.util.InvalidMonthStringException
-
- inverse().
Method in class cynosurex.lang.EnhancedByte
- Inverses all the bits in the byte.
- inverse().
Method in class cynosurex.math.Vector
- This method inverses the current vector.
- inverse(byte).
Static method in class cynosurex.lang.EnhancedByte
- Inverses all the bits in a byte.
- inverse(int).
Static method in class cynosurex.lang.EnhancedByte
- Inverses all the bits in a integer.
- inverse(long).
Static method in class cynosurex.lang.EnhancedByte
- Inverses all the bits in a long integer.
- isBitSetAt(byte, int).
Static method in class cynosurex.lang.EnhancedByte
- Checks to see if a bit is set in the byte.
- isBitSetAt(int).
Method in class cynosurex.lang.EnhancedByte
- Checks to see if a bit is set in the current EnhancedByte
instance.
- isEmpty().
Method in class cynosurex.io.ConfigureString
-
- isLeapYear().
Method in class cynosurex.util.EnhancedDate
- Method to determine if the year contained within this
Date object is a leap year.
- isLeapYear(int).
Static method in class cynosurex.util.EnhancedDate
- Static method which determines if the year specified is a leap year.
- isReady().
Method in class cynosurex.awt.EnhancedDialog
-
- isToggle().
Method in class cynosurex.awt.ImageButton
-
- label.
Variable in class cynosurex.awt.AboutDialog
-
- label.
Variable in class cynosurex.awt.MessageDialog
-
- label.
Variable in class cynosurex.awt.YesNoCancelDialog
-
- lastToken().
Method in class cynosurex.util.EnhancedStringTokenizer
- Method to return the last token in the queue.
- leapYearDays.
Static variable in class cynosurex.util.EnhancedDate
-
- LEFT.
Static variable in class cynosurex.awt.MultiLineLabel
-
- line_ascent.
Variable in class cynosurex.awt.MultiLineLabel
-
- line_height.
Variable in class cynosurex.awt.MultiLineLabel
-
- line_widths.
Variable in class cynosurex.awt.MultiLineLabel
-
- lines.
Variable in class cynosurex.awt.MultiLineLabel
-
- loadImage(String).
Method in class cynosurex.awt.DisplayImage
-
- loadImage(String).
Method in class cynosurex.image.ImageLoader
-
- Location(Dimension).
Constructor for class cynosurex.awt.Location
-
- Location(Point, Dimension).
Constructor for class cynosurex.awt.Location
-
- mail(String, int, String, Vector, String, String, String).
Static method in class cynosurex.net.SMTP
-
- mail(String, String, String, String, String, String).
Static method in class cynosurex.net.SMTP
-
- MailUnsuccessfulException().
Constructor for class cynosurex.net.MailUnsuccessfulException
-
- MailUnsuccessfulException(String).
Constructor for class cynosurex.net.MailUnsuccessfulException
-
- main().
Static method in class cynosurex.awt.MessageDialog
-
- main(String[]).
Static method in class cynosurex.awt.MessageDialog
-
- margin_height.
Variable in class cynosurex.awt.MultiLineLabel
-
- margin_height.
Static variable in class cynosurex.awt.TabPanel
- the height of the margin is predefined.
- margin_width.
Variable in class cynosurex.awt.MultiLineLabel
-
- margin_width.
Static variable in class cynosurex.awt.TabPanel
- the width of the margin is predefined.
- matrix.
Variable in class cynosurex.math.Matrix
-
- Matrix(double[][]).
Constructor for class cynosurex.math.Matrix
- Create a new matrix based on the specified array.
- Matrix(int, int).
Constructor for class cynosurex.math.Matrix
- Create a new matrix based on the specified rows and columns.
- Matrix(int, int, double).
Constructor for class cynosurex.math.Matrix
- Create a new matrix based on the specified rows, columns, and
initial value.
- MatrixDimensionMismatchException().
Constructor for class cynosurex.math.MatrixDimensionMismatchException
-
- MatrixDimensionMismatchException(String).
Constructor for class cynosurex.math.MatrixDimensionMismatchException
-
- max_width.
Variable in class cynosurex.awt.MultiLineLabel
-
- measure().
Method in class cynosurex.awt.MultiLineLabel
-
- MessageDialog(Frame, String, String).
Constructor for class cynosurex.awt.MessageDialog
-
- MessageDialog(Frame, String, String, String).
Constructor for class cynosurex.awt.MessageDialog
-
- minimumSize().
Method in class cynosurex.awt.DisplayImage
-
- minimumSize().
Method in class cynosurex.awt.FontDisplay
-
- minimumSize().
Method in class cynosurex.awt.ImageButton
-
- minimumSize().
Method in class cynosurex.awt.MultiLineLabel
-
- minimumSize().
Method in class cynosurex.awt.TabPanel
- Returns the minimum size of the panel.
- monthStringToInt(String).
Static method in class cynosurex.util.EnhancedDate
- Static method to convert month String to int.
- monthStringToIntString(String).
Static method in class cynosurex.util.EnhancedDate
- Static method to convert month String to int String.
- mouseDown(Event, int, int).
Method in class cynosurex.awt.ImageButton
-
- mouseDown(Event, int, int).
Method in class cynosurex.awt.TabPanel
- Determine which tab the mouse clicked on.
- mouseEnter(Event, int, int).
Method in class cynosurex.awt.ImageButton
-
- mouseExit(Event, int, int).
Method in class cynosurex.awt.ImageButton
-
- mouseMove(Event, int, int).
Method in class cynosurex.awt.ImageButton
-
- mouseUp(Event, int, int).
Method in class cynosurex.awt.ImageButton
-
- move(int, int, int).
Method in class cynosurex.graphics3D.Point3D
- Changes the point to have the specified location.
- MultiLineLabel(String).
Constructor for class cynosurex.awt.MultiLineLabel
-
- MultiLineLabel(String, int).
Constructor for class cynosurex.awt.MultiLineLabel
-
- MultiLineLabel(String, int, int).
Constructor for class cynosurex.awt.MultiLineLabel
-
- MultiLineLabel(String, int, int, int).
Constructor for class cynosurex.awt.MultiLineLabel
-
- multiplication(Matrix, Matrix).
Static method in class cynosurex.math.Matrix
- This static method multiplies two matrices and produces
the result in the third matrix.
- newLabel(String).
Method in class cynosurex.awt.MultiLineLabel
-
- nextElement().
Method in class cynosurex.util.EnhancedStringTokenizer
- Returns the same value as the
nextToken
method,
except that its declared return value is Object
rather than
String
.
- nextToken().
Method in class cynosurex.util.EnhancedStringTokenizer
- Returns the next token from this string tokenizer.
- nextToken(String).
Method in class cynosurex.util.EnhancedStringTokenizer
- Returns the next token in this string tokenizer's string.
- NO.
Static variable in class cynosurex.awt.YesNoCancelDialog
-
- no.
Variable in class cynosurex.awt.YesNoCancelDialog
-
- no().
Method in class cynosurex.awt.YesNoCancelDialog
-
- nonLeapYearDays.
Static variable in class cynosurex.util.EnhancedDate
-
- normalize().
Method in class cynosurex.math.Vector
- This method normalizes the vector into an unit vector.
- NotDirectoryException().
Constructor for class cynosurex.io.NotDirectoryException
-
- NotDirectoryException(String).
Constructor for class cynosurex.io.NotDirectoryException
-
- npoints.
Variable in class cynosurex.graphics3D.Polygon3D
- The number of points in this polygon
- num_lines.
Variable in class cynosurex.awt.MultiLineLabel
-
- OK().
Method in class cynosurex.awt.EntryDialog
-
- OK().
Method in class cynosurex.awt.URLDialog
-
- OK_button.
Variable in class cynosurex.awt.EntryDialog
-
- OK_button.
Variable in class cynosurex.awt.URLDialog
-
- paint(Graphics).
Method in class cynosurex.awt.DisplayImage
-
- paint(Graphics).
Method in class cynosurex.awt.FontDisplay
-
- paint(Graphics).
Method in class cynosurex.awt.ImageButton
-
- paint(Graphics).
Method in class cynosurex.awt.MultiLineLabel
-
- paint(Graphics).
Method in class cynosurex.awt.TabPanel
- Paint routine to fill in the panel with tabs.
- ParentDirStr.
Static variable in class cynosurex.awt.FileDirList
-
- peekToken().
Method in class cynosurex.util.EnhancedStringTokenizer
- Method to return the next token without removing it from the
queue.
- Point3D().
Constructor for class cynosurex.graphics3D.Point3D
- Constructs and initializes a Point initialized with (0, 0, 0).
- Point3D(int, int, int).
Constructor for class cynosurex.graphics3D.Point3D
- Constructs and initializes a Point from the specified x, y, and z
coordinates.
- Point3D(Point3D).
Constructor for class cynosurex.graphics3D.Point3D
- Constructs and initializes a Point with the same location as
the specified Point3D.
- Polygon3D().
Constructor for class cynosurex.graphics3D.Polygon3D
- Creates an empty polygon.
- Polygon3D(int[], int[], int[], int).
Constructor for class cynosurex.graphics3D.Polygon3D
- Constructs and initializes a Polygon from the specified parameters.
- Position().
Constructor for class cynosurex.awt.Position
- Constructs and initializes a Position initialized with (0, 0).
- Position(int, int).
Constructor for class cynosurex.awt.Position
- Constructs and initializes a Position from the
specified row and column coordinates.
- Position(Position).
Constructor for class cynosurex.awt.Position
- Constructs and initializes a Position with the same
location as the specified Position.
- preferredSize().
Method in class cynosurex.awt.DisplayImage
-
- preferredSize().
Method in class cynosurex.awt.FontDisplay
-
- preferredSize().
Method in class cynosurex.awt.ImageButton
-
- preferredSize().
Method in class cynosurex.awt.MultiLineLabel
-
- preferredSize().
Method in class cynosurex.awt.TabPanel
- Returns the preferred size of the panel.
- product(Quaternion, Quaternion).
Static method in class cynosurex.math.Quaternion
- Static method to calculate the product of two Quaternions.
- putData(Object, Object).
Method in class cynosurex.io.ConfigureString
-
- Quaternion(double, double, double, double).
Constructor for class cynosurex.math.Quaternion
- Constructor to create a Quaternion.
- Quaternion(double, double[]).
Constructor for class cynosurex.math.Quaternion
- Constructor to create a Quaternion from a vector array.
- Quaternion(double, Vector).
Constructor for class cynosurex.math.Quaternion
- Constructor to create a Quaternion from a Vector.
- ReadConfig().
Method in class cynosurex.io.Configure
-
- ReadConfig().
Method in class cynosurex.io.ConfigureString
-
- readfile(String).
Static method in class cynosurex.io.ioRoutines
- Takes a file name and returns the content of the file in a
String object.
- readUTF(String).
Static method in class cynosurex.io.ioRoutines
- Takes a file name, decodes the UTF-8 encoding,
and returns the content
of the file in a String object.
- removeData(Object).
Method in class cynosurex.io.ConfigureString
-
- ReservedOperandException().
Constructor for class cynosurex.legacy.ReservedOperandException
-
- ReservedOperandException(String).
Constructor for class cynosurex.legacy.ReservedOperandException
-
- reset().
Method in class cynosurex.util.EnhancedStringTokenizer
- Method to return the StringTokenizer to the original queue.
- RIGHT.
Static variable in class cynosurex.awt.MultiLineLabel
-
- rows.
Variable in class cynosurex.math.Matrix
-
- run().
Method in class cynosurex.awt.EnhancedTextArea
- This method is called by the EnhancedTextArea thread
to update the
current position of the cursor.
- run().
Method in class cynosurex.awt.ImageButton
-
- run().
Method in class cynosurex.awt.SendMailStatusDialog
-
- scalarMultiplication(double, Vector).
Static method in class cynosurex.math.Vector
- Static method to apply scalar multiplication to a vector.
- select(String).
Method in class cynosurex.awt.EnhancedList
-
- SendMailStatusDialog(Point, String, String, int, String, Vector, String, String, String).
Constructor for class cynosurex.awt.SendMailStatusDialog
- Constructor to create the status dialog.
- setAlignment(int).
Method in class cynosurex.awt.MultiLineLabel
-
- setBackgroundColor(Color).
Method in class cynosurex.awt.FontDisplay
-
- setCallingThread(Thread).
Method in class cynosurex.awt.EnhancedDialog
-
- setCaretPosition(int, int).
Method in class cynosurex.awt.EnhancedTextArea
- This method sets the caret row and column position.
- setCaretPosition(Position).
Method in class cynosurex.awt.EnhancedTextArea
- This method sets the caret row and column position.
- setCol(int).
Method in class cynosurex.awt.Position
- Set the column of this Position.
- setColor(Color, Color).
Method in class cynosurex.awt.FontDisplay
-
- setData(int, int).
Method in class cynosurex.io.Configure
-
- setDisplayDimension(Dimension).
Method in class cynosurex.awt.DisplayImage
-
- setDisplayHeight(int).
Method in class cynosurex.awt.DisplayImage
-
- setDisplayScale(float).
Method in class cynosurex.awt.DisplayImage
-
- setDisplayScale(float, float).
Method in class cynosurex.awt.DisplayImage
-
- setDisplayWidth(int).
Method in class cynosurex.awt.DisplayImage
-
- setEntry(String).
Method in class cynosurex.awt.EntryDialog
-
- setFont(Font).
Method in class cynosurex.awt.MultiLineLabel
-
- setFontSelection(Font).
Method in class cynosurex.awt.FontDisplay
-
- setFontSelection(Font, Color, Color).
Method in class cynosurex.awt.FontDisplay
-
- setForeground(Color).
Method in class cynosurex.awt.MultiLineLabel
-
- setForegroundColor(Color).
Method in class cynosurex.awt.FontDisplay
-
- setImage(Image).
Method in class cynosurex.awt.DisplayImage
-
- setImage(Image).
Method in class cynosurex.awt.ImageButton
-
- setLabel(String).
Method in class cynosurex.awt.ImageButton
-
- setLabel(String).
Method in class cynosurex.awt.MultiLineLabel
-
- setLength(int).
Method in class cynosurex.io.Configure
-
- setLocation(int, int, int).
Method in class cynosurex.graphics3D.Point3D
- Changes the point to have the specificed location.
- setMarginHeight(int).
Method in class cynosurex.awt.MultiLineLabel
-
- setMarginWidth(int).
Method in class cynosurex.awt.MultiLineLabel
-
- setPathLabel(Label).
Method in class cynosurex.awt.FileDirList
-
- setPosition(int, int).
Method in class cynosurex.awt.Position
- Set the row and column of this position.
- setRow(int).
Method in class cynosurex.awt.Position
- Set the row of this Position.
- setShowText(boolean).
Method in class cynosurex.awt.ImageButton
-
- setText(String).
Method in class cynosurex.awt.ImageButton
-
- setTextSelectionPatch(boolean).
Method in class cynosurex.awt.EnhancedTextArea
- The Java 1.1 API introduced a bug in the TextArea
class, which return the wrong text selection position
on OS using both carriage-return and line-feed characters.
- setToggle(boolean).
Method in class cynosurex.awt.ImageButton
-
- setToggleState(boolean).
Method in class cynosurex.awt.ImageButton
-
- setValueAt(double, int, int).
Method in class cynosurex.math.Matrix
- This method sets one of the value in the matrix.
- ShowFileDialog(Frame, String).
Constructor for class cynosurex.awt.ShowFileDialog
-
- ShowFileDialog(Frame, String, int).
Constructor for class cynosurex.awt.ShowFileDialog
-
- ShowFileDialog(Frame, String, int, String).
Constructor for class cynosurex.awt.ShowFileDialog
-
- ShowFileDialog(Frame, String, String).
Constructor for class cynosurex.awt.ShowFileDialog
-
- size().
Method in class cynosurex.io.ConfigureString
-
- submain().
Static method in class cynosurex.awt.MessageDialog
-
- TabbedPanel().
Constructor for class cynosurex.awt.TabbedPanel
- Constructs and initializes a tabbed panel.
- TabbedPanel(int, int).
Constructor for class cynosurex.awt.TabbedPanel
- Constructs and initializes a tabbed panel with the specified
horizontal and vertical gap.
- TabPanel().
Constructor for class cynosurex.awt.TabPanel
- Constructs and initializes a tabbed panel.
- toDayString().
Method in class cynosurex.util.EnhancedDate
- Method to return the Day field in String.
- toShortDayString().
Method in class cynosurex.util.EnhancedDate
- Method to return the Day field in String, in three-character
form.
- toString().
Method in class cynosurex.lang.EnhancedByte
- Convert the bits in the byte to String.
- toString().
Method in class cynosurex.math.Matrix
- Overrides the super class method.
- toString().
Method in class cynosurex.graphics3D.Point3D
- Returns the String representation of this Point's coordinates.
- toString().
Method in class cynosurex.math.Quaternion
- Overrides the super class method.
- toString().
Method in class cynosurex.math.Vector
- This method overrides the super class method.
- translate(int, int, int).
Method in class cynosurex.graphics3D.Point3D
- Translates the 3D point.
- translate(int, int, int).
Method in class cynosurex.graphics3D.Polygon3D
- Translates the vertices by deltaX, deltaY, and deltaZ.
- transmitData(DataInputStream, DataOutputStream, String, String, String).
Static method in class cynosurex.net.SMTP
-
- transmitFrom(DataInputStream, DataOutputStream, String).
Static method in class cynosurex.net.SMTP
-
- transmitInit(DataInputStream, DataOutputStream).
Static method in class cynosurex.net.SMTP
-
- transmitTo(DataInputStream, DataOutputStream, Vector).
Static method in class cynosurex.net.SMTP
-
- Transpose().
Method in class cynosurex.math.Matrix
- This method transposes the current matrix.
- update().
Method in class cynosurex.awt.FileDirList
-
- URLDialog(Frame).
Constructor for class cynosurex.awt.URLDialog
-
- vector.
Variable in class cynosurex.math.Vector
- Internal storage of the vector.
- Vector(double, double).
Constructor for class cynosurex.math.Vector
- Constructor to create a 2-dimensional vector.
- Vector(double, double, double).
Constructor for class cynosurex.math.Vector
- Constructor to create a 3-dimensional vector.
- Vector(double[]).
Constructor for class cynosurex.math.Vector
- Constructor to create a n-dimensional vector from an array.
- VectorSizeMismatchException().
Constructor for class cynosurex.math.VectorSizeMismatchException
-
- VectorSizeMismatchException(String).
Constructor for class cynosurex.math.VectorSizeMismatchException
-
- w.
Variable in class cynosurex.math.Quaternion
-
- WhiteWashFilter().
Constructor for class cynosurex.image.WhiteWashFilter
-
- WriteConfig().
Method in class cynosurex.io.Configure
-
- WriteConfig().
Method in class cynosurex.io.ConfigureString
- Saves configuration information into a file.
- writefile(String, String).
Static method in class cynosurex.io.ioRoutines
- Saves a String object into a file.
- writeUTF(String, String).
Static method in class cynosurex.io.ioRoutines
- Saves a String object into a file using UTF-8 encoding.
- x.
Variable in class cynosurex.math.Quaternion
-
- xpoints.
Variable in class cynosurex.graphics3D.Polygon3D
- The array of x coordinates.
- XY_bounds.
Variable in class cynosurex.graphics3D.Polygon3D
- XY bounds of the polygon.
- XZ_bounds.
Variable in class cynosurex.graphics3D.Polygon3D
- XZ bounds of the polygon.
- y.
Variable in class cynosurex.math.Quaternion
-
- yes.
Variable in class cynosurex.awt.YesNoCancelDialog
-
- YES.
Static variable in class cynosurex.awt.YesNoCancelDialog
-
- yes().
Method in class cynosurex.awt.YesNoCancelDialog
-
- YesNoCancelDialog(Frame, String, String, String, String, String).
Constructor for class cynosurex.awt.YesNoCancelDialog
-
- ypoints.
Variable in class cynosurex.graphics3D.Polygon3D
- The array of y coordinates.
- YZ_bounds.
Variable in class cynosurex.graphics3D.Polygon3D
- YZ bounds of the polygon.
- z.
Variable in class cynosurex.graphics3D.Point3D
- The z coordinate.
- z.
Variable in class cynosurex.math.Quaternion
-
- zpoints.
Variable in class cynosurex.graphics3D.Polygon3D
- The array of z coordinates.