Java javax.media.j3d LineAttributes fields, constructors, methods, implement or subclass

Example usage for Java javax.media.j3d LineAttributes fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for javax.media.j3d LineAttributes.

The text is from its open source code.

Field

intALLOW_WIDTH_WRITE
Specifies that this LineAttributes object allows writing its line width information.
intALLOW_PATTERN_WRITE
Specifies that this LineAttributes object allows writing its line pattern information.
intALLOW_ANTIALIASING_WRITE
Specifies that this LineAttributes object allows writing its line antialiasing flag.
intPATTERN_SOLID
Draw solid lines with no pattern.
intPATTERN_DASH
Draw dashed lines.
intPATTERN_DOT
Draw dotted lines.
intPATTERN_DASH_DOT
Draw dashed-dotted lines.

Constructor

LineAttributes()
Constructs a LineAttributes object with default parameters.
LineAttributes(float lineWidth, int linePattern, boolean lineAntialiasing)
Constructs a LineAttributes object with specified values.

Method

voidsetLinePattern(int linePattern)
Sets the line pattern for this LineAttributes component object.
voidsetLineWidth(float lineWidth)
Sets the line width for this LineAttributes component object.