public class DiagonalDownLayout extends Object implements PainterLayout
Constructor and Description |
---|
DiagonalDownLayout() |
Modifier and Type | Method and Description |
---|---|
List<Clip> |
createClips(int count)
Create clip algorithms for a given number of painters.
|
LayoutAugmentation |
getAugmentation(int count)
Get the layout augmentation painter for a given number of painters.
|
public List<Clip> createClips(int count)
PainterLayout
createClips
in interface PainterLayout
count
- the number of painters to layoutnull
, which means no clipping should
be applied to the corresponding painter. If the size of the list
is smaller than count, the remaining painters should be disabledPainterLayout.createClips(int)
public LayoutAugmentation getAugmentation(int count)
PainterLayout
getAugmentation
in interface PainterLayout
count
- the number of painters to layoutnull
if there is none
availablePainterLayout.getAugmentation(int)
Build 2013-10-07_11-27-38
Revision 99b27713a799a59a21b0b166eaaea8aaefbf125a