jPodRenderer PDF library

Uses of Interface
de.intarsys.pdf.platform.cwt.rendering.ICSPlatformDevice

Packages that use ICSPlatformDevice
de.intarsys.pdf.platform.cwt.font This package implements jPod's view on the platform font implementation. 
de.intarsys.pdf.platform.cwt.font.freetype   
de.intarsys.pdf.platform.cwt.font.type3 This is a default platform font implementation for the PDF type 3 font. 
de.intarsys.pdf.platform.cwt.image This package implements jPod's view on the platform image implementation. 
de.intarsys.pdf.platform.cwt.rendering Finally, this is the rendering component. 
 

Uses of ICSPlatformDevice in de.intarsys.pdf.platform.cwt.font
 

Methods in de.intarsys.pdf.platform.cwt.font with parameters of type ICSPlatformDevice
 void NullPlatformGlyphs.render(ICSPlatformDevice device)
           
 void IPlatformGlyphs.render(ICSPlatformDevice device)
          Render the IPlatformGlyphs object on an ICSPlatformDevice.
 void NullPlatformFont.saveState(ICSPlatformDevice device, de.intarsys.pdf.content.GraphicsState oldState, de.intarsys.pdf.content.GraphicsState newState)
           
 void IPlatformFont.saveState(ICSPlatformDevice device, de.intarsys.pdf.content.GraphicsState oldState, de.intarsys.pdf.content.GraphicsState newState)
          This is forwarded from the ICSPlatformDevice in case the receiver needs some special actions upon saving the graphics state (operator "q").
 void NullPlatformFont.textStateChanged(ICSPlatformDevice device)
           
 void IPlatformFont.textStateChanged(ICSPlatformDevice device)
          This is forwarded from the ICSPlatformDevice to indicate a change in the device text state.
 

Uses of ICSPlatformDevice in de.intarsys.pdf.platform.cwt.font.freetype
 

Methods in de.intarsys.pdf.platform.cwt.font.freetype with parameters of type ICSPlatformDevice
 void FreetypeGlyphs.render(ICSPlatformDevice device)
           
 void FreetypeFont.saveState(ICSPlatformDevice device, de.intarsys.pdf.content.GraphicsState oldState, de.intarsys.pdf.content.GraphicsState newState)
           
 void FreetypeFont.textStateChanged(ICSPlatformDevice device)
           
 

Uses of ICSPlatformDevice in de.intarsys.pdf.platform.cwt.font.type3
 

Methods in de.intarsys.pdf.platform.cwt.font.type3 with parameters of type ICSPlatformDevice
 void Type3Glyphs.render(ICSPlatformDevice device)
           
 void Type3Font.saveState(ICSPlatformDevice device, de.intarsys.pdf.content.GraphicsState oldState, de.intarsys.pdf.content.GraphicsState newState)
           
 void Type3Font.textStateChanged(ICSPlatformDevice device)
           
 

Uses of ICSPlatformDevice in de.intarsys.pdf.platform.cwt.image
 

Methods in de.intarsys.pdf.platform.cwt.image with parameters of type ICSPlatformDevice
 void NullPlatformImage.doImage(ICSPlatformDevice device)
           
 void IPlatformImage.doImage(ICSPlatformDevice device)
           
 void CwtPlatformImage.doImage(ICSPlatformDevice device)
           
 

Uses of ICSPlatformDevice in de.intarsys.pdf.platform.cwt.rendering
 

Classes in de.intarsys.pdf.platform.cwt.rendering that implement ICSPlatformDevice
 class CSPlatformDevice
          A device that bridges between the PDF device operations and a real window toolkit graphics context.
 


jPodRenderer PDF library

Copyright © 2008 intarsys consulting GmbH. All Rights Reserved.