Class BOX
- java.lang.Object
-
- cz.vutbr.fit.layout.ontology.BOX
-
public class BOX extends Object
Box Model Ontology.FitLayout rendered document (box model) description ontology..
Namespace BOX. Prefix:
<http://fitlayout.github.io/ontology/render.owl#>
-
-
Field Summary
Fields Modifier and Type Field Description static org.eclipse.rdf4j.model.IRIAttributeAttributestatic org.eclipse.rdf4j.model.IRIbackgroundColorbackgroundColorstatic org.eclipse.rdf4j.model.IRIbackgroundSeparatedbackgroundSeparatedstatic org.eclipse.rdf4j.model.IRIbelongsTobelongsTostatic org.eclipse.rdf4j.model.IRIBorderBorderstatic org.eclipse.rdf4j.model.IRIborderColorborderColorstatic org.eclipse.rdf4j.model.IRIborderStyleborderStylestatic org.eclipse.rdf4j.model.IRIborderWidthborderWidthstatic org.eclipse.rdf4j.model.IRIboundsboundsstatic org.eclipse.rdf4j.model.IRIBoundsBoundsstatic org.eclipse.rdf4j.model.IRIBoxBoxstatic org.eclipse.rdf4j.model.IRIcolorcolorstatic org.eclipse.rdf4j.model.IRIContainerBoxContainerBoxstatic org.eclipse.rdf4j.model.IRIcontainsObjectcontainsObjectstatic org.eclipse.rdf4j.model.IRIcontentBoundscontentBoundsstatic org.eclipse.rdf4j.model.IRIContentBoxContentBoxstatic org.eclipse.rdf4j.model.IRIcontentLengthcontentLengthstatic org.eclipse.rdf4j.model.IRIContentObjectContentObjectstatic org.eclipse.rdf4j.model.IRIdisplayTypedisplayTypestatic org.eclipse.rdf4j.model.IRIdocumentOrderdocumentOrderstatic org.eclipse.rdf4j.model.IRIfontFamilyfontFamilystatic org.eclipse.rdf4j.model.IRIfontSizefontSizestatic org.eclipse.rdf4j.model.IRIfontStylefontStylestatic org.eclipse.rdf4j.model.IRIfontVariantfontVariantstatic org.eclipse.rdf4j.model.IRIfontWeightfontWeightstatic org.eclipse.rdf4j.model.IRIhasAttributehasAttributestatic org.eclipse.rdf4j.model.IRIhasBackgroundImagehasBackgroundImagestatic org.eclipse.rdf4j.model.IRIhasBottomBorderhasBottomBorderstatic org.eclipse.rdf4j.model.IRIhasLeftBorderhasLeftBorderstatic org.eclipse.rdf4j.model.IRIhasRightBorderhasRightBorderstatic org.eclipse.rdf4j.model.IRIhasTopBorderhasTopBorderstatic org.eclipse.rdf4j.model.IRIheightheightstatic org.eclipse.rdf4j.model.IRIhtmlTagNamehtmlTagNamestatic org.eclipse.rdf4j.model.IRIImageImagestatic org.eclipse.rdf4j.model.IRIimageDataimageDatastatic org.eclipse.rdf4j.model.IRIimageUrlimageUrlstatic org.eclipse.rdf4j.model.IRIisChildOfisChildOfstatic org.eclipse.rdf4j.model.IRIlineThroughlineThroughstatic StringNAMESPACEhttp://fitlayout.github.io/ontology/render.owl#static org.eclipse.rdf4j.model.IRIPagePagestatic org.eclipse.rdf4j.model.IRIpngImagepngImagestatic org.eclipse.rdf4j.model.IRIpositionXpositionXstatic org.eclipse.rdf4j.model.IRIpositionYpositionYstatic StringPREFIXboxstatic org.eclipse.rdf4j.model.IRIRectAreaRectAreastatic org.eclipse.rdf4j.model.IRIsourceUrlsourceUrlstatic org.eclipse.rdf4j.model.IRIsourceXPathsourceXPathstatic org.eclipse.rdf4j.model.IRItexttextstatic org.eclipse.rdf4j.model.IRItitletitlestatic org.eclipse.rdf4j.model.IRIunderlineunderlinestatic org.eclipse.rdf4j.model.IRIvisiblevisiblestatic org.eclipse.rdf4j.model.IRIvisualBoundsvisualBoundsstatic org.eclipse.rdf4j.model.IRIwidthwidth
-
-
-
Field Detail
-
NAMESPACE
public static final String NAMESPACE
http://fitlayout.github.io/ontology/render.owl#- See Also:
- Constant Field Values
-
PREFIX
public static final String PREFIX
box- See Also:
- Constant Field Values
-
Attribute
public static final org.eclipse.rdf4j.model.IRI Attribute
Attributehttp://fitlayout.github.io/ontology/render.owl#Attribute.An HTML attribute assigned to a box.
- See Also:
- Attribute
-
backgroundColor
public static final org.eclipse.rdf4j.model.IRI backgroundColor
backgroundColorhttp://fitlayout.github.io/ontology/render.owl#backgroundColor.- See Also:
- backgroundColor
-
backgroundSeparated
public static final org.eclipse.rdf4j.model.IRI backgroundSeparated
backgroundSeparatedhttp://fitlayout.github.io/ontology/render.owl#backgroundSeparated.Indicates whether the rectangle is separated from it parent rectangle by background color or image.
- See Also:
- backgroundSeparated
-
belongsTo
public static final org.eclipse.rdf4j.model.IRI belongsTo
belongsTohttp://fitlayout.github.io/ontology/render.owl#belongsTo.Assigns an owning page to a box
- See Also:
- belongsTo
-
Border
public static final org.eclipse.rdf4j.model.IRI Border
Borderhttp://fitlayout.github.io/ontology/render.owl#Border.- See Also:
- Border
-
borderColor
public static final org.eclipse.rdf4j.model.IRI borderColor
borderColorhttp://fitlayout.github.io/ontology/render.owl#borderColor.- See Also:
- borderColor
-
borderStyle
public static final org.eclipse.rdf4j.model.IRI borderStyle
borderStylehttp://fitlayout.github.io/ontology/render.owl#borderStyle.- See Also:
- borderStyle
-
borderWidth
public static final org.eclipse.rdf4j.model.IRI borderWidth
borderWidthhttp://fitlayout.github.io/ontology/render.owl#borderWidth.- See Also:
- borderWidth
-
Bounds
public static final org.eclipse.rdf4j.model.IRI Bounds
Boundshttp://fitlayout.github.io/ontology/render.owl#Bounds.Rectangular bounds specified by its coordinates, width and height.
- See Also:
- Bounds
-
bounds
public static final org.eclipse.rdf4j.model.IRI bounds
boundshttp://fitlayout.github.io/ontology/render.owl#bounds.Assigns logical rectangular bounds to an area.
- See Also:
- bounds
-
Box
public static final org.eclipse.rdf4j.model.IRI Box
Boxhttp://fitlayout.github.io/ontology/render.owl#Box.- See Also:
- Box
-
color
public static final org.eclipse.rdf4j.model.IRI color
colorhttp://fitlayout.github.io/ontology/render.owl#color.Foreground color (#rrggbb)
- See Also:
- color
-
ContainerBox
public static final org.eclipse.rdf4j.model.IRI ContainerBox
ContainerBoxhttp://fitlayout.github.io/ontology/render.owl#ContainerBox.- See Also:
- ContainerBox
-
containsObject
public static final org.eclipse.rdf4j.model.IRI containsObject
containsObjecthttp://fitlayout.github.io/ontology/render.owl#containsObject.- See Also:
- containsObject
-
contentBounds
public static final org.eclipse.rdf4j.model.IRI contentBounds
contentBoundshttp://fitlayout.github.io/ontology/render.owl#contentBounds.Assigns rectangular content bounds to a box. The content bounds correspond to the box border bounds as provided by the box source (renderer).
- See Also:
- contentBounds
-
ContentBox
public static final org.eclipse.rdf4j.model.IRI ContentBox
ContentBoxhttp://fitlayout.github.io/ontology/render.owl#ContentBox.- See Also:
- ContentBox
-
contentLength
public static final org.eclipse.rdf4j.model.IRI contentLength
contentLengthhttp://fitlayout.github.io/ontology/render.owl#contentLength.The number of content elements used to compute the style statistics such as average font weight.
- See Also:
- contentLength
-
ContentObject
public static final org.eclipse.rdf4j.model.IRI ContentObject
ContentObjecthttp://fitlayout.github.io/ontology/render.owl#ContentObject.- See Also:
- ContentObject
-
displayType
public static final org.eclipse.rdf4j.model.IRI displayType
displayTypehttp://fitlayout.github.io/ontology/render.owl#displayType.The display type of a box that corresponds to the CSS 'display' property ('inline', 'block', etc.)
- See Also:
- displayType
-
documentOrder
public static final org.eclipse.rdf4j.model.IRI documentOrder
documentOrderhttp://fitlayout.github.io/ontology/render.owl#documentOrder.The order of a rectangle within its page
- See Also:
- documentOrder
-
fontFamily
public static final org.eclipse.rdf4j.model.IRI fontFamily
fontFamilyhttp://fitlayout.github.io/ontology/render.owl#fontFamily.- See Also:
- fontFamily
-
fontSize
public static final org.eclipse.rdf4j.model.IRI fontSize
fontSizehttp://fitlayout.github.io/ontology/render.owl#fontSize.- See Also:
- fontSize
-
fontStyle
public static final org.eclipse.rdf4j.model.IRI fontStyle
fontStylehttp://fitlayout.github.io/ontology/render.owl#fontStyle.- See Also:
- fontStyle
-
fontVariant
public static final org.eclipse.rdf4j.model.IRI fontVariant
fontVarianthttp://fitlayout.github.io/ontology/render.owl#fontVariant.- See Also:
- fontVariant
-
fontWeight
public static final org.eclipse.rdf4j.model.IRI fontWeight
fontWeighthttp://fitlayout.github.io/ontology/render.owl#fontWeight.- See Also:
- fontWeight
-
hasAttribute
public static final org.eclipse.rdf4j.model.IRI hasAttribute
hasAttributehttp://fitlayout.github.io/ontology/render.owl#hasAttribute.- See Also:
- hasAttribute
-
hasBackgroundImage
public static final org.eclipse.rdf4j.model.IRI hasBackgroundImage
hasBackgroundImagehttp://fitlayout.github.io/ontology/render.owl#hasBackgroundImage.- See Also:
- hasBackgroundImage
-
hasBottomBorder
public static final org.eclipse.rdf4j.model.IRI hasBottomBorder
hasBottomBorderhttp://fitlayout.github.io/ontology/render.owl#hasBottomBorder.- See Also:
- hasBottomBorder
-
hasLeftBorder
public static final org.eclipse.rdf4j.model.IRI hasLeftBorder
hasLeftBorderhttp://fitlayout.github.io/ontology/render.owl#hasLeftBorder.- See Also:
- hasLeftBorder
-
hasRightBorder
public static final org.eclipse.rdf4j.model.IRI hasRightBorder
hasRightBorderhttp://fitlayout.github.io/ontology/render.owl#hasRightBorder.- See Also:
- hasRightBorder
-
hasTopBorder
public static final org.eclipse.rdf4j.model.IRI hasTopBorder
hasTopBorderhttp://fitlayout.github.io/ontology/render.owl#hasTopBorder.- See Also:
- hasTopBorder
-
height
public static final org.eclipse.rdf4j.model.IRI height
heighthttp://fitlayout.github.io/ontology/render.owl#height.Effective height of a rectangle.
- See Also:
- height
-
htmlTagName
public static final org.eclipse.rdf4j.model.IRI htmlTagName
htmlTagNamehttp://fitlayout.github.io/ontology/render.owl#htmlTagName.- See Also:
- htmlTagName
-
Image
public static final org.eclipse.rdf4j.model.IRI Image
Imagehttp://fitlayout.github.io/ontology/render.owl#Image.- See Also:
- Image
-
imageData
public static final org.eclipse.rdf4j.model.IRI imageData
imageDatahttp://fitlayout.github.io/ontology/render.owl#imageData.- See Also:
- imageData
-
imageUrl
public static final org.eclipse.rdf4j.model.IRI imageUrl
imageUrlhttp://fitlayout.github.io/ontology/render.owl#imageUrl.- See Also:
- imageUrl
-
isChildOf
public static final org.eclipse.rdf4j.model.IRI isChildOf
isChildOfhttp://fitlayout.github.io/ontology/render.owl#isChildOf.- See Also:
- isChildOf
-
lineThrough
public static final org.eclipse.rdf4j.model.IRI lineThrough
lineThroughhttp://fitlayout.github.io/ontology/render.owl#lineThrough.- See Also:
- lineThrough
-
Page
public static final org.eclipse.rdf4j.model.IRI Page
Pagehttp://fitlayout.github.io/ontology/render.owl#Page.A tree of boxes representing a rendered page.
- See Also:
- Page
-
pngImage
public static final org.eclipse.rdf4j.model.IRI pngImage
pngImagehttp://fitlayout.github.io/ontology/render.owl#pngImage.PNG image data representing the whole page (screen shot)
- See Also:
- pngImage
-
positionX
public static final org.eclipse.rdf4j.model.IRI positionX
positionXhttp://fitlayout.github.io/ontology/render.owl#positionX.Effective X coordinate of a rectangle.
- See Also:
- positionX
-
positionY
public static final org.eclipse.rdf4j.model.IRI positionY
positionYhttp://fitlayout.github.io/ontology/render.owl#positionY.Effective Y coordinate of a rectangle.
- See Also:
- positionY
-
RectArea
public static final org.eclipse.rdf4j.model.IRI RectArea
RectAreahttp://fitlayout.github.io/ontology/render.owl#RectArea.A rectangular area in the page with bounds assigned.
- See Also:
- RectArea
-
sourceUrl
public static final org.eclipse.rdf4j.model.IRI sourceUrl
sourceUrlhttp://fitlayout.github.io/ontology/render.owl#sourceUrl.- See Also:
- sourceUrl
-
sourceXPath
public static final org.eclipse.rdf4j.model.IRI sourceXPath
sourceXPathhttp://fitlayout.github.io/ontology/render.owl#sourceXPath.An XPath expression identifying the source element of the box in the source document.
- See Also:
- sourceXPath
-
text
public static final org.eclipse.rdf4j.model.IRI text
texthttp://fitlayout.github.io/ontology/render.owl#text.- See Also:
- text
-
title
public static final org.eclipse.rdf4j.model.IRI title
titlehttp://fitlayout.github.io/ontology/render.owl#title.Page title
- See Also:
- title
-
underline
public static final org.eclipse.rdf4j.model.IRI underline
underlinehttp://fitlayout.github.io/ontology/render.owl#underline.- See Also:
- underline
-
visible
public static final org.eclipse.rdf4j.model.IRI visible
visiblehttp://fitlayout.github.io/ontology/render.owl#visible.Defines the box visibility
- See Also:
- visible
-
visualBounds
public static final org.eclipse.rdf4j.model.IRI visualBounds
visualBoundshttp://fitlayout.github.io/ontology/render.owl#visualBounds.Assigns visual rectangular bounds to a box. Visual bounds correspond to the minimal rectangle that encloses visible contents inside the box.
- See Also:
- visualBounds
-
width
public static final org.eclipse.rdf4j.model.IRI width
widthhttp://fitlayout.github.io/ontology/render.owl#width.Effective width of a rectangle.
- See Also:
- width
-
-