Class 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.IRI Attribute
      Attribute
      static org.eclipse.rdf4j.model.IRI backgroundColor
      backgroundColor
      static org.eclipse.rdf4j.model.IRI backgroundSeparated
      backgroundSeparated
      static org.eclipse.rdf4j.model.IRI belongsTo
      belongsTo
      static org.eclipse.rdf4j.model.IRI Border
      Border
      static org.eclipse.rdf4j.model.IRI borderColor
      borderColor
      static org.eclipse.rdf4j.model.IRI borderStyle
      borderStyle
      static org.eclipse.rdf4j.model.IRI borderWidth
      borderWidth
      static org.eclipse.rdf4j.model.IRI bounds
      bounds
      static org.eclipse.rdf4j.model.IRI Bounds
      Bounds
      static org.eclipse.rdf4j.model.IRI Box
      Box
      static org.eclipse.rdf4j.model.IRI color
      color
      static org.eclipse.rdf4j.model.IRI ContainerBox
      ContainerBox
      static org.eclipse.rdf4j.model.IRI containsObject
      containsObject
      static org.eclipse.rdf4j.model.IRI contentBounds
      contentBounds
      static org.eclipse.rdf4j.model.IRI ContentBox
      ContentBox
      static org.eclipse.rdf4j.model.IRI contentLength
      contentLength
      static org.eclipse.rdf4j.model.IRI ContentObject
      ContentObject
      static org.eclipse.rdf4j.model.IRI displayType
      displayType
      static org.eclipse.rdf4j.model.IRI documentOrder
      documentOrder
      static org.eclipse.rdf4j.model.IRI fontFamily
      fontFamily
      static org.eclipse.rdf4j.model.IRI fontSize
      fontSize
      static org.eclipse.rdf4j.model.IRI fontStyle
      fontStyle
      static org.eclipse.rdf4j.model.IRI fontVariant
      fontVariant
      static org.eclipse.rdf4j.model.IRI fontWeight
      fontWeight
      static org.eclipse.rdf4j.model.IRI hasAttribute
      hasAttribute
      static org.eclipse.rdf4j.model.IRI hasBackgroundImage
      hasBackgroundImage
      static org.eclipse.rdf4j.model.IRI hasBottomBorder
      hasBottomBorder
      static org.eclipse.rdf4j.model.IRI hasLeftBorder
      hasLeftBorder
      static org.eclipse.rdf4j.model.IRI hasRightBorder
      hasRightBorder
      static org.eclipse.rdf4j.model.IRI hasTopBorder
      hasTopBorder
      static org.eclipse.rdf4j.model.IRI height
      height
      static org.eclipse.rdf4j.model.IRI htmlTagName
      htmlTagName
      static org.eclipse.rdf4j.model.IRI Image
      Image
      static org.eclipse.rdf4j.model.IRI imageData
      imageData
      static org.eclipse.rdf4j.model.IRI imageUrl
      imageUrl
      static org.eclipse.rdf4j.model.IRI isChildOf
      isChildOf
      static org.eclipse.rdf4j.model.IRI lineThrough
      lineThrough
      static String NAMESPACE
      http://fitlayout.github.io/ontology/render.owl#
      static org.eclipse.rdf4j.model.IRI Page
      Page
      static org.eclipse.rdf4j.model.IRI pngImage
      pngImage
      static org.eclipse.rdf4j.model.IRI positionX
      positionX
      static org.eclipse.rdf4j.model.IRI positionY
      positionY
      static String PREFIX
      box
      static org.eclipse.rdf4j.model.IRI RectArea
      RectArea
      static org.eclipse.rdf4j.model.IRI sourceUrl
      sourceUrl
      static org.eclipse.rdf4j.model.IRI sourceXPath
      sourceXPath
      static org.eclipse.rdf4j.model.IRI text
      text
      static org.eclipse.rdf4j.model.IRI title
      title
      static org.eclipse.rdf4j.model.IRI underline
      underline
      static org.eclipse.rdf4j.model.IRI visible
      visible
      static org.eclipse.rdf4j.model.IRI visualBounds
      visualBounds
      static org.eclipse.rdf4j.model.IRI width
      width
    • Field Detail

      • Attribute

        public static final org.eclipse.rdf4j.model.IRI Attribute
        Attribute

        http://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
        backgroundColor

        http://fitlayout.github.io/ontology/render.owl#backgroundColor.

        See Also:
        backgroundColor
      • backgroundSeparated

        public static final org.eclipse.rdf4j.model.IRI backgroundSeparated
        backgroundSeparated

        http://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
        belongsTo

        http://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
        Border

        http://fitlayout.github.io/ontology/render.owl#Border.

        See Also:
        Border
      • borderColor

        public static final org.eclipse.rdf4j.model.IRI borderColor
        borderColor

        http://fitlayout.github.io/ontology/render.owl#borderColor.

        See Also:
        borderColor
      • borderStyle

        public static final org.eclipse.rdf4j.model.IRI borderStyle
        borderStyle

        http://fitlayout.github.io/ontology/render.owl#borderStyle.

        See Also:
        borderStyle
      • borderWidth

        public static final org.eclipse.rdf4j.model.IRI borderWidth
        borderWidth

        http://fitlayout.github.io/ontology/render.owl#borderWidth.

        See Also:
        borderWidth
      • Bounds

        public static final org.eclipse.rdf4j.model.IRI Bounds
        Bounds

        http://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
        bounds

        http://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
        Box

        http://fitlayout.github.io/ontology/render.owl#Box.

        See Also:
        Box
      • color

        public static final org.eclipse.rdf4j.model.IRI color
        color

        http://fitlayout.github.io/ontology/render.owl#color.

        Foreground color (#rrggbb)

        See Also:
        color
      • ContainerBox

        public static final org.eclipse.rdf4j.model.IRI ContainerBox
        ContainerBox

        http://fitlayout.github.io/ontology/render.owl#ContainerBox.

        See Also:
        ContainerBox
      • containsObject

        public static final org.eclipse.rdf4j.model.IRI containsObject
        containsObject

        http://fitlayout.github.io/ontology/render.owl#containsObject.

        See Also:
        containsObject
      • contentBounds

        public static final org.eclipse.rdf4j.model.IRI contentBounds
        contentBounds

        http://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
        ContentBox

        http://fitlayout.github.io/ontology/render.owl#ContentBox.

        See Also:
        ContentBox
      • contentLength

        public static final org.eclipse.rdf4j.model.IRI contentLength
        contentLength

        http://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
        ContentObject

        http://fitlayout.github.io/ontology/render.owl#ContentObject.

        See Also:
        ContentObject
      • displayType

        public static final org.eclipse.rdf4j.model.IRI displayType
        displayType

        http://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
        documentOrder

        http://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
        fontFamily

        http://fitlayout.github.io/ontology/render.owl#fontFamily.

        See Also:
        fontFamily
      • fontSize

        public static final org.eclipse.rdf4j.model.IRI fontSize
        fontSize

        http://fitlayout.github.io/ontology/render.owl#fontSize.

        See Also:
        fontSize
      • fontStyle

        public static final org.eclipse.rdf4j.model.IRI fontStyle
        fontStyle

        http://fitlayout.github.io/ontology/render.owl#fontStyle.

        See Also:
        fontStyle
      • fontVariant

        public static final org.eclipse.rdf4j.model.IRI fontVariant
        fontVariant

        http://fitlayout.github.io/ontology/render.owl#fontVariant.

        See Also:
        fontVariant
      • fontWeight

        public static final org.eclipse.rdf4j.model.IRI fontWeight
        fontWeight

        http://fitlayout.github.io/ontology/render.owl#fontWeight.

        See Also:
        fontWeight
      • hasAttribute

        public static final org.eclipse.rdf4j.model.IRI hasAttribute
        hasAttribute

        http://fitlayout.github.io/ontology/render.owl#hasAttribute.

        See Also:
        hasAttribute
      • hasBackgroundImage

        public static final org.eclipse.rdf4j.model.IRI hasBackgroundImage
        hasBackgroundImage

        http://fitlayout.github.io/ontology/render.owl#hasBackgroundImage.

        See Also:
        hasBackgroundImage
      • hasBottomBorder

        public static final org.eclipse.rdf4j.model.IRI hasBottomBorder
        hasBottomBorder

        http://fitlayout.github.io/ontology/render.owl#hasBottomBorder.

        See Also:
        hasBottomBorder
      • hasLeftBorder

        public static final org.eclipse.rdf4j.model.IRI hasLeftBorder
        hasLeftBorder

        http://fitlayout.github.io/ontology/render.owl#hasLeftBorder.

        See Also:
        hasLeftBorder
      • hasRightBorder

        public static final org.eclipse.rdf4j.model.IRI hasRightBorder
        hasRightBorder

        http://fitlayout.github.io/ontology/render.owl#hasRightBorder.

        See Also:
        hasRightBorder
      • hasTopBorder

        public static final org.eclipse.rdf4j.model.IRI hasTopBorder
        hasTopBorder

        http://fitlayout.github.io/ontology/render.owl#hasTopBorder.

        See Also:
        hasTopBorder
      • height

        public static final org.eclipse.rdf4j.model.IRI height
        height

        http://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
        htmlTagName

        http://fitlayout.github.io/ontology/render.owl#htmlTagName.

        See Also:
        htmlTagName
      • Image

        public static final org.eclipse.rdf4j.model.IRI Image
        Image

        http://fitlayout.github.io/ontology/render.owl#Image.

        See Also:
        Image
      • imageData

        public static final org.eclipse.rdf4j.model.IRI imageData
        imageData

        http://fitlayout.github.io/ontology/render.owl#imageData.

        See Also:
        imageData
      • imageUrl

        public static final org.eclipse.rdf4j.model.IRI imageUrl
        imageUrl

        http://fitlayout.github.io/ontology/render.owl#imageUrl.

        See Also:
        imageUrl
      • isChildOf

        public static final org.eclipse.rdf4j.model.IRI isChildOf
        isChildOf

        http://fitlayout.github.io/ontology/render.owl#isChildOf.

        See Also:
        isChildOf
      • lineThrough

        public static final org.eclipse.rdf4j.model.IRI lineThrough
        lineThrough

        http://fitlayout.github.io/ontology/render.owl#lineThrough.

        See Also:
        lineThrough
      • Page

        public static final org.eclipse.rdf4j.model.IRI Page
        Page

        http://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
        pngImage

        http://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
        positionX

        http://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
        positionY

        http://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
        RectArea

        http://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
        sourceUrl

        http://fitlayout.github.io/ontology/render.owl#sourceUrl.

        See Also:
        sourceUrl
      • sourceXPath

        public static final org.eclipse.rdf4j.model.IRI sourceXPath
        sourceXPath

        http://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
        text

        http://fitlayout.github.io/ontology/render.owl#text.

        See Also:
        text
      • title

        public static final org.eclipse.rdf4j.model.IRI title
        title

        http://fitlayout.github.io/ontology/render.owl#title.

        Page title

        See Also:
        title
      • underline

        public static final org.eclipse.rdf4j.model.IRI underline
        underline

        http://fitlayout.github.io/ontology/render.owl#underline.

        See Also:
        underline
      • visible

        public static final org.eclipse.rdf4j.model.IRI visible
        visible

        http://fitlayout.github.io/ontology/render.owl#visible.

        Defines the box visibility

        See Also:
        visible
      • visualBounds

        public static final org.eclipse.rdf4j.model.IRI visualBounds
        visualBounds

        http://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
        width

        http://fitlayout.github.io/ontology/render.owl#width.

        Effective width of a rectangle.

        See Also:
        width