Throw exception for non-implemented drawGraph methods.
Este commit está contenido en:
padre
9e8457337e
commit
a2d03a0857
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
|
|
@ -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
|
||||
|
|
|
|||
Cargando…
Referenciar en una nueva incidencia