Class XEGNode

java.lang.Object
de.grogra.ext.exchangegraph.helpnodes.XEGNode

public class XEGNode extends Object
  • Constructor Details

    • XEGNode

      public XEGNode()
  • Method Details

    • handleImportProperties

      public static void handleImportProperties(Node node, List<de.grogra.ext.exchangegraph.xmlbeans.Property> properties, List<de.grogra.ext.exchangegraph.xmlbeans.Property> handledProperties)
    • getElementsOfMatrix

      public static final List<Double> getElementsOfMatrix(Matrix4d m)
      Puts all elements of the matrix in a list of size 16. The elements are listet in a row.
      Returns:
      list of elements
    • handleExportProperties

      public static void handleExportProperties(Node node, de.grogra.ext.exchangegraph.xmlbeans.Node xmlNode)
    • convertShader2Rgb

      public static ArrayList<Float> convertShader2Rgb(Shader s)
    • getShader

      protected static RGBAShader getShader(List<Float> rgb)