Modifier and Type | Method and Description |
---|---|
void |
ClipPainter.setClip(Clip clip)
Set the clip algorithm.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractPolygonClip
Base class for clip's based on a polygon defined on the view-port.
|
class |
BottomLeftClip
Diagonal clip for painting the bottom left area of the view-port.
|
class |
BottomRightClip
Diagonal clip for painting the bottom right area of the view-port.
|
class |
Hide
Clip algorithm that forbids drawing.
|
class |
HorizontalClip
Displays horizontal rows of the view-port.
|
class |
NoClip
Clip algorithm that performs no clipping.
|
class |
TopLeftClip
Diagonal clip for painting the top left area of the view-port.
|
class |
TopRightClip
Diagonal clip for painting the top right area of the view-port.
|
class |
VerticalClip
Displays a vertical column of the view-port.
|
Modifier and Type | Method and Description |
---|---|
List<Clip> |
PainterLayout.createClips(int count)
Create clip algorithms for a given number of painters.
|
Modifier and Type | Method and Description |
---|---|
void |
TileOverlayProxy.setClip(Clip clip) |
Modifier and Type | Method and Description |
---|---|
List<Clip> |
RowLayout.createClips(int count) |
List<Clip> |
OnlyFirstLayout.createClips(int count) |
List<Clip> |
DiagonalDownLayout.createClips(int count) |
List<Clip> |
ColumnLayout.createClips(int count) |
List<Clip> |
DiagonalUpLayout.createClips(int count) |
List<Clip> |
NoLayout.createClips(int count) |
Modifier and Type | Method and Description |
---|---|
void |
AbstractInstancePainter.setClip(Clip clip) |
Build 2013-10-07_11-27-38
Revision 99b27713a799a59a21b0b166eaaea8aaefbf125a