Uses of Class
org.rococoa.cocoa.hiservices.HIServicesLibrary.__HIShape

Packages that use HIServicesLibrary.__HIShape
org.rococoa.cocoa.hiservices   
 

Uses of HIServicesLibrary.__HIShape in org.rococoa.cocoa.hiservices
 

Methods in org.rococoa.cocoa.hiservices that return HIServicesLibrary.__HIShape
 HIServicesLibrary.__HIShape HIServicesLibrary.HIShapeCreateCopy(HIServicesLibrary.__HIShape inShape)
          HIShapeCreateCopy()

Discussion:
Creates an immutable copy of a mutable or immutable HIShape.
 HIServicesLibrary.__HIShape HIServicesLibrary.HIShapeCreateDifference(HIServicesLibrary.__HIShape inShape1, HIServicesLibrary.__HIShape inShape2)
          HIShapeCreateDifference()

Discussion:
Creates a new immutable shape which is the difference of two
others.
 HIServicesLibrary.__HIShape HIServicesLibrary.HIShapeCreateEmpty()
          HIShapeCreateEmpty()

Discussion:
Creates an immutable empty shape.
 HIServicesLibrary.__HIShape HIServicesLibrary.HIShapeCreateIntersection(HIServicesLibrary.__HIShape inShape1, HIServicesLibrary.__HIShape inShape2)
          HIShapeCreateIntersection()

Discussion:
Creates a new immutable shape which is the intersection of two
others.
 HIServicesLibrary.__HIShape HIServicesLibrary.HIShapeCreateMutable()
          HIShapeCreateMutable()

Discussion:
Creates a new, mutable, empty shape.
 HIServicesLibrary.__HIShape HIServicesLibrary.HIShapeCreateMutableCopy(HIServicesLibrary.__HIShape inOrig)
          HIShapeCreateMutableCopy()

Discussion:
Given an existing HIShapeRef, creates a new mutable copy.
 HIServicesLibrary.__HIShape HIServicesLibrary.HIShapeCreateMutableWithRect(CGRect inRect)
          HIShapeCreateMutableWithRect()

Discussion:
Creates a mutable HIShapeRef based on a given rectangle.
 HIServicesLibrary.__HIShape HIServicesLibrary.HIShapeCreateUnion(HIServicesLibrary.__HIShape inShape1, HIServicesLibrary.__HIShape inShape2)
          HIShapeCreateUnion()

Discussion:
Creates a new immutable shape which is the union of two others.
 HIServicesLibrary.__HIShape HIServicesLibrary.HIShapeCreateWithQDRgn(HIServicesLibrary.OpaqueRgnHandle inRgn)
          HIShapeCreateWithQDRgn()

Discussion:
Creates an immutable shape based on an existing Quickdraw region
handle.
 HIServicesLibrary.__HIShape HIServicesLibrary.HIShapeCreateWithRect(CGRect inRect)
          HIShapeCreateWithRect()

Discussion:
Creates an immutable, rectangular shape based on a given
rectangle.
 HIServicesLibrary.__HIShape HIServicesLibrary.HIShapeCreateXor(HIServicesLibrary.__HIShape inShape1, HIServicesLibrary.__HIShape inShape2)
          HIShapeCreateXor()

Discussion:
Creates a new immutable shape which is the difference between the
union and the intersection of the two others.
 HIServicesLibrary.__HIShape HIServicesLibrary.IconRefToHIShape(CGRect iconRect, short align, int iconServicesUsageFlags, HIServicesLibrary.OpaqueIconRef theIconRef)
          IconRefToHIShape()

Discussion:
Converts an IconRef-derived icon into an HIShape.
 

Methods in org.rococoa.cocoa.hiservices with parameters of type HIServicesLibrary.__HIShape
 boolean HIServicesLibrary.HIShapeContainsPoint(HIServicesLibrary.__HIShape inShape, CGPoint inPoint)
          HIShapeContainsPoint()

Discussion:
Returns true if the given HIShapeRef contains the point passed
in.
 HIServicesLibrary.__HIShape HIServicesLibrary.HIShapeCreateCopy(HIServicesLibrary.__HIShape inShape)
          HIShapeCreateCopy()

Discussion:
Creates an immutable copy of a mutable or immutable HIShape.
 HIServicesLibrary.__HIShape HIServicesLibrary.HIShapeCreateDifference(HIServicesLibrary.__HIShape inShape1, HIServicesLibrary.__HIShape inShape2)
          HIShapeCreateDifference()

Discussion:
Creates a new immutable shape which is the difference of two
others.
 HIServicesLibrary.__HIShape HIServicesLibrary.HIShapeCreateIntersection(HIServicesLibrary.__HIShape inShape1, HIServicesLibrary.__HIShape inShape2)
          HIShapeCreateIntersection()

Discussion:
Creates a new immutable shape which is the intersection of two
others.
 HIServicesLibrary.__HIShape HIServicesLibrary.HIShapeCreateMutableCopy(HIServicesLibrary.__HIShape inOrig)
          HIShapeCreateMutableCopy()

Discussion:
Given an existing HIShapeRef, creates a new mutable copy.
 HIServicesLibrary.__HIShape HIServicesLibrary.HIShapeCreateUnion(HIServicesLibrary.__HIShape inShape1, HIServicesLibrary.__HIShape inShape2)
          HIShapeCreateUnion()

Discussion:
Creates a new immutable shape which is the union of two others.
 HIServicesLibrary.__HIShape HIServicesLibrary.HIShapeCreateXor(HIServicesLibrary.__HIShape inShape1, HIServicesLibrary.__HIShape inShape2)
          HIShapeCreateXor()

Discussion:
Creates a new immutable shape which is the difference between the
union and the intersection of the two others.
 CGRect HIServicesLibrary.HIShapeGetBounds(HIServicesLibrary.__HIShape inShape, CGRect outRect)
          HIShapeGetBounds()

Discussion:
Returns the bounding rectangle of a given HIShapeRef.
 boolean HIServicesLibrary.HIShapeIntersectsRect(HIServicesLibrary.__HIShape inShape, CGRect inRect)
          HIShapeIntersectsRect()

Discussion:
Returns true if the given HIShapeRef intersects the rect passed
in.
 boolean HIServicesLibrary.HIShapeIsEmpty(HIServicesLibrary.__HIShape inShape)
          HIShapeIsEmpty()

Discussion:
Returns true if the given HIShapeRef is empty, i.e. its area is
empty.
 boolean HIServicesLibrary.HIShapeIsRectangular(HIServicesLibrary.__HIShape inShape)
          HIShapeIsRectangular()

Discussion:
Returns true if the given HIShapeRef is rectangular.
 



Copyright © 2009. All Rights Reserved.