Uses of Class
com.orchestranetworks.addon.dama.ext.bean.Size
-
Packages that use Size Package Description com.orchestranetworks.addon.dama.ext.bean Provides Entity Beans for working with digital assets. -
-
Uses of Size in com.orchestranetworks.addon.dama.ext.bean
Methods in com.orchestranetworks.addon.dama.ext.bean that return Size Modifier and Type Method Description SizeDigitalAsset. getSize()Returns the image size.SizeDigitalAssetVersion. getSize()Returns the image size.SizeRemoteDigitalAssetSpec. getSize()Returns the image size.SizeRemoteDigitalAssetVersionSpec. getSize()Returns the image size.Methods in com.orchestranetworks.addon.dama.ext.bean with parameters of type Size Modifier and Type Method Description voidDigitalAsset. setSize(Size size)Specifies the image size.voidDigitalAssetVersion. setSize(Size size)Specifies the image size.voidRemoteDigitalAssetSpec. setSize(Size size)Specifies the image size.voidRemoteDigitalAssetVersionSpec. setSize(Size size)Specifies the image size.
-