com.powerml.structures.shapes.callouts
Class SpCallout1

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

public class SpCallout1
extends Shape

Represents a callout type 1.

See Also:
Serialized Form

Constructor Summary
SpCallout1()
           
 
Method Summary
 int getTypeId()
          Returns the shape's type ID.
 AdjustHandle getXAnchorHandle()
          Returns the adjustment handle for the anchor's x coordinate.
 AdjustHandle getXTipHandle()
          Returns the adjustment handle for the tip's x coordinate.
 AdjustHandle getYAnchorHandle()
          Returns the adjustment handle for the anchor's y coordinate.
 AdjustHandle getYTipHandle()
          Returns the adjustment handle for the tip's y coordinate.
 
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

SpCallout1

public SpCallout1()
Method Detail

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

getXAnchorHandle

public AdjustHandle getXAnchorHandle()
Returns the adjustment handle for the anchor's x coordinate.

Returns:
anchor's x coordinate

getXTipHandle

public AdjustHandle getXTipHandle()
Returns the adjustment handle for the tip's x coordinate.

Returns:
tip's x coordinate

getYAnchorHandle

public AdjustHandle getYAnchorHandle()
Returns the adjustment handle for the anchor's y coordinate.

Returns:
anchor's y coordinate

getYTipHandle

public AdjustHandle getYTipHandle()
Returns the adjustment handle for the tip's y coordinate.

Returns:
tip's y coordinate


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