Package graph

Class GraphOptions


  • public class GraphOptions
    extends Object
    Die Klasse GraphOptions speichert, wie ein Graph in einem Fenster vom GraphPlotter angezeigt wird.
    Version:
    v6.7 (9.12.2020)
    Author:
    Thomas Schaller
    • Field Detail

      • bildDatei

        public String bildDatei
      • bildAnzeigen

        public boolean bildAnzeigen
      • vertexSize

        public int vertexSize
      • showEdgeWeights

        public boolean showEdgeWeights
      • showVertexValue

        public boolean showVertexValue
      • showVertexText

        public boolean showVertexText
      • showVertexInfo

        public boolean showVertexInfo
      • saveAsMatrix

        public boolean saveAsMatrix
      • stdFarbenKnoten

        public String[] stdFarbenKnoten
      • stdFarbenKanten

        public String[] stdFarbenKanten
      • farbenKnoten

        public String[] farbenKnoten
      • farbenKanten

        public String[] farbenKanten
      • fokusArt

        public int fokusArt
      • auswahl

        public int auswahl
    • Constructor Detail

      • GraphOptions

        public GraphOptions()
    • Method Detail

      • ladeGraph

        public void ladeGraph​(Table csvParser)
      • getText

        public String getText()