Category: Graphics
Superclass: Object

Method category index

accessing (instance)
initialization (instance)
printing (instance)

accessing (instance)

asString
Answer CSS string representation

isEmpty

Check if Css instance does not contain any rules

rules: aCollection

Set the CSS rules

top


initialization (instance)

initialize
Answer an empty Css instance

top


printing (instance)

printOn: aStream
Print the string representation of the receiver on aStream

top