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

C

c - Static variable in class net.slashie.libjcsi.CharKey
 
C - Static variable in class net.slashie.libjcsi.CharKey
 
CAMO_GREEN - Static variable in class net.slashie.libjcsi.CSIColor
 
CAPUT_MORTUUM - Static variable in class net.slashie.libjcsi.CSIColor
 
CARDINAL - Static variable in class net.slashie.libjcsi.CSIColor
 
CARMINE - Static variable in class net.slashie.libjcsi.CSIColor
 
CARNATION_PINK - Static variable in class net.slashie.libjcsi.CSIColor
 
CAROLINA_BLUE - Static variable in class net.slashie.libjcsi.CSIColor
 
CARROT_ORANGE - Static variable in class net.slashie.libjcsi.CSIColor
 
CELADON - Static variable in class net.slashie.libjcsi.CSIColor
 
CERISE - Static variable in class net.slashie.libjcsi.CSIColor
 
CERULEAN - Static variable in class net.slashie.libjcsi.CSIColor
 
CERULEAN_BLUE - Static variable in class net.slashie.libjcsi.CSIColor
 
chance(int) - Static method in class net.slashie.util.Util
Tells if a random percent roll is at or below a certain number.
CharKey - Class in net.slashie.libjcsi
Allows for easier use of keyboard input.
CharKey(int) - Constructor for class net.slashie.libjcsi.CharKey
 
CharKey() - Constructor for class net.slashie.libjcsi.CharKey
Constructor that does not set any values.
CHARTREUSE - Static variable in class net.slashie.libjcsi.CSIColor
 
CHARTREUSE_GREEN - Static variable in class net.slashie.libjcsi.CSIColor
 
CHERRY_BLOSSOM - Static variable in class net.slashie.libjcsi.CSIColor
 
CHESTNUT - Static variable in class net.slashie.libjcsi.CSIColor
 
CHOCOLATE - Static variable in class net.slashie.libjcsi.CSIColor
 
CINNABAR - Static variable in class net.slashie.libjcsi.CSIColor
 
CINNAMON - Static variable in class net.slashie.libjcsi.CSIColor
 
clear() - Method in class net.slashie.libjcsi.textcomponents.ListBox
 
clear() - Method in class net.slashie.libjcsi.textcomponents.TextBox
Empties the box but does not erase the box itself.
clear() - Method in class net.slashie.libjcsi.textcomponents.TextInformBox
Erases content but leaves box
clearBox() - Method in class net.slashie.libjcsi.textcomponents.TextComponent
Erases content of the component, but leaves component.
CLOSECURLYBRACETS - Static variable in class net.slashie.libjcsi.CharKey
 
CLOSEPARENTHESIS - Static variable in class net.slashie.libjcsi.CharKey
 
CLOSESHARPBRACETS - Static variable in class net.slashie.libjcsi.CharKey
 
cls() - Method in interface net.slashie.libjcsi.ConsoleSystemInterface
Clears the screen
cls() - Method in class net.slashie.libjcsi.jcurses.JCursesConsoleInterface
 
cls() - Method in class net.slashie.libjcsi.wswing.SwingConsoleFrame
Erases entire frame.
cls() - Method in class net.slashie.libjcsi.wswing.SwingConsolePanel
Erases entire output area.
cls() - Method in class net.slashie.libjcsi.wswing.WSwingConsoleInterface
 
COBALT - Static variable in class net.slashie.libjcsi.CSIColor
 
code - Variable in class net.slashie.libjcsi.CharKey
 
COLON - Static variable in class net.slashie.libjcsi.CharKey
 
COLUMBIA_BLUE - Static variable in class net.slashie.libjcsi.CSIColor
 
COMILLAS - Static variable in class net.slashie.libjcsi.CharKey
 
COMMA - Static variable in class net.slashie.libjcsi.CharKey
 
compareTo(CSIColor) - Method in class net.slashie.libjcsi.CSIColor
Compares the current color to another color.
compareTo(Object) - Method in class net.slashie.libjcsi.CSIColor
Compares the current color to another object of any type.
componentHidden(ComponentEvent) - Method in class net.slashie.libjcsi.wswing.WSwingConsoleInterface
 
componentMoved(ComponentEvent) - Method in class net.slashie.libjcsi.wswing.WSwingConsoleInterface
 
componentResized(ComponentEvent) - Method in class net.slashie.libjcsi.wswing.WSwingConsoleInterface
 
componentShown(ComponentEvent) - Method in class net.slashie.libjcsi.wswing.WSwingConsoleInterface
 
consoleFont - Static variable in class net.slashie.libjcsi.wswing.WSwingConsoleInterface
Current printing cursor position
ConsoleSystemInterface - Interface in net.slashie.libjcsi
Allows for easy output to a console screen emulation and keyboard input.
COPPER - Static variable in class net.slashie.libjcsi.CSIColor
 
COPPER_ROSE - Static variable in class net.slashie.libjcsi.CSIColor
 
copyFile(File, File) - Static method in class net.slashie.util.FileUtil
Duplicates a file contents into another file
CORAL - Static variable in class net.slashie.libjcsi.CSIColor
 
CORAL_RED - Static variable in class net.slashie.libjcsi.CSIColor
 
CORN - Static variable in class net.slashie.libjcsi.CSIColor
 
CORNFLOWER_BLUE - Static variable in class net.slashie.libjcsi.CSIColor
 
COSMIC_LATTE - Static variable in class net.slashie.libjcsi.CSIColor
 
CREAM - Static variable in class net.slashie.libjcsi.CSIColor
 
CRIMSON - Static variable in class net.slashie.libjcsi.CSIColor
 
CSIColor - Class in net.slashie.libjcsi
Allows for the use of custom colors.
CSIColor(int, int, int, int) - Constructor for class net.slashie.libjcsi.CSIColor
A constructor with information for all color channels in the aRGB colorspace.
CSIColor(int, int, int) - Constructor for class net.slashie.libjcsi.CSIColor
A constructor with information for just RGB values.
CSIColor() - Constructor for class net.slashie.libjcsi.CSIColor
A constructor with no passed values.
CSIColor(CSIColor) - Constructor for class net.slashie.libjcsi.CSIColor
A constructor which builds a new color based on an existing color.
CSIColor(int) - Constructor for class net.slashie.libjcsi.CSIColor
A constructor which builds a new color based on a hex value which represents bit shifted values for aRGB color space.
CSIColorTest - Class in net.slashie.libjcsi.examples.luck.toybox
This will display a color test using CSIColor objects.
CSIColorTest() - Constructor for class net.slashie.libjcsi.examples.luck.toybox.CSIColorTest
 
CTRL - Static variable in class net.slashie.libjcsi.CharKey
 
CURLYMINUS - Static variable in class net.slashie.libjcsi.CharKey
 
CustomColorImageTest - Class in net.slashie.libjcsi.examples.luck.toybox
This will output a color image of a pumpkin to a Swing interface.
CustomColorImageTest() - Constructor for class net.slashie.libjcsi.examples.luck.toybox.CustomColorImageTest
 
CustomColorImageTestJC - Class in net.slashie.libjcsi.examples.luck.toybox
This will print out a color image of a pumpkin using a JCurses interface
CustomColorImageTestJC() - Constructor for class net.slashie.libjcsi.examples.luck.toybox.CustomColorImageTestJC
 
CYAN - Static variable in interface net.slashie.libjcsi.ConsoleSystemInterface
 
CYAN - Static variable in class net.slashie.libjcsi.CSIColor
 

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