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 TypeMethodDescriptionvoid
SoVectorizeAction.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.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.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.