|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.sonar.ide.ui.IconsUtils
public final class IconsUtils
| Field Summary | |
|---|---|
protected static String |
IMAGES_PATH
|
| Method Summary | |
|---|---|
static Color |
getColor(org.sonar.wsclient.services.Violation violation)
Returns color for specified violation. |
static String |
getIconPath(org.sonar.wsclient.services.Violation violation)
Returns icon for specified violation. |
static String |
getPriorityIconPath(org.sonar.wsclient.services.Violation violation)
Returns priority icon for specified violation. |
static String |
getTendencyIconPath(org.sonar.wsclient.services.Measure measure)
Returns tendency icon for specified measure. |
static String |
getTendencyIconPath(org.sonar.wsclient.services.Measure measure,
boolean small)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected static final String IMAGES_PATH
| Method Detail |
|---|
public static String getIconPath(org.sonar.wsclient.services.Violation violation)
violation - violation
public static String getPriorityIconPath(org.sonar.wsclient.services.Violation violation)
violation - violation
public static String getTendencyIconPath(org.sonar.wsclient.services.Measure measure,
boolean small)
public static String getTendencyIconPath(org.sonar.wsclient.services.Measure measure)
measure - measure
public static Color getColor(org.sonar.wsclient.services.Violation violation)
violation - violation
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||