public class VehiclePainter extends java.lang.Object implements GraphPainter
Modifier and Type | Field and Description |
---|---|
static int |
maxHeight |
static int |
maxWidth |
Constructor and Description |
---|
VehiclePainter(PlanType plan) |
Modifier and Type | Method and Description |
---|---|
int |
compareTo(GraphPainter o) |
void |
paint(java.awt.Graphics2D g,
NeptusGraph<?,?> graph) |
public VehiclePainter(PlanType plan)
public void paint(java.awt.Graphics2D g, NeptusGraph<?,?> graph)
paint
in interface GraphPainter
public int compareTo(GraphPainter o)
compareTo
in interface java.lang.Comparable<GraphPainter>
Copyright © 2004-2014 FEUP-LSTS and Neptus developers. All Rights Reserved.