OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

cgmo-webcgm message

[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]


Subject: Re: [cgmo-webcgm] changes in DOM specification for redraw control


Thanks for the drafting assignment, Forrest.

A couple of comment and questions:

1.) I wonder if Boolean is the best choice for the 'state' parameter?  I know that it encompasses all of the functionality that we want for 2.1.  But is it possible that there might be a future version with more functional choices?  (No opinion ... just a question.)

2.) What other sections of the spec are affected?  I looked at 2.7 and think it is NOT affected -- redraw() is too detailed there, probably.  On the other hand, Ch.8 ECMASCRIPT definitely needs mods. Are there any others?  Ch.7 Conformance?  Appendixes?

Regards,
-Lofton.


At 03:28 PM 2/12/2008 -0600, Forrest Carpenter wrote:

  All,

 

Here are my proposed changes in the specification for redraw control.

 

Regards,

Forrest

 

          IDL  Defination

interface WebCGMPicture : WebCGMNode { 

  readonly attribute float            width;

  readonly attribute float            height;

  readonly attribute WebCGMString     pictid;

  boolean            applyCompanionFile(in WebCGMString fileURI);

  WebCGMNode         getAppStructureById(in WebCGMString apsId);

  WebCGMNodeList     getAppStructuresByName(in WebCGMString apsName);

  void               highlight(in WebCGMNodeList nodes,

                               in boolean state);

  void               setPictureVisibility(in WebCGMString visibility);

  void               setStyleProperty(in WebCGMString style,

                                  in WebCGMString value);

  void               reloadPicture();

  void               enableRedraw(in Boolean state);

};

 

enableRedraw

Controls the redrawing of the picture after a DOM call that changes current view of the metafile. Examples would be change in style, change in visibility, pan, and zoom.  The default value is True. Note when the value is changed from False to True a redraw of the picture will occur.

 

Parameters

 

state of type Boolean

A true value will enable redraw, whereas false will disable redraw.

Return value

No return value.

Exceptions

No exceptions.

 
No virus found in this incoming message.
Checked by AVG Free Edition.
Version: 7.5.516 / Virus Database: 269.20.4/1275 - Release Date: 2/12/2008 3:20 PM


[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]