Package com.inavi.mapsdk.style.shapes
Class InvMultiLine.InvLine
java.lang.Object
com.inavi.mapsdk.style.shapes.InvMultiLine.InvLine
- Enclosing class:
- InvMultiLine
Deprecated.
다중 선형에서 사용하는 선형의 좌표열과 색상 속성을 정의한 클래스.
InvMultiLine
에서 사용됩니다.-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
Deprecated.Deprecated.라인의 좌표열을 반환합니다.int
Deprecated.라인의 색상을 반환합니다.int
hashCode()
Deprecated.void
setLineColor
(int lineColor) Deprecated.라인의 색상을 설정합니다.
-
Constructor Details
-
InvLine
Deprecated.좌표열 설정을 포함한 생성자.
좌표열의 크기는2
이상이어야 합니다.- Parameters:
coords
- 좌표열
-
InvLine
Deprecated.좌표열과 색상 설정을 포함한 생성자.
좌표열의 크기는2
이상이어야 합니다.- Parameters:
coords
- 좌표열lineColor
- 색상
-
-
Method Details
-
getCoords
Deprecated.라인의 좌표열을 반환합니다.- Returns:
- 좌표열
-
getLineColor
public int getLineColor()Deprecated.라인의 색상을 반환합니다.
기본값은Color.BLACK
입니다.- Returns:
- 색상
-
setLineColor
public void setLineColor(int lineColor) Deprecated.라인의 색상을 설정합니다.
기본값은Color.BLACK
입니다.- Parameters:
lineColor
- 색상
-
equals
Deprecated. -
hashCode
public int hashCode()Deprecated.
-
InvRoute.InvRouteLink
로 대체됩니다.