Searched refs:DrawUtils (Results 1 - 7 of 7) sorted by relevance

/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/core/controls/
H A DCFlatButton.java14 import org.eclipse.wb.internal.core.utils.ui.DrawUtils;
37 private static final Color COLOR_FACE = DrawUtils.getShiftedColor(IColorConstants.button, 12);
39 private static final Color COLOR_BORDER_GRADIENT1 = DrawUtils.getShiftedColor(
42 private static final Color COLOR_BORDER_GRADIENT1_SELECTED = DrawUtils.getShiftedColor(
45 private static final Color COLOR_BORDER_GRADIENT2 = DrawUtils.getShiftedColor(COLOR_FACE, -8);
46 private static final Color COLOR_BORDER_GRADIENT2_SELECTED = DrawUtils.getShiftedColor(
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/editor/
H A DTextDisplayPropertyEditor.java17 import org.eclipse.wb.internal.core.utils.ui.DrawUtils;
36 DrawUtils.drawStringCV(gc, text, x, y, width, height);
H A DBooleanObjectPropertyEditor.java16 import org.eclipse.wb.internal.core.utils.ui.DrawUtils;
66 DrawUtils.drawImageCV(gc, image, x, y, height);
74 DrawUtils.drawStringCV(gc, text, x, y, width, height);
H A DBooleanPropertyEditor.java19 import org.eclipse.wb.internal.core.utils.ui.DrawUtils;
66 DrawUtils.drawImageCV(gc, image, x, y, height);
73 DrawUtils.drawStringCV(gc, text, x, y, width, height);
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/core/controls/flyout/
H A DFlyoutControlComposite.java38 import org.eclipse.wb.internal.core.utils.ui.DrawUtils;
69 return DrawUtils.loadImage(FlyoutControlComposite.class, path);
753 DrawUtils.drawHighlightRectangle(gc, 0, 0, clientArea.width, clientArea.height);
766 DrawUtils.drawImageCHCV(gc, getStateImage(), x, y, m_titleHeight, m_titleHeight);
768 DrawUtils.drawHighlightRectangle(gc, x, y, m_titleHeight, m_titleHeight);
834 DrawUtils.drawHighlightRectangle(gc, x, y, width, height);
905 m_titleImageRotated = DrawUtils.createRotatedImage(m_titleImage);
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/table/
H A DPropertyTable.java51 import org.eclipse.wb.internal.core.utils.ui.DrawUtils;
73 private static final Color COLOR_COMPLEX_LINE = DrawUtils.getShiftedColor(
76 private static final Color COLOR_PROPERTY_BG = DrawUtils.getShiftedColor(COLOR_BACKGROUND, -12);
80 DrawUtils.isDarkColor(IColorConstants.listBackground)
1115 DrawUtils.drawStringCHCV(
1131 m_boldFont = DrawUtils.getBoldFont(m_baseFont);
1132 m_italicFont = DrawUtils.getItalicFont(m_baseFont);
1268 DrawUtils.drawImageCV(gc, stateImage, getTitleX(propertyInfo), y, height);
1289 DrawUtils.drawStringCV(gc, property.getTitle(), x, y, m_splitter - x, height);
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/utils/ui/
H A DDrawUtils.java36 public class DrawUtils { class

Completed in 107 milliseconds