Environment: Siren
Instances of DisplayVisual are used for displaying arbitrary visual objects (e.g., cached images) in display lists.
Instance Variables:
accessing
visual
visual
Answer the receiver's visual.
visual: aVisual
Set the receiver's visual.
printing
Print the receiver in the given Stream.
storeOn: aStream
Print the receiver in the given Stream.
displaying
Display the receiver's visual on the given graphics context.
displayPostScriptOn: aPostscriptContext
Display the receiver on the argument as a PostScript item.
MetaClass: DisplayVisual class
examples
Convert all the forms to opaque forms
displayMusicConstants
Draw a nice table of the hierarchical image dictionary.
storeMusicConstants
Write out all the forms to opaque forms
visualExample
Open a display list view with randomly-placed random-color visuals over the given extent.
instance creation
Answer an instance of DisplayItem with the given instance variables.
visual: aV
Answer an instance of DisplayItem with the given instance variables.
visual: aV offset: aPt
Answer an instance of DisplayItem with the given instance variables.
visual: aV origin: aPt
Answer an instance of DisplayItem with the given instance variables.