A B C D E F G H I J L M N O P Q R S T U V W

A

accept(File) - Method in class com.mebigfatguy.patchanim.gui.PatchAnimFileFilter
 
activePatchChanged(ActivePatchChangedEvent) - Method in interface com.mebigfatguy.patchanim.gui.events.ActivePatchChangedListener
 
ActivePatchChangedEvent - Class in com.mebigfatguy.patchanim.gui.events
 
ActivePatchChangedEvent(Object, CombinedPatch) - Constructor for class com.mebigfatguy.patchanim.gui.events.ActivePatchChangedEvent
 
ActivePatchChangedListener - Interface in com.mebigfatguy.patchanim.gui.events
 
add(int, CombinedPatch) - Method in class com.mebigfatguy.patchanim.gui.PatchListModel
 
ADD - Static variable in class com.mebigfatguy.patchanim.main.PatchAnimBundle
 
addActivePatchChangedListener(ActivePatchChangedListener) - Method in class com.mebigfatguy.patchanim.gui.PatchPanelMediator
 
addDocumentChangedListener(DocumentChangedListener) - Method in class com.mebigfatguy.patchanim.gui.PatchPanelMediator
 
addExportListener(ExportListener) - Method in class com.mebigfatguy.patchanim.io.PatchExporter
 
addFrame(BufferedImage) - Method in class com.mebigfatguy.patchanim.encoders.APngEncoder
 
addFrame(BufferedImage) - Method in class com.mebigfatguy.patchanim.encoders.MngEncoder
 
addPatchCompletionListener(PatchCompletionListener) - Method in class com.mebigfatguy.patchanim.surface.PatchAnimator
 
addSettingsChangedListener(SettingsChangedListener) - Method in class com.mebigfatguy.patchanim.gui.PatchPanelMediator
 
ANIMATEDGIF - Static variable in class com.mebigfatguy.patchanim.main.PatchAnimBundle
 
ANIMATEDGIFFILTER - Static variable in class com.mebigfatguy.patchanim.main.PatchAnimBundle
 
ANIMATEDMNG - Static variable in class com.mebigfatguy.patchanim.main.PatchAnimBundle
 
ANIMATEDMNGFILTER - Static variable in class com.mebigfatguy.patchanim.main.PatchAnimBundle
 
ANIMATEDPNG - Static variable in class com.mebigfatguy.patchanim.main.PatchAnimBundle
 
ANIMATEDPNGFILTER - Static variable in class com.mebigfatguy.patchanim.main.PatchAnimBundle
 
animatePatches() - Method in class com.mebigfatguy.patchanim.surface.PatchAnimator
 
ANIMATION - Static variable in class com.mebigfatguy.patchanim.main.PatchAnimBundle
 
ANIMATION_TT - Static variable in class com.mebigfatguy.patchanim.main.PatchAnimBundle
 
AnimationType - Enum in com.mebigfatguy.patchanim
denotes the way animations progress through the series of images.
APngEncoder - Class in com.mebigfatguy.patchanim.encoders
generates apng files by simply relying on the built in png encoder of ImageIO and sewing together multiple chunks from the underlying pngs.
APngEncoder() - Constructor for class com.mebigfatguy.patchanim.encoders.APngEncoder
 
ASKSAVE - Static variable in class com.mebigfatguy.patchanim.main.PatchAnimBundle
 

B

beginAnimation() - Method in class com.mebigfatguy.patchanim.gui.JTestFrame
 
BLACK - Static variable in class com.mebigfatguy.patchanim.main.PatchAnimBundle
 
BlendDirection - Enum in com.mebigfatguy.patchanim
 
BLUEPATCH - Static variable in class com.mebigfatguy.patchanim.main.PatchAnimBundle
 
BOTTOMTOTOP - Static variable in class com.mebigfatguy.patchanim.main.PatchAnimBundle
 
buildCoefficients(double, double[]) - Static method in class com.mebigfatguy.patchanim.surface.PatchGenerator
 
buildFullColorPatch(int) - Static method in class com.mebigfatguy.patchanim.surface.PatchCoords
 
buildImage(Color, boolean, int, int) - Static method in class com.mebigfatguy.patchanim.surface.PatchGenerator
 
buildRandomPatch(int) - Static method in class com.mebigfatguy.patchanim.surface.PatchCoords
 

C

calcCRC() - Method in class com.mebigfatguy.patchanim.encoders.Chunk
 
CANCEL - Static variable in class com.mebigfatguy.patchanim.main.PatchAnimBundle
 
Chunk - Class in com.mebigfatguy.patchanim.encoders
 
Chunk(int, int) - Constructor for class com.mebigfatguy.patchanim.encoders.Chunk
 
CLONE - Static variable in class com.mebigfatguy.patchanim.main.PatchAnimBundle
 
clone() - Method in class com.mebigfatguy.patchanim.surface.CombinedPatch
 
clone() - Method in class com.mebigfatguy.patchanim.surface.Coordinate
 
clone() - Method in class com.mebigfatguy.patchanim.surface.PatchCoords
 
close(Closeable) - Static method in class com.mebigfatguy.patchanim.io.Closer
 
Closer - Class in com.mebigfatguy.patchanim.io
 
COLOR - Static variable in class com.mebigfatguy.patchanim.main.PatchAnimBundle
 
com.mebigfatguy.patchanim - package com.mebigfatguy.patchanim
 
com.mebigfatguy.patchanim.encoders - package com.mebigfatguy.patchanim.encoders
 
com.mebigfatguy.patchanim.gui - package com.mebigfatguy.patchanim.gui
 
com.mebigfatguy.patchanim.gui.events - package com.mebigfatguy.patchanim.gui.events
 
com.mebigfatguy.patchanim.io - package com.mebigfatguy.patchanim.io
 
com.mebigfatguy.patchanim.main - package com.mebigfatguy.patchanim.main
 
com.mebigfatguy.patchanim.surface - package com.mebigfatguy.patchanim.surface
 
CombinedPatch - Class in com.mebigfatguy.patchanim.surface
 
CombinedPatch(int, boolean) - Constructor for class com.mebigfatguy.patchanim.surface.CombinedPatch
 
CombinedPatch(PatchCoords, PatchCoords, PatchCoords, PatchCoords) - Constructor for class com.mebigfatguy.patchanim.surface.CombinedPatch
 
CONTROLS - Static variable in class com.mebigfatguy.patchanim.main.PatchAnimBundle
 
Coordinate - Class in com.mebigfatguy.patchanim.surface
 
Coordinate(double, double, double) - Constructor for class com.mebigfatguy.patchanim.surface.Coordinate
 
COPYPATCHFROM - Static variable in class com.mebigfatguy.patchanim.main.PatchAnimBundle
 
crc - Variable in class com.mebigfatguy.patchanim.encoders.Chunk
 
createFormPanel(JLabel, JComponent) - Static method in class com.mebigfatguy.patchanim.gui.Utils
 

D

DARKENPATCH - Static variable in class com.mebigfatguy.patchanim.main.PatchAnimBundle
 
data - Variable in class com.mebigfatguy.patchanim.encoders.Chunk
 
data - Variable in class com.mebigfatguy.patchanim.encoders.PngStream
 
DEFAULTPATCHNAME - Static variable in class com.mebigfatguy.patchanim.main.PatchAnimBundle
 
documentChanged(DocumentChangedEvent) - Method in interface com.mebigfatguy.patchanim.gui.events.DocumentChangedListener
 
DocumentChangedEvent - Class in com.mebigfatguy.patchanim.gui.events
 
DocumentChangedEvent(Object, PatchAnimDocument) - Constructor for class com.mebigfatguy.patchanim.gui.events.DocumentChangedEvent
 
DocumentChangedListener - Interface in com.mebigfatguy.patchanim.gui.events
 
DoubleDocument - Class in com.mebigfatguy.patchanim.gui
a text component document that enforces that only double values are entered
DoubleDocument() - Constructor for class com.mebigfatguy.patchanim.gui.DoubleDocument
 
DOWN - Static variable in class com.mebigfatguy.patchanim.main.PatchAnimBundle
 
drag(Point, Rectangle) - Method in class com.mebigfatguy.patchanim.gui.JColorControlPatchPanel
 
drag(Point, Rectangle) - Method in interface com.mebigfatguy.patchanim.gui.PatchDecorator
 
drawDecoration(Graphics2D, Rectangle) - Method in class com.mebigfatguy.patchanim.gui.JColorControlPatchPanel
 
drawDecoration(Graphics2D, Rectangle) - Method in interface com.mebigfatguy.patchanim.gui.PatchDecorator
 

E

endAnimation() - Method in class com.mebigfatguy.patchanim.gui.JTestFrame
 
ENTERNEWPATCHNAME - Static variable in class com.mebigfatguy.patchanim.main.PatchAnimBundle
 
export(PatchAnimDocument) - Method in class com.mebigfatguy.patchanim.io.PatchExporter
 
EXPORT - Static variable in class com.mebigfatguy.patchanim.main.PatchAnimBundle
 
ExportEvent - Class in com.mebigfatguy.patchanim.gui.events
 
ExportEvent(Object, int, int) - Constructor for class com.mebigfatguy.patchanim.gui.events.ExportEvent
 
EXPORTFAILED - Static variable in class com.mebigfatguy.patchanim.main.PatchAnimBundle
 
ExportFrame - Class in com.mebigfatguy.patchanim.gui
a progress dialog for exporting images
ExportFrame() - Constructor for class com.mebigfatguy.patchanim.gui.ExportFrame
constructs the export progress dialog
EXPORTINGFILE - Static variable in class com.mebigfatguy.patchanim.main.PatchAnimBundle
 
ExportListener - Interface in com.mebigfatguy.patchanim.gui.events
 
ExportType - Enum in com.mebigfatguy.patchanim
denotes the type of file to export to JPegs a series of jpeg files in a directory Pngs a series of Png files in a directory Gifs a series of Gif files in a directory AnimatedGif an animated gif file AnimatedPng an animated png file AnimatedMng an animated mng file

F

FILE - Static variable in class com.mebigfatguy.patchanim.main.PatchAnimBundle
 
FILEFILTER - Static variable in class com.mebigfatguy.patchanim.main.PatchAnimBundle
 
finish() - Method in class com.mebigfatguy.patchanim.encoders.APngEncoder
 
finish() - Method in class com.mebigfatguy.patchanim.encoders.MngEncoder
 
fireSettingsChanged() - Method in class com.mebigfatguy.patchanim.gui.PatchPanelMediator
 
FULLCOLOR - Static variable in class com.mebigfatguy.patchanim.main.PatchAnimBundle
 

G

getActivePatch() - Method in class com.mebigfatguy.patchanim.gui.events.ActivePatchChangedEvent
 
getActivePatch() - Method in class com.mebigfatguy.patchanim.gui.PatchPanelMediator
 
getAnimationType(ExpressionContext) - Method in class com.mebigfatguy.patchanim.io.PatchAnimExtension
 
getAnimationType() - Method in class com.mebigfatguy.patchanim.PatchAnimDocument
gets the preferred animation type to use for the animation files
getBundle() - Static method in class com.mebigfatguy.patchanim.main.PatchAnimBundle
 
getColor(ExpressionContext, String, Node, Node) - Method in class com.mebigfatguy.patchanim.io.PatchAnimExtension
 
getColor() - Method in class com.mebigfatguy.patchanim.surface.Coordinate
 
getCoordinate(int, int) - Method in class com.mebigfatguy.patchanim.surface.PatchCoords
 
getCoordinates(ExpressionContext) - Method in class com.mebigfatguy.patchanim.io.PatchAnimExtension
 
getCurrentImage() - Method in class com.mebigfatguy.patchanim.gui.events.ExportEvent
 
getDescription() - Method in class com.mebigfatguy.patchanim.gui.PatchAnimFileFilter
 
getDescriptionKey() - Method in enum com.mebigfatguy.patchanim.ExportType
returns the resource bundle key for the localized value
getDocument() - Method in class com.mebigfatguy.patchanim.gui.events.DocumentChangedEvent
 
getDocument() - Method in class com.mebigfatguy.patchanim.gui.events.SettingsChangedEvent
 
getDocument() - Method in class com.mebigfatguy.patchanim.gui.PatchPanelMediator
 
getElementAt(int) - Method in class com.mebigfatguy.patchanim.gui.PatchListModel
 
getExtension() - Method in enum com.mebigfatguy.patchanim.ExportType
returns the file extension for this export type
getHeight(ExpressionContext) - Method in class com.mebigfatguy.patchanim.io.PatchAnimExtension
 
getHeight() - Method in class com.mebigfatguy.patchanim.PatchAnimDocument
gets the height in pixels of the generated animation file
getImage() - Method in class com.mebigfatguy.patchanim.gui.events.PatchCompletionEvent
 
getMediator() - Static method in class com.mebigfatguy.patchanim.gui.PatchPanelMediator
 
getName() - Method in class com.mebigfatguy.patchanim.surface.CombinedPatch
 
getOrder() - Method in class com.mebigfatguy.patchanim.gui.NewDocumentDialog
 
getOrder(ExpressionContext) - Method in class com.mebigfatguy.patchanim.io.PatchAnimExtension
 
getOrder() - Method in class com.mebigfatguy.patchanim.PatchAnimDocument
returns the order of the bezier patch used for this document
getOrder() - Method in class com.mebigfatguy.patchanim.surface.PatchCoords
 
getOutOfBoundsColor(ExpressionContext) - Method in class com.mebigfatguy.patchanim.io.PatchAnimExtension
 
getOutOfBoundsColor() - Method in class com.mebigfatguy.patchanim.PatchAnimDocument
gets the algorithm to use when a color is beyond the 0 - 255 range
getPatch(PatchColor) - Method in class com.mebigfatguy.patchanim.surface.CombinedPatch
 
getPatches(ExpressionContext) - Method in class com.mebigfatguy.patchanim.io.PatchAnimExtension
 
getPatches() - Method in class com.mebigfatguy.patchanim.PatchAnimDocument
retrieves a list of all the bezier patches
getPatchName(ExpressionContext, Node) - Method in class com.mebigfatguy.patchanim.io.PatchAnimExtension
 
getSize() - Method in class com.mebigfatguy.patchanim.gui.PatchListModel
 
getTotalImages() - Method in class com.mebigfatguy.patchanim.gui.events.ExportEvent
 
getTweenCount(ExpressionContext) - Method in class com.mebigfatguy.patchanim.io.PatchAnimExtension
 
getTweenCount() - Method in class com.mebigfatguy.patchanim.PatchAnimDocument
gets the preferred number of in-between frames to generate when creating animations
getTweenStyle(ExpressionContext) - Method in class com.mebigfatguy.patchanim.io.PatchAnimExtension
 
getTweenStyle() - Method in class com.mebigfatguy.patchanim.PatchAnimDocument
gets the algorithm used to tween between one patch and another
getVersion(ExpressionContext) - Method in class com.mebigfatguy.patchanim.io.PatchAnimExtension
 
getWidth(ExpressionContext) - Method in class com.mebigfatguy.patchanim.io.PatchAnimExtension
 
getWidth() - Method in class com.mebigfatguy.patchanim.PatchAnimDocument
returns the preferred width in pixels of the generated animation file
getX(ExpressionContext, String, Node, Node) - Method in class com.mebigfatguy.patchanim.io.PatchAnimExtension
 
getX() - Method in class com.mebigfatguy.patchanim.surface.Coordinate
 
getY(ExpressionContext, String, Node, Node) - Method in class com.mebigfatguy.patchanim.io.PatchAnimExtension
 
getY() - Method in class com.mebigfatguy.patchanim.surface.Coordinate
 
GIFSERIES - Static variable in class com.mebigfatguy.patchanim.main.PatchAnimBundle
 
GIFSERIESFILTER - Static variable in class com.mebigfatguy.patchanim.main.PatchAnimBundle
 
GREENPATCH - Static variable in class com.mebigfatguy.patchanim.main.PatchAnimBundle
 

H

HEIGHT - Static variable in class com.mebigfatguy.patchanim.main.PatchAnimBundle
 
HEIGHT_TT - Static variable in class com.mebigfatguy.patchanim.main.PatchAnimBundle
 

I

imageExported(ExportEvent) - Method in interface com.mebigfatguy.patchanim.gui.events.ExportListener
 
imageExported(ExportEvent) - Method in class com.mebigfatguy.patchanim.gui.ExportFrame
implements the ExportListener to update the progress bar
injectByte(int, int) - Method in class com.mebigfatguy.patchanim.encoders.Chunk
 
injectInt(int, int) - Method in class com.mebigfatguy.patchanim.encoders.Chunk
 
injectShort(int, int) - Method in class com.mebigfatguy.patchanim.encoders.Chunk
 
insertString(int, String, AttributeSet) - Method in class com.mebigfatguy.patchanim.gui.DoubleDocument
check input for only double valued characters
insertString(int, String, AttributeSet) - Method in class com.mebigfatguy.patchanim.gui.IntegerDocument
 
IntegerDocument - Class in com.mebigfatguy.patchanim.gui
 
IntegerDocument() - Constructor for class com.mebigfatguy.patchanim.gui.IntegerDocument
 
INVERT - Static variable in class com.mebigfatguy.patchanim.main.PatchAnimBundle
 
INWARD - Static variable in class com.mebigfatguy.patchanim.main.PatchAnimBundle
 
isDirty() - Method in class com.mebigfatguy.patchanim.PatchAnimDocument
determines if the document has been modified since it was last saved
isFocused() - Method in class com.mebigfatguy.patchanim.gui.PatchPanelMediator
 
isMultipleFiles() - Method in enum com.mebigfatguy.patchanim.ExportType
returns whether or not this file type generates multiple files
isOk() - Method in class com.mebigfatguy.patchanim.gui.NewDocumentDialog
 

J

JColorControlPatchPanel - Class in com.mebigfatguy.patchanim.gui
 
JColorControlPatchPanel(PatchColor) - Constructor for class com.mebigfatguy.patchanim.gui.JColorControlPatchPanel
 
JPatchAnimFrame - Class in com.mebigfatguy.patchanim.gui
 
JPatchAnimFrame() - Constructor for class com.mebigfatguy.patchanim.gui.JPatchAnimFrame
 
JPatchAnimPanel - Class in com.mebigfatguy.patchanim.gui
 
JPatchAnimPanel() - Constructor for class com.mebigfatguy.patchanim.gui.JPatchAnimPanel
 
JPatchControlPanel - Class in com.mebigfatguy.patchanim.gui
 
JPatchControlPanel() - Constructor for class com.mebigfatguy.patchanim.gui.JPatchControlPanel
 
JPatchListPanel - Class in com.mebigfatguy.patchanim.gui
 
JPatchListPanel() - Constructor for class com.mebigfatguy.patchanim.gui.JPatchListPanel
 
JPatchSamplePanel - Class in com.mebigfatguy.patchanim.gui
 
JPatchSamplePanel(PatchColor) - Constructor for class com.mebigfatguy.patchanim.gui.JPatchSamplePanel
 
JPGSERIES - Static variable in class com.mebigfatguy.patchanim.main.PatchAnimBundle
 
JPGSERIESFILTER - Static variable in class com.mebigfatguy.patchanim.main.PatchAnimBundle
 
JTestFrame - Class in com.mebigfatguy.patchanim.gui
 
JTestFrame() - Constructor for class com.mebigfatguy.patchanim.gui.JTestFrame
 

L

LEFT - Static variable in class com.mebigfatguy.patchanim.main.PatchAnimBundle
 
LEFTTORIGHT - Static variable in class com.mebigfatguy.patchanim.main.PatchAnimBundle
 
length - Variable in class com.mebigfatguy.patchanim.encoders.Chunk
 
LIGHTENPATCH - Static variable in class com.mebigfatguy.patchanim.main.PatchAnimBundle
 
limitPanelHeight(JPanel, JComponent) - Static method in class com.mebigfatguy.patchanim.gui.Utils
 
LINEARGRADIENT - Static variable in class com.mebigfatguy.patchanim.main.PatchAnimBundle
 
LOADFAILED - Static variable in class com.mebigfatguy.patchanim.main.PatchAnimBundle
 
loadFile(File) - Static method in class com.mebigfatguy.patchanim.io.PatchAnimIO
 

M

main(String[]) - Static method in class com.mebigfatguy.patchanim.main.PatchMain
 
MngEncoder - Class in com.mebigfatguy.patchanim.encoders
generates mng files by simply relying on the built in png encoder of ImageIO and sewing together multiple chunks from the underlying pngs.
MngEncoder() - Constructor for class com.mebigfatguy.patchanim.encoders.MngEncoder
 

N

NAMEDTITLE - Static variable in class com.mebigfatguy.patchanim.main.PatchAnimBundle
 
NEW - Static variable in class com.mebigfatguy.patchanim.main.PatchAnimBundle
 
NEWDOCUMENT - Static variable in class com.mebigfatguy.patchanim.main.PatchAnimBundle
 
NewDocumentDialog - Class in com.mebigfatguy.patchanim.gui
 
NewDocumentDialog() - Constructor for class com.mebigfatguy.patchanim.gui.NewDocumentDialog
 

O

OK - Static variable in class com.mebigfatguy.patchanim.main.PatchAnimBundle
 
OOBCLIP - Static variable in class com.mebigfatguy.patchanim.main.PatchAnimBundle
 
OOBROLL - Static variable in class com.mebigfatguy.patchanim.main.PatchAnimBundle
 
OOBWAVE - Static variable in class com.mebigfatguy.patchanim.main.PatchAnimBundle
 
OPEN - Static variable in class com.mebigfatguy.patchanim.main.PatchAnimBundle
 
OUTOFBOUNDSCOLOR - Static variable in class com.mebigfatguy.patchanim.main.PatchAnimBundle
 
OutOfBoundsColor - Enum in com.mebigfatguy.patchanim
denotes how to render colors when they are outside the range of 0 - 255 Clip Clip high values to 255, and low values to 0 Cycle Uses the remainder of the color with 255 Roll Inverses the value at 255 and 0
OUTOFBOUNDSCOLOR_TT - Static variable in class com.mebigfatguy.patchanim.main.PatchAnimBundle
 
OUTWARD - Static variable in class com.mebigfatguy.patchanim.main.PatchAnimBundle
 

P

paintComponent(Graphics) - Method in class com.mebigfatguy.patchanim.gui.JPatchSamplePanel
 
PatchAnimator - Class in com.mebigfatguy.patchanim.surface
 
PatchAnimator(PatchAnimDocument) - Constructor for class com.mebigfatguy.patchanim.surface.PatchAnimator
 
PatchAnimBundle - Class in com.mebigfatguy.patchanim.main
 
PatchAnimDocument - Class in com.mebigfatguy.patchanim
represents the document that can be saved to file.
PatchAnimDocument(int, boolean) - Constructor for class com.mebigfatguy.patchanim.PatchAnimDocument
constructs a new document for the New menu item
PatchAnimExtension - Class in com.mebigfatguy.patchanim.io
 
PatchAnimExtension(PatchAnimDocument) - Constructor for class com.mebigfatguy.patchanim.io.PatchAnimExtension
 
PatchAnimFileFilter - Class in com.mebigfatguy.patchanim.gui
 
PatchAnimFileFilter() - Constructor for class com.mebigfatguy.patchanim.gui.PatchAnimFileFilter
 
PatchAnimIO - Class in com.mebigfatguy.patchanim.io
 
PatchColor - Enum in com.mebigfatguy.patchanim
 
patchCompleted(PatchCompletionEvent) - Method in interface com.mebigfatguy.patchanim.gui.events.PatchCompletionListener
 
patchCompleted(PatchCompletionEvent) - Method in class com.mebigfatguy.patchanim.gui.JTestFrame
 
patchCompleted(PatchCompletionEvent) - Method in class com.mebigfatguy.patchanim.io.PatchExporter
 
PatchCompletionEvent - Class in com.mebigfatguy.patchanim.gui.events
 
PatchCompletionEvent(Object, BufferedImage) - Constructor for class com.mebigfatguy.patchanim.gui.events.PatchCompletionEvent
 
PatchCompletionListener - Interface in com.mebigfatguy.patchanim.gui.events
 
PatchCoords - Class in com.mebigfatguy.patchanim.surface
 
PatchCoords(int) - Constructor for class com.mebigfatguy.patchanim.surface.PatchCoords
 
PatchCoords(int, Coordinate[][]) - Constructor for class com.mebigfatguy.patchanim.surface.PatchCoords
 
PatchDecorator - Interface in com.mebigfatguy.patchanim.gui
 
PATCHES - Static variable in class com.mebigfatguy.patchanim.main.PatchAnimBundle
 
PatchExporter - Class in com.mebigfatguy.patchanim.io
 
PatchExporter(ExportType, File) - Constructor for class com.mebigfatguy.patchanim.io.PatchExporter
 
PatchGenerator - Class in com.mebigfatguy.patchanim.surface
 
PatchListModel - Class in com.mebigfatguy.patchanim.gui
 
PatchListModel() - Constructor for class com.mebigfatguy.patchanim.gui.PatchListModel
 
PatchListModel(PatchAnimDocument) - Constructor for class com.mebigfatguy.patchanim.gui.PatchListModel
 
PatchMain - Class in com.mebigfatguy.patchanim.main
 
PatchMain() - Constructor for class com.mebigfatguy.patchanim.main.PatchMain
 
PatchPanelMediator - Class in com.mebigfatguy.patchanim.gui
 
PNGSERIES - Static variable in class com.mebigfatguy.patchanim.main.PatchAnimBundle
 
PNGSERIESFILTER - Static variable in class com.mebigfatguy.patchanim.main.PatchAnimBundle
 
PngStream - Class in com.mebigfatguy.patchanim.encoders
 
PngStream(byte[]) - Constructor for class com.mebigfatguy.patchanim.encoders.PngStream
 
pos - Variable in class com.mebigfatguy.patchanim.encoders.PngStream
 
press(Point, Rectangle) - Method in class com.mebigfatguy.patchanim.gui.JColorControlPatchPanel
 
press(Point, Rectangle) - Method in interface com.mebigfatguy.patchanim.gui.PatchDecorator
 

Q

QUIT - Static variable in class com.mebigfatguy.patchanim.main.PatchAnimBundle
 

R

RADIALGRADIENT - Static variable in class com.mebigfatguy.patchanim.main.PatchAnimBundle
 
readNextChunk() - Method in class com.mebigfatguy.patchanim.encoders.PngStream
 
rebuild(boolean) - Method in class com.mebigfatguy.patchanim.gui.SourcePatchesPanel
 
recalcCombinedImage(CombinedPatch, BufferedImage, OutOfBoundsColor) - Static method in class com.mebigfatguy.patchanim.surface.PatchGenerator
 
recalcImage(PatchColor, CombinedPatch) - Method in class com.mebigfatguy.patchanim.gui.JPatchSamplePanel
 
recalcIndexedImage(PatchColor, CombinedPatch, BufferedImage, OutOfBoundsColor) - Static method in class com.mebigfatguy.patchanim.surface.PatchGenerator
 
REDPATCH - Static variable in class com.mebigfatguy.patchanim.main.PatchAnimBundle
 
remove(int) - Method in class com.mebigfatguy.patchanim.gui.PatchListModel
 
REMOVE - Static variable in class com.mebigfatguy.patchanim.main.PatchAnimBundle
 
RENAME - Static variable in class com.mebigfatguy.patchanim.main.PatchAnimBundle
 
resetSpatialCoordinates() - Method in class com.mebigfatguy.patchanim.surface.PatchCoords
 
RIGHT - Static variable in class com.mebigfatguy.patchanim.main.PatchAnimBundle
 
RIGHTTOLEFT - Static variable in class com.mebigfatguy.patchanim.main.PatchAnimBundle
 
ROOT - Static variable in class com.mebigfatguy.patchanim.main.PatchAnimBundle
 

S

SAVE - Static variable in class com.mebigfatguy.patchanim.main.PatchAnimBundle
 
SAVEAS - Static variable in class com.mebigfatguy.patchanim.main.PatchAnimBundle
 
SAVEFAILED - Static variable in class com.mebigfatguy.patchanim.main.PatchAnimBundle
 
saveFile(File, PatchAnimDocument) - Static method in class com.mebigfatguy.patchanim.io.PatchAnimIO
 
SETALLPOINTS - Static variable in class com.mebigfatguy.patchanim.main.PatchAnimBundle
 
setAnimationType(AnimationType) - Method in class com.mebigfatguy.patchanim.PatchAnimDocument
sets the preferred animation type to use for animation files
setColor(double) - Method in class com.mebigfatguy.patchanim.surface.Coordinate
 
setCoordinate(int, int, Coordinate) - Method in class com.mebigfatguy.patchanim.surface.PatchCoords
 
setDecorator(PatchDecorator) - Method in class com.mebigfatguy.patchanim.gui.JPatchSamplePanel
 
setDelay(int) - Method in class com.mebigfatguy.patchanim.encoders.APngEncoder
 
setDelay(int) - Method in class com.mebigfatguy.patchanim.encoders.MngEncoder
 
setDirty(boolean) - Method in class com.mebigfatguy.patchanim.PatchAnimDocument
marks whether or not the document has been modified.
setDocument(PatchAnimDocument) - Method in class com.mebigfatguy.patchanim.gui.PatchPanelMediator
 
setFocused(boolean) - Method in class com.mebigfatguy.patchanim.gui.PatchPanelMediator
 
setHeight(int) - Method in class com.mebigfatguy.patchanim.PatchAnimDocument
sets the height in pixels of the gnerated animation files
setName(String) - Method in class com.mebigfatguy.patchanim.surface.CombinedPatch
 
setNewActivePatch(CombinedPatch) - Method in class com.mebigfatguy.patchanim.gui.PatchPanelMediator
 
setNumFrames(int) - Method in class com.mebigfatguy.patchanim.encoders.APngEncoder
 
setNumFrames(int) - Method in class com.mebigfatguy.patchanim.encoders.MngEncoder
 
SETORDER - Static variable in class com.mebigfatguy.patchanim.main.PatchAnimBundle
 
setOutOfBoundsColor(OutOfBoundsColor) - Method in class com.mebigfatguy.patchanim.PatchAnimDocument
sets the algorithm to use when a color is beyond the 0 - 255 range
setPatch(PatchColor, PatchCoords) - Method in class com.mebigfatguy.patchanim.surface.CombinedPatch
 
setPatches(List<CombinedPatch>) - Method in class com.mebigfatguy.patchanim.PatchAnimDocument
sets the list of bezier patches to use for color blends
setRepeat(boolean) - Method in class com.mebigfatguy.patchanim.encoders.APngEncoder
 
setRepeat(boolean) - Method in class com.mebigfatguy.patchanim.encoders.MngEncoder
 
settingsChanged(SettingsChangedEvent) - Method in interface com.mebigfatguy.patchanim.gui.events.SettingsChangedListener
 
SettingsChangedEvent - Class in com.mebigfatguy.patchanim.gui.events
 
SettingsChangedEvent(Object, PatchAnimDocument) - Constructor for class com.mebigfatguy.patchanim.gui.events.SettingsChangedEvent
 
SettingsChangedListener - Interface in com.mebigfatguy.patchanim.gui.events
 
setTweenCount(int) - Method in class com.mebigfatguy.patchanim.PatchAnimDocument
sets the preferred number of in-between frames to generate when creating animations
setTweenStyle(TweenStyle) - Method in class com.mebigfatguy.patchanim.PatchAnimDocument
sets the algorithm used to tween between one patch and another
setVisible(boolean) - Method in class com.mebigfatguy.patchanim.gui.JPatchAnimFrame
 
setWidth(int) - Method in class com.mebigfatguy.patchanim.PatchAnimDocument
sets the preferred width in pixels of generated animation files
setX(double) - Method in class com.mebigfatguy.patchanim.surface.Coordinate
 
setY(double) - Method in class com.mebigfatguy.patchanim.surface.Coordinate
 
SHIFT - Static variable in class com.mebigfatguy.patchanim.main.PatchAnimBundle
 
ShiftDirection - Enum in com.mebigfatguy.patchanim
 
sizeUniformly(Utils.Sizing, JComponent...) - Static method in class com.mebigfatguy.patchanim.gui.Utils
 
SourcePatchesPanel - Class in com.mebigfatguy.patchanim.gui
 
SourcePatchesPanel() - Constructor for class com.mebigfatguy.patchanim.gui.SourcePatchesPanel
 
start(OutputStream) - Method in class com.mebigfatguy.patchanim.encoders.APngEncoder
 
start(String) - Method in class com.mebigfatguy.patchanim.encoders.APngEncoder
 
start(OutputStream) - Method in class com.mebigfatguy.patchanim.encoders.MngEncoder
 
start(String) - Method in class com.mebigfatguy.patchanim.encoders.MngEncoder
 
STOP - Static variable in class com.mebigfatguy.patchanim.main.PatchAnimBundle
 

T

TEST - Static variable in class com.mebigfatguy.patchanim.main.PatchAnimBundle
 
TEST_TT - Static variable in class com.mebigfatguy.patchanim.main.PatchAnimBundle
 
TITLE - Static variable in class com.mebigfatguy.patchanim.main.PatchAnimBundle
 
TOPTOBOTTOM - Static variable in class com.mebigfatguy.patchanim.main.PatchAnimBundle
 
toString() - Method in enum com.mebigfatguy.patchanim.AnimationType
returns the localized value of the type
toString() - Method in enum com.mebigfatguy.patchanim.BlendDirection
returns the localized value of the type
toString() - Method in enum com.mebigfatguy.patchanim.OutOfBoundsColor
returns the localized value of the enum
toString() - Method in enum com.mebigfatguy.patchanim.ShiftDirection
returns the localized value of the type
toString() - Method in class com.mebigfatguy.patchanim.surface.CombinedPatch
 
toString() - Method in class com.mebigfatguy.patchanim.surface.Coordinate
 
toString() - Method in class com.mebigfatguy.patchanim.surface.PatchCoords
 
toString() - Method in enum com.mebigfatguy.patchanim.TweenStyle
returns the localized value of the enum
transform(double) - Method in enum com.mebigfatguy.patchanim.TweenStyle
 
tween(CombinedPatch, CombinedPatch, TweenStyle, double) - Static method in class com.mebigfatguy.patchanim.surface.CombinedPatch
 
tween(PatchCoords, PatchCoords, TweenStyle, double) - Static method in class com.mebigfatguy.patchanim.surface.PatchCoords
 
TWEENFRAMES - Static variable in class com.mebigfatguy.patchanim.main.PatchAnimBundle
 
TWEENFRAMES_TT - Static variable in class com.mebigfatguy.patchanim.main.PatchAnimBundle
 
TWEENSTYLE - Static variable in class com.mebigfatguy.patchanim.main.PatchAnimBundle
 
TweenStyle - Enum in com.mebigfatguy.patchanim
denotes the algorithm to use to tween two patches Linear Control points are tweened linearly from start to finish Accelerating Control points are tweened accelerating from start to finish Decelerating Control points are tweened decelerating from start to finish EaseInEaseOut Control points are tweened eased in from start, then eased out to finish Accelerating Control points are tweened accelerating in from start and then accelerated out to finish Wave Control points are tweened waved from start to finish
TWEENSTYLE_TT - Static variable in class com.mebigfatguy.patchanim.main.PatchAnimBundle
 
type - Variable in class com.mebigfatguy.patchanim.encoders.Chunk
 
TYPECYCLE - Static variable in class com.mebigfatguy.patchanim.main.PatchAnimBundle
 
TYPENONE - Static variable in class com.mebigfatguy.patchanim.main.PatchAnimBundle
 
TYPEWAVE - Static variable in class com.mebigfatguy.patchanim.main.PatchAnimBundle
 

U

UNTITLED - Static variable in class com.mebigfatguy.patchanim.main.PatchAnimBundle
 
UP - Static variable in class com.mebigfatguy.patchanim.main.PatchAnimBundle
 
useAlpha() - Method in class com.mebigfatguy.patchanim.gui.NewDocumentDialog
 
useAlpha(ExpressionContext) - Method in class com.mebigfatguy.patchanim.io.PatchAnimExtension
 
USEALPHA - Static variable in class com.mebigfatguy.patchanim.main.PatchAnimBundle
 
useAlpha() - Method in class com.mebigfatguy.patchanim.PatchAnimDocument
returns whether to use the alpha channel
Utils - Class in com.mebigfatguy.patchanim.gui
 
Utils.Sizing - Enum in com.mebigfatguy.patchanim.gui
 

V

VALUE - Static variable in class com.mebigfatguy.patchanim.main.PatchAnimBundle
 
valueOf(String) - Static method in enum com.mebigfatguy.patchanim.AnimationType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.mebigfatguy.patchanim.BlendDirection
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.mebigfatguy.patchanim.ExportType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.mebigfatguy.patchanim.gui.Utils.Sizing
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.mebigfatguy.patchanim.OutOfBoundsColor
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.mebigfatguy.patchanim.PatchColor
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.mebigfatguy.patchanim.ShiftDirection
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.mebigfatguy.patchanim.TweenStyle
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.mebigfatguy.patchanim.AnimationType
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum com.mebigfatguy.patchanim.BlendDirection
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum com.mebigfatguy.patchanim.ExportType
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum com.mebigfatguy.patchanim.gui.Utils.Sizing
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum com.mebigfatguy.patchanim.OutOfBoundsColor
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum com.mebigfatguy.patchanim.PatchColor
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum com.mebigfatguy.patchanim.ShiftDirection
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum com.mebigfatguy.patchanim.TweenStyle
Returns an array containing the constants of this enum type, in the order they're declared.

W

WIDTH - Static variable in class com.mebigfatguy.patchanim.main.PatchAnimBundle
 
WIDTH_TT - Static variable in class com.mebigfatguy.patchanim.main.PatchAnimBundle
 
write(DataOutputStream) - Method in class com.mebigfatguy.patchanim.encoders.Chunk
 

A B C D E F G H I J L M N O P Q R S T U V W

Copyright © 2008 MeBigFatGuy.com. All Rights Reserved.