Uses of Class
jmri.jmrit.display.LogixNGIcon
-
Packages that use LogixNGIcon Package Description jmri.jmrit.display Provides control panel and associated visible icon classes. -
-
Uses of LogixNGIcon in jmri.jmrit.display
Fields in jmri.jmrit.display with type parameters of type LogixNGIcon Modifier and Type Field Description (package private) java.util.Map<java.lang.Integer,LogixNGIcon>
LogixNGIcon.IdentityManager. _identities
Methods in jmri.jmrit.display that return LogixNGIcon Modifier and Type Method Description LogixNGIcon
LogixNGIcon.IdentityManager. getLogixNGIcon(int identity)
Methods in jmri.jmrit.display with parameters of type LogixNGIcon Modifier and Type Method Description int
LogixNGIcon.IdentityManager. getIdentity(int identity, LogixNGIcon logixNGIcon)
int
LogixNGIcon.IdentityManager. getIdentity(LogixNGIcon logixNGIcon)
-