Histogram meter ヒストグラムメーター

Meter=Histogram displays a histogram for the current and past values of one or two measures.Meter=Histogram 1小節または2小節の現在および過去の値のヒストグラムを表示します。

The primary graph is defined with MeasureName, with an optional secondary graph defined by MeasureName2.1次グラフはMeasureNameで定義され、オプションの2次グラフはMeasureName2で定義されています

Optionsオプション

General meter options一般メーターオプション

All general meter options are valid.一般的なメーターオプションはすべて有効です。

MeasureName, MeasureName2MeasureNameMeasureName2

Name of the primary (required) and secondary (optional) measures to use for the histogram. The measure(s) used must be able to return percentual values.ヒストグラムに使用する1次(必須)および2次(オプション)のメジャーの名前。使用される数値データはパーセント値を返すことができなければなりません。

Autoscale Default: 0Autoscale デフォルト: 0

If set to 1, the histogram is automatically scaled to show all the values.に設定する1と、ヒストグラムは自動的に拡大縮小され、すべての値が表示されます。

GraphStart Default: RightGraphStart デフォルト: Right

Starting point of the graph. Valid values are Left and Right.グラフの始点。有効な値はLeftand Rightです。

GraphOrientation Default: VerticalGraphOrientation デフォルト: Vertical

Orientation of the graph elements. Valid values are Horizontal and Vertical.グラフ要素の方向。有効な値はHorizontaland Verticalです。

Flip Default: 0Flip デフォルト: 0

If set to 1, the meter is flipped vertically.に設定する1と、メーターは上下に反転します。

PrimaryColor, SecondaryColor, BothColorPrimaryColorSecondaryColorBothColor

Sets the Colors for the histogram.ヒストグラムのを設定します。

PrimaryColor is the color for the primary histogram. Default is dark green 0,128,0.PrimaryColor一次ヒストグラムの色です。デフォルトは濃い緑色0,128,0です。

SecondaryColor is the color for the secondary histogram. Default is red 255,0,0.SecondaryColor二次ヒストグラムの色です。デフォルトは赤255,0,0です。

BothColor is the color used where the histogram elements overlap. Default is yellow 255,255,0.BothColorヒストグラム要素が重なるところで使われる色です。デフォルトは黄色255,255,0です。

PrimaryImage, SecondaryImage, BothImagePrimaryImageSecondaryImageBothImage

Optional images used for the histogram instead of PrimaryColor, SecondaryColor, BothColor.オプションのヒストグラムに使用する画像の代わりにPrimaryColorSecondaryColorBothColor

PrimaryImage is the image used for the primary histogram.PrimaryImage 一次ヒストグラムに使用される画像です。

SecondaryImage is the image used for the secondary histogram.SecondaryImage 二次ヒストグラムに使用される画像です。

BothImage is the image used where the histogram elements overlap.BothImage ヒストグラム要素が重なるところで使用される画像です。

If SecondaryImage is defined, then BothImage is required.SecondaryImageが定義されている場合は、BothImageが必要です。

The image is "revealed" both horizontally and vertically, to the percentage defined by the current value of the MeasureName bound to the meter, and as a factor of time.画像は、メーターにバインドされているMeasureNameの現在の値によって定義されたパーセンテージに合わせて、水平方向と垂直方向の両方に "明らかにされます"。

Note: The image size cannot be modified with the W or H general meter options, and will be displayed in the original image size. The size of the histogram will be defined by the size of the image. If different images are used for PrimaryImage, SecondaryImage or BothImage, they must be the same size.注意:画像サイズは、WまたはH一般メーターオプションでは変更できず、元の画像サイズで表示されます。ヒストグラムのサイズは画像のサイズによって定義されます。PrimaryImage、SecondaryImage、BothImageで異なる画像を使用する場合、それらは同じサイズでなければなりません。

PrimaryImagePath, SecondaryImagePath, BothImagePathPrimaryImagePathSecondaryImagePathBothImagePath

Path to the location of optional image used as the primary, secondary or both histograms.一次、二次、または両方のヒストグラムとして使用されるオプションの画像の場所へのパス

PrimaryImageCrop, SecondaryImageCrop, BothImageCropPrimaryImageCropSecondaryImageCropBothImageCrop

See ImageCrop.ImageCropを参照してください。

PrimaryImageTint, SecondaryImageTint, BothImageTintPrimaryImageTintSecondaryImageTintBothImageTint

See ImageTint.ImageTintを参照してください。

PrimaryImageAlpha, SecondaryImageAlpha, BothImageAlphaPrimaryImageAlphaSecondaryImageAlphaBothImageAlpha

See ImageAlpha.ImageAlphaを参照してください。

PrimaryImageFlip, SecondaryImageFlip, BothImageFlipPrimaryImageFlipSecondaryImageFlipBothImageFlip

See ImageFlip.ImageFlipを参照してください。

PrimaryImageRotate, SecondaryImageRotate, BothImageRotatePrimaryImageRotateSecondaryImageRotateBothImageRotate

See ImageRotate.ImageRotateを参照してください。

PrimaryColorMatrixN, SecondaryColorMatrixN, BothImageColorMatrixNPrimaryColorMatrixN、、SecondaryColorMatrixNBothImageColorMatrixN

See ColorMatrixN.ColorMatrix Nを参照してください。

Deprecated Features廃止予定の機能

The following options have been deprecated and should not be used. They are still supported, but may be removed in future versions.以下のオプションは推奨されていないため、使用しないでください。まだサポートされていますが、将来のバージョンで削除される可能性があります。

  • SecondaryMeasure
    MeasureName2 should be used to define an optional secondary measure for the meter.

    SecondaryMeasure
    MeasureName2を使用して、メーターのオプションの2次測定値を定義します。

Example

[Rainmeter]
Update=1000
AccurateText=1
DynamicWindowSize=1

[Metadata]
Name=ExampleMeterHistogram
Author=The Rainmeter Team
Information=Example of the Histogram meter
License=Creative Commons Attribution-Non-Commercial-Share Alike 3.0
Version=1.0

[MeasureCPU]
Measure=CPU

[MeterCPUBackgroundImage]
Meter=Image
SolidColor=24,102,10
X=0
Y=0
W=220
H=70

[MeterCPUHistogram]
Meter=Histogram
MeasureName=MeasureCPU
X=5
Y=5
W=210
H=60
PrimaryColor=255,255,255,255
SolidColor=0,0,0,100
AntiAlias=1

[MeterCPUText]
Meter=String
MeasureName=MeasureCPU
X=110
Y=10R
FontSize=13
FontColor=255,255,255,255
StringAlign=Center
AntiAlias=1
Text=CPU Usage: %1%

An example skin demonstrating a Histogram meter.

関連記事

スポンサーリンク

プライマリキーIDを連番数字ではなく推測しにくい文字列にする方法

ホームページ製作・web系アプリ系の製作案件募集中です。

上に戻る