Uses of Class
org.universAAL.ontology.recommendations.SizeUnit

Packages that use SizeUnit
org.universAAL.ontology.recommendations   
 

Uses of SizeUnit in org.universAAL.ontology.recommendations
 

Fields in org.universAAL.ontology.recommendations declared as SizeUnit
static SizeUnit SizeUnit.absolute
           
static SizeUnit SizeUnit.ParentRelative
           
static SizeUnit SizeUnit.screenRelative
           
 

Methods in org.universAAL.ontology.recommendations that return SizeUnit
static SizeUnit SizeUnit.getContentDensityTypeByOrder(int order)
           
 SizeUnit Size.getUnits()
           
static SizeUnit SizeUnit.valueOf(String name)
           
 

Methods in org.universAAL.ontology.recommendations with parameters of type SizeUnit
 void Size.setUnits(SizeUnit unit)
           
 

Constructors in org.universAAL.ontology.recommendations with parameters of type SizeUnit
MaximumSize(int width, int height, SizeUnit unit)
           
MinimumSize(int width, int height, SizeUnit unit)
           
PreferredSize(int width, int height, SizeUnit unit)
           
Size(int width, int height, SizeUnit unit)
           
 



Copyright © 2014 universAAL Consortium. All Rights Reserved.