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.
-
PlanarBJT(int, int, int, int)
- Constructor is supplied with a rectangular area where to draw the
BJT.
-
draw(Graphics)
- Draws the planar structure diagram.
-
drawColorCaptions(Graphics)
- Draws region names inside the planar diagram.
-
drawTitle(Graphics, String[])
- Draws a title above the diagram, possibly in multiple lines.
-
setSchottkyClamped(boolean)
- Specify whether to draw the Schottky clamp or not.
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.
setSchottkyClamped
public void setSchottkyClamped(boolean clamped)
- Specify whether to draw the Schottky clamp or not.
- Parameters:
- clamped - true if Schottky clamped.
drawTitle
public void drawTitle(Graphics g,
String title[])
- Draws a title above the diagram, possibly in multiple lines.
drawColorCaptions
public void drawColorCaptions(Graphics g)
- Draws region names inside the planar diagram.
draw
public void draw(Graphics g)
- Draws the planar structure diagram.
All Packages Class Hierarchy This Package Previous Next Index