ImageGear for Java
ImGearARTPolygon Class Members
Fields  Methods 

The following tables list the members exposed by ImGearARTPolygon.

Public Constructors
 NameDescription
Public ConstructorImGearARTPolygon ConstructorOverloaded.   
Top
Public Fields
 NameDescription
Public FieldpointAddedOccurs when a point is added to the mark.  
Public FieldpointChangedOccurs when a point is changed.  
Public FieldpointsRemovedOccurs when points are removed.  
Top
Public Methods
 NameDescription
Public MethodaddPointAdds the specified point.  
Public MethodcloneCreates new object that is an exact copy of the current mark. (Inherited from com.accusoft.imagegear.art.ImGearARTMark)
Public Methodstatic (Shared in Visual Basic)fromLegacyMarkConverts legacy ART2.0 mark into the appropriate ART 3.0 mark. (Inherited from com.accusoft.imagegear.art.ImGearARTMark)
Public MethodgetBorderGets the border of the mark.

ImGearARTBorder class object.

 
Public MethodgetBoundsGets mark's bounding rectangle in abstract coordinates.

com.accusoft.imagegear.core.shapes.ImGearRectangle structure object.

Type of the mark's coordinate system is specifying when using ImGearARTPage.addMark method.

com.accusoft.imagegear.core.shapes.ImGearRectangle

 
Public MethodgetFillColorGets the fill color of the mark.

com.accusoft.imagegear.core.ImGearRGBQuad structure object interface.

 
Public MethodgetHitTestBoundsGets the mark's boundling rectangle used for hit test.

com.accusoft.imagegear.core.shapes.ImGearRectangle structure object.

This rectangle adds a callout point to the mark's bounding rectangle. Type of the mark's coordinate system is specifying when using ImGearARTPage.addMark method.

com.accusoft.imagegear.core.shapes.ImGearRectangle

(Inherited from com.accusoft.imagegear.art.ImGearARTMark)
Public MethodgetNumberOfPointsGets the actual number of points on the mark.

Integer value.com.accusoft.imagegear.core.shapes.ImGearPoint

 
Public MethodgetOpacityGets the mark opacity.

Integer value from 0 (transparent) to 255 (opaque).

The default value is 255.

 
Public MethodgetPointGets mark's point with the specified index.  
Public MethodgetPointsGets the raw points array.

com.accusoft.imagegear.core.shapes.ImGearPoint structure array. com.accusoft.imagegear.core.shapes.ImGearPoint

 
Public MethodgetStatisticsGets an object representing specific statistics information about the mark.

com.accusoft.imagegear.core.shapes.ImGearRectangle structure object.

(Inherited from com.accusoft.imagegear.art.ImGearARTMark)
Public MethodgetTypeGets mark's type.

ImGearARTMarkType enumeration value. ImGearARTMarkType

 
Public MethodisVisibleGets a value indicating whether the mark is visible or not.

Boolean value.

 
Public MethodmoveMoves the mark by specified offset.  
Public MethodremovePointsRemoves the specified number of points, starting at the specified index.

An error will occur if the specified index or specified number of points to remove is out of range.

 
Public MethodsetBorderSets the border of the mark.

ImGearARTBorder class object.

 
Public MethodsetFillColorSets the fill color of the mark.

com.accusoft.imagegear.core.ImGearRGBQuad structure object interface.

 
Public MethodsetNumberOfPointsSets the actual number of points on the mark.

Integer value.com.accusoft.imagegear.core.shapes.ImGearPoint

 
Public MethodsetOpacitySets the mark opacity.

Integer value from 0 (transparent) to 255 (opaque).

The default value is 255.

 
Public MethodsetPointSets mark's point at the specified index.  
Public MethodsetVisibleSets a value indicating whether the mark is visible or not.

Boolean value.

 
Top
Protected Methods
 NameDescription
Protected MethodonPointAddedOccurs when a point is added to the mark.  
Protected MethodonPointChangedOccurs when a point is changed.  
Protected MethodonPointsRemovedOccurs when points are removed.  
Top
See Also

Reference

ImGearARTPolygon Class
com.accusoft.imagegear.art Package

 

 


©2016. Accusoft Corporation. All Rights Reserved.

Send Feedback