public class MarkerIndicatorRegion extends Object implements MarginRegion
| Modifier and Type | Class and Description |
|---|---|
static class |
MarkerIndicatorRegion.Builder
Creates a new marker indicator region builder
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
List<MarkerIndicator> |
getIndicators()
Gets the list of indicators.
|
int |
getWidth()
Gets the width of the region, in columns.
|
int |
hashCode() |
static MarkerIndicatorRegion.Builder |
ofWidth(int width)
Creates a new builder of the specified width.
|
public static MarkerIndicatorRegion.Builder ofWidth(int width)
width - the width of the builder, in characterspublic int getWidth()
MarginRegiongetWidth in interface MarginRegionpublic List<MarkerIndicator> getIndicators()