matchNode abstract method

void matchNode(
  1. LayerContainer layerContainer,
  2. NodeProperties nodeProperties
)

Checks the nodeProperties and adds itself to the layerContainer if there is something to draw.

Implementation

void matchNode(LayerContainer layerContainer, NodeProperties nodeProperties);