public class JobPainterExtension extends Object
Modifier and Type | Field and Description |
---|---|
List<AreaOwner> |
areaOwners |
GCInterface |
gc |
JobHopMeta |
jobHop |
JobMeta |
jobMeta |
int |
mx |
int |
my |
Point |
offset |
boolean |
shadow |
int |
x1 |
int |
x2 |
int |
y1 |
int |
y2 |
Constructor and Description |
---|
JobPainterExtension(GCInterface gc,
boolean shadow,
List<AreaOwner> areaOwners,
JobMeta jobMeta,
JobHopMeta jobHop,
int x1,
int y1,
int x2,
int y2,
int mx,
int my,
Point offset) |
public GCInterface gc
public boolean shadow
public JobMeta jobMeta
public JobHopMeta jobHop
public int x1
public int y1
public int x2
public int y2
public int mx
public int my
public Point offset
public JobPainterExtension(GCInterface gc, boolean shadow, List<AreaOwner> areaOwners, JobMeta jobMeta, JobHopMeta jobHop, int x1, int y1, int x2, int y2, int mx, int my, Point offset)
Copyright © 2020 Hitachi Vantara. All rights reserved.