|
|||||||||
| Home >> All >> org >> jempeg >> empeg >> [ logoedit overview ] | PREV NEXT | ||||||||
A
- actionPerformed(ActionEvent) - Method in class org.jempeg.empeg.logoedit.LogoEdit.LoadListener
- actionPerformed(ActionEvent) - Method in class org.jempeg.empeg.logoedit.LogoEdit.PaintStateListener
- actionPerformed(ActionEvent) - Method in class org.jempeg.empeg.logoedit.LogoEdit.SaveListener
- actionPerformed(ActionEvent) - Method in class org.jempeg.empeg.logoedit.LogoEdit.UndoListener
- actionPerformed(ActionEvent) - Method in class org.jempeg.empeg.logoedit.LogoEdit.UploadListener
B
- BmpToLogo - class org.jempeg.empeg.logoedit.BmpToLogo.
- Converter program to turn 24bit per pixel grayscale bitmap to 4bpp empeg logo.
- BmpToLogo() - Constructor for class org.jempeg.empeg.logoedit.BmpToLogo
C
- click(int, int) - Method in class org.jempeg.empeg.logoedit.LogoEditPanel
- convertBmpToLogo(InputStream, int[]) - Static method in class org.jempeg.empeg.logoedit.BmpToLogo
- createFrame(ActionListener) - Static method in class org.jempeg.empeg.logoedit.LogoEdit
- createLoadListener(boolean, boolean) - Method in class org.jempeg.empeg.logoedit.LogoEdit
- createSaveListener() - Method in class org.jempeg.empeg.logoedit.LogoEdit
- createUndoListener() - Method in class org.jempeg.empeg.logoedit.LogoEdit
- createUploadListener() - Method in class org.jempeg.empeg.logoedit.LogoEdit
D
- DEFAULT_CUTOFFS - Static variable in class org.jempeg.empeg.logoedit.LogoFormatUtils
- DEFAULT_CUTOFF_0 - Static variable in class org.jempeg.empeg.logoedit.LogoFormatUtils
- DEFAULT_CUTOFF_1 - Static variable in class org.jempeg.empeg.logoedit.LogoFormatUtils
- DEFAULT_CUTOFF_2 - Static variable in class org.jempeg.empeg.logoedit.LogoFormatUtils
- DEFAULT_GRAY_VALUES - Static variable in class org.jempeg.empeg.logoedit.LogoFormatUtils
- DEFAULT_GRAY_VALUE_0 - Static variable in class org.jempeg.empeg.logoedit.LogoFormatUtils
- DEFAULT_GRAY_VALUE_1 - Static variable in class org.jempeg.empeg.logoedit.LogoFormatUtils
- DEFAULT_GRAY_VALUE_2 - Static variable in class org.jempeg.empeg.logoedit.LogoFormatUtils
- DEFAULT_GRAY_VALUE_3 - Static variable in class org.jempeg.empeg.logoedit.LogoFormatUtils
- DEFAULT_HEIGHT - Static variable in class org.jempeg.empeg.logoedit.LogoFormatUtils
- DEFAULT_WIDTH - Static variable in class org.jempeg.empeg.logoedit.LogoFormatUtils
- dequeue() - Method in class org.jempeg.empeg.logoedit.PixelQueue
- drag(int, int) - Method in class org.jempeg.empeg.logoedit.LogoEditPanel
- draw(int, int) - Method in class org.jempeg.empeg.logoedit.LogoEditPanel
- drawImage(Image, Graphics) - Method in class org.jempeg.empeg.logoedit.LogoEditPanel
E
- enqueue(int, int) - Method in class org.jempeg.empeg.logoedit.PixelQueue
F
- fill(int, int) - Method in class org.jempeg.empeg.logoedit.LogoEditPanel
- finalize() - Method in class org.jempeg.empeg.logoedit.LogoEditPanel
- floodFill(int, int, int, int[]) - Method in class org.jempeg.empeg.logoedit.LogoEditPanel
- from4bpp(byte[], int, int) - Static method in class org.jempeg.empeg.logoedit.LogoFormatUtils
- Converts a logo 4bpp pixel to an index in the color array.
- from4bpp(byte[], int) - Static method in class org.jempeg.empeg.logoedit.LogoFormatUtils
- Converts a logo 4bpp pixel to an index in the color array.
- fromLogo(OutputStream, Logo, int[]) - Static method in class org.jempeg.empeg.logoedit.LogoFormatUtils
- Creates a byte array in the format that the Empeg expects for home and car logos.
- fromLogoFormat(byte[], int, int, int[]) - Static method in class org.jempeg.empeg.logoedit.LogoFormatUtils
- Creates a java.awt.Image from the given Empeg logo data.
G
- getCarImage() - Method in class org.jempeg.empeg.logoedit.Logo
- Returns the Car Image for this Logo.
- getHomeImage() - Method in class org.jempeg.empeg.logoedit.Logo
- Returns the Home Image for this Logo.
- getIconHeight() - Method in class org.jempeg.empeg.logoedit.LogoEdit.SolidColorIcon
- getIconWidth() - Method in class org.jempeg.empeg.logoedit.LogoEdit.SolidColorIcon
- getImage() - Method in class org.jempeg.empeg.logoedit.LogoEditPanel
- getImageHeight() - Method in class org.jempeg.empeg.logoedit.LogoEditPanel
- getImageWidth() - Method in class org.jempeg.empeg.logoedit.LogoEditPanel
- getListCellRendererComponent(JList, Object, int, boolean, boolean) - Method in class org.jempeg.empeg.logoedit.LogoEdit.SolidColorListCellRenderer
- getLogo() - Method in class org.jempeg.empeg.logoedit.LogoEdit
- getModificationTime() - Method in class org.jempeg.empeg.logoedit.LogoEditPanel
- getPaintState() - Method in class org.jempeg.empeg.logoedit.LogoEditPanel
- getPreferredSize() - Method in class org.jempeg.empeg.logoedit.LogoEditPanel
- getScale() - Method in class org.jempeg.empeg.logoedit.LogoEditPanel
- getStrokeWidth() - Method in class org.jempeg.empeg.logoedit.LogoEditPanel
- getTextFont() - Method in class org.jempeg.empeg.logoedit.LogoEditPanel
- getType() - Method in class org.jempeg.empeg.logoedit.Logo
- Returns the type of this Logo.
H
- head - Variable in class org.jempeg.empeg.logoedit.PixelQueue
I
- isEmpty() - Method in class org.jempeg.empeg.logoedit.PixelQueue
- itemStateChanged(ItemEvent) - Method in class org.jempeg.empeg.logoedit.LogoEdit.ColorListener
- itemStateChanged(ItemEvent) - Method in class org.jempeg.empeg.logoedit.LogoEdit.ScaleListener
- itemStateChanged(ItemEvent) - Method in class org.jempeg.empeg.logoedit.LogoEdit.StrokeWidthListener
K
- keyTyped(KeyEvent) - Method in class org.jempeg.empeg.logoedit.LogoEditPanel.KeyListener
L
- Logo - class org.jempeg.empeg.logoedit.Logo.
- Encapsulates a home image and car image for sending and receiving to/from the Empeg.
- Logo() - Constructor for class org.jempeg.empeg.logoedit.Logo
- Constructs a new Logo
- Logo(String, Image, Image) - Constructor for class org.jempeg.empeg.logoedit.Logo
- Constructs a new Logo.
- LogoEdit - class org.jempeg.empeg.logoedit.LogoEdit.
- The entry point for LogoEdit.
- LogoEdit() - Constructor for class org.jempeg.empeg.logoedit.LogoEdit
- LogoEdit.ColorListener - class org.jempeg.empeg.logoedit.LogoEdit.ColorListener.
- LogoEdit.ColorListener() - Constructor for class org.jempeg.empeg.logoedit.LogoEdit.ColorListener
- LogoEdit.LoadListener - class org.jempeg.empeg.logoedit.LogoEdit.LoadListener.
- LogoEdit.LoadListener(boolean, boolean) - Constructor for class org.jempeg.empeg.logoedit.LogoEdit.LoadListener
- LogoEdit.PaintStateListener - class org.jempeg.empeg.logoedit.LogoEdit.PaintStateListener.
- LogoEdit.PaintStateListener(int) - Constructor for class org.jempeg.empeg.logoedit.LogoEdit.PaintStateListener
- LogoEdit.SaveListener - class org.jempeg.empeg.logoedit.LogoEdit.SaveListener.
- LogoEdit.SaveListener() - Constructor for class org.jempeg.empeg.logoedit.LogoEdit.SaveListener
- LogoEdit.ScaleListener - class org.jempeg.empeg.logoedit.LogoEdit.ScaleListener.
- LogoEdit.ScaleListener() - Constructor for class org.jempeg.empeg.logoedit.LogoEdit.ScaleListener
- LogoEdit.SolidColorIcon - class org.jempeg.empeg.logoedit.LogoEdit.SolidColorIcon.
- LogoEdit.SolidColorIcon(JLabel, Color, int, int) - Constructor for class org.jempeg.empeg.logoedit.LogoEdit.SolidColorIcon
- LogoEdit.SolidColorListCellRenderer - class org.jempeg.empeg.logoedit.LogoEdit.SolidColorListCellRenderer.
- LogoEdit.SolidColorListCellRenderer() - Constructor for class org.jempeg.empeg.logoedit.LogoEdit.SolidColorListCellRenderer
- LogoEdit.StrokeWidthListener - class org.jempeg.empeg.logoedit.LogoEdit.StrokeWidthListener.
- LogoEdit.StrokeWidthListener() - Constructor for class org.jempeg.empeg.logoedit.LogoEdit.StrokeWidthListener
- LogoEdit.UndoListener - class org.jempeg.empeg.logoedit.LogoEdit.UndoListener.
- LogoEdit.UndoListener() - Constructor for class org.jempeg.empeg.logoedit.LogoEdit.UndoListener
- LogoEdit.UploadListener - class org.jempeg.empeg.logoedit.LogoEdit.UploadListener.
- LogoEdit.UploadListener() - Constructor for class org.jempeg.empeg.logoedit.LogoEdit.UploadListener
- LogoEditPanel - class org.jempeg.empeg.logoedit.LogoEditPanel.
- An implementation of a simple painting canvas that supports drawing, paintbrush, floodfill, color switching, brush sizes, text, and undo/redo.
- LogoEditPanel(int, int) - Constructor for class org.jempeg.empeg.logoedit.LogoEditPanel
- LogoEditPanel.KeyListener - class org.jempeg.empeg.logoedit.LogoEditPanel.KeyListener.
- LogoEditPanel.KeyListener() - Constructor for class org.jempeg.empeg.logoedit.LogoEditPanel.KeyListener
- LogoEditPanel.MouseMotionTracker - class org.jempeg.empeg.logoedit.LogoEditPanel.MouseMotionTracker.
- LogoEditPanel.MouseMotionTracker() - Constructor for class org.jempeg.empeg.logoedit.LogoEditPanel.MouseMotionTracker
- LogoEditPanel.MouseTracker - class org.jempeg.empeg.logoedit.LogoEditPanel.MouseTracker.
- LogoEditPanel.MouseTracker() - Constructor for class org.jempeg.empeg.logoedit.LogoEditPanel.MouseTracker
- LogoFormatUtils - class org.jempeg.empeg.logoedit.LogoFormatUtils.
- A set of utilities for manipulating Empeg Logo Format data.
- LogoFormatUtils() - Constructor for class org.jempeg.empeg.logoedit.LogoFormatUtils
M
- main(String[]) - Static method in class org.jempeg.empeg.logoedit.BmpToLogo
- main(String[]) - Static method in class org.jempeg.empeg.logoedit.LogoEdit
- mouseDragged(MouseEvent) - Method in class org.jempeg.empeg.logoedit.LogoEditPanel.MouseMotionTracker
- mousePressed(MouseEvent) - Method in class org.jempeg.empeg.logoedit.LogoEditPanel.MouseTracker
- mouseReleased(MouseEvent) - Method in class org.jempeg.empeg.logoedit.LogoEditPanel.MouseTracker
- myCarImage - Variable in class org.jempeg.empeg.logoedit.Logo
- myCarLogoEditPanel - Variable in class org.jempeg.empeg.logoedit.LogoEdit
- myColor - Variable in class org.jempeg.empeg.logoedit.LogoEdit.SolidColorIcon
- myColor - Variable in class org.jempeg.empeg.logoedit.LogoEditPanel
- myHeight - Variable in class org.jempeg.empeg.logoedit.LogoEdit.SolidColorIcon
- myHeight - Variable in class org.jempeg.empeg.logoedit.LogoEditPanel
- myHomeImage - Variable in class org.jempeg.empeg.logoedit.Logo
- myHomeLogoEditPanel - Variable in class org.jempeg.empeg.logoedit.LogoEdit
- myIcon - Variable in class org.jempeg.empeg.logoedit.LogoEdit.SolidColorListCellRenderer
- myImage - Variable in class org.jempeg.empeg.logoedit.LogoEditPanel
- myImageGraphics - Variable in class org.jempeg.empeg.logoedit.LogoEditPanel
- myLabel - Variable in class org.jempeg.empeg.logoedit.LogoEdit.SolidColorIcon
- myLength - Variable in class org.jempeg.empeg.logoedit.PixelQueue
- myModificationTime - Variable in class org.jempeg.empeg.logoedit.LogoEditPanel
- myPaintState - Variable in class org.jempeg.empeg.logoedit.LogoEditPanel
- myScale - Variable in class org.jempeg.empeg.logoedit.LogoEditPanel
- mySetCar - Variable in class org.jempeg.empeg.logoedit.LogoEdit.LoadListener
- mySetHome - Variable in class org.jempeg.empeg.logoedit.LogoEdit.LoadListener
- myState - Variable in class org.jempeg.empeg.logoedit.LogoEdit.PaintStateListener
- myStrokeWidth - Variable in class org.jempeg.empeg.logoedit.LogoEditPanel
- myTextBuffer - Variable in class org.jempeg.empeg.logoedit.LogoEditPanel
- myTextFont - Variable in class org.jempeg.empeg.logoedit.LogoEditPanel
- myTextX - Variable in class org.jempeg.empeg.logoedit.LogoEditPanel
- myTextY - Variable in class org.jempeg.empeg.logoedit.LogoEditPanel
- myType - Variable in class org.jempeg.empeg.logoedit.Logo
- myTypeCB - Variable in class org.jempeg.empeg.logoedit.LogoEdit
- myUndoImage - Variable in class org.jempeg.empeg.logoedit.LogoEditPanel
- myUndoImageGraphics - Variable in class org.jempeg.empeg.logoedit.LogoEditPanel
- myWidth - Variable in class org.jempeg.empeg.logoedit.LogoEdit.SolidColorIcon
- myWidth - Variable in class org.jempeg.empeg.logoedit.LogoEditPanel
N
- next - Variable in class org.jempeg.empeg.logoedit.PixelQueue.Pixel
O
- org.jempeg.empeg.logoedit - package org.jempeg.empeg.logoedit
P
- PAINTSTATE_DRAW - Static variable in class org.jempeg.empeg.logoedit.LogoEditPanel
- PAINTSTATE_FILL - Static variable in class org.jempeg.empeg.logoedit.LogoEditPanel
- PAINTSTATE_PAINT - Static variable in class org.jempeg.empeg.logoedit.LogoEditPanel
- PAINTSTATE_TEXT - Static variable in class org.jempeg.empeg.logoedit.LogoEditPanel
- PixelQueue - class org.jempeg.empeg.logoedit.PixelQueue.
- A Queue of pixel data for flood filling.
- PixelQueue() - Constructor for class org.jempeg.empeg.logoedit.PixelQueue
- PixelQueue.Pixel - class org.jempeg.empeg.logoedit.PixelQueue.Pixel.
- PixelQueue.Pixel(int, int) - Constructor for class org.jempeg.empeg.logoedit.PixelQueue.Pixel
- paint(int, int) - Method in class org.jempeg.empeg.logoedit.LogoEditPanel
- paint(int, int, int) - Method in class org.jempeg.empeg.logoedit.LogoEditPanel
- paintComponent(Graphics) - Method in class org.jempeg.empeg.logoedit.LogoEditPanel
- paintIcon(Component, Graphics, int, int) - Method in class org.jempeg.empeg.logoedit.LogoEdit.SolidColorIcon
- paintText(Graphics, int) - Method in class org.jempeg.empeg.logoedit.LogoEditPanel
R
- release(int, int) - Method in class org.jempeg.empeg.logoedit.LogoEditPanel
S
- saveUndo() - Method in class org.jempeg.empeg.logoedit.LogoEditPanel
- setColor(Color) - Method in class org.jempeg.empeg.logoedit.LogoEdit.SolidColorIcon
- setColor(Color) - Method in class org.jempeg.empeg.logoedit.LogoEditPanel
- setImage(Image) - Method in class org.jempeg.empeg.logoedit.LogoEditPanel
- setPaintState(int) - Method in class org.jempeg.empeg.logoedit.LogoEditPanel
- setScale(int) - Method in class org.jempeg.empeg.logoedit.LogoEditPanel
- setStrokeWidth(int) - Method in class org.jempeg.empeg.logoedit.LogoEditPanel
- setTextFont(Font) - Method in class org.jempeg.empeg.logoedit.LogoEditPanel
- setType(String) - Method in class org.jempeg.empeg.logoedit.Logo
- Sets the type of this Logo.
T
- TYPE_EMPEG_CUSTOM - Static variable in class org.jempeg.empeg.logoedit.Logo
- TYPE_EMPEG_NOCUSTOM - Static variable in class org.jempeg.empeg.logoedit.Logo
- TYPE_RIO_CUSTOM - Static variable in class org.jempeg.empeg.logoedit.Logo
- TYPE_RIO_NOCUSTOM - Static variable in class org.jempeg.empeg.logoedit.Logo
- tail - Variable in class org.jempeg.empeg.logoedit.PixelQueue
- to4bpp(int, int[]) - Static method in class org.jempeg.empeg.logoedit.LogoFormatUtils
- Converts the given gray value to an Empeg color index based on the given set of cutoffs.
- toLogo(InputStream, int[]) - Static method in class org.jempeg.empeg.logoedit.LogoFormatUtils
- Creates a Logo from a byte array.
- toLogoFormat(Image, int, int, int[]) - Static method in class org.jempeg.empeg.logoedit.LogoFormatUtils
- Converts a java.awt.Image to an Empeg logo format byte array.
- toLogoFormat(byte[], int, int) - Static method in class org.jempeg.empeg.logoedit.LogoFormatUtils
- Converts a byte array of values {0, 1, 2, 3} that correspond to the four valid Empeg gray values.
U
- undo() - Method in class org.jempeg.empeg.logoedit.LogoEditPanel
X
- x - Variable in class org.jempeg.empeg.logoedit.PixelQueue.Pixel
Y
- y - Variable in class org.jempeg.empeg.logoedit.PixelQueue.Pixel
A B C D E F G H I K L M N O P R S T U X Y
|
|||||||||
| Home >> All >> org >> jempeg >> empeg >> [ logoedit overview ] | PREV NEXT | ||||||||