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 class
ContentImageImpl
Methods in cz.vutbr.fit.layout.cssbox.impl that return ContentObject Modifier and Type Method Description ContentObject
BoxNode. 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 class
DefaultContentImage
Methods in cz.vutbr.fit.layout.impl that return ContentObject Modifier and Type Method Description ContentObject
DefaultBox. getContentObject()
Methods in cz.vutbr.fit.layout.impl with parameters of type ContentObject Modifier and Type Method Description void
DefaultBox. 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 interface
ContentImage
An image used as the box content.Methods in cz.vutbr.fit.layout.model that return ContentObject Modifier and Type Method Description ContentObject
Box. 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 class
RDFContentImage
ContentImage implementation for the RDF model.class
RDFContentObject
Generic ContentObject implementation.
-