Uses of Class
idare.imagenode.Properties.IMAGENODEPROPERTIES.LayoutStyle
-
Packages that use IMAGENODEPROPERTIES.LayoutStyle Package Description idare.imagenode.Data.BasicDataTypes.ArrayData This package contains the basic Dataset assuming that the data consists of one sheet of information.idare.imagenode.Data.BasicDataTypes.MultiArrayData This package contains the a Dataset specification for datasets with multiple sheets of containing multiple related sets of information..idare.imagenode.Interfaces.DataSets A Package that defines interfaces and abstract basis classes for all components necessary to represent aDataSet
.idare.imagenode.Properties This package contains Properties and Static Variables used in the ImageNode Generation App. -
-
Uses of IMAGENODEPROPERTIES.LayoutStyle in idare.imagenode.Data.BasicDataTypes.ArrayData
Methods in idare.imagenode.Data.BasicDataTypes.ArrayData with parameters of type IMAGENODEPROPERTIES.LayoutStyle Modifier and Type Method Description Dimension
AbstractArrayContainer. getPreferredSize(Dimension availablearea, IMAGENODEPROPERTIES.LayoutStyle style)
The common Item container will use a flexible adjustment of its height/width to best fill the availablearea. -
Uses of IMAGENODEPROPERTIES.LayoutStyle in idare.imagenode.Data.BasicDataTypes.MultiArrayData
Methods in idare.imagenode.Data.BasicDataTypes.MultiArrayData with parameters of type IMAGENODEPROPERTIES.LayoutStyle Modifier and Type Method Description Dimension
MultiArrayContainer. getPreferredSize(Dimension availablearea, IMAGENODEPROPERTIES.LayoutStyle style)
-
Uses of IMAGENODEPROPERTIES.LayoutStyle in idare.imagenode.Interfaces.DataSets
Methods in idare.imagenode.Interfaces.DataSets with parameters of type IMAGENODEPROPERTIES.LayoutStyle Modifier and Type Method Description Dimension
DataContainer. getPreferredSize(Dimension availablearea, IMAGENODEPROPERTIES.LayoutStyle style)
-
Uses of IMAGENODEPROPERTIES.LayoutStyle in idare.imagenode.Properties
Methods in idare.imagenode.Properties that return IMAGENODEPROPERTIES.LayoutStyle Modifier and Type Method Description static IMAGENODEPROPERTIES.LayoutStyle
IMAGENODEPROPERTIES.LayoutStyle. valueOf(String name)
Returns the enum constant of this type with the specified name.static IMAGENODEPROPERTIES.LayoutStyle[]
IMAGENODEPROPERTIES.LayoutStyle. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-