com.sculley.jim.swjava
Class DrawingDoc

java.lang.Object
  |
  +--com.sculley.jim.swjava.peer.CppPeer
        |
        +--com.sculley.jim.swjava.ModelDoc
              |
              +--com.sculley.jim.swjava.DrawingDoc

public class DrawingDoc
extends ModelDoc

Insert the type's description here. Creation date: (2/6/00 8:01:53 PM)


Constructor Summary
DrawingDoc(long ptr)
          DrawingDoc constructor comment.
 
Method Summary
 void activateCenterMarkTool()
          Insert the method's description here.
 void activateConstructionGeom()
          Insert the method's description here.
 boolean activateSheet(java.lang.String sheetName)
          Insert the method's description here.
 boolean activateView(java.lang.String viewName)
          Insert the method's description here.
 DisplayDimension addAngularDim(SWAngularDimension dim)
          Insert the method's description here.
 boolean addAngularOrdinateDimension(SWPoint location)
          Insert the method's description here.
 boolean addCenterMark(double size, boolean showLines)
          Insert the method's description here.
 GeometricTolerance addGeometricTol()
          Insert the method's description here.
 void addHoleCallout()
          Insert the method's description here.
 boolean addHorizontalOrdinateDimension(SWPoint location)
          Insert the method's description here.
 boolean addLayer(SWLayer l)
          Insert the method's description here.
 void addNote(java.lang.String text, double height)
          Insert the method's description here.
 Note addNote(java.lang.String text, SWPoint location, double height, double angle)
          Insert the method's description here.
 boolean addOrdinateDimension(long dimType, SWPoint location)
          Insert the method's description here.
 void addSelectedToView()
          Insert the method's description here.
 void addSketchDimension()
          Insert the method's description here.
 boolean addVerticalOrdinateDimension(SWPoint location)
          Insert the method's description here.
 void alignSelectedOrdinate()
          Insert the method's description here.
 void alignViewHorizToEdge()
          Insert the method's description here.
 void alignViewVertToEdge()
          Insert the method's description here.
 void attachDimensions()
          Insert the method's description here.
 void breakView()
          Insert the method's description here.
 void changeOrdinateDirection()
          Insert the method's description here.
 boolean changeSFSymbol(SurfaceFinishSymbol newSym)
          Insert the method's description here.
 boolean createAuxiliaryViewAt(SWPoint location, boolean isAligned)
          Insert the method's description here.
 Note createCompoundNote(double noteHeight, SWPoint location)
          Insert the method's description here.
 boolean createDetailViewAt(SWPoint location)
          Insert the method's description here.
 boolean createFirstAngleViews(java.lang.String modelName)
          Insert the method's description here.
 void createSectionLine()
          Insert the method's description here.
 void createSectionView()
          Insert the method's description here.
 boolean createSectionViewAt(SWPoint location, boolean notAligned, boolean isOffset)
          Insert the method's description here.
 boolean createSheet(SWSheetProperties sp)
          Insert the method's description here.
 boolean createThirdAngleViews(java.lang.String modelName)
          Insert the method's description here.
 boolean createUnfoldedViewAt(SWPoint location, boolean notAligned)
          Insert the method's description here.
 boolean createViewFromModelView(java.lang.String docName, java.lang.String viewName, SWPoint location)
          Insert the method's description here.
 java.lang.String createViewport(java.awt.Point lowerLeft, java.awt.Point upperRight, int numEnts, double scale)
          Insert the method's description here.
 boolean editingSheet()
          Insert the method's description here.
 void editOrdinate()
          Insert the method's description here.
 GeometricTolerance editSelectedGeoTol()
          Insert the method's description here.
 void editSheet()
          Insert the method's description here.
 void editSketch()
          Insert the method's description here.
 void editTemplate()
          Insert the method's description here.
 void endDrawing()
          Insert the method's description here.
 void flipSectionLine()
          Insert the method's description here.
 Sheet getActiveSheet()
          Insert the method's description here.
 Feature getFeatureByName(java.lang.String name)
          Insert the method's description here.
 View getFirstView()
          Insert the method's description here.
 SWPoint getInsertionPoint()
          Insert the method's description here.
 SWLineFont getLineFont(long index)
          Insert the method's description here.
 long getLineFontCount()
          Insert the method's description here.
 long getPenCount()
          Insert the method's description here.
 SWPenInfo getPenInfo()
          Insert the method's description here.
 long getSheetCount()
          Insert the method's description here.
 java.lang.String[] getSheetNames()
          Insert the method's description here.
 void hideSelectedEdges()
          Insert the method's description here.
 void insertBaseDimensions()
          Insert the method's description here.
 boolean insertComponentAnnotations(boolean allTypes, long typeBits, boolean allViews)
          Insert the method's description here.
 boolean insertComponentDimensions()
          Insert the method's description here.
 void insertCustomSymbol(java.lang.String filename)
          Insert the method's description here.
 void insertDatumTag()
          Insert the method's description here.
 boolean insertFeatureAnnotations(boolean allTypes, long typeBits, boolean allViews)
          Insert the method's description here.
 boolean insertFeatureDimensions()
          Insert the method's description here.
 void insertHorizBreak()
          Insert the method's description here.
 void insertHorizOrdinate()
          Insert the method's description here.
 void insertOrdinate()
          Insert the method's description here.
 void insertReferenceDim()
          Insert the method's description here.
 void insertVertBreak()
          Insert the method's description here.
 void insertVertOrdinate()
          Insert the method's description here.
 boolean insertViewAnnotations(boolean allTypes, long typeBits, boolean allViews)
          Insert the method's description here.
 boolean insertViewDimensions()
          Insert the method's description here.
 void moveModelDimension(java.lang.String targetView, boolean isCopy, SWPoint dropLocation)
          Insert the method's description here.
 void nextSheet()
          Insert the method's description here.
 void previousSheet()
          Insert the method's description here.
 void rebuild()
          Insert the method's description here.
 void rebuildAll()
          Insert the method's description here.
 void removeBreak()
          Insert the method's description here.
 boolean rotateView(double angleInDegrees)
          Insert the method's description here.
 boolean setActiveLayer(java.lang.String layerName)
          Insert the method's description here.
 void setEntityLineColor(java.awt.Color newColor)
          Insert the method's description here.
 void setEntityLineStyle(java.lang.String styleName)
          Insert the method's description here.
 void setEntityLineWidth(long width)
          Insert the method's description here.
 void setViewHiddenGrey()
          Insert the method's description here.
 void setViewHLR()
          Insert the method's description here.
 void setViewWireframe()
          Insert the method's description here.
 void showComponentPropsDialog()
          Insert the method's description here.
 void showImportDimDialog()
          Insert the method's description here.
 void showSelectedEdges()
          Insert the method's description here.
 void startDrawing()
          Insert the method's description here.
 void suppressSelectedView()
          Insert the method's description here.
 void toggleGridDisplay()
          Insert the method's description here.
 void toggleTangentEdgeDisplay()
          Insert the method's description here.
 void toggleViewVisibility()
          Insert the method's description here.
 void translate(double deltaX, double deltaY)
          Insert the method's description here.
 void undoRotation()
          Insert the method's description here.
 void unsuppressSelectedView()
          Insert the method's description here.
 void useSplineBreakLine()
          Insert the method's description here.
 void useStraightBreakLine()
          Insert the method's description here.
 void useZigZagBreakLine()
          Insert the method's description here.
 void viewFullPage()
          Insert the method's description here.
 
Methods inherited from class com.sculley.jim.swjava.ModelDoc
getLengthUnit, setLengthUnit
 
Methods inherited from class com.sculley.jim.swjava.peer.CppPeer
getPtr
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DrawingDoc

public DrawingDoc(long ptr)
           throws java.lang.IllegalArgumentException
DrawingDoc constructor comment.
Parameters:
ptr - long
Throws:
java.lang.IllegalArgumentException - The exception description.
Method Detail

activateCenterMarkTool

public void activateCenterMarkTool()
Insert the method's description here. Creation date: (3/4/00 9:20:10 PM)

activateConstructionGeom

public void activateConstructionGeom()
Insert the method's description here. Creation date: (3/4/00 10:21:24 PM)

activateSheet

public boolean activateSheet(java.lang.String sheetName)
Insert the method's description here. Creation date: (3/4/00 8:54:15 PM)
Parameters:
sheetName - java.lang.String
Returns:
boolean

activateView

public boolean activateView(java.lang.String viewName)
Insert the method's description here. Creation date: (3/4/00 8:54:15 PM)
Parameters:
sheetName - java.lang.String
Returns:
boolean

addAngularDim

public DisplayDimension addAngularDim(SWAngularDimension dim)
Insert the method's description here. Creation date: (3/4/00 9:36:41 PM)
Parameters:
dim - com.sculley.jim.swjava.SWAngularDimension
Returns:
com.sculley.jim.swjava.DisplayDimension

addAngularOrdinateDimension

public boolean addAngularOrdinateDimension(SWPoint location)
Insert the method's description here. Creation date: (3/4/00 9:03:16 PM)
Parameters:
location - com.sculley.jim.swjava.SWPoint
Returns:
boolean

addCenterMark

public boolean addCenterMark(double size,
                             boolean showLines)
Insert the method's description here. Creation date: (3/4/00 8:58:09 PM)
Parameters:
size - double
showLines - boolean
Returns:
boolean

addGeometricTol

public GeometricTolerance addGeometricTol()
Insert the method's description here. Creation date: (3/5/00 8:30:00 PM)
Returns:
com.sculley.jim.swjava.GeometricTolerance

addHoleCallout

public void addHoleCallout()
Insert the method's description here. Creation date: (3/4/00 8:59:44 PM)

addHorizontalOrdinateDimension

public boolean addHorizontalOrdinateDimension(SWPoint location)
Insert the method's description here. Creation date: (3/4/00 9:03:16 PM)
Parameters:
location - com.sculley.jim.swjava.SWPoint
Returns:
boolean

addLayer

public boolean addLayer(SWLayer l)
Insert the method's description here. Creation date: (3/4/00 11:58:44 PM)
Parameters:
layer - com.sculley.jim.swjava.SWLayer
Returns:
boolean

addNote

public void addNote(java.lang.String text,
                    double height)
Insert the method's description here. Creation date: (3/5/00 8:32:43 PM)
Parameters:
text - java.lang.String
height - double

addNote

public Note addNote(java.lang.String text,
                    SWPoint location,
                    double height,
                    double angle)
Insert the method's description here. Creation date: (3/5/00 11:24:02 AM)
Parameters:
text - java.lang.String
location - com.sculley.jim.swjava.SWPoint
height - double
angle - double
Returns:
com.sculley.jim.swjava.Note

addOrdinateDimension

public boolean addOrdinateDimension(long dimType,
                                    SWPoint location)
Insert the method's description here. Creation date: (3/4/00 9:03:16 PM)
Parameters:
location - com.sculley.jim.swjava.SWPoint
Returns:
boolean

addSelectedToView

public void addSelectedToView()
Insert the method's description here. Creation date: (3/5/00 7:49:49 PM)

addSketchDimension

public void addSketchDimension()
Insert the method's description here. Creation date: (3/5/00 9:43:24 PM)

addVerticalOrdinateDimension

public boolean addVerticalOrdinateDimension(SWPoint location)
Insert the method's description here. Creation date: (3/4/00 9:03:16 PM)
Parameters:
location - com.sculley.jim.swjava.SWPoint
Returns:
boolean

alignSelectedOrdinate

public void alignSelectedOrdinate()
Insert the method's description here. Creation date: (3/4/00 9:12:35 PM)

alignViewHorizToEdge

public void alignViewHorizToEdge()
Insert the method's description here. Creation date: (3/4/00 9:11:18 PM)

alignViewVertToEdge

public void alignViewVertToEdge()
Insert the method's description here. Creation date: (3/4/00 9:11:18 PM)

attachDimensions

public void attachDimensions()
Insert the method's description here. Creation date: (3/4/00 9:14:21 PM)

breakView

public void breakView()
Insert the method's description here. Creation date: (3/4/00 9:18:41 PM)

changeOrdinateDirection

public void changeOrdinateDirection()
Insert the method's description here. Creation date: (3/4/00 9:21:45 PM)

changeSFSymbol

public boolean changeSFSymbol(SurfaceFinishSymbol newSym)
Insert the method's description here. Creation date: (3/5/00 8:14:07 PM)
Parameters:
newSymbol - com.sculley.jim.swjava.SurfaceFinishSym
Returns:
boolean

createAuxiliaryViewAt

public boolean createAuxiliaryViewAt(SWPoint location,
                                     boolean isAligned)
Insert the method's description here. Creation date: (3/4/00 9:54:20 PM)
Parameters:
location - com.sculley.jim.swjava.SWPoint
isAligned - boolean
Returns:
boolean

createCompoundNote

public Note createCompoundNote(double noteHeight,
                               SWPoint location)
Insert the method's description here. Creation date: (3/4/00 9:57:45 PM)
Parameters:
noteHeight - double
location - com.sculley.jim.swjava.SWPoint
Returns:
com.sculley.jim.swjava.Note

createDetailViewAt

public boolean createDetailViewAt(SWPoint location)
Insert the method's description here. Creation date: (3/4/00 9:54:20 PM)
Parameters:
location - com.sculley.jim.swjava.SWPoint
Returns:
boolean

createFirstAngleViews

public boolean createFirstAngleViews(java.lang.String modelName)
Insert the method's description here. Creation date: (3/4/00 9:23:28 PM)
Parameters:
modelName - java.lang.String
Returns:
boolean

createSectionLine

public void createSectionLine()
Insert the method's description here. Creation date: (3/5/00 8:03:56 PM)

createSectionView

public void createSectionView()
Insert the method's description here. Creation date: (3/5/00 12:15:50 AM)

createSectionViewAt

public boolean createSectionViewAt(SWPoint location,
                                   boolean notAligned,
                                   boolean isOffset)
Insert the method's description here. Creation date: (3/5/00 12:15:50 AM)
Parameters:
location - com.sculley.jim.swjava.SWPoint
notAligned - boolean
isOffset - boolean
Returns:
boolean

createSheet

public boolean createSheet(SWSheetProperties sp)
Insert the method's description here. Creation date: (3/5/00 8:39:18 PM)
Parameters:
sheetProps - com.sculley.jim.swjava.SWSheetProperties
Returns:
boolean

createThirdAngleViews

public boolean createThirdAngleViews(java.lang.String modelName)
Insert the method's description here. Creation date: (3/4/00 9:23:28 PM)
Parameters:
modelName - java.lang.String
Returns:
boolean

createUnfoldedViewAt

public boolean createUnfoldedViewAt(SWPoint location,
                                    boolean notAligned)
Insert the method's description here. Creation date: (3/5/00 11:27:02 AM)
Parameters:
location - com.sculley.jim.swjava.SWPoint
notAligned - boolean
Returns:
boolean

createViewFromModelView

public boolean createViewFromModelView(java.lang.String docName,
                                       java.lang.String viewName,
                                       SWPoint location)
Insert the method's description here. Creation date: (3/4/00 11:50:45 PM)
Parameters:
docName - java.lang.String
viewName - java.lang.String
location - com.sculley.jim.swjava.SWPoint
Returns:
boolean

createViewport

public java.lang.String createViewport(java.awt.Point lowerLeft,
                                       java.awt.Point upperRight,
                                       int numEnts,
                                       double scale)
Insert the method's description here. Creation date: (3/5/00 11:31:51 AM)
Parameters:
lowerLeft - java.awt.Point
upperRight - java.awt.Point
numEnts - int
scale - double
Returns:
java.lang.String

editingSheet

public boolean editingSheet()
Insert the method's description here. Creation date: (3/5/00 1:06:54 PM)
Returns:
boolean

editOrdinate

public void editOrdinate()
Insert the method's description here. Creation date: (3/5/00 12:47:42 PM)

editSelectedGeoTol

public GeometricTolerance editSelectedGeoTol()
Insert the method's description here. Creation date: (3/5/00 12:50:34 PM)
Returns:
com.sculley.jim.swjava.GeometricTolerance

editSheet

public void editSheet()
Insert the method's description here. Creation date: (3/5/00 12:51:48 PM)

editSketch

public void editSketch()
Insert the method's description here. Creation date: (3/5/00 12:51:48 PM)

editTemplate

public void editTemplate()
Insert the method's description here. Creation date: (3/5/00 12:51:48 PM)

endDrawing

public void endDrawing()
Insert the method's description here. Creation date: (3/5/00 12:54:32 PM)

flipSectionLine

public void flipSectionLine()
Insert the method's description here. Creation date: (3/5/00 12:56:48 PM)

getActiveSheet

public Sheet getActiveSheet()
Insert the method's description here. Creation date: (3/5/00 1:04:31 PM)
Returns:
com.sculley.jim.swjava.Sheet

getFeatureByName

public Feature getFeatureByName(java.lang.String name)
Insert the method's description here. Creation date: (3/5/00 12:55:38 PM)
Parameters:
name - java.lang.String
Returns:
com.sculley.jim.swjava.Feature

getFirstView

public View getFirstView()
Insert the method's description here. Creation date: (3/5/00 1:09:17 PM)
Returns:
com.sculley.jim.swjava.View

getInsertionPoint

public SWPoint getInsertionPoint()
Insert the method's description here. Creation date: (3/5/00 4:21:48 PM)
Returns:
com.sculley.jim.swjava.SWPoint

getLineFont

public SWLineFont getLineFont(long index)
Insert the method's description here. Creation date: (3/5/00 5:20:48 PM)
Parameters:
index - long
Returns:
com.sculley.jim.swjava.SWLineFont

getLineFontCount

public long getLineFontCount()
Insert the method's description here. Creation date: (3/5/00 4:24:07 PM)
Returns:
long

getPenCount

public long getPenCount()
Insert the method's description here. Creation date: (3/5/00 5:31:37 PM)
Returns:
long

getPenInfo

public SWPenInfo getPenInfo()
Insert the method's description here. Creation date: (3/5/00 5:34:31 PM)
Returns:
com.sculley.jim.swjava.SWPenInfo

getSheetCount

public long getSheetCount()
Insert the method's description here. Creation date: (3/5/00 5:39:41 PM)
Returns:
long

getSheetNames

public java.lang.String[] getSheetNames()
Insert the method's description here. Creation date: (3/5/00 5:40:27 PM)
Returns:
java.lang.String[]

hideSelectedEdges

public void hideSelectedEdges()
Insert the method's description here. Creation date: (3/5/00 5:41:17 PM)

insertBaseDimensions

public void insertBaseDimensions()
Insert the method's description here. Creation date: (3/5/00 7:41:42 PM)

insertComponentAnnotations

public boolean insertComponentAnnotations(boolean allTypes,
                                          long typeBits,
                                          boolean allViews)
Insert the method's description here. Creation date: (3/5/00 7:54:02 PM)
Parameters:
allTypes - boolean
typeBits - long
allViews - boolean
Returns:
boolean

insertComponentDimensions

public boolean insertComponentDimensions()
Insert the method's description here. Creation date: (3/5/00 7:54:02 PM)
Returns:
boolean

insertCustomSymbol

public void insertCustomSymbol(java.lang.String filename)
Insert the method's description here. Creation date: (3/5/00 7:46:22 PM)
Parameters:
filename - java.lang.String

insertDatumTag

public void insertDatumTag()
Insert the method's description here. Creation date: (3/5/00 7:47:30 PM)

insertFeatureAnnotations

public boolean insertFeatureAnnotations(boolean allTypes,
                                        long typeBits,
                                        boolean allViews)
Insert the method's description here. Creation date: (3/5/00 7:54:02 PM)
Parameters:
allTypes - boolean
typeBits - long
allViews - boolean
Returns:
boolean

insertFeatureDimensions

public boolean insertFeatureDimensions()
Insert the method's description here. Creation date: (3/5/00 7:54:02 PM)
Returns:
boolean

insertHorizBreak

public void insertHorizBreak()
Insert the method's description here. Creation date: (3/5/00 7:43:19 PM)

insertHorizOrdinate

public void insertHorizOrdinate()
Insert the method's description here. Creation date: (3/5/00 7:51:28 PM)

insertOrdinate

public void insertOrdinate()
Insert the method's description here. Creation date: (3/5/00 7:59:32 PM)

insertReferenceDim

public void insertReferenceDim()
Insert the method's description here. Creation date: (3/5/00 8:01:42 PM)

insertVertBreak

public void insertVertBreak()
Insert the method's description here. Creation date: (3/5/00 7:43:19 PM)

insertVertOrdinate

public void insertVertOrdinate()
Insert the method's description here. Creation date: (3/5/00 7:51:28 PM)

insertViewAnnotations

public boolean insertViewAnnotations(boolean allTypes,
                                     long typeBits,
                                     boolean allViews)
Insert the method's description here. Creation date: (3/5/00 7:53:47 PM)
Parameters:
allTypes - boolean
typeBits - booelan
allViews - boolean
Returns:
boolean

insertViewDimensions

public boolean insertViewDimensions()
Insert the method's description here. Creation date: (3/5/00 7:53:47 PM)
Returns:
boolean

moveModelDimension

public void moveModelDimension(java.lang.String targetView,
                               boolean isCopy,
                               SWPoint dropLocation)
Insert the method's description here. Creation date: (3/5/00 11:43:09 AM)
Parameters:
targetView - java.lang.String
isCopy - boolean
dropLocation - com.sculley.jim.swjava.SWPoint

nextSheet

public void nextSheet()
Insert the method's description here. Creation date: (3/5/00 9:40:19 PM)

previousSheet

public void previousSheet()
Insert the method's description here. Creation date: (3/5/00 9:40:19 PM)

rebuild

public void rebuild()
Insert the method's description here. Creation date: (3/5/00 12:49:08 PM)

rebuildAll

public void rebuildAll()
Insert the method's description here. Creation date: (3/5/00 12:57:51 PM)

removeBreak

public void removeBreak()
Insert the method's description here. Creation date: (3/5/00 9:53:09 PM)

rotateView

public boolean rotateView(double angleInDegrees)
Insert the method's description here. Creation date: (3/5/00 11:54:49 AM)
Parameters:
angleInDegrees - double
Returns:
boolean

setActiveLayer

public boolean setActiveLayer(java.lang.String layerName)
Insert the method's description here. Creation date: (3/5/00 8:47:46 PM)
Parameters:
layerName - java.lang.String
Returns:
boolean

setEntityLineColor

public void setEntityLineColor(java.awt.Color newColor)
Insert the method's description here. Creation date: (3/5/00 8:49:48 PM)
Parameters:
newColor - java.awt.Color

setEntityLineStyle

public void setEntityLineStyle(java.lang.String styleName)
Insert the method's description here. Creation date: (3/5/00 8:55:49 PM)
Parameters:
styleName - java.lang.String

setEntityLineWidth

public void setEntityLineWidth(long width)
Insert the method's description here. Creation date: (3/5/00 8:55:49 PM)
Parameters:
width - long

setViewHiddenGrey

public void setViewHiddenGrey()
Insert the method's description here. Creation date: (3/5/00 9:56:02 PM)

setViewHLR

public void setViewHLR()
Insert the method's description here. Creation date: (3/5/00 9:56:02 PM)

setViewWireframe

public void setViewWireframe()
Insert the method's description here. Creation date: (3/5/00 9:56:02 PM)

showComponentPropsDialog

public void showComponentPropsDialog()
Insert the method's description here. Creation date: (3/5/00 8:44:45 PM)

showImportDimDialog

public void showImportDimDialog()
Insert the method's description here. Creation date: (3/5/00 11:38:58 AM)

showSelectedEdges

public void showSelectedEdges()
Insert the method's description here. Creation date: (3/5/00 5:41:17 PM)

startDrawing

public void startDrawing()
Insert the method's description here. Creation date: (3/5/00 9:44:38 PM)

suppressSelectedView

public void suppressSelectedView()
Insert the method's description here. Creation date: (3/5/00 9:47:19 PM)

toggleGridDisplay

public void toggleGridDisplay()
Insert the method's description here. Creation date: (3/5/00 9:48:36 PM)

toggleTangentEdgeDisplay

public void toggleTangentEdgeDisplay()
Insert the method's description here. Creation date: (3/5/00 9:58:42 PM)

toggleViewVisibility

public void toggleViewVisibility()
Insert the method's description here. Creation date: (3/5/00 7:39:45 PM)

translate

public void translate(double deltaX,
                      double deltaY)
Insert the method's description here. Creation date: (3/5/00 9:50:17 PM)
Parameters:
deltaX - double
deltaY - double

undoRotation

public void undoRotation()
Insert the method's description here. Creation date: (3/5/00 8:46:08 PM)

unsuppressSelectedView

public void unsuppressSelectedView()
Insert the method's description here. Creation date: (3/5/00 9:47:19 PM)

useSplineBreakLine

public void useSplineBreakLine()
Insert the method's description here. Creation date: (3/4/00 9:16:25 PM)

useStraightBreakLine

public void useStraightBreakLine()
Insert the method's description here. Creation date: (3/4/00 9:16:25 PM)

useZigZagBreakLine

public void useZigZagBreakLine()
Insert the method's description here. Creation date: (3/4/00 9:16:25 PM)

viewFullPage

public void viewFullPage()
Insert the method's description here. Creation date: (3/5/00 9:57:52 PM)