Throw exception for non-implemented drawGraph methods.
This commit is contained in:
부모
9e8457337e
커밋
a2d03a0857
1개의 변경된 파일과 2개의 추가작업 그리고 2개의 파일을 삭제
|
@ -403,12 +403,12 @@ public class MapViewDrawing extends MapView implements Drawing {
|
|||
|
||||
@Override
|
||||
public void drawGraph(Graph graph, GraphPalette palette) {
|
||||
// drawGraph(graph, null);
|
||||
throw new RuntimeException("Not implemented, use drawGraph(File).");
|
||||
}
|
||||
|
||||
@Override
|
||||
public void drawGraph(Graph graph) {
|
||||
// drawGraph(graph, null);
|
||||
throw new RuntimeException("Not implemented, use drawGraph(File).");
|
||||
}
|
||||
|
||||
@Override
|
||||
|
|
불러오는 중…
Reference in a new issue