Squeak Class Documentation category index | class index  
 
FXGrafPort
  category: Graphics-FXBlt
  superclass: FXBlt
  subclasses:

No comment. Sorry.

instance methods
  accessing
  alphaBits:
contentsOfArea:into:
displayScannerFor:foreground:background:ignoreColorChanges:
fillPattern:

  copying
  clippedBy:

  drawing support
  fillOval:
fillRect:offset:
frameOval:borderWidth:
frameRect:borderWidth:
frameRectBottom:height:
frameRectRight:width:
image:at:sourceRect:rule:
stencil:at:sourceRect:

class methods
  no messages
 

instance methods
  accessing top  
 

alphaBits:


 

contentsOfArea:into:


 

displayScannerFor:foreground:background:ignoreColorChanges:


 

fillPattern:


  copying top  
 

clippedBy:


  drawing support top  
 

fillOval:


 

fillRect:offset:

The offset is really just for stupid InfiniteForms.


 

frameOval:borderWidth:


 

frameRect:borderWidth:


 

frameRectBottom:height:


 

frameRectRight:width:


 

image:at:sourceRect:rule:

Draw the portion of the given Form defined by sourceRect at the given point using the given BitBlt combination rule.


 

stencil:at:sourceRect:

Paint using aColor wherever stencilForm has non-zero pixels


class methods
  no messages top