Class NodeRenderer.Info

  • All Implemented Interfaces:
    java.lang.AutoCloseable
    Direct Known Subclasses:
    NodeRenderer.InfoWithFilter
    Enclosing class:
    NodeRenderer

    public static class NodeRenderer.Info
    extends java.lang.Object
    implements java.lang.AutoCloseable
    • Constructor Summary

      Constructors 
      Constructor Description
      Info​(@NotNull Renderable renderable, @NotNull RenderContext context, @NotNull java.awt.Graphics2D g)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void close()  
      @NotNull java.awt.Graphics2D graphics()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • renderable

        @NotNull
        public final @NotNull Renderable renderable
      • g

        @NotNull
        public final @NotNull java.awt.Graphics2D g
    • Constructor Detail

      • Info

        Info​(@NotNull
             @NotNull Renderable renderable,
             @NotNull
             @NotNull RenderContext context,
             @NotNull
             @NotNull java.awt.Graphics2D g)
    • Method Detail

      • graphics

        @NotNull
        public @NotNull java.awt.Graphics2D graphics()
      • close

        public void close()
        Specified by:
        close in interface java.lang.AutoCloseable