GraphicsMedium.st
changeset 8814 efd25f7363ac
parent 8809 8ad6940178de
child 8819 45aeb6887a73
equal deleted inserted replaced
8813:3933ef34da21 8814:efd25f7363ac
  2587     "return the number of pixels (not rounded) for millis millimeter"
  2587     "return the number of pixels (not rounded) for millis millimeter"
  2588 
  2588 
  2589     ^ self verticalPixelPerMillimeter * millis
  2589     ^ self verticalPixelPerMillimeter * millis
  2590 ! !
  2590 ! !
  2591 
  2591 
       
  2592 !GraphicsMedium methodsFor:'testing'!
       
  2593 
       
  2594 isPSGraphicsContext
       
  2595     ^ false.
       
  2596 ! !
       
  2597 
  2592 !GraphicsMedium methodsFor:'view creation'!
  2598 !GraphicsMedium methodsFor:'view creation'!
  2593 
  2599 
  2594 createBitmapFromArray:data width:width height:height
  2600 createBitmapFromArray:data width:width height:height
  2595     "create a bitmap from data and set the drawableId"
  2601     "create a bitmap from data and set the drawableId"
  2596 
  2602