|
Humboldt Alignment Editor 2.5.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface PainterLayout
Painter layouts organize multiple painters on a map by assigning them clipping regions.
Method Summary | |
---|---|
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. |
Method Detail |
---|
List<Clip> createClips(int count)
count
- the number of painters to layout
null
, 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 disabledLayoutAugmentation getAugmentation(int count)
count
- the number of painters to layout
null
if there is none
available
|
Humboldt Alignment Editor 2.5.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |