| Package | Description |
|---|---|
| com.mockturtlesolutions.snifflib.graphics |
Contains standard classes and interfaces for 2D and 3D graphics.
|
| com.mockturtlesolutions.snifflib.util |
Contains some utility classes providing methods of broad applicability.
|
| Modifier and Type | Class and Description |
|---|---|
class |
SLGradientPaint
A GradientPaint generator based on coordinates given in data space.
|
class |
SLLinearGradientPaint
A LinearGradientPaint generator based on coordinates given in data space.
|
class |
SLRadialGradientPaint
A RadialGradientPaint generator based on coordinates given in data space.
|
class |
SLTexturePaint
A GradientPaint generator based on coordinates given in data space.
|
| Modifier and Type | Method and Description |
|---|---|
SLPaint |
SLPolyRegion.getFacePaint() |
| Modifier and Type | Method and Description |
|---|---|
void |
SLPolyRegion.setFacePaint(SLPaint pnt) |
| Modifier and Type | Method and Description |
|---|---|
SLPaint |
GradientGridElementPainter.paintFor(SLLocator locator,
SLComponent parent,
GridElement elem) |
SLPaint |
LinearGradientGridElementPainter.paintFor(SLLocator locator,
SLComponent parent,
GridElement elem) |
SLPaint |
RadialGradientGridElementPainter.paintFor(SLLocator locator,
SLComponent parent,
GridElement elem) |
SLPaint |
GridElementPainter.paintFor(SLLocator locator,
SLComponent parent,
GridElement elem) |
SLPaint |
TextureGridElementPainter.paintFor(SLLocator locator,
SLComponent parent,
GridElement elem) |
Copyright © 2011, 2013. Daniel P. Dougherty