package org.simantics.district.network.ui.nodes; import java.awt.Graphics2D; public interface DeferredNode { void renderDeferred(Graphics2D g); }