ImageGear for Java
ImGearARTPolyline Class Methods

For a list of all members of this type, see ImGearARTPolyline members.

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 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 MethodgetColorGets the color of the mark.

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

 
Public MethodgetEndHeadAngleGets the end head angle of the mark.

Integer value.

 
Public MethodgetEndHeadLengthGets the end head length of the mark.

Integer value.

 
Public MethodgetEndHeadTypeGets the end head type of the mark.

ImGearARTLineHeadType enumeration value.

 
Public MethodgetHeadFillColorGets the fill color of the line's head.

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 mark's points.

Integer value.

 
Public MethodgetOpacityGets the opacity of the mark.

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 MethodgetStartHeadAngleGets the start head angle of the mark.

Integer value.

 
Public MethodgetStartHeadLengthGets the start head length of the mark.

Integer value.

 
Public MethodgetStartHeadTypeGets the start head type of the mark.

ImGearARTLineHeadType enumeration value.

 
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 MethodgetStyleGets the style of the mark.

ImGearARTPenStyle enumeration value.

 
Public MethodgetTypeGets mark's type.

ImGearARTMarkType enumeration value. ImGearARTMarkType

 
Public MethodgetWidthGets the width of the mark.

Integer value.

 
Public MethodisClosedGets a value indicating whether the polyline is closed.

Boolean value.

The default value is false.

 
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 MethodsetClosedSets a value indicating whether the polyline is closed.

Boolean value.

The default value is false.

 
Public MethodsetColorSets the color of the mark.

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

 
Public MethodsetEndHeadAngleSets the end head angle of the mark.

Integer value.

 
Public MethodsetEndHeadLengthSets the end head length of the mark.

Integer value.

 
Public MethodsetEndHeadTypeSets the end head type of the mark.

ImGearARTLineHeadType enumeration value.

 
Public MethodsetHeadFillColorSets the fill color of the line's head.

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

 
Public MethodsetNumberOfPointsSets the actual number of mark's points.

Integer value.

 
Public MethodsetOpacitySets the opacity of the mark.

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

The default value is 255.

 
Public MethodsetPointSets mark's point at the specified index.  
Public MethodsetStartHeadAngleSets the start head angle of the mark.

Integer value.

 
Public MethodsetStartHeadLengthSets the start head length of the mark.

Integer value.

 
Public MethodsetStartHeadTypeSets the start head type of the mark.

ImGearARTLineHeadType enumeration value.

 
Public MethodsetStyleSets the style of the mark.

ImGearARTPenStyle enumeration value.

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

Boolean value.

 
Public MethodsetWidthSets the width of the mark.

Integer 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

ImGearARTPolyline Class
com.accusoft.imagegear.art Package

 

 


©2016. Accusoft Corporation. All Rights Reserved.

Send Feedback