All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class crw.device.PlanarBJT

java.lang.Object
   |
   +----crw.device.PlanarBJT

public class PlanarBJT
extends Object
Class to draw a planar BJT diagram.


Constructor Index

 o PlanarBJT(int, int, int, int)
Constructor is supplied with a rectangular area where to draw the BJT.

Method Index

 o draw(Graphics)
Draws the planar structure diagram.
 o drawColorCaptions(Graphics)
Draws region names inside the planar diagram.
 o drawTitle(Graphics, String[])
Draws a title above the diagram, possibly in multiple lines.
 o setSchottkyClamped(boolean)
Specify whether to draw the Schottky clamp or not.

Constructors

 o PlanarBJT
 public PlanarBJT(int x,
                  int y,
                  int width,
                  int height)
Constructor is supplied with a rectangular area where to draw the BJT. It draws the planar structure somewhere in the middle.

Methods

 o setSchottkyClamped
 public void setSchottkyClamped(boolean clamped)
Specify whether to draw the Schottky clamp or not.

Parameters:
clamped - true if Schottky clamped.
 o drawTitle
 public void drawTitle(Graphics g,
                       String title[])
Draws a title above the diagram, possibly in multiple lines.

 o drawColorCaptions
 public void drawColorCaptions(Graphics g)
Draws region names inside the planar diagram.

 o draw
 public void draw(Graphics g)
Draws the planar structure diagram.


All Packages  Class Hierarchy  This Package  Previous  Next  Index