|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface GangerFactory<P,A>
Generates Ganger instances for a particular purpose, for instance a particular type of plot, taking account of supplied user preferences. At present, the user preferences are just in the form of required margins outside the plot area, but it may acquire more detailed functions in the future.
You can find a basic single-zone implementation at
SingleGanger.FACTORY
.
Method Summary | |
---|---|
Ganger<P,A> |
createGanger(Padding padding)
Returns a ganger given user margin preferences. |
boolean |
isMultiZone()
Indicates whether this ganger may generate multi-zone plots. |
Method Detail |
---|
boolean isMultiZone()
Ganger<P,A> createGanger(Padding padding)
padding
- required padding around plot area
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |