Uses of Interface
cz.vutbr.fit.layout.model.ContentObject
-
Packages that use ContentObject Package Description cz.vutbr.fit.layout.impl cz.vutbr.fit.layout.model -
-
Uses of ContentObject in cz.vutbr.fit.layout.impl
Classes in cz.vutbr.fit.layout.impl that implement ContentObject Modifier and Type Class Description classDefaultContentImageMethods in cz.vutbr.fit.layout.impl that return ContentObject Modifier and Type Method Description ContentObjectDefaultBox. getContentObject()Methods in cz.vutbr.fit.layout.impl with parameters of type ContentObject Modifier and Type Method Description voidDefaultBox. setContentObject(ContentObject contentObject) -
Uses of ContentObject in cz.vutbr.fit.layout.model
Subinterfaces of ContentObject in cz.vutbr.fit.layout.model Modifier and Type Interface Description interfaceContentImageAn image used as the box content.Methods in cz.vutbr.fit.layout.model that return ContentObject Modifier and Type Method Description ContentObjectBox. getContentObject()Obtains the content object contained in this box.
-