Directory

← Back

CylinderComponent

2D Cylinder component

Author

Rating

Popularity

<100

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);

Compatibility

(Loading compatibility data...)

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 component CylinderComponent - Vaadin Add-on Directory
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.

CylinderComponent version 1.0.0
null

Online