void |
SoVectorizeAction.beginPage(SbVec2f startPagePosition,
SbVec2f pageSize,
SoVectorizeAction.DimensionUnits u) |
Begin a new page.
|
SbVec2f |
SoVectorizeAction.getDrawingDimensions(SoVectorizeAction.DimensionUnits u) |
Returns the dimensions of the drawing on the sheet of paper.
|
float |
SoVectorizeAction.getLinePatternSize(SoVectorizeAction.DimensionUnits u) |
Returns the line pattern scale factor.
|
float |
SoVectorizeAction.getNominalWidth(SoVectorizeAction.DimensionUnits u) |
Returns the nominal width.
|
float |
SoVectorizeAction.getPixelImageSize(SoVectorizeAction.DimensionUnits u) |
Returns the size of a pixel.
|
SbVec2f |
SoVectorizeAction.getStartPosition(SoVectorizeAction.DimensionUnits u) |
Returns the start position of the drawing on the sheet of paper.
|
void |
SoVectorizeAction.setDrawingDimensions(float w,
float h,
SoVectorizeAction.DimensionUnits u) |
Sets the dimensions of the drawing on the sheet of paper.
|
void |
SoVectorizeAction.setDrawingDimensions(SbVec2f d,
SoVectorizeAction.DimensionUnits u) |
Sets the dimensions of the drawing on the sheet of paper.
|
void |
SoVectorizeAction.setLinePatternSize(float w,
SoVectorizeAction.DimensionUnits u) |
Sets the line pattern size, i.e., the association between printer pattern (16 printer "points") and the size of the line pattern on the hard copy output.
|
void |
SoVectorizeAction.setNominalWidth(float w,
SoVectorizeAction.DimensionUnits u) |
Sets the nominal width.
|
void |
SoVectorizeAction.setPenDescription(SbColor[] colors,
float[] widths,
SoVectorizeAction.DimensionUnits u) |
Sets the description of the color and the width of each pen.
|
void |
SoVectorizeAction.setPixelImageSize(float w,
SoVectorizeAction.DimensionUnits u) |
Sets the size of a pixel for image primitives.
|
void |
SoVectorizeAction.setStartPosition(float x,
float y,
SoVectorizeAction.DimensionUnits u) |
Sets the start position of the drawing on the sheet of paper.
|
void |
SoVectorizeAction.setStartPosition(SbVec2f p,
SoVectorizeAction.DimensionUnits u) |
Sets the start position of the drawing on the sheet of paper.
|