123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132 |
- /**
- SVGSVGElement.m
-
- Represents the "<svg>" tag in an SVG file
-
- http://www.w3.org/TR/SVG/struct.html#InterfaceSVGSVGElement
-
- readonly attribute SVGAnimatedLength x;
- readonly attribute SVGAnimatedLength y;
- readonly attribute SVGAnimatedLength width;
- readonly attribute SVGAnimatedLength height;
- attribute DOMString contentScriptType setraises(DOMException);
- attribute DOMString contentStyleType setraises(DOMException);
- readonly attribute SVGRect viewport;
- readonly attribute float pixelUnitToMillimeterX;
- readonly attribute float pixelUnitToMillimeterY;
- readonly attribute float screenPixelToMillimeterX;
- readonly attribute float screenPixelToMillimeterY;
- readonly attribute boolean useCurrentView;
- readonly attribute SVGViewSpec currentView;
- attribute float currentScale;
- readonly attribute SVGPoint currentTranslate;
-
- unsigned long suspendRedraw(in unsigned long maxWaitMilliseconds);
- void unsuspendRedraw(in unsigned long suspendHandleID);
- void unsuspendRedrawAll();
- void forceRedraw();
- void pauseAnimations();
- void unpauseAnimations();
- boolean animationsPaused();
- float getCurrentTime();
- void setCurrentTime(in float seconds);
- NodeList getIntersectionList(in SVGRect rect, in SVGElement referenceElement);
- NodeList getEnclosureList(in SVGRect rect, in SVGElement referenceElement);
- boolean checkIntersection(in SVGElement element, in SVGRect rect);
- boolean checkEnclosure(in SVGElement element, in SVGRect rect);
- void deselectAll();
- SVGNumber createSVGNumber();
- SVGLength createSVGLength();
- SVGAngle createSVGAngle();
- SVGPoint createSVGPoint();
- SVGMatrix createSVGMatrix();
- SVGRect createSVGRect();
- SVGTransform createSVGTransform();
- SVGTransform createSVGTransformFromMatrix(in SVGMatrix matrix);
- Element getElementById(in DOMString elementId);
- */
- #import "DocumentCSS.h"
- #import "SVGFitToViewBox.h"
- #import "SVGElement.h"
- #import "SVGViewSpec.h"
- #pragma mark - the SVG* types (SVGLength, SVGNumber, etc)
- #import "SVGAngle.h"
- #import "SVGLength.h"
- #import "SVGNumber.h"
- #import "SVGPoint.h"
- #import "SVGRect.h"
- #import "SVGTransform.h"
- #pragma mark - a few raw DOM imports are required for SVG DOM, but not many
- #import "Element.h"
- #import "NodeList.h"
- #import "ConverterSVGToCALayer.h"
- #import "SVGKSource.h"
- @interface SVGSVGElement : SVGElement < DocumentCSS, SVGFitToViewBox, /* FIXME: refactor and delete this, it's in violation of the spec: */ ConverterSVGToCALayer >
- @property (nonatomic, strong, readonly) /*FIXME: should be SVGAnimatedLength instead*/ SVGLength* x;
- @property (nonatomic, strong, readonly) /*FIXME: should be SVGAnimatedLength instead*/ SVGLength* y;
- @property (nonatomic, strong, readonly) /*FIXME: should be SVGAnimatedLength instead*/ SVGLength* width;
- @property (nonatomic, strong, readonly) /*FIXME: should be SVGAnimatedLength instead*/ SVGLength* height;
- @property (nonatomic, strong, readonly) NSString* contentScriptType;
- @property (nonatomic, strong, readonly) NSString* contentStyleType;
- /**
- "The position and size of the viewport (implicit or explicit) that corresponds to this ‘svg’ element. When the user agent is actually rendering the content, then the position and size values represent the actual values when rendering. The position and size values are unitless values in the coordinate system of the parent element. If no parent element exists (i.e., ‘svg’ element represents the root of the document tree), if this SVG document is embedded as part of another document (e.g., via the HTML ‘object’ element), then the position and size are unitless values in the coordinate system of the parent document. (If the parent uses CSS or XSL layout, then unitless values represent pixel units for the current CSS or XSL viewport, as described in the CSS2 specification.) If the parent element does not have a coordinate system, then the user agent should provide reasonable default values for this attribute."
- */
- @property (nonatomic, readonly) SVGRect viewport;
- @property (nonatomic, readonly) float pixelUnitToMillimeterX;
- @property (nonatomic, readonly) float pixelUnitToMillimeterY;
- @property (nonatomic, readonly) float screenPixelToMillimeterX;
- @property (nonatomic, readonly) float screenPixelToMillimeterY;
- @property (nonatomic, readonly) BOOL useCurrentView;
- @property (nonatomic, strong, readonly) SVGViewSpec* currentView;
- @property (nonatomic, readonly) float currentScale;
- @property (nonatomic, strong, readonly) SVGPoint* currentTranslate;
- @property (nonatomic, strong, readwrite) SVGKSource *source;
- -(long) suspendRedraw:(long) maxWaitMilliseconds;
- -(void) unsuspendRedraw:(long) suspendHandleID;
- -(void) unsuspendRedrawAll;
- -(void) forceRedraw;
- -(void) pauseAnimations;
- -(void) unpauseAnimations;
- -(BOOL) animationsPaused;
- -(float) getCurrentTime;
- -(void) setCurrentTime:(float) seconds;
- -(NodeList*) getIntersectionList:(SVGRect) rect referenceElement:(SVGElement*) referenceElement;
- -(NodeList*) getEnclosureList:(SVGRect) rect referenceElement:(SVGElement*) referenceElement;
- -(BOOL) checkIntersection:(SVGElement*) element rect:(SVGRect) rect;
- -(BOOL) checkEnclosure:(SVGElement*) element rect:(SVGRect) rect;
- -(void) deselectAll;
- -(SVGNumber) createSVGNumber;
- -(SVGLength*) createSVGLength __attribute__((ns_returns_retained));
- -(SVGAngle*) createSVGAngle;
- -(SVGPoint*) createSVGPoint;
- -(SVGMatrix*) createSVGMatrix;
- -(SVGRect) createSVGRect;
- -(SVGTransform*) createSVGTransform;
- -(SVGTransform*) createSVGTransformFromMatrix:(SVGMatrix*) matrix;
- -(Element*) getElementById:(NSString*) elementId;
- #pragma mark - below here VIOLATES THE STANDARD, but needs to be CAREFULLY merged with spec
- - (SVGElement *)findFirstElementOfClass:(Class)classParameter; /**< temporary convenience method until SVGDocument support is complete */
- #pragma mark - elements REQUIRED to implement the spec but not included in SVG Spec due to bugs in the spec writing!
- @property(nonatomic,readonly) SVGRect requestedViewport;
- /** Required by the spec whenever someone specifies a width and height that disagree with the viewbox they also specified */
- @property(readonly) double aspectRatioFromWidthPerHeight;
- /** Required by the spec whenever someone specifies a width and height that disagree with the viewbox they also specified */
- @property(readonly) double aspectRatioFromViewBox;
- @end
|