public class Figure extends Object
Figure combines the two parts, associating one or more traces with a layout. If the layout is null a default layout is provided.
| Constructor and Description |
|---|
Figure(Layout layout,
Trace... traces) |
Figure(Trace... traces) |
| Modifier and Type | Method and Description |
|---|---|
String |
asJavascript(String divName) |
String |
divString(String divName) |
Map<String,Object> |
getContext() |
Layout |
getLayout() |
public Figure(Trace... traces)
Copyright © 2018. All rights reserved.