Top   Module   Use   Manual   Index 
 INCLUDED SERVICES | EXPORTED INTERFACES | PROPERTIES' SUMMARY | PROPERTIES' DETAILS 

com :: sun :: star :: drawing ::

service RotationDescriptor

Description
This abstract service specifies the general characteristics of an optional rotation and shearing for a Shape .


Properties' Summary

RotateAngle This is the angle for rotation of this Shape . The shape is rotated counter-clockwise around the center of the bounding box.
ShearAngle This is the amount of shearing for this Shape . The shape is sheared counter-clockwise around the center of the bounding box

Properties' Details

RotateAngle
 
long RotateAngle;
Description
This is the angle for rotation of this Shape . The shape is rotated counter-clockwise around the center of the bounding box.
ShearAngle
 
long ShearAngle;
Description
This is the amount of shearing for this Shape . The shape is sheared counter-clockwise around the center of the bounding box

Top of Page