Squeak Class Documentation category index | class index  
 
GraphicTile
  category: Morphic-Scripting Tiles
  superclass: TileMorph
  subclasses:

A tile representing a graphic image.

instance methods
  compilation
  storeCodeOn:indent:

  initialization
  initialize
setLiteral:
useForm:

  queries
  resultType

class methods
  no messages
 

instance methods
  compilation top  
 

storeCodeOn:indent:

Write code that will reconstitute the receiver


  initialization top  
 

initialize

Initialize the receiver, giving it a default graphic


 

setLiteral:

Set the receiver's literal to be anObject. No readout morph here.


 

useForm:

Set the receiver to represent the given form


  queries top  
 

resultType

Answer the result type of the argument represented by the receiver


class methods
  no messages top