Class AtomSymbolElement

    • Field Detail

      • formalCharge

        public final int formalCharge
        The formal charge.
      • hydrogenCount

        public final int hydrogenCount
        The hydrogen count.
      • alignment

        public final int alignment
        The hydrogen alignment.
    • Constructor Detail

      • AtomSymbolElement

        public AtomSymbolElement​(double x,
                                 double y,
                                 String symbol,
                                 Integer formalCharge,
                                 Integer hydrogenCount,
                                 int alignment,
                                 Color color)