Home
last modified time | relevance | path

Searched refs:Color (Results 51 – 75 of 274) sorted by relevance

1234567891011

/plugin/jdraw/src/com/mxgraph/examples/swing/editor/
H A DEditorPalette.java7 import java.awt.Color;
62 protected Color gradientColor = new Color(117, 195, 173);
70 setBackground(new Color(149, 230, 190)); in EditorPalette()
133 public void setGradientColor(Color c) in setGradientColor()
141 public Color getGradientColor() in getGradientColor()
H A DEditorAboutFrame.java4 import java.awt.Color;
63 g2d.setPaint(new GradientPaint(0, 0, Color.WHITE, getWidth(), in EditorAboutFrame()
71 .createMatteBorder(0, 0, 1, 0, Color.GRAY), BorderFactory in EditorAboutFrame()
130 .createMatteBorder(1, 0, 0, 0, Color.GRAY), BorderFactory in EditorAboutFrame()
H A DEditorRuler.java12 import java.awt.Color;
95 protected Color inactiveBackground = new Color(170, 170, 170);
199 setBorder(BorderFactory.createLineBorder(Color.black)); in EditorRuler()
484 g.setColor(Color.black); in paintComponent()
555 g.setColor(Color.green); in paintComponent()
H A DJTableRenderer.java13 import java.awt.Color;
119 title.setBackground(new Color(149, 173, 239)); in JTableRenderer()
130 label.setForeground(Color.WHITE); in JTableRenderer()
173 scrollPane.getViewport().setBackground(Color.WHITE); in JTableRenderer()
320 setGridColor(Color.WHITE); in MyTable()
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Vision/
H A DColor.php20 class Color extends \Google\Model class
98 class_alias(Color::class, 'Google_Service_Vision_Color');
/plugin/authgooglesheets/vendor/google/apiclient-services/src/FirebaseCloudMessaging/
H A DColor.php20 class Color extends \Google\Model class
98 class_alias(Color::class, 'Google_Service_FirebaseCloudMessaging_Color');
/plugin/authgooglesheets/vendor/google/apiclient-services/src/HangoutsChat/
H A DColor.php20 class Color extends \Google\Model class
98 class_alias(Color::class, 'Google_Service_HangoutsChat_Color');
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Sheets/
H A DColor.php20 class Color extends \Google\Model class
98 class_alias(Color::class, 'Google_Service_Sheets_Color');
H A DChartSpec.php27 protected $backgroundColorType = Color::class;
99 * @param Color
101 public function setBackgroundColor(Color $backgroundColor)
106 * @return Color
/plugin/statdisplay/pchart/
H A DGridStyle.php25 public function __construct($lineWidth, $mosaic = true, Color $color = null, $alpha = 100) {
27 $color = new Color(220, 220, 220);
H A DScaleStyle.php10 …public function __construct($scaleMode, Color $color, $drawTicks = true, $lineWidth = 1, $lineDotS…
20 new Color(150, 150, 150));
H A DGDCanvas.php9 $C_White = $this->allocateColor(new Color(255, 255, 255));
16 function drawFilledRectangle(Point $corner1, Point $corner2, Color $color,
198 Color $color, $lineWidth, $lineDotSize,
386 …public function drawAntialiasPixel(Point $point, Color $color, ShadowProperties $shadowProperties,…
448 public function drawAlphaPixel(Point $point, $alpha, Color $color) {
464 $C_Aliased = $this->allocateColor (new Color($Ra, $Ga, $Ba));
474 public function allocateColor(Color $color, $Factor = 0, $alpha = 100) {
513 …function drawText($fontSize, $angle, Point $point, Color $color, $fontName, $text, ShadowPropertie…
531 …function drawCircle(Point $center, $height, Color $color, ShadowProperties $shadowProperties, $wid…
548 …public function drawFilledCircle(Point $center, $height, Color $color, ShadowProperties $shadowPro…
[all …]
H A DBackgroundStyle.php30 …public function __construct(Color $backgroundColor, $stripe = false, Color $gradientStartColor = n…
H A DColor.php30 class Color { class
58 $incremented = new Color($this->r, $this->g, $this->b);
H A DpChart.php156 $color = new Color(60, 60, 60);
935 …lic function drawLegend($XPos, $YPos, $DataDescription, Color $color, Color $color2 = null, Color
941 $color3 = new Color(0, 0, 0);
1056 $color = new Color(255, 255, 255);
1170 $color = new Color(210, 210, 210);
1255 new Color(0, 0, 0),
2107 new Color(25, 25, 25),
2192 $color = new Color(0, 0, 0);
2283 $colorA = new Color(60, 60, 60);
2447 new Color(220, 220, 220),
[all …]
/plugin/statistics/inc/pchart/
H A DGridStyle.php23 public function __construct($lineWidth, $mosaic = true, Color $color = null, $alpha = 100) {
25 $color = new Color(220, 220, 220);
H A DScaleStyle.php9 public function __construct($scaleMode, Color $color, $drawTicks = true, $lineWidth = 1, $lineDotSize = 0) {
19 new Color(150, 150, 150));
H A DGDCanvas.php7 $C_White = $this->allocateColor(new Color(255, 255, 255));
14 function drawFilledRectangle(Point $corner1, Point $corner2, Color $color,
110 public function drawRectangle(Point $corner1, Point $corner2, Color $color, $lineWidth, $lineDotSize, ShadowProperties $shadowProperties) {
153 public function drawRoundedRectangle(Point $point1, Point $point2, $radius, Color $color, $lineWidth, $lineDotSize, ShadowProperties $shadowProperties) {
220 Color $color, $lineWidth, $lineDotSize,
360 public function drawLine(Point $point1, Point $point2, Color $color, $lineWidth, $lineDotSize, ShadowProperties $shadowProperties, Point $boundingBoxMin = null, Point $boundingBoxMax = null) {
403 public function drawDottedLine(Point $point1, Point $point2, $dotSize, $lineWidth, Color $color, ShadowProperties $shadowProperties, Point $boundingBoxMin = null, Point $boundingBoxMax = null) {
445 public function drawAntialiasPixel(Point $point, Color $color, ShadowProperties $shadowProperties, $alpha = 100) {
515 public function drawAlphaPixel(Point $point, $alpha, Color $color) {
531 $C_Aliased = $this->allocateColor(new Color(
[all...]
H A DBackgroundStyle.php28 public function __construct(Color $backgroundColor, $stripe = false, Color $gradientStartColor = null, $gradientDecay = null, $borderWidth = 1, $borderDotSize = 0) {
H A DpChart.php163 function setShadowProperties($XDistance = 1, $YDistance = 1, Color $color = null, $Alpha = 50, $Blur = 0) {
165 $color = new Color(60, 60, 60);
185 * Load Color Palette from file
886 new Color(250, 250, 250),
998 public function drawLegend($XPos, $YPos, $DataDescription, Color $color, Color $color2 = null, Color $color3 = null, $Border = TRUE) {
1004 $color3 = new Color(0, 0, 0);
1089 public function drawTitle($XPos, $YPos, $Value, Color $color, $XPos2 = -1, $YPos2 = -1, ShadowProperties $shadowProperties = null) {
1127 public function drawTextBox(Point $point1, Point $point2, $Text, $Angle = 0, Color
[all...]
/plugin/jcapture/src/com/hammurapi/jcapture/
H A DMovieEditorDialog.java5 import java.awt.Color;
83 private static Color INACTIVE_COLOR = new Color(230, 230, 230);
84 private static Color ACTIVE_COLOR = Color.white;
85 private static Color SELECTED_COLOR = new Color(0, 0, 255, 70);
86 private static Color FOCUSED_COLOR = new Color(0, 0, 255, 100);
87 private static Color PLAYING_COLOR = new Color(255, 0, 0, 100);
89 private static Color SPLASH_COLOR = new Color(0, 255, 0, 127);
91 private static Color SOUND_COLOR = new Color(0, 0, 127);
92 private static Color DELETED_SOUND_COLOR = new Color(100, 100, 100);
224 g.setColor(mouseMoved ? Color.BLACK : Color.GRAY); in paintFrame()
[all …]
/plugin/html2pdf/html2pdf/html2ps/
H A Dvalue.background.php14 * @var Color Contains the 'background-color' CSS subproperty value
42 * @param Color $color 'background-color' value
103 * @see Color::apply
/plugin/jdraw/src/com/hammurapi/jdraw/
H A DJDrawApplet.java3 import java.awt.Color;
42 mxSwingConstants.SHADOW_COLOR = Color.LIGHT_GRAY; in start()
/plugin/dw2pdf/vendor/mpdf/mpdf/src/
H A DServiceFactory.php5 use Mpdf\Color\ColorConverter;
6 use Mpdf\Color\ColorModeConverter;
7 use Mpdf\Color\ColorSpaceRestrictor;
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Color/
H A DNamedColors.php3 namespace Mpdf\Color;

1234567891011