bool isNotEmpty(String tagName){ return verticalLines.containsKey(tagName) || horizontalLines.containsKey(tagName); }