Uses of Interface
cz.vutbr.fit.layout.model.ContentObject
-
Packages that use ContentObject Package Description cz.vutbr.fit.layout.cssbox.impl cz.vutbr.fit.layout.impl cz.vutbr.fit.layout.model cz.vutbr.fit.layout.rdf.model -
-
Uses of ContentObject in cz.vutbr.fit.layout.cssbox.impl
Classes in cz.vutbr.fit.layout.cssbox.impl that implement ContentObject Modifier and Type Class Description classContentImageImplMethods in cz.vutbr.fit.layout.cssbox.impl that return ContentObject Modifier and Type Method Description ContentObjectBoxNode. getIntrinsicContentObject() -
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. -
Uses of ContentObject in cz.vutbr.fit.layout.rdf.model
Classes in cz.vutbr.fit.layout.rdf.model that implement ContentObject Modifier and Type Class Description classRDFContentImageContentImage implementation for the RDF model.classRDFContentObjectGeneric ContentObject implementation.
-