Package org.luwrain.core
Interface LineMarks
- All Known Implementing Classes:
DefaultLineMarks
public interface LineMarks
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic interface
static interface
-
Method Summary
Modifier and TypeMethodDescriptionfilter
(Predicate<LineMarks.Mark> cond) findAtPos
(int pos) getMarks()
-
Method Details
-
getMarks
LineMarks.Mark[] getMarks() -
findAtPos
-
filter
-