igeo.io
Class I3DXML.LineAttributesType

java.lang.Object
  extended by igeo.io.I3DXML.LineAttributesType
Enclosing class:
I3DXML

public static class I3DXML.LineAttributesType
extends java.lang.Object


Nested Class Summary
static class I3DXML.LineAttributesType.LineTypeType
           
 
Field Summary
 I3DXML.ColorType color
           
 I3DXML.LineAttributesType.LineTypeType lineType
           
 double thickness
           
 
Constructor Summary
I3DXML.LineAttributesType()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

color

public I3DXML.ColorType color

lineType

public I3DXML.LineAttributesType.LineTypeType lineType

thickness

public double thickness
Constructor Detail

I3DXML.LineAttributesType

public I3DXML.LineAttributesType()