Package cz.vutbr.fit.layout.rdf.model
Class RDFArea
- java.lang.Object
- 
- cz.vutbr.fit.layout.impl.DefaultTreeNode<T>
- 
- cz.vutbr.fit.layout.impl.DefaultTreeContentRect<Area>
- 
- cz.vutbr.fit.layout.impl.DefaultArea
- 
- cz.vutbr.fit.layout.rdf.model.RDFArea
 
 
 
 
- 
- All Implemented Interfaces:
- Area,- ContentRect,- GenericTreeNode<Area>,- Rect,- Taggable,- RDFOrderedResource,- RDFResource
 
 public class RDFArea extends DefaultArea implements RDFOrderedResource - Author:
- burgetr
 
- 
- 
Field SummaryFields Modifier and Type Field Description protected intdocumentOrderprotected org.eclipse.rdf4j.model.IRIiri- 
Fields inherited from interface cz.vutbr.fit.layout.model.ContentRectATTR_SAME_AS
 
- 
 - 
Constructor SummaryConstructors Constructor Description RDFArea(Rectangular r, org.eclipse.rdf4j.model.IRI uri)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetDocumentOrder()Gets the order of the resource within the artifact.org.eclipse.rdf4j.model.IRIgetIri()Obtains the URI of the resource in the RDF storage.voidsetDocumentOrder(int documentOrder)Sets the document order for the resource.voidsetIri(org.eclipse.rdf4j.model.IRI uri)voidsortBoxes()Sorts contained boxes in the document order- 
Methods inherited from class cz.vutbr.fit.layout.impl.DefaultAreaaddBox, addTag, appendChild, containsTag, copy, createSuperArea, createTopology, getAllBoxes, getAreaTree, getBoxDescription, getBoxes, getBoxText, getBoxText, getContentBounds, getEffectiveBackgroundColor, getGridPosition, getLevel, getMostSupportedTag, getName, getSupportedTags, getTags, getTagSupport, getText, getText, getText, getTopology, hasTag, hasTag, childrenChanged, insertChild, insertParent, invalidateTopology, isExplicitlySeparated, isHorizontalSeparator, isReplaced, isSeparator, isVerticalSeparator, move, recomputeTextStyle, removeAllTags, removeBox, removeBoxes, removeTag, setAreaTree, setExplicitlySeparated, setGridPosition, setHorizontalSeparator, setLevel, setName, setVerticalSeparator, toString, updateTopologies
 - 
Methods inherited from class cz.vutbr.fit.layout.impl.DefaultTreeContentRectaddUserAttribute, equals, getBackgroundColor, getBackgroundImagePng, getBorderCount, getBorderStyle, getBottomBorder, getBounds, getHeight, getId, getLeftBorder, getLine, getPageIri, getRightBorder, getTextStyle, getTopBorder, getUserAttribute, getWidth, getX1, getX2, getY1, getY2, hasBackground, hasBottomBorder, hashCode, hasLeftBorder, hasRightBorder, hasTopBorder, isBackgroundSeparated, setBackgroundColor, setBackgroundImagePng, setBackgroundSeparated, setBorderStyle, setBounds, setId, setLine, setPageIri, setTextStyle
 - 
Methods inherited from class cz.vutbr.fit.layout.impl.DefaultTreeNodeappendChildren, getDepth, getChildAt, getChildCount, getChildren, getIndex, getLeafCount, getNextSibling, getParent, getPreviousSibling, getRoot, isLeaf, isRoot, removeAllChildren, removeChild, removeChild, setParent, setRoot
 - 
Methods inherited from class java.lang.Objectclone, finalize, getClass, notify, notifyAll, wait, wait, wait
 - 
Methods inherited from interface cz.vutbr.fit.layout.model.AreasetBorderStyle
 - 
Methods inherited from interface cz.vutbr.fit.layout.model.ContentRectaddUserAttribute, getBackgroundColor, getBackgroundImagePng, getBorderCount, getBorderStyle, getBottomBorder, getBounds, getId, getLeftBorder, getLine, getPageIri, getRightBorder, getTextStyle, getTopBorder, getUserAttribute, hasBackground, hasBottomBorder, hasLeftBorder, hasRightBorder, hasTopBorder, isBackgroundSeparated, setBackgroundSeparated, setBounds, setLine
 - 
Methods inherited from interface cz.vutbr.fit.layout.model.GenericTreeNodeappendChildren, getDepth, getChildAt, getChildCount, getChildren, getIndex, getLeafCount, getNextSibling, getParent, getPreviousSibling, getRoot, isLeaf, isRoot, removeAllChildren, removeChild, removeChild, setParent, setRoot
 
- 
 
- 
- 
- 
Constructor Detail- 
RDFAreapublic RDFArea(Rectangular r, org.eclipse.rdf4j.model.IRI uri) 
 
- 
 - 
Method Detail- 
getIripublic org.eclipse.rdf4j.model.IRI getIri() Description copied from interface:RDFResourceObtains the URI of the resource in the RDF storage.- Specified by:
- getIriin interface- RDFResource
- Returns:
- the resource URI
 
 - 
setIripublic void setIri(org.eclipse.rdf4j.model.IRI uri) 
 - 
getDocumentOrderpublic int getDocumentOrder() Description copied from interface:RDFOrderedResourceGets the order of the resource within the artifact.- Specified by:
- getDocumentOrderin interface- RDFOrderedResource
- Returns:
- a positive integer that can be used for ordering the resource.
 
 - 
setDocumentOrderpublic void setDocumentOrder(int documentOrder) Description copied from interface:RDFOrderedResourceSets the document order for the resource.- Specified by:
- setDocumentOrderin interface- RDFOrderedResource
- Parameters:
- documentOrder- the order (positive integer) to be set.
 
 - 
sortBoxespublic void sortBoxes() Sorts contained boxes in the document order
 
- 
 
-