Class HighlightPolygon
- java.lang.Object
-
- com.saperion.ngc.viewer.virtualviewer.annotation.ini.Component
-
- com.saperion.ngc.viewer.virtualviewer.annotation.ini.elements.HighlightPolygon
-
public class HighlightPolygon extends Component
- Author:
- jek
-
-
Constructor Summary
Constructors Constructor Description HighlightPolygon(java.util.ArrayList<Node> nodes, java.lang.Integer width, java.lang.Integer height)Constructor create HighlightPolygon Component.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringrenderComponent()-
Methods inherited from class com.saperion.ngc.viewer.virtualviewer.annotation.ini.Component
getArrowHeadSize, getAspectRatio, getBlankOutImage, getBorder, getColor, getCreateDate, getCreatedId, getCustomerProperty, getEdit, getFillColor, getFontBold, getFontHeight, getFontItalic, getFontName, getFontStrikeThrough, getFontUnderline, getFrames, getHeight, getHyperlink, getHyperLinkSettings, getLabel, getLineWidth, getModifiedDate, getModifiedId, getPage, getPageSize, getPageUrl, getRectangular, getResource, getRotation, getScale, getSemiTransparent, getStrikeThrough, getText, getTextRotation, getTransparent, getType, getView, getWidth, getXy, getXy1, getXy2, getXyn, renderKeyValue, renderKeyValue, renderNode, renderNode, renderType, setArrowHeadSize, setAspectRatio, setBlankOutImage, setBorder, setColor, setCreateDate, setCreatedId, setCustomProperty, setEdit, setFillColor, setFontBold, setFontHeight, setFontItalic, setFontName, setFontStrikeThrough, setFontUnderline, setFrames, setHeight, setHyperlink, setHyperLinkSettings, setLabel, setLineWidth, setModifiedDate, setModifiedId, setPage, setPageSize, setPageUrl, setRectangular, setResource, setRotation, setScale, setSemiTransparent, setStrikeThrough, setText, setTextRotation, setTransparent, setType, setView, setWidth, setXy, setXy1, setXy2, setXyn
-
-
-
-
Constructor Detail
-
HighlightPolygon
public HighlightPolygon(java.util.ArrayList<Node> nodes, java.lang.Integer width, java.lang.Integer height)
Constructor create HighlightPolygon Component.- Parameters:
nodes- nodes ArrayList of Nodes (x,y)width- widthheight- height
-
-
Method Detail
-
renderComponent
public java.lang.String renderComponent()
- Overrides:
renderComponentin classComponent- Returns:
- rendered component HighlightPolygon
-
-