Uses of Enum Class
com.openinventor.hardcopy.SoVectorizeAction.DimensionUnits
Packages that use SoVectorizeAction.DimensionUnits
-
Uses of SoVectorizeAction.DimensionUnits in com.openinventor.hardcopy
Methods in com.openinventor.hardcopy that return SoVectorizeAction.DimensionUnitsModifier and TypeMethodDescriptionSoVectorizeAction.DimensionUnits.valueOf(int val) Returns the enum constant of this type with the specified integer valueReturns the enum constant of this class with the specified name.static SoVectorizeAction.DimensionUnits[]SoVectorizeAction.DimensionUnits.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.openinventor.hardcopy with parameters of type SoVectorizeAction.DimensionUnitsModifier and TypeMethodDescriptionvoidSoVectorizeAction.beginPage(SbVec2f startPagePosition, SbVec2f pageSize, SoVectorizeAction.DimensionUnits u) Begin a new page.SoVectorizeAction.getDrawingDimensions(SoVectorizeAction.DimensionUnits u) Returns the dimensions of the drawing on the sheet of paper.floatSoVectorizeAction.getLinePatternSize(SoVectorizeAction.DimensionUnits u) Returns the line pattern scale factor.floatSoVectorizeAction.getNominalWidth(SoVectorizeAction.DimensionUnits u) Returns the nominal width.floatSoVectorizeAction.getPixelImageSize(SoVectorizeAction.DimensionUnits u) Returns the size of a pixel.SoVectorizeAction.getStartPosition(SoVectorizeAction.DimensionUnits u) Returns the start position of the drawing on the sheet of paper.voidSoVectorizeAction.setDrawingDimensions(float w, float h, SoVectorizeAction.DimensionUnits u) Sets the dimensions of the drawing on the sheet of paper.voidSoVectorizeAction.setDrawingDimensions(SbVec2f d, SoVectorizeAction.DimensionUnits u) Sets the dimensions of the drawing on the sheet of paper.voidSoVectorizeAction.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.voidSoVectorizeAction.setNominalWidth(float w, SoVectorizeAction.DimensionUnits u) Sets the nominal width.voidSoVectorizeAction.setPenDescription(SbColor[] colors, float[] widths, SoVectorizeAction.DimensionUnits u) Sets the description of the color and the width of each pen.voidSoVectorizeAction.setPixelImageSize(float w, SoVectorizeAction.DimensionUnits u) Sets the size of a pixel for image primitives.voidSoVectorizeAction.setStartPosition(float x, float y, SoVectorizeAction.DimensionUnits u) Sets the start position of the drawing on the sheet of paper.voidSoVectorizeAction.setStartPosition(SbVec2f p, SoVectorizeAction.DimensionUnits u) Sets the start position of the drawing on the sheet of paper.