public class ColorTrackImageProducer
extends java.awt.image.MemoryImageSource
ColorSliderUI
Constructor and Description |
---|
ColorTrackImageProducer(int w,
int h,
int trackBuffer,
boolean isHorizontal)
Creates a new instance.
|
Modifier and Type | Method and Description |
---|---|
void |
componentChanged(int index) |
void |
generateColorTrack() |
int |
getHeight() |
int |
getWidth() |
void |
markAsDirty() |
boolean |
needsGeneration() |
void |
regenerateColorTrack() |
void |
setColorComponentIndex(int index) |
void |
setColorSliderModel(ColorSliderModel colorizer) |
public ColorTrackImageProducer(int w, int h, int trackBuffer, boolean isHorizontal)
public int getWidth()
public int getHeight()
public void markAsDirty()
public boolean needsGeneration()
public void regenerateColorTrack()
public void generateColorTrack()
public void setColorSliderModel(ColorSliderModel colorizer)
public void setColorComponentIndex(int index)
public void componentChanged(int index)