Package | Description |
---|---|
com.openinventor.hardcopy |
Resolution-independent vector/polygon hardcopy.
|
Modifier and Type | Method and Description |
---|---|
static SoVectorizeAction.DimensionUnits |
SoVectorizeAction.DimensionUnits.fromValue(int val)
Deprecated.
Use
valueOf(int) instead. |
static SoVectorizeAction.DimensionUnits |
SoVectorizeAction.DimensionUnits.valueOf(int val)
Returns the enum constant of this type with the specified integer value
|
static SoVectorizeAction.DimensionUnits |
SoVectorizeAction.DimensionUnits.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static SoVectorizeAction.DimensionUnits[] |
SoVectorizeAction.DimensionUnits.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Generated on January 23, 2025, Copyright © Thermo Fisher Scientific. All rights reserved. http://www.openinventor.com