com.powerml.structures.shapes.arrows
Class SpCircularArrow

java.lang.Object
  extended bycom.powerml.structures.shapes.Shape
      extended bycom.powerml.structures.shapes.arrows.SpCircularArrow
All Implemented Interfaces:
java.io.Serializable

public class SpCircularArrow
extends Shape

Represents a circular arrow.

See Also:
Serialized Form

Constructor Summary
SpCircularArrow()
           
 
Method Summary
 AdjustHandle getEndAngleHandle()
          Returns the end angle adjustment handle.
 AdjustHandle getStartAngleHandle()
          Returns the start angle adjustment handle.
 int getTypeId()
          Returns the shape's type ID.
 AdjustHandle getWidthHandle()
          Returns the arrow width adjustment handle.
 
Methods inherited from class com.powerml.structures.shapes.Shape
addXml, getAngle, getDescription, getFillStyle, getHeight, getHyperlink, getId, getLineStyle, getMasterShapeId, getParentGroup, getPlaceholderDescriptor, getShadowStyle, getSpatialStyle, getText, getTextLayout, getWidth, getX, getY, isHorizontalFlip, isVerticalFlip
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SpCircularArrow

public SpCircularArrow()
Method Detail

getEndAngleHandle

public AdjustHandle getEndAngleHandle()
Returns the end angle adjustment handle.

Returns:
end angle

getStartAngleHandle

public AdjustHandle getStartAngleHandle()
Returns the start angle adjustment handle.

Returns:
start angle

getTypeId

public int getTypeId()
Description copied from class: Shape
Returns the shape's type ID.

Specified by:
getTypeId in class Shape
Returns:
type ID
See Also:
ShapeTypes

getWidthHandle

public AdjustHandle getWidthHandle()
Returns the arrow width adjustment handle.

Returns:
arrow width


© 2004-2005 Ralf Terdic. All rights reserved.
www.powerml.com