hep.geant4.jni
Class G4VisAttributes

java.lang.Object
  extended by hep.geant4.jni.G4VisAttributes

public class G4VisAttributes
extends Object


Nested Class Summary
static class G4VisAttributes.ForcedDrawingStyle
           
static class G4VisAttributes.LineStyle
           
 
Field Summary
protected  boolean swigCMemOwn
           
 
Constructor Summary
G4VisAttributes()
           
G4VisAttributes(boolean visibility)
           
G4VisAttributes(boolean visibility, Color colour)
           
G4VisAttributes(Color colour)
           
G4VisAttributes(long cPtr, boolean cMemoryOwn)
           
 
Method Summary
 void delete()
           
 boolean equals(Object obj)
           
protected  void finalize()
           
 G4StringG4AttDefMap getAttDefs()
           
 G4AttValueVector getAttValues()
           
 Color getColor()
           
static long getCPtr(G4VisAttributes obj)
           
 G4VisAttributes.ForcedDrawingStyle getForcedDrawingStyle()
           
static G4VisAttributes getInvisible()
           
 G4VisAttributes.LineStyle getLineStyle()
           
 double getLineWidth()
           
 boolean isDaughtersInvisible()
           
 boolean isForceAuxEdgeVisible()
           
 boolean isForceDrawingStyle()
           
 boolean isVisible()
           
 void setAttDefs(G4StringG4AttDefMap arg0)
           
 void setAttValues(G4AttValueVector arg0)
           
 void setColor(Color arg0)
           
 void setColor(double red, double green, double blue)
           
 void setColor(double red, double green, double blue, double alpha)
           
 void setDaughtersInvisible(boolean arg0)
           
 void setForceAuxEdgeVisible(boolean arg0)
           
 void setForceSolid(boolean arg0)
           
 void setForceWireframe(boolean arg0)
           
 void setLineStyle(G4VisAttributes.LineStyle arg0)
           
 void setLineWidth(double arg0)
           
 void setVisibility(boolean arg0)
           
 
Methods inherited from class java.lang.Object
clone, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

swigCMemOwn

protected boolean swigCMemOwn
Constructor Detail

G4VisAttributes

public G4VisAttributes(long cPtr,
                       boolean cMemoryOwn)

G4VisAttributes

public G4VisAttributes()

G4VisAttributes

public G4VisAttributes(boolean visibility)

G4VisAttributes

public G4VisAttributes(Color colour)

G4VisAttributes

public G4VisAttributes(boolean visibility,
                       Color colour)
Method Detail

getCPtr

public static long getCPtr(G4VisAttributes obj)

finalize

protected void finalize()
                 throws Throwable
Overrides:
finalize in class Object
Throws:
Throwable

delete

public void delete()

equals

public boolean equals(Object obj)
Overrides:
equals in class Object

getInvisible

public static G4VisAttributes getInvisible()

isVisible

public boolean isVisible()

isDaughtersInvisible

public boolean isDaughtersInvisible()

getColor

public Color getColor()

getLineStyle

public G4VisAttributes.LineStyle getLineStyle()

getLineWidth

public double getLineWidth()

isForceDrawingStyle

public boolean isForceDrawingStyle()

getForcedDrawingStyle

public G4VisAttributes.ForcedDrawingStyle getForcedDrawingStyle()

isForceAuxEdgeVisible

public boolean isForceAuxEdgeVisible()

getAttValues

public G4AttValueVector getAttValues()

getAttDefs

public G4StringG4AttDefMap getAttDefs()

setVisibility

public void setVisibility(boolean arg0)

setDaughtersInvisible

public void setDaughtersInvisible(boolean arg0)

setColor

public void setColor(Color arg0)

setColor

public void setColor(double red,
                     double green,
                     double blue,
                     double alpha)

setColor

public void setColor(double red,
                     double green,
                     double blue)

setLineStyle

public void setLineStyle(G4VisAttributes.LineStyle arg0)

setLineWidth

public void setLineWidth(double arg0)

setForceWireframe

public void setForceWireframe(boolean arg0)

setForceSolid

public void setForceSolid(boolean arg0)

setForceAuxEdgeVisible

public void setForceAuxEdgeVisible(boolean arg0)

setAttValues

public void setAttValues(G4AttValueVector arg0)

setAttDefs

public void setAttDefs(G4StringG4AttDefMap arg0)


Copyright © 2000-2007 FreeHEP. All Rights Reserved.