Squeak Class Documentation category index | class index  
 
VRMLGenericNode
  category: Balloon3D-VRML BaseNodes
  superclass: VRMLBaseNode
  subclasses: VRMLProtoNode VRMLStandardNode

No comment. Sorry.

instance methods
  accessing
  attributes
attributes:
children
nodeSpec

  attributes
  attributeNamed:
defineAttribute:
getAttributeValue:
setAttribute:toValue:

  copying
  vrmlProtoCopy

  initialize
  fromSpec:
initialize

  printing
  printOn:indent:

  testing
  isGeneric

class methods
  instance creation
  fromSpec:
new

instance methods
  accessing top  
 

attributes


 

attributes:


 

children


 

nodeSpec


  attributes top  
 

attributeNamed:


 

defineAttribute:


 

getAttributeValue:


 

setAttribute:toValue:


  copying top  
 

vrmlProtoCopy


  initialize top  
 

fromSpec:


 

initialize


  printing top  
 

printOn:indent:


  testing top  
 

isGeneric


class methods
  instance creation top  
 

fromSpec:


 

new

Answer a new instance of the receiver (which is a class) with no indexable variables. Fail if the class is indexable.