Java com.jgoodies.forms.layout ConstantSize fields, constructors, methods, implement or subclass

Example usage for Java com.jgoodies.forms.layout ConstantSize fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for com.jgoodies.forms.layout ConstantSize.

The text is from its open source code.

Field

Constructor

ConstantSize(int value, Unit unit)
Constructs a ConstantSize for the given size and unit.
ConstantSize(double value, Unit unit)
Constructs a ConstantSize for the given size and unit.

Method

intgetPixelSize(Component component)
Converts the size if necessary and returns the value in pixels.
UnitgetUnit()
Returns this size's unit.
doublegetValue()
Returns this size's value.