public interface GraphLayout
| Modifier and Type | Method and Description |
|---|---|
void |
setDefinition(Page page,
java.lang.StringBuilder buffer)
Sets the required definitions in the "set multiplot" part of gnuplot
commands.
|
void setDefinition(Page page, java.lang.StringBuilder buffer)
page - The Page we are referring tobuffer - Where to send commands, just after the "set multiplot"
part. It might not be used.