Java com.vaadin.server SizeWithUnit fields, constructors, methods, implement or subclass

Example usage for Java com.vaadin.server SizeWithUnit fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for com.vaadin.server SizeWithUnit.

The text is from its open source code.

Method

floatgetSize()
Returns the numeric value stored in this object.
UnitgetUnit()
Returns the unit stored in this object.
SizeWithUnitparseStringSize(String s)
Returns an object whose numeric value and unit are taken from the string s.