Serialized Form

  • Package org.evoludo.geom

  • Package org.evoludo.graphics

    • Class org.evoludo.graphics.FrameLayer

      class FrameLayer extends JComponent implements Serializable
      serialVersionUID:
      20110423L
      • Serialized Fields

        • annotations
          List<GraphLabel> annotations
        • axisLabels
          List<GraphLabel> axisLabels
        • canvas
          Rectangle canvas
        • frame
          GeneralPath frame
        • grid
          GeneralPath grid
        • labels
          List<GraphLabel> labels
        • mousedrag
          Rectangle mousedrag
        • msg
          String msg
        • outline
          Shape outline
        • style
          GraphStyle style
        • thresholds
          List<FrameThreshold> thresholds
        • tickLabels
          List<GraphLabel> tickLabels
        • xaxis
          GraphAxis xaxis
        • yaxis
          GraphAxis yaxis
    • Class org.evoludo.graphics.GlassLayer

      class GlassLayer extends JComponent implements Serializable
      serialVersionUID:
      20110423L
      • Serialized Fields

        • canvas
          Rectangle canvas
        • isClear
          boolean isClear
        • view
          GlassLayerListener view
    • Class org.evoludo.graphics.GraphLabel

      class GraphLabel extends Point implements Serializable
      serialVersionUID:
      20110423L
    • Class org.evoludo.graphics.HistoFrameLayer

      class HistoFrameLayer extends FrameLayer implements Serializable
      serialVersionUID:
      20110423L
      • Serialized Fields

        • binwidth
          int binwidth
        • color
          Color color
        • data
          HistoData data
        • marks
          List<HistoMarkedBin> marks
        • name
          String name
    • Class org.evoludo.graphics.S3FrameLayer

      class S3FrameLayer extends FrameLayer implements Serializable
      serialVersionUID:
      20110423L
    • Class org.evoludo.graphics.ToggleAntiAliasingAction

      class ToggleAntiAliasingAction extends AbstractAction implements Serializable
      serialVersionUID:
      20110423L
  • Package org.evoludo.simulator

    • Class org.evoludo.simulator.EvoLudoLab

      class EvoLudoLab extends JFrame implements Serializable
      serialVersionUID:
      20110423L
      • Serialized Fields

        • activeViews
          EvoLudoPanel activeViews
        • appHeight
          int appHeight
        • appView
          String appView
        • appWidth
          int appWidth
        • bgcolorGUI
          Color bgcolorGUI
        • cloAA
          CLOption cloAA
        • cloAnimate
          CLOption cloAnimate
        • cloBGColorGUI
          CLOption cloBGColorGUI
        • cloFrameStroke
          CLOption cloFrameStroke
        • cloLabelFont
          CLOption cloLabelFont
        • cloLineStroke
          CLOption cloLineStroke
        • cloSize
          CLOption cloSize
        • cloTickFont
          CLOption cloTickFont
        • cloView
          CLOption cloView
        • console
          MVConsole console
        • counter
          JLabel counter
        • doAnimateLayout
          boolean doAnimateLayout
        • engine
          EvoLudoJRE engine
        • evoludoSlider
          JSlider evoludoSlider
        • frameStroke
          double frameStroke
        • labelFont
          Font labelFont
        • lineStroke
          double lineStroke
        • logger
          Logger logger
        • params
          ParamPanel params
        • paramsVisible
          boolean paramsVisible
        • resetAction
          Action resetAction
        • resetButton
          JButton resetButton
        • runStop
          JButton runStop
        • runStopAction
          Action runStopAction
        • status
          JLabel status
        • stepAction
          Action stepAction
        • tickFont
          Font tickFont
        • updatetime
          long updatetime
    • Class org.evoludo.simulator.EvoLudoLab.ChangeDelayAction

      class ChangeDelayAction extends AbstractAction implements Serializable
      serialVersionUID:
      1L
      • Serialized Fields

        • isIncrease
          boolean isIncrease
    • Class org.evoludo.simulator.EvoLudoLab.ChangeViewAction

      class ChangeViewAction extends AbstractAction implements Serializable
      serialVersionUID:
      1L
      • Serialized Fields

        • increment
          int increment
    • Class org.evoludo.simulator.EvoLudoLab.ResetAction

      class ResetAction extends AbstractAction implements Serializable
      serialVersionUID:
      1L
    • Class org.evoludo.simulator.EvoLudoLab.RunStopAction

      class RunStopAction extends AbstractAction implements Serializable
      serialVersionUID:
      1L
    • Class org.evoludo.simulator.EvoLudoLab.StepAction

      class StepAction extends AbstractAction implements Serializable
      serialVersionUID:
      1L
    • Class org.evoludo.simulator.EvoLudoPanel

      class EvoLudoPanel extends JPanel implements Serializable
      serialVersionUID:
      20110423L
      • Serialized Fields

  • Package org.evoludo.simulator.views

    • Class org.evoludo.simulator.views.MVAbstract

      class MVAbstract extends JComponent implements Serializable
      serialVersionUID:
      20110423L
      • Serialized Fields

        • customSeparator
          JPopupMenu.Separator customSeparator
        • engine
          EvoLudoJRE engine
        • evg
          MVAbstract.ExportVectorGraphics evg
        • graphs
          ArrayList<AbstractGraph> graphs
        • hasSVG
          boolean hasSVG
        • isActive
          boolean isActive
        • lab
          EvoLudoLab lab
        • localMenu
          JCheckBoxMenuItem localMenu
        • logger
          Logger logger
        • menuSetLocal
          boolean menuSetLocal
        • menuShowLocal
          boolean menuShowLocal
        • menuTime
          boolean menuTime
        • module
          Module module
        • nodeMenu
          JMenuItem nodeMenu
        • timeMenu
          JCheckBoxMenuItem timeMenu
        • timestamp
          double timestamp
    • Class org.evoludo.simulator.views.MVC2Distr

      class MVC2Distr extends MVAbstract implements Serializable
      serialVersionUID:
      20110423L
    • Class org.evoludo.simulator.views.MVCDistr

      class MVCDistr extends MVAbstract implements Serializable
      serialVersionUID:
      20110423L
    • Class org.evoludo.simulator.views.MVCMean

      class MVCMean extends MVAbstract implements Serializable
      serialVersionUID:
      20110423L
      • Serialized Fields

        • mean
          double[] mean
        • module
          Continuous module
        • nData
          int nData
        • xLabel
          JLabel xLabel
    • Class org.evoludo.simulator.views.MVConsole

      class MVConsole extends JComponent implements Serializable
      serialVersionUID:
      20110423L
      • Serialized Fields

    • Class org.evoludo.simulator.views.MVCTraitHistogram

      class MVCTraitHistogram extends MVAbstract implements Serializable
      serialVersionUID:
      20110423L
      • Serialized Fields

        • bins
          double[][] bins
        • max
          double[] max
        • module
          Continuous module
        • nData
          int nData
    • Class org.evoludo.simulator.views.MVDegree

      class MVDegree extends MVAbstract implements Serializable
      serialVersionUID:
      20110423L
      • Serialized Fields

        • isDirected
          boolean isDirected
        • isStatic
          boolean isStatic
        • xLabel
          JLabel xLabel
    • Class org.evoludo.simulator.views.MVDMean

      class MVDMean extends MVAbstract implements Serializable
      serialVersionUID:
      20110423L
    • Class org.evoludo.simulator.views.MVDPhase2D

      class MVDPhase2D extends MVAbstract implements Serializable
      serialVersionUID:
      20110423L
    • Class org.evoludo.simulator.views.MVDS3

      class MVDS3 extends MVAbstract implements Serializable
      serialVersionUID:
      20110423L
      • Serialized Fields

        • active
          boolean[] active
    • Class org.evoludo.simulator.views.MVDS4Manifold

      class MVDS4Manifold extends MVAbstract implements Serializable
      serialVersionUID:
      20110423L
      • Serialized Fields

        • wk
          double wk
        • wklabel
          JLabel wklabel
    • Class org.evoludo.simulator.views.MVFitHistogram

      class MVFitHistogram extends MVAbstract implements Serializable
      serialVersionUID:
      20110423L
      • Serialized Fields

        • bins
          double[][] bins
        • max
          double[] max
        • nData
          int nData
        • xLabel
          JLabel xLabel
    • Class org.evoludo.simulator.views.MVFitness

      class MVFitness extends MVAbstract implements Serializable
      serialVersionUID:
      20110423L
    • Class org.evoludo.simulator.views.MVPop2D

      class MVPop2D extends MVAbstract implements Serializable
      serialVersionUID:
      20110423L
  • Package org.evoludo.util

    • Class Plist

      class Plist extends HashMap<String,Object> implements Serializable
      serialVersionUID:
      1L
      • Serialized Fields

        • failFast
          boolean failFast
          The flag to indicate if the comparison should fail fast, i.e. after first issue encountered.
        • nIssues
          int nIssues
          The number of issues found.
        • nNumerical
          int nNumerical
          The number of numerical issues found.
        • nRepeat
          int nRepeat
          The number of times a particular type of issue is reported before skipping any further ones.
        • prevmsg
          String prevmsg
          The previous message.
        • repeat
          int repeat
          The number of times the previous message was repeated.
        • skip
          Collection<String> skip
          The list of keys to skip when comparing two plists.