Package de.f0rce.ace.util
Class AceMarker
java.lang.Object
de.f0rce.ace.util.AceMarker
- Author:
- David "F0rce" Dodlek
-
Constructor Summary
ConstructorsConstructorDescriptionAceMarker(int rowStart, int from, int rowEnd, int to, AceMarkerColor aceMarker) AceMarker(int rowStart, int from, int rowEnd, int to, AceMarkerColor aceMarker, String alias) AceMarker(int from, int to, AceMarkerColor aceMarker) AceMarker(int from, int to, AceMarkerColor aceMarker, String alias) -
Method Summary
Modifier and TypeMethodDescriptionReturns the color set for the AceMarker.getAlias()Returns the current set alias for the AceMarker.intgetFrom()Returns the index in the rowStartgetRowStart()where the AceMarker starts.getID()Returns the random generated UUID of the AceMarker itself.intReturns the row where the AceMarker ends.intReturns the row where the AceMarker starts.intgetTo()Returns the index in the rowEndgetRowEnd()where the selection ends.voidSets the alias for the AceMarker.toString()
-
Constructor Details
-
AceMarker
- Parameters:
from- intto- intaceMarker-AceMarkerColor
-
AceMarker
- Parameters:
from- intto- intaceMarker-AceMarkerColoralias-String
-
AceMarker
- Parameters:
rowStart- intfrom- introwEnd- intto- intaceMarker-AceMarkerColor
-
AceMarker
public AceMarker(int rowStart, int from, int rowEnd, int to, AceMarkerColor aceMarker, String alias) - Parameters:
rowStart- intfrom- introwEnd- intto- intaceMarker-AceMarkerColoralias-String
-
-
Method Details
-
getID
Returns the random generated UUID of the AceMarker itself.- Returns:
String
-
getRowStart
public int getRowStart()Returns the row where the AceMarker starts.- Returns:
- int
-
getFrom
public int getFrom()Returns the index in the rowStartgetRowStart()where the AceMarker starts.- Returns:
- int
-
getRowEnd
public int getRowEnd()Returns the row where the AceMarker ends.- Returns:
- int
-
getTo
public int getTo()Returns the index in the rowEndgetRowEnd()where the selection ends.- Returns:
- int
-
getAceMarkerColor
Returns the color set for the AceMarker.- Returns:
AceMarkerColor
-
getAlias
Returns the current set alias for the AceMarker.- Returns:
String
-
setAlias
Sets the alias for the AceMarker.- Parameters:
alias-String
-
toString
-