File tree Expand file tree Collapse file tree
app/rtplot/src/main/java/org/csstudio/javafx/rtplot/internal Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3636import org .csstudio .javafx .rtplot .internal .util .GraphicsUtils ;
3737import org .csstudio .javafx .rtplot .internal .util .LinearScreenTransform ;
3838import org .csstudio .javafx .rtplot .internal .util .Log10 ;
39- import org .epics .util .array .ArrayByte ;
40- import org .epics .util .array .ArrayInteger ;
41- import org .epics .util .array .ArrayShort ;
42- import org .epics .util .array .IteratorNumber ;
43- import org .epics .util .array .ListNumber ;
39+ import org .epics .util .array .*;
4440import org .epics .vtype .VImageType ;
4541import org .phoebus .ui .javafx .BufferUtil ;
4642import org .phoebus .ui .javafx .ChildCare ;
@@ -566,7 +562,7 @@ protected BufferedImage updateImageBuffer()
566562 }
567563 else
568564 {
569- if (!(numbers instanceof ArrayByte ))
565+ if (!(numbers instanceof ArrayByte || numbers instanceof ArrayUByte ))
570566 logger .log (Level .WARNING , "Cannot handle rgb1 image data of type " + numbers .getClass ().getName ());
571567 if (unsigned )
572568 {
You can’t perform that action at this time.
0 commit comments