Squeak Class Documentation category index | class index  
 
BorderStyle
  category: Morphic-Borders
  superclass: Object
  subclasses: SimpleBorder

No comment. Sorry.

instance methods
  accessing
  baseColor
baseColor:
color
color:
colorsAtCorners
dotOfSize:forDirection:
style
width
width:
widthForRounding

  color tracking
  trackColorFrom:

  comparing
  =
hash

  drawing
  drawLineFrom:to:on:
frameOval:on:
framePolygon:on:
framePolyline:on:
frameRectangle:on:

  initialize
  releaseCachedState

  testing
  isBorderStyle
isComplex

class methods
  instance creation
  borderStyleChoices
borderStyleForSymbol:
color:width:
complexAltFramed
complexAltInset
complexAltRaised
complexFramed
complexInset
complexRaised
default
inset
raised
simple
width:
width:color:

instance methods
  accessing top  
 

baseColor


 

baseColor:

Ignored


 

color


 

color:

Ignored


 

colorsAtCorners


 

dotOfSize:forDirection:


 

style


 

width


 

width:

Ignored


 

widthForRounding


  color tracking top  
 

trackColorFrom:

If necessary, update our color to reflect a change in aMorphs color


  comparing top  
 

=

Answer whether the receiver and the argument represent the same
object. If = is redefined in any subclass, consider also redefining the
message hash.


 

hash

hash is implemented because #= is implemented


  drawing top  
 

drawLineFrom:to:on:


 

frameOval:on:

Frame the given rectangle on aCanvas


 

framePolygon:on:

Frame the given rectangle on aCanvas


 

framePolyline:on:

Frame the given rectangle on aCanvas


 

frameRectangle:on:

Frame the given rectangle on aCanvas


  initialize top  
 

releaseCachedState

Release any associated cached state


  testing top  
 

isBorderStyle


 

isComplex


class methods
  instance creation top  
 

borderStyleChoices

Answer the superset of all supported borderStyle symbols


 

borderStyleForSymbol:

Answer a border style corresponding to the given symbol


 

color:width:


 

complexAltFramed


 

complexAltInset


 

complexAltRaised


 

complexFramed


 

complexInset


 

complexRaised


 

default


 

inset


 

raised


 

simple

Answer a simple border style


 

width:


 

width:color: