CylinderComponent
2D Cylinder component
This component was implemented in JavaScript using the HTML canvas. A JavaScript connector and server side component were implemented to make it available for Vaadin applications.
Sample code
final VerticalLayout layout = new VerticalLayout(); layout.setMargin(true); setContent(layout); Cylinder cylinder = new Cylinder(); cylinder.setFill(0.5); cylinder.setHeight(200); cylinder.setWidth(100); layout.addComponent(cylinder);
Links
Compatibility
Was this helpful? Need more help?
Leave a comment or a question below. You can also join
the chat on Discord or
ask questions on StackOverflow.
Version
- Released
- 2016-09-06
- Maturity
- EXPERIMENTAL
- License
- Apache License 2.0
Compatibility
- Framework
- Vaadin 7.0+
- Vaadin 8.0+
- Browser
- Browser Independent
CylinderComponent - Vaadin Add-on Directory
2D Cylinder componentThis component was implemented in JavaScript using the HTML canvas. A JavaScript connector and server side component were implemented to make it available for Vaadin applications.